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