Uses of Class
com.gentics.contentnode.rest.model.ObjectProperty
Package
Description
-
Uses of ObjectProperty in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionObjectProperty.setCategory
(ObjectPropertyCategory category) Set the categoryObjectProperty.setCategoryId
(Integer categoryId) Set the category ID (may be null)ObjectProperty.setConstruct
(Construct construct) Set the construct if embedded or nullObjectProperty.setConstructId
(Integer constructId) Set the construct IDObjectProperty.setDescription
(String description) Set the descriptionObjectProperty.setDescription
(String name, String language) ObjectProperty.setDescriptionI18n
(Map<String, String> i18nDescription) ObjectProperty.setGlobalId
(String globalId) Set the global IDSet the IDObjectProperty.setInheritable
(Boolean inheritable) Set true for inheritableObjectProperty.setKeyword
(String keyword) Set the keywordSet the nameObjectProperty.setNameI18n
(Map<String, String> i18nName) ObjectProperty.setRequired
(Boolean required) Set whether requiredObjectProperty.setSyncChannelset
(Boolean syncChannelset) Set true for synchronization for all channel variantsObjectProperty.setSyncContentset
(Boolean syncContentset) Set true for synchronization for all languagesObjectProperty.setSyncVariants
(Boolean syncVariants) Set true for synchronization for all page variantsObject type -
Uses of ObjectProperty in com.gentics.contentnode.rest.model.devtools
Modifier and TypeClassDescriptionclass
Object property definition in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.json
file.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. -
Uses of ObjectProperty in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionvoid
ObjectPropertyLoadResponse.setObjectProperty
(ObjectProperty objectProperty) Set the object propertyModifierConstructorDescriptionObjectPropertyLoadResponse
(ObjectProperty objectProperty, ResponseInfo responseInfo) Create instance -
Uses of ObjectProperty in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionObjectPropertyResource.create
(ObjectProperty objectProperty) Create a new construct category.ObjectPropertyResource.update
(String objectPropertyId, ObjectProperty objectProperty) Edit the object property by its ID