Uses of Class
com.gentics.contentnode.rest.model.Construct
Package
Description
-
Uses of Construct in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionObjectProperty.getConstruct()
Construct used by the object property (may be null, if not embedded in the response)Tag.getConstruct()
Embedded constructConstruct.setAutoEnable
(Boolean autoEnable) Set autoEnable flagConstruct.setCategory
(ConstructCategory category) Set the categoryConstruct.setCategoryId
(Integer categoryId) Set the category IDConstruct.setCdate
(int cdate) Construct.setCreator
(User creator) Construct.setDescription
(String description) Set the descriptionConstruct.setDescription
(String description, String language) Set the description in the given languageConstruct.setDescriptionI18n
(Map<String, String> i18nDescription) Set translated descriptionsConstruct.setEdate
(int edate) Construct.setEditorControlsInside
(boolean editorControlsInside) Set Whether the edit icons should be displayed inside the rendered construct.Construct.setEditorControlStyle
(EditorControlStyle editorControlStyle) Set the placement mode for edit icons.Construct.setExternalEditorUrl
(String externalEditorUrl) Set the URL to the external editorConstruct.setGlobalId
(String globalId) Set the global IDSet the id of this constructConstruct.setKeyword
(String keyword) Sets the keyword for this constructConstruct.setLiveEditorTagName
(String liveEditorTagName) Set the live editor tagnameConstruct.setMayBeSubtag
(Boolean value) Sets whether a tag of this construct may be a nested in another tag.Construct.setMayContainSubtags
(Boolean value) Sets whether this construct may contain other tags.Sets the name for this constructSet the name in the given languageConstruct.setNameI18n
(Map<String, String> i18nName) Set translated namesConstruct.setOpenEditorOnInsert
(boolean openEditorOnInsert) Set whether the tag editor should be opened immediately when the construct is inserted.Set the partsConstruct.setVisibleInMenu
(Boolean visibleInMenu) Set whether the construct shall be visible in the menuModifier and TypeMethodDescriptionConstructCategory.getConstructs()
Map of constructs for this categoryModifier and TypeMethodDescriptionvoid
ConstructCategory.addConstruct
(String name, Construct construct) Adds the construct with the given name to the map of constructs of this categoryObjectProperty.setConstruct
(Construct construct) Set the construct if embedded or nullvoid
Tag.setConstruct
(Construct construct) Set constructModifier and TypeMethodDescriptionvoid
ConstructCategory.setConstructs
(Map<String, Construct> constructs) Sets the map with constructs for this category -
Uses of Construct in com.gentics.contentnode.rest.model.devtools
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionvoid
Package.setConstruct
(Construct construct) Set the referenced construct -
Uses of Construct in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionConstructLoadResponse.getConstruct()
Returns the loaded constructModifier and TypeMethodDescriptionvoid
ConstructLoadResponse.setConstruct
(Construct construct) Sets the construct for this responseModifier and TypeMethodDescriptionvoid
ConstructListResponse.setConstructs
(List<Construct> constructs) Set the constructs -
Uses of Construct in com.gentics.contentnode.rest.model.response.migration
Modifier and TypeMethodDescriptionMigrationTagsResponse.getTagTypes()
Returns the map of tagtypes.Modifier and TypeMethodDescriptionvoid
MigrationTagsResponse.addTagType
(Integer id, Construct tag) Add a tag to the tags HashMapModifier and TypeMethodDescriptionvoid
MigrationTagsResponse.setTagTypes
(Map<Integer, Construct> tags) Returns the map of tagtypes -
Uses of Construct in com.gentics.contentnode.rest.resource