Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalizationJob

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

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional createdBy

createdBy: string

Id of the user responsible for originally creating the job

Optional createdDate

createdDate: string

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

Optional rootContentItem

rootContentItem: LocalizationRoot

Root content item

Optional status

status: string

Status for the Job

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Object literals

Readonly related

related: object

findByRootContentItem

Generated using TypeDoc