Content__ObjectModification
Modification that adds CMS content information.
1type Content__ObjectModification {2draft: Boolean3trash: Boolean4publishDate: Date5publishUser: RecordRef6updateDate: Date7updateUser: RecordRef8createDate: Date9createUser: RecordRef10scheduled: Boolean11scheduleDate: Date12overlaid: Boolean13}
Fields
draft ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.draft"5)
trash ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.trashed"5)
publishDate ● Date scalar common @gca_getter @gca_object_field
Returns the date when the given object was published.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.publishDate"5)
publishUser ● RecordRef object common @gca_getter @gca_object_field
Returns the tool user that published the given object.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.publishUser"5)
updateDate ● Date scalar common @gca_getter @gca_object_field
Returns the date when the given object was last updated.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.updateDate"5)
updateUser ● RecordRef object common @gca_getter @gca_object_field
Returns the tool user that last updated the given object.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.updateUser"5)
createDate ● Date scalar common @gca_getter @gca_object_field
Returns the date when the given object was created.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.createDate"5)
createUser ● RecordRef object common @gca_getter @gca_object_field
Returns the tool user that created the given object.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: true4internalName: "cms.content.createUser"5)
scheduled ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2embedded: false3indexed: false4internalName: "cms.content.scheduled"5)
scheduleDate ● Date scalar common @gca_getter @gca_object_field
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2embedded: false3indexed: false4internalName: "cms.content.scheduleDate"5)
overlaid ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2embedded: false3indexed: false4internalName: "cms.content.overlaid"5)
Member Of
Globalsobject