dc-management-sdk-js
    Preparing search index...

    Class LocalizationJob

    Class representing a LocalizationJob. A Localization Job tracks the status of the process that creates locale-variants of content items.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    createdBy?: string

    Id of the user responsible for originally creating the job

    createdDate?: string

    Timestamp representing when the job was originally created (ISO 8601 format)

    related: {
        findByRootContentItem: (
            options?: Pageable & Sortable,
        ) => Promise<Page<LocalizationJob>>;
    } = ...

    Type declaration

    rootContentItem?: LocalizationRoot

    Root content item

    status?: string

    Status for the Job

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>