Uses of Class
com.gentics.contentnode.rest.model.Construct
-
-
Uses of Construct in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Construct Modifier and Type Method Description Construct
ObjectProperty. getConstruct()
Construct used by the object property (may be null, if not embedded in the response)Construct
Tag. getConstruct()
Embedded constructConstruct
Construct. setAutoEnable(boolean autoEnable)
Set autoEnable flagConstruct
Construct. setCategory(ConstructCategory category)
Set the categoryConstruct
Construct. setCategoryId(Integer categoryId)
Set the category IDConstruct
Construct. setCdate(int cdate)
Construct
Construct. setCreator(User creator)
Construct
Construct. setDescription(String description)
Set the descriptionConstruct
Construct. setDescription(String description, String language)
Set the description in the given languageConstruct
Construct. setDescriptionI18n(Map<String,String> i18nDescription)
Set translated descriptionsConstruct
Construct. setEdate(int edate)
Construct
Construct. setEditdo(Integer editdo)
Set the edit doConstruct
Construct. setEditor(User editor)
Construct
Construct. setExternalEditorUrl(String externalEditorUrl)
Set the URL to the external editorConstruct
Construct. setGlobalId(String globalId)
Set the global IDConstruct
Construct. setHopeditHook(String hopeditHook)
Set the hopedit hookConstruct
Construct. setIcon(String icon)
Sets the icon for this constructConstruct
Construct. setId(Integer id)
Set the id of this constructConstruct
Construct. setKeyword(String keyword)
Sets the keyword for this constructConstruct
Construct. setLiveEditorTagName(String liveEditorTagName)
Set the live editor tagnameConstruct
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 constructConstruct
Construct. setName(String name, String language)
Set the name in the given languageConstruct
Construct. setNameI18n(Map<String,String> i18nName)
Set translated namesConstruct
Construct. setNewEditor(boolean newEditor)
Set the flag for new Tag EditorConstruct
Construct. setParts(List<Part> parts)
Set the partsConstruct
Construct. setVisibleInMenu(boolean visibleInMenu)
Set whether the construct shall be visible in the menuMethods in com.gentics.contentnode.rest.model that return types with arguments of type Construct Modifier and Type Method Description Map<String,Construct>
ConstructCategory. getConstructs()
Map of constructs for this categoryMethods in com.gentics.contentnode.rest.model with parameters of type Construct Modifier and Type Method Description void
ConstructCategory. addConstruct(String name, Construct construct)
Adds the construct with the given name to the map of constructs of this categoryObjectProperty
ObjectProperty. setConstruct(Construct construct)
Set the construct if embedded or nullvoid
Tag. setConstruct(Construct construct)
Set constructMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Construct Modifier and Type Method Description void
ConstructCategory. setConstructs(Map<String,Construct> constructs)
Sets the map with constructs for this category -
Uses of Construct in com.gentics.contentnode.rest.model.devtools
Subclasses of Construct in com.gentics.contentnode.rest.model.devtools Modifier and Type Class 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 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.Methods in com.gentics.contentnode.rest.model.devtools that return Construct Modifier and Type Method Description Construct
Package. getConstruct()
Get the referenced constructMethods in com.gentics.contentnode.rest.model.devtools with parameters of type Construct Modifier and Type Method Description void
Package. setConstruct(Construct construct)
Set the referenced construct -
Uses of Construct in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Construct Modifier and Type Method Description Construct
ConstructLoadResponse. getConstruct()
Returns the loaded constructMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type Construct Modifier and Type Method Description List<Construct>
ConstructListResponse. getConstructs()
Get the constructsMethods in com.gentics.contentnode.rest.model.response with parameters of type Construct Modifier and Type Method Description void
ConstructLoadResponse. setConstruct(Construct construct)
Sets the construct for this responseMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type Construct Modifier and Type Method Description void
ConstructListResponse. setConstructs(List<Construct> constructs)
Set the constructs -
Uses of Construct in com.gentics.contentnode.rest.model.response.migration
Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type Construct Modifier and Type Method Description Map<Integer,Construct>
MigrationTagsResponse. getTagTypes()
Returns the map of tagtypes.Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type Construct Modifier and Type Method Description void
MigrationTagsResponse. addTagType(Integer id, Construct tag)
Add a tag to the tags HashMapMethod parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Construct Modifier and Type Method Description void
MigrationTagsResponse. setTagTypes(Map<Integer,Construct> tags)
Returns the map of tagtypes -
Uses of Construct in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type Construct Modifier and Type Method Description ConstructLoadResponse
ConstructResource. create(Construct construct, List<Integer> nodeIds)
Create new constructConstructLoadResponse
ConstructResource. update(String id, Construct construct, List<Integer> nodeIds)
Update a construct
-