| Package | Description |
|---|---|
| org.flowable.ui.modeler.repository |
| Modifier and Type | Method and Description |
|---|---|
List<ModelRelation> |
ModelRelationRepositoryImpl.findByParentModelIdAndType(String parentModelId,
String type) |
List<ModelRelation> |
ModelRelationRepository.findByParentModelIdAndType(String parentModelId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelRelationRepositoryImpl.delete(ModelRelation modelRelation) |
void |
ModelRelationRepository.delete(ModelRelation modelRelation) |
void |
ModelRelationRepositoryImpl.save(ModelRelation modelRelation) |
void |
ModelRelationRepository.save(ModelRelation modelRelation) |
Copyright © 2018 Flowable. All rights reserved.