| Package | Description |
|---|---|
| org.flowable.ui.modeler.repository | |
| org.flowable.ui.modeler.service |
| Modifier and Type | Method and Description |
|---|---|
List<ModelInformation> |
ModelRelationRepositoryImpl.findModelInformationByChildModelId(String modelId) |
List<ModelInformation> |
ModelRelationRepository.findModelInformationByChildModelId(String modelId) |
List<ModelInformation> |
ModelRelationRepositoryImpl.findModelInformationByParentModelId(String parentModelId) |
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 © 2018 Flowable. All rights reserved.