Package org.alfresco.repo.dictionary
Class M2Class
java.lang.Object
org.alfresco.repo.dictionary.M2Class
Abstract Class Definition.
- Author:
- David Caruana
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMandatoryAspect
(String name) createAssociation
(String name) createChildAssociation
(String name) createProperty
(String name) createPropertyOverride
(String name) getAssociation
(String name) getName()
getProperty
(String name) getPropertyOverride
(String name) getTitle()
boolean
isAspect()
void
removeAssociation
(String name) void
removeMandatoryAspect
(String name) void
removeProperty
(String name) void
removePropertyOverride
(String name) void
setArchive
(boolean archive) void
setConfigProperties
(Properties configProperties) void
setDescription
(String description) void
setIncludedInSuperTypeQuery
(boolean includedInSuperTypeQuery) void
void
setParentName
(String parentName) void
-
Field Details
-
PROPERTY_PLACEHOLDER
-
-
Method Details
-
isAspect
public boolean isAspect() -
getName
-
setName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getParentName
-
setParentName
-
getArchive
-
setArchive
public void setArchive(boolean archive) -
getIncludedInSuperTypeQuery
-
setIncludedInSuperTypeQuery
public void setIncludedInSuperTypeQuery(boolean includedInSuperTypeQuery) -
createProperty
-
removeProperty
-
getProperties
-
getProperty
-
createAssociation
-
createChildAssociation
-
removeAssociation
-
getAssociations
-
getAssociation
-
createPropertyOverride
-
removePropertyOverride
-
getPropertyOverrides
-
getPropertyOverride
-
addMandatoryAspect
-
removeMandatoryAspect
-
getMandatoryAspects
-
setConfigProperties
-