Uses of Class
com.gentics.contentnode.rest.model.ObjectProperty
-
-
Uses of ObjectProperty in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return ObjectProperty Modifier and Type Method Description ObjectProperty
ObjectProperty. setCategory(ObjectPropertyCategory category)
Set the categoryObjectProperty
ObjectProperty. setCategoryId(Integer categoryId)
Set the category ID (may be null)ObjectProperty
ObjectProperty. setConstruct(Construct construct)
Set the construct if embedded or nullObjectProperty
ObjectProperty. setConstructId(Integer constructId)
Set the construct IDObjectProperty
ObjectProperty. setDescription(String description)
Set the descriptionObjectProperty
ObjectProperty. setDescription(String name, String language)
ObjectProperty
ObjectProperty. setDescriptionI18n(Map<String,String> i18nDescription)
ObjectProperty
ObjectProperty. setGlobalId(String globalId)
Set the global IDObjectProperty
ObjectProperty. setId(Integer id)
Set the IDObjectProperty
ObjectProperty. setInheritable(Boolean inheritable)
Set true for inheritableObjectProperty
ObjectProperty. setKeyword(String keyword)
Set the keywordObjectProperty
ObjectProperty. setName(String name)
Set the nameObjectProperty
ObjectProperty. setName(String name, String language)
ObjectProperty
ObjectProperty. setNameI18n(Map<String,String> i18nName)
ObjectProperty
ObjectProperty. setRequired(Boolean required)
Set whether requiredObjectProperty
ObjectProperty. setSyncChannelset(Boolean syncChannelset)
Set true for synchronization for all channel variantsObjectProperty
ObjectProperty. setSyncContentset(Boolean syncContentset)
Set true for synchronization for all languagesObjectProperty
ObjectProperty. setSyncVariants(Boolean syncVariants)
Set true for synchronization for all page variantsObjectProperty
ObjectProperty. setType(Integer type)
Object type -
Uses of ObjectProperty in com.gentics.contentnode.rest.model.devtools
Subclasses of ObjectProperty in com.gentics.contentnode.rest.model.devtools Modifier and Type Class Description class
ObjectPropertyInPackage
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
Methods in com.gentics.contentnode.rest.model.response that return ObjectProperty Modifier and Type Method Description ObjectProperty
ObjectPropertyLoadResponse. getObjectProperty()
Object PropertyMethods in com.gentics.contentnode.rest.model.response with parameters of type ObjectProperty Modifier and Type Method Description void
ObjectPropertyLoadResponse. setObjectProperty(ObjectProperty objectProperty)
Set the object propertyConstructors in com.gentics.contentnode.rest.model.response with parameters of type ObjectProperty Constructor Description ObjectPropertyLoadResponse(ObjectProperty objectProperty, ResponseInfo responseInfo)
Create instance -
Uses of ObjectProperty in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ObjectProperty Modifier and Type Method Description ObjectPropertyLoadResponse
ObjectPropertyResource. create(ObjectProperty objectProperty)
Create a new construct category.ObjectPropertyLoadResponse
ObjectPropertyResource. update(String objectPropertyId, ObjectProperty objectProperty)
Edit the object property by its ID
-