Uses of Class
org.flowable.cmmn.engine.impl.IdentityLinkQueryObject
Packages that use IdentityLinkQueryObject
Package
Description
-
Uses of IdentityLinkQueryObject in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type IdentityLinkQueryObjectModifier and TypeMethodDescriptionprotected void
DeleteHistoricCaseInstancesUsingBatchesCmd.putIdentityLinkQuery
(com.fasterxml.jackson.databind.node.ObjectNode queryNode, String key, IdentityLinkQueryObject linkQueryObject) -
Uses of IdentityLinkQueryObject in org.flowable.cmmn.engine.impl.history
Fields in org.flowable.cmmn.engine.impl.history declared as IdentityLinkQueryObjectModifier and TypeFieldDescriptionprotected IdentityLinkQueryObject
HistoricCaseInstanceQueryImpl.involvedGroupIdentityLink
protected IdentityLinkQueryObject
HistoricCaseInstanceQueryImpl.involvedUserIdentityLink
Methods in org.flowable.cmmn.engine.impl.history that return IdentityLinkQueryObjectModifier and TypeMethodDescriptionHistoricCaseInstanceQueryImpl.getInvolvedGroupIdentityLink()
HistoricCaseInstanceQueryImpl.getInvolvedUserIdentityLink()
-
Uses of IdentityLinkQueryObject in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as IdentityLinkQueryObjectModifier and TypeFieldDescriptionprotected IdentityLinkQueryObject
CaseInstanceQueryImpl.involvedGroupIdentityLink
protected IdentityLinkQueryObject
CaseInstanceQueryImpl.involvedUserIdentityLink
Methods in org.flowable.cmmn.engine.impl.runtime that return IdentityLinkQueryObjectModifier and TypeMethodDescriptionCaseInstanceQueryImpl.getInvolvedGroupIdentityLink()
CaseInstanceQueryImpl.getInvolvedUserIdentityLink()