Uses of Interface
org.alfresco.service.cmr.dictionary.CustomModelDefinition
-
Packages that use CustomModelDefinition Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of CustomModelDefinition in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement CustomModelDefinition Modifier and Type Class Description class
CustomModelDefinitionImpl
Read-only definition of a Custom Model -
Uses of CustomModelDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return CustomModelDefinition Modifier and Type Method Description CustomModelDefinition
CustomModelService. createCustomModel(M2Model m2Model, boolean activate)
Creates custom modelCustomModelDefinition
CustomModelService. getCustomModel(java.lang.String modelFileName)
Gets custom modelCustomModelDefinition
CustomModelService. updateCustomModel(java.lang.String modelFileName, M2Model m2Model, boolean activate)
Updates custom modelMethods in org.alfresco.service.cmr.dictionary that return types with arguments of type CustomModelDefinition Modifier and Type Method Description org.alfresco.query.PagingResults<CustomModelDefinition>
CustomModelService. getCustomModels(org.alfresco.query.PagingRequest pagingRequest)
Gets a paged list of custom models
-