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 Object
-
-
Constructor Summary
Constructors Constructor Description ModelDetails(CustomModelDefinition modelDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomAspect>
getAspects()
CustomModel
getModel()
List<CustomModelConstraint>
getModelDefinedConstraints()
List<CustomType>
getTypes()
boolean
isActive()
void
setAspects(List<CustomAspect> aspects)
void
setModel(CustomModel model)
void
setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints)
void
setTypes(List<CustomType> types)
-
-
-
Constructor Detail
-
ModelDetails
public ModelDetails(CustomModelDefinition modelDefinition)
-
-
Method Detail
-
getModel
public CustomModel getModel()
-
setModel
public void setModel(CustomModel model)
-
getTypes
public List<CustomType> getTypes()
-
setTypes
public void setTypes(List<CustomType> types)
-
getAspects
public List<CustomAspect> getAspects()
-
setAspects
public void setAspects(List<CustomAspect> aspects)
-
getModelDefinedConstraints
public List<CustomModelConstraint> getModelDefinedConstraints()
-
setModelDefinedConstraints
public void setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints)
-
isActive
public boolean isActive()
-
-