Uses of Class
org.flowable.engine.impl.IdentityLinkQueryObject
Packages that use IdentityLinkQueryObject
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of IdentityLinkQueryObject in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as IdentityLinkQueryObjectModifier and TypeFieldDescriptionprotected IdentityLinkQueryObjectHistoricProcessInstanceQueryImpl.involvedGroupIdentityLinkprotected IdentityLinkQueryObjectProcessInstanceQueryImpl.involvedGroupIdentityLinkprotected IdentityLinkQueryObjectHistoricProcessInstanceQueryImpl.involvedUserIdentityLinkprotected IdentityLinkQueryObjectProcessInstanceQueryImpl.involvedUserIdentityLinkMethods in org.flowable.engine.impl that return IdentityLinkQueryObjectModifier and TypeMethodDescriptionExecutionQueryImpl.getInvolvedGroupIdentityLink()HistoricProcessInstanceQueryImpl.getInvolvedGroupIdentityLink()ProcessInstanceQueryImpl.getInvolvedGroupIdentityLink()ExecutionQueryImpl.getInvolvedUserIdentityLink()HistoricProcessInstanceQueryImpl.getInvolvedUserIdentityLink()ProcessInstanceQueryImpl.getInvolvedUserIdentityLink() -
Uses of IdentityLinkQueryObject in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type IdentityLinkQueryObjectModifier and TypeMethodDescriptionprotected voidDeleteHistoricProcessInstancesUsingBatchesCmd.putIdentityLinkQuery(com.fasterxml.jackson.databind.node.ObjectNode queryNode, String key, IdentityLinkQueryObject linkQueryObject)