Uses of Class
com.gentics.contentnode.rest.model.Construct
Packages that use Construct
Package
Description
-
Uses of Construct in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return ConstructModifier 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 menuMethods in com.gentics.contentnode.rest.model that return types with arguments of type ConstructModifier and TypeMethodDescriptionConstructCategory.getConstructs()
Map of constructs for this categoryMethods in com.gentics.contentnode.rest.model with parameters of type ConstructModifier 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 constructMethod parameters in com.gentics.contentnode.rest.model with type arguments of type 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
Subclasses of Construct in com.gentics.contentnode.rest.model.devtoolsModifier 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.Methods in com.gentics.contentnode.rest.model.devtools that return ConstructMethods in com.gentics.contentnode.rest.model.devtools with parameters of type ConstructModifier and TypeMethodDescriptionvoid
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 ConstructModifier and TypeMethodDescriptionConstructLoadResponse.getConstruct()
Returns the loaded constructMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type ConstructMethods in com.gentics.contentnode.rest.model.response with parameters of type ConstructModifier and TypeMethodDescriptionvoid
ConstructLoadResponse.setConstruct
(Construct construct) Sets the construct for this responseMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type ConstructModifier and TypeMethodDescriptionvoid
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 ConstructModifier and TypeMethodDescriptionMigrationTagsResponse.getTagTypes()
Returns the map of tagtypes.Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type ConstructModifier and TypeMethodDescriptionvoid
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 ConstructModifier and TypeMethodDescriptionvoid
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