Uses of Class
org.flowable.ui.modeler.domain.ModelRelation
-
Packages that use ModelRelation Package Description org.flowable.ui.modeler.repository -
-
Uses of ModelRelation in org.flowable.ui.modeler.repository
Methods in org.flowable.ui.modeler.repository that return types with arguments of type ModelRelation Modifier and Type Method Description List<ModelRelation>ModelRelationRepository. findByParentModelIdAndType(String parentModelId, String type)List<ModelRelation>ModelRelationRepositoryImpl. findByParentModelIdAndType(String parentModelId, String type)Methods in org.flowable.ui.modeler.repository with parameters of type ModelRelation Modifier and Type Method Description voidModelRelationRepository. delete(ModelRelation modelRelation)voidModelRelationRepositoryImpl. delete(ModelRelation modelRelation)voidModelRelationRepository. save(ModelRelation modelRelation)voidModelRelationRepositoryImpl. save(ModelRelation modelRelation)
-