Package org.flowable.entitylink.api
Interface InternalEntityLinkQuery<E extends EntityLinkInfo>
public interface InternalEntityLinkQuery<E extends EntityLinkInfo>
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionhierarchyType
(String hierarchyType) Query entity links with the given hierarchy type.Query entity links with the given link type.list()
referenceScopeDefinitionId
(String referenceScopeDefinitionId) Query entity links with the given reference scope definition id.referenceScopeId
(String referenceScopeId) Query entity links with the given reference scope id.referenceScopeType
(String referenceScopeType) Query entity links with the given reference scope type.rootScopeId
(String rootScopeId) Query entity links with the given root scope id.rootScopeType
(String rootScopeType) Query entity links with the given root scope type.scopeDefinitionId
(String scopeDefinitionId) Query entity links with the given scope definition id.Query entity links with the given scope id.scopeIds
(Collection<String> scopeIds) Query entity links with the given scope ids.Query entity links with the given scope type.
-
Method Details
-
scopeId
Query entity links with the given scope id. -
scopeIds
Query entity links with the given scope ids. -
scopeDefinitionId
Query entity links with the given scope definition id. -
scopeType
Query entity links with the given scope type. -
referenceScopeId
Query entity links with the given reference scope id. -
referenceScopeDefinitionId
Query entity links with the given reference scope definition id. -
referenceScopeType
Query entity links with the given reference scope type. -
rootScopeId
Query entity links with the given root scope id. -
rootScopeType
Query entity links with the given root scope type. -
linkType
Query entity links with the given link type. -
hierarchyType
Query entity links with the given hierarchy type. -
list
-
singleResult
E singleResult()
-