Modifier and Type | Method and Description |
---|---|
ObjectProperty |
ObjectProperty.setCategory(ObjectPropertyCategory category)
Set the category
|
ObjectProperty |
ObjectProperty.setCategoryId(Integer categoryId)
Set the category ID (may be null)
|
ObjectProperty |
ObjectProperty.setConstruct(Construct construct)
Set the construct if embedded or null
|
ObjectProperty |
ObjectProperty.setConstructId(Integer constructId)
Set the construct ID
|
ObjectProperty |
ObjectProperty.setDescription(String description)
Set the description
|
ObjectProperty |
ObjectProperty.setDescription(String name,
String language) |
ObjectProperty |
ObjectProperty.setDescriptionI18n(Map<String,String> i18nDescription) |
ObjectProperty |
ObjectProperty.setGlobalId(String globalId)
Set the global ID
|
ObjectProperty |
ObjectProperty.setId(Integer id)
Set the ID
|
ObjectProperty |
ObjectProperty.setInheritable(Boolean inheritable)
Set true for inheritable
|
ObjectProperty |
ObjectProperty.setKeyword(String keyword)
Set the keyword
|
ObjectProperty |
ObjectProperty.setName(String name)
Set the name
|
ObjectProperty |
ObjectProperty.setName(String name,
String language) |
ObjectProperty |
ObjectProperty.setNameI18n(Map<String,String> i18nName) |
ObjectProperty |
ObjectProperty.setRequired(Boolean required)
Set whether required
|
ObjectProperty |
ObjectProperty.setSyncChannelset(Boolean syncChannelset)
Set true for synchronization for all channel variants
|
ObjectProperty |
ObjectProperty.setSyncContentset(Boolean syncContentset)
Set true for synchronization for all languages
|
ObjectProperty |
ObjectProperty.setSyncVariants(Boolean syncVariants)
Set true for synchronization for all page variants
|
ObjectProperty |
ObjectProperty.setType(Integer type)
Object type
|
Modifier and Type | Class and 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 the gentics_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. |
Modifier and Type | Method and Description |
---|---|
ObjectProperty |
ObjectPropertyLoadResponse.getObjectProperty()
Object Property
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPropertyLoadResponse.setObjectProperty(ObjectProperty objectProperty)
Set the object property
|
Constructor and Description |
---|
ObjectPropertyLoadResponse(ObjectProperty objectProperty,
ResponseInfo responseInfo)
Create instance
|
Modifier and Type | Method and 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
|
Copyright © 2024 Gentics Software. All rights reserved.