Uses of Class
com.gentics.contentnode.rest.model.Part
Packages that use Part
Package
Description
-
Uses of Part in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return PartModifier and TypeMethodDescriptionPart.setDefaultProperty
(Property defaultProperty) Set the default propertyPart.setEditable
(boolean editable) Part.setExternalEditorUrl
(String externalEditorUrl) Set the URL to the external editorPart.setGlobalId
(String globalId) Set the global IDPart.setHidden
(boolean hidden) Part.setHideInEditor
(boolean hideInEditor) Set hideInEditor flagPart.setHtmlClass
(String htmlClass) Set the html classSet the local IDPart.setKeyword
(String keyword) Part.setLiveEditable
(boolean liveEditable) Part.setMandatory
(boolean mandatory) Set the mandatory flagPart.setMarkupLanguageId
(Integer markupLanguageId) Set the markup language IDSet the name in the given languagePart.setNameI18n
(Map<String, String> nameI18n) Set translated namesPart.setOptions
(List<SelectOption> options) Part.setOverviewSettings
(OverviewSetting overviewSettings) Set overview settingsPart.setPartOrder
(Integer partOrder) Set the part orderSet the validation policyPart.setRegex
(RegexModel regex) Set regular expressionPart.setSelectSettings
(SelectSetting selectSettings) Set selection settingsPart.setType
(Property.Type type) Set the typePart.setTypeId
(int typeId) Set the part type IDMethods in com.gentics.contentnode.rest.model that return types with arguments of type PartMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Part -
Uses of Part in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return PartMethods in com.gentics.contentnode.rest.model.response with parameters of type 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 PartModifier and TypeMethodDescriptionMigrationPartsResponse.getParts()
Returns the list of parts for this responsePossiblePartMappingsResponse.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