| Package | Description |
|---|---|
| org.activiti.app.domain.editor | |
| org.activiti.app.repository.editor | |
| org.activiti.app.service.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingModelInformation |
| Modifier and Type | Method and Description |
|---|---|
List<ModelInformation> |
ModelRelationRepository.findModelInformationByChildModelId(String modelId) |
List<ModelInformation> |
ModelRelationRepository.findModelInformationByParentModelId(String parentModelId) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelInformation> |
ModelRelationService.findParentModels(String modelId)
Returns the models which have a
ModelRelation with the given model,
where the given model is the one that is referenced. |
List<ModelInformation> |
ModelRelationService.findReferencedModels(String modelId)
Returns the models which have a
ModelRelation with the given model,
where the model references those directly or indirectly. |
Copyright © 2017 Alfresco. All rights reserved.