Package org.alfresco.rest.api.impl
Class CustomModelsImpl.ModelDetails
- java.lang.Object
-
- org.alfresco.rest.api.impl.CustomModelsImpl.ModelDetails
-
- Enclosing class:
- CustomModelsImpl
public class CustomModelsImpl.ModelDetails extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModelDetails(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CustomAspect>
getAspects()
CustomModel
getModel()
java.util.List<CustomModelConstraint>
getModelDefinedConstraints()
java.util.List<CustomType>
getTypes()
boolean
isActive()
void
setAspects(java.util.List<CustomAspect> aspects)
void
setModel(CustomModel model)
void
setModelDefinedConstraints(java.util.List<CustomModelConstraint> modelDefinedConstraints)
void
setTypes(java.util.List<CustomType> types)
-
-
-
Method Detail
-
getModel
public CustomModel getModel()
-
setModel
public void setModel(CustomModel model)
-
getTypes
public java.util.List<CustomType> getTypes()
-
setTypes
public void setTypes(java.util.List<CustomType> types)
-
getAspects
public java.util.List<CustomAspect> getAspects()
-
setAspects
public void setAspects(java.util.List<CustomAspect> aspects)
-
getModelDefinedConstraints
public java.util.List<CustomModelConstraint> getModelDefinedConstraints()
-
setModelDefinedConstraints
public void setModelDefinedConstraints(java.util.List<CustomModelConstraint> modelDefinedConstraints)
-
isActive
public boolean isActive()
-
-