Package | Description |
---|---|
org.alfresco.repo.dictionary | |
org.alfresco.service.cmr.dictionary |
Modifier and Type | Method and Description |
---|---|
static M2Model |
M2Model.createModel(InputStream xml)
Construct a model from a dictionary xml specification
|
static M2Model |
M2Model.createModel(String name)
Construct an empty model
|
static M2Model |
M2Model.createModel(String bindingName,
InputStream xml) |
M2Model |
CompiledModel.getM2Model() |
Modifier and Type | Method and Description |
---|---|
List<M2ModelDiff> |
DictionaryDAO.diffModel(M2Model model)
Return diffs between input model and model in the Dictionary.
|
List<M2ModelDiff> |
DictionaryDAOImpl.diffModel(M2Model model)
Return diffs between input model and model in the Dictionary.
|
List<M2ModelDiff> |
DictionaryDAOImpl.diffModel(M2Model model,
boolean enableConstraintClassLoading)
Return diffs between input model and model in the Dictionary.
|
List<M2ModelDiff> |
DictionaryDAO.diffModelIgnoringConstraints(M2Model model) |
List<M2ModelDiff> |
DictionaryDAOImpl.diffModelIgnoringConstraints(M2Model model) |
QName |
DictionaryDAO.putModel(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModel(M2Model model) |
QName |
DictionaryDAO.putModelIgnoringConstraints(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModelIgnoringConstraints(M2Model model) |
Modifier and Type | Method and Description |
---|---|
CompiledModel |
CustomModelService.compileModel(M2Model m2Model)
Compiles the
M2Model . |
CustomModelDefinition |
CustomModelService.createCustomModel(M2Model m2Model,
boolean activate)
Creates custom model
|
CustomModelDefinition |
CustomModelService.updateCustomModel(String modelFileName,
M2Model m2Model,
boolean activate)
Updates custom model
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.