Uses of Class
org.flowable.ui.modeler.domain.ModelInformation
-
Packages that use ModelInformation Package Description org.flowable.ui.modeler.repository org.flowable.ui.modeler.service -
-
Uses of ModelInformation in org.flowable.ui.modeler.repository
Methods in org.flowable.ui.modeler.repository that return types with arguments of type ModelInformation Modifier and Type Method Description List<ModelInformation>ModelRelationRepository. findModelInformationByChildModelId(String modelId)List<ModelInformation>ModelRelationRepositoryImpl. findModelInformationByChildModelId(String modelId)List<ModelInformation>ModelRelationRepository. findModelInformationByParentModelId(String parentModelId)List<ModelInformation>ModelRelationRepositoryImpl. findModelInformationByParentModelId(String parentModelId) -
Uses of ModelInformation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return types with arguments of type ModelInformation Modifier and Type Method Description List<ModelInformation>ModelRelationService. findParentModels(String modelId)Returns the models which have aModelRelationwith the given model, where the given model is the one that is referenced.List<ModelInformation>ModelRelationService. findReferencedModels(String modelId)Returns the models which have aModelRelationwith the given model, where the model references those directly or indirectly.
-