Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.model.response.migration |
Modifier and Type | Method and Description |
---|---|
Part |
Part.setDefaultProperty(Property defaultProperty)
Set the default property
|
Part |
Part.setEditable(boolean editable) |
Part |
Part.setExternalEditorUrl(String externalEditorUrl)
Set the URL to the external editor
|
Part |
Part.setGlobalId(String globalId)
Set the global ID
|
Part |
Part.setHidden(boolean hidden) |
Part |
Part.setHideInEditor(boolean hideInEditor)
Set hideInEditor flag
|
Part |
Part.setHtmlClass(String htmlClass)
Set the html class
|
Part |
Part.setId(Integer id)
Set the local ID
|
Part |
Part.setKeyword(String keyword) |
Part |
Part.setLiveEditable(boolean liveEditable) |
Part |
Part.setMandatory(boolean mandatory)
Set the mandatory flag
|
Part |
Part.setMarkupLanguageId(Integer markupLanguageId)
Set the markup language ID
|
Part |
Part.setName(String name) |
Part |
Part.setName(String name,
String language)
Set the name in the given language
|
Part |
Part.setNameI18n(Map<String,String> nameI18n)
Set translated names
|
Part |
Part.setOptions(List<SelectOption> options) |
Part |
Part.setOverviewSettings(OverviewSetting overviewSettings)
Set overview settings
|
Part |
Part.setPartOrder(Integer partOrder)
Set the part order
|
Part |
Part.setPolicy(String policy)
Set the validation policy
|
Part |
Part.setRegex(RegexModel regex)
Set regular expression
|
Part |
Part.setSelectSettings(SelectSetting selectSettings)
Set selection settings
|
Part |
Part.setType(Property.Type type)
Set the type
|
Part |
Part.setTypeId(int typeId)
Set the part type ID
|
Modifier and Type | Method and Description |
---|---|
List<Part> |
Construct.getParts()
Parts of the construct
|
Modifier and Type | Method and Description |
---|---|
Construct |
Construct.setParts(List<Part> parts)
Set the parts
|
Modifier and Type | Method and Description |
---|---|
Part |
PartResponse.getPart() |
Modifier and Type | Method and Description |
---|---|
void |
PartResponse.setPart(Part part) |
Modifier and Type | Method and Description |
---|---|
List<Part> |
MigrationPartsResponse.getParts()
Returns the list of parts for this response
|
Map<Integer,List<Part>> |
PossiblePartMappingsResponse.getPossibleMappings()
Returns the map of possible parts per part id
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationPartsResponse.setParts(List<Part> parts)
Sets the list of parts for this reponse
|
void |
PossiblePartMappingsResponse.setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
Set the map of possible part types
|
Copyright © 2024 Gentics Software. All rights reserved.