Modifier and Type | Method and Description |
---|---|
Construct |
ObjectProperty.getConstruct()
Construct used by the object property (may be null, if not embedded in the response)
|
Construct |
Tag.getConstruct()
Embedded construct
|
Construct |
Construct.setAutoEnable(Boolean autoEnable)
Set autoEnable flag
|
Construct |
Construct.setCategory(String category)
Set the category
|
Construct |
Construct.setCategoryId(Integer categoryId)
Set the category ID
|
Construct |
Construct.setCategorySortorder(int categorySortorder)
Set the order of the category
|
Construct |
Construct.setCdate(int cdate) |
Construct |
Construct.setCreator(User creator) |
Construct |
Construct.setDescription(String description)
Set the description
|
Construct |
Construct.setDescription(String description,
String language)
Set the description in the given language
|
Construct |
Construct.setDescriptionI18n(Map<String,String> i18nDescription)
Set translated descriptions
|
Construct |
Construct.setEdate(int edate) |
Construct |
Construct.setEditdo(Integer editdo)
Set the edit do
|
Construct |
Construct.setEditor(User editor) |
Construct |
Construct.setExternalEditorUrl(String externalEditorUrl)
Set the URL to the external editor
|
Construct |
Construct.setGlobalId(String globalId)
Set the global ID
|
Construct |
Construct.setHopeditHook(String hopeditHook)
Set the hopedit hook
|
Construct |
Construct.setIcon(String icon)
Sets the icon for this construct
|
Construct |
Construct.setId(Integer id)
Set the id of this construct
|
Construct |
Construct.setKeyword(String keyword)
Sets the keyword for this construct
|
Construct |
Construct.setLiveEditorTagName(String liveEditorTagName)
Set the live editor tagname
|
Construct |
Construct.setMayBeSubtag(Boolean value)
Sets whether a tag of this construct may be a nested in another tag.
|
Construct |
Construct.setMayContainSubtags(Boolean value)
Sets whether this construct may contain other tags.
|
Construct |
Construct.setName(String name)
Sets the name for this construct
|
Construct |
Construct.setName(String name,
String language)
Set the name in the given language
|
Construct |
Construct.setNameI18n(Map<String,String> i18nName)
Set translated names
|
Construct |
Construct.setNewEditor(Boolean newEditor)
Set the flag for new Tag Editor
|
Construct |
Construct.setParts(List<Part> parts)
Set the parts
|
Construct |
Construct.setVisibleInMenu(Boolean visibleInMenu)
Set whether the construct shall be visible in the menu
|
Modifier and Type | Method and Description |
---|---|
Map<String,Construct> |
ConstructCategory.getConstructs()
Map of constructs for this category
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructCategory.addConstruct(String name,
Construct construct)
Adds the construct with the given name to the map of constructs of this category
|
ObjectProperty |
ObjectProperty.setConstruct(Construct construct)
Set the construct if embedded or null
|
void |
Tag.setConstruct(Construct construct)
Set construct
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructCategory.setConstructs(Map<String,Construct> constructs)
Sets the map with constructs for this category
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructInPackage
Construct 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 |
---|---|
Construct |
ConstructLoadResponse.getConstruct()
Returns the loaded construct
|
Modifier and Type | Method and Description |
---|---|
List<Construct> |
ConstructListResponse.getConstructs()
Get the constructs
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructLoadResponse.setConstruct(Construct construct)
Sets the construct for this response
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructListResponse.setConstructs(List<Construct> constructs)
Set the constructs
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Construct> |
MigrationTagsResponse.getTagTypes()
Returns the map of tagtypes.
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationTagsResponse.addTagType(Integer id,
Construct tag)
Add a tag to the tags HashMap
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationTagsResponse.setTagTypes(Map<Integer,Construct> tags)
Returns the map of tagtypes
|
Modifier and Type | Method and Description |
---|---|
ConstructLoadResponse |
ConstructResource.create(Construct construct,
List<Integer> nodeIds)
Create new construct
|
ConstructLoadResponse |
ConstructResource.update(String id,
Construct construct,
List<Integer> nodeIds)
Update a construct
|
Copyright © 2024 Gentics Software. All rights reserved.