Uses of Class
com.gentics.contentnode.rest.model.Part
-
Packages that use Part Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.model.response.migration -
-
Uses of Part in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Part Modifier and Type Method Description Part
Part. setDefaultProperty(Property defaultProperty)
Set the default propertyPart
Part. setEditable(boolean editable)
Part
Part. setExternalEditorUrl(String externalEditorUrl)
Set the URL to the external editorPart
Part. setGlobalId(String globalId)
Set the global IDPart
Part. setHidden(boolean hidden)
Part
Part. setHideInEditor(boolean hideInEditor)
Set hideInEditor flagPart
Part. setHtmlClass(String htmlClass)
Set the html classPart
Part. setId(Integer id)
Set the local IDPart
Part. setKeyword(String keyword)
Part
Part. setLiveEditable(boolean liveEditable)
Part
Part. setMandatory(boolean mandatory)
Set the mandatory flagPart
Part. setMarkupLanguageId(Integer markupLanguageId)
Set the markup language IDPart
Part. setName(String name)
Part
Part. setName(String name, String language)
Set the name in the given languagePart
Part. setNameI18n(Map<String,String> nameI18n)
Set translated namesPart
Part. setOptions(List<SelectOption> options)
Part
Part. setOverviewSettings(OverviewSetting overviewSettings)
Set overview settingsPart
Part. setPartOrder(Integer partOrder)
Set the part orderPart
Part. setPolicy(String policy)
Set the validation policyPart
Part. setRegex(RegexModel regex)
Set regular expressionPart
Part. setSelectSettings(SelectSetting selectSettings)
Set selection settingsPart
Part. setType(Property.Type type)
Set the typePart
Part. setTypeId(int typeId)
Set the part type IDMethods in com.gentics.contentnode.rest.model that return types with arguments of type Part Modifier and Type Method Description List<Part>
Construct. getParts()
Parts of the constructMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Part Modifier and Type Method Description Construct
Construct. setParts(List<Part> parts)
Set the parts -
Uses of Part in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Part Modifier and Type Method Description Part
PartResponse. getPart()
Methods in com.gentics.contentnode.rest.model.response with parameters of type Part Modifier and Type Method Description void
PartResponse. setPart(Part part)
-
Uses of Part in com.gentics.contentnode.rest.model.response.migration
Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type Part Modifier and Type Method Description List<Part>
MigrationPartsResponse. getParts()
Returns the list of parts for this responseMap<Integer,List<Part>>
PossiblePartMappingsResponse. getPossibleMappings()
Returns the map of possible parts per part idMethod parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Part Modifier and Type Method Description void
MigrationPartsResponse. setParts(List<Part> parts)
Sets the list of parts for this reponsevoid
PossiblePartMappingsResponse. setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
Set the map of possible part types
-