Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ASSOCIATION - Static variable in class org.flowable.entitylink.api.EntityLinkType
B
- bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String, Collection<String>) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
C
- CHILD - Static variable in class org.flowable.entitylink.api.EntityLinkType
- createEntityLink() - Method in interface org.flowable.entitylink.api.EntityLinkService
- createHistoricEntityLink() - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- createInternalEntityLinkQuery() - Method in interface org.flowable.entitylink.api.EntityLinkService
- createInternalHistoricEntityLinkQuery() - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
D
- deleteEntityLinksByRootScopeIdAndType(String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- deleteEntityLinksByScopeIdAndType(String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- deleteHistoricEntityLink(String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- deleteHistoricEntityLink(HistoricEntityLink) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- deleteHistoricEntityLinksByScopeIdAndScopeType(String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- deleteHistoricEntityLinksForNonExistingCaseInstances() - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- deleteHistoricEntityLinksForNonExistingProcessInstances() - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
E
- EntityLink - Interface in org.flowable.entitylink.api
-
An entity link is used to associate an entity with another entity.
- EntityLinkInfo - Interface in org.flowable.entitylink.api
-
An entity link info is used to associate a runtime or historic entity with another entity.
- EntityLinkService - Interface in org.flowable.entitylink.api
-
Service which provides access to entity links.
- EntityLinkType - Class in org.flowable.entitylink.api
-
Contains constants for all predefined types of entity links.
- EntityLinkType() - Constructor for class org.flowable.entitylink.api.EntityLinkType
F
- findEntityLinksByReferenceScopeIdAndType(String, String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- findEntityLinksByRootScopeIdAndRootType(String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- findEntityLinksByScopeIdAndType(String, String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String, String, String) - Method in interface org.flowable.entitylink.api.EntityLinkService
- findHistoricEntityLinksByReferenceScopeIdAndType(String, String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String, String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- findHistoricEntityLinksByScopeIdAndScopeType(String, String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String, String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType(Collection<String>, String, String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
G
- getCreateTime() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
The create time for the entity link
- getHierarchyType() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the hierarchy type for the entity link e.g. root, parent or empty
- getHistoricEntityLink(String) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- getLinkType() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the type of link.
- getParentElementId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
The parent element id for the originating entity
- getReferenceScopeDefinitionId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
A scope definition id for the referenced entity
- getReferenceScopeId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the scope id of the referenced entity
- getReferenceScopeType() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
The scope type associated with the referenced entity
- getRootScopeId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the root scope id of the referenced entity
- getRootScopeType() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
The scope type associated with the referenced entity
- getScopeDefinitionId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
A scope definition id for the originating entity
- getScopeId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the scope id of the originating entity
- getScopeType() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
The scope type associated with the originating entity
- getSubScopeId() - Method in interface org.flowable.entitylink.api.EntityLinkInfo
-
Returns the sub scope id of the originating entity
- GRAND_PARENT - Static variable in class org.flowable.entitylink.api.HierarchyType
H
- hierarchyType(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given hierarchy type.
- HierarchyType - Class in org.flowable.entitylink.api
-
Contains constants for all predefined types of hierarchies.
- HierarchyType() - Constructor for class org.flowable.entitylink.api.HierarchyType
- HistoricEntityLink - Interface in org.flowable.entitylink.api.history
-
Historic counterpart of
EntityLink
that represents the current state if any runtime link. - HistoricEntityLinkService - Interface in org.flowable.entitylink.api.history
-
Service which provides access to historic entity links.
I
- insertEntityLink(EntityLink) - Method in interface org.flowable.entitylink.api.EntityLinkService
- insertHistoricEntityLink(HistoricEntityLink, boolean) - Method in interface org.flowable.entitylink.api.history.HistoricEntityLinkService
- InternalEntityLinkQuery<E extends EntityLinkInfo> - Interface in org.flowable.entitylink.api
L
- linkType(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given link type.
- list() - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
O
- org.flowable.entitylink.api - package org.flowable.entitylink.api
- org.flowable.entitylink.api.history - package org.flowable.entitylink.api.history
P
- PARENT - Static variable in class org.flowable.entitylink.api.HierarchyType
R
- referenceScopeDefinitionId(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given reference scope definition id.
- referenceScopeId(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given reference scope id.
- referenceScopeType(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given reference scope type.
- ROOT - Static variable in class org.flowable.entitylink.api.HierarchyType
- rootScopeId(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given root scope id.
- rootScopeType(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given root scope type.
S
- scopeDefinitionId(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given scope definition id.
- scopeId(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given scope id.
- scopeIds(Collection<String>) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given scope ids.
- scopeType(String) - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
-
Query entity links with the given scope type.
- singleResult() - Method in interface org.flowable.entitylink.api.InternalEntityLinkQuery
All Classes and Interfaces|All Packages|Constant Field Values