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 voidDeleteHistoricCaseInstancesUsingBatchesCmd.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 IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl.involvedGroupIdentityLinkprotected IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl.involvedUserIdentityLinkMethods 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 IdentityLinkQueryObjectCaseInstanceQueryImpl.involvedGroupIdentityLinkprotected IdentityLinkQueryObjectCaseInstanceQueryImpl.involvedUserIdentityLinkMethods in org.flowable.cmmn.engine.impl.runtime that return IdentityLinkQueryObjectModifier and TypeMethodDescriptionCaseInstanceQueryImpl.getInvolvedGroupIdentityLink()CaseInstanceQueryImpl.getInvolvedUserIdentityLink()