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(2indexed: true3internalName: "cms.content.draft"4embedded: false5)
trash ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2indexed: true3internalName: "cms.content.trashed"4embedded: false5)
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(2indexed: true3internalName: "cms.content.publishDate"4embedded: false5)
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(2indexed: true3internalName: "cms.content.publishUser"4embedded: false5)
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(2indexed: true3internalName: "cms.content.updateDate"4embedded: false5)
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(2indexed: true3internalName: "cms.content.updateUser"4embedded: false5)
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(2indexed: true3internalName: "cms.content.createDate"4embedded: false5)
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(2indexed: true3internalName: "cms.content.createUser"4embedded: false5)
scheduled ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2indexed: false3internalName: "cms.content.scheduled"4embedded: false5)
scheduleDate ● Date scalar common @gca_getter @gca_object_field
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2indexed: false3internalName: "cms.content.scheduleDate"4embedded: false5)
overlaid ● Boolean scalar common @gca_object_field
Applied directive:
1@gca_object_field(2indexed: false3internalName: "cms.content.overlaid"4embedded: false5)
Member Of
Globalsobject