Package | Description |
---|---|
org.alfresco.repo.dictionary | |
org.alfresco.service.cmr.dictionary |
Modifier and Type | Class and Description |
---|---|
class |
CustomModelDefinitionImpl
Read-only definition of a Custom Model
|
Modifier and Type | Method and Description |
---|---|
CustomModelDefinition |
CustomModelService.createCustomModel(M2Model m2Model,
boolean activate)
Creates custom model
|
CustomModelDefinition |
CustomModelService.getCustomModel(String modelFileName)
Gets custom model
|
CustomModelDefinition |
CustomModelService.updateCustomModel(String modelFileName,
M2Model m2Model,
boolean activate)
Updates custom model
|
Modifier and Type | Method and Description |
---|---|
PagingResults<CustomModelDefinition> |
CustomModelService.getCustomModels(PagingRequest pagingRequest)
Gets a paged list of custom models
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.