| Package | Description |
|---|---|
| com.activiti.repository.editor |
| Modifier and Type | Method and Description |
|---|---|
List<ModelRelation> |
ModelRelationRepository.findByChildModelId(Long modelId) |
List<ModelRelation> |
ModelRelationRepository.findByChildModelIdAndType(Long modelId,
String type) |
List<ModelRelation> |
ModelRelationRepository.findByParentModelId(Long parentModelId) |
List<ModelRelation> |
ModelRelationRepository.findByParentModelIdAndType(Long parentModelId,
String type) |
Copyright © 2014–2015 Alfresco. All rights reserved.