Package org.alfresco.repo.dictionary
Class M2Property
java.lang.Object
org.alfresco.repo.dictionary.M2Property
Property Definition
- Author:
- David Caruana
-
Method Summary
Modifier and TypeMethodDescriptionaddConstraint
(String name, String type) addConstraintRef
(String refName) getName()
getTitle()
getType()
boolean
boolean
boolean
boolean
boolean
boolean
void
removeConstraint
(String name) void
removeConstraintRef
(String refName) void
setConfigProperties
(Properties configProperties) void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
setFacetable
(boolean isFacetable) void
setIndexed
(boolean isIndexed) void
setIndexedAtomically
(boolean isIndexedAtomically) void
setIndexTokenisationMode
(IndexTokenisationMode indexTokenisationMode) void
setMandatory
(boolean isMandatory) void
setMandatoryEnforced
(boolean isMandatoryEnforced) void
setMultiValued
(boolean isMultiValued) void
void
setOverride
(boolean isOverride) void
setProtected
(boolean isProtected) void
setStoredInIndex
(boolean isStoredInIndex) void
void
-
Method Details
-
isOverride
public boolean isOverride() -
setOverride
public void setOverride(boolean isOverride) -
getName
-
setName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getType
-
setType
-
isProtected
public boolean isProtected() -
setProtected
public void setProtected(boolean isProtected) -
isMandatory
public boolean isMandatory() -
setMandatory
public void setMandatory(boolean isMandatory) -
isMandatoryEnforced
public boolean isMandatoryEnforced() -
setMandatoryEnforced
public void setMandatoryEnforced(boolean isMandatoryEnforced) -
isMultiValued
public boolean isMultiValued() -
setMultiValued
public void setMultiValued(boolean isMultiValued) -
getDefaultValue
-
setDefaultValue
-
isIndexed
-
setIndexed
public void setIndexed(boolean isIndexed) -
isStoredInIndex
-
setStoredInIndex
public void setStoredInIndex(boolean isStoredInIndex) -
isFacetable
-
setFacetable
public void setFacetable(boolean isFacetable) -
isIndexedAtomically
-
setIndexedAtomically
public void setIndexedAtomically(boolean isIndexedAtomically) -
getIndexTokenisationMode
-
setIndexTokenisationMode
-
getConstraints
-
hasConstraints
public boolean hasConstraints() -
addConstraintRef
-
addConstraint
-
removeConstraintRef
-
removeConstraint
-
setConfigProperties
-