public interface ModelRelationRepository
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ModelRelation modelRelation) |
void |
deleteModelRelationsForParentModel(String parentModelId) |
List<ModelRelation> |
findByParentModelIdAndType(String parentModelId,
String type) |
List<ModelInformation> |
findModelInformationByChildModelId(String modelId) |
List<ModelInformation> |
findModelInformationByParentModelId(String parentModelId) |
void |
save(ModelRelation modelRelation) |
void deleteModelRelationsForParentModel(String parentModelId)
void save(ModelRelation modelRelation)
void delete(ModelRelation modelRelation)
List<ModelRelation> findByParentModelIdAndType(String parentModelId, String type)
List<ModelInformation> findModelInformationByParentModelId(String parentModelId)
List<ModelInformation> findModelInformationByChildModelId(String modelId)
Copyright © 2018 Flowable. All rights reserved.