| Package | Description |
|---|---|
| org.alfresco.repo.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> |
DictionaryDAOImpl.diffModel(M2Model model)
Return diffs between input model and model in the Dictionary.
|
List<M2ModelDiff> |
DictionaryDAO.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> |
DictionaryDAOImpl.diffModelIgnoringConstraints(M2Model model) |
List<M2ModelDiff> |
DictionaryDAO.diffModelIgnoringConstraints(M2Model model) |
QName |
DictionaryDAOImpl.putModel(M2Model model) |
QName |
DictionaryDAO.putModel(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModelIgnoringConstraints(M2Model model) |
QName |
DictionaryDAO.putModelIgnoringConstraints(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModelImpl(M2Model model,
boolean enableConstraintClassLoading) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.