Uses of Interface
org.flowable.entitylink.api.InternalEntityLinkQuery
Packages that use InternalEntityLinkQuery
-
Uses of InternalEntityLinkQuery in org.flowable.entitylink.api
Methods in org.flowable.entitylink.api that return InternalEntityLinkQueryModifier and TypeMethodDescriptionEntityLinkService.createInternalEntityLinkQuery()
InternalEntityLinkQuery.hierarchyType
(String hierarchyType) Query entity links with the given hierarchy type.Query entity links with the given link type.InternalEntityLinkQuery.referenceScopeDefinitionId
(String referenceScopeDefinitionId) Query entity links with the given reference scope definition id.InternalEntityLinkQuery.referenceScopeId
(String referenceScopeId) Query entity links with the given reference scope id.InternalEntityLinkQuery.referenceScopeType
(String referenceScopeType) Query entity links with the given reference scope type.InternalEntityLinkQuery.rootScopeId
(String rootScopeId) Query entity links with the given root scope id.InternalEntityLinkQuery.rootScopeType
(String rootScopeType) Query entity links with the given root scope type.InternalEntityLinkQuery.scopeDefinitionId
(String scopeDefinitionId) Query entity links with the given scope definition id.Query entity links with the given scope id.InternalEntityLinkQuery.scopeIds
(Collection<String> scopeIds) Query entity links with the given scope ids.Query entity links with the given scope type. -
Uses of InternalEntityLinkQuery in org.flowable.entitylink.api.history
Methods in org.flowable.entitylink.api.history that return InternalEntityLinkQueryModifier and TypeMethodDescriptionHistoricEntityLinkService.createInternalHistoricEntityLinkQuery()