Uses of Class
org.flowable.cmmn.engine.impl.IdentityLinkQueryObject
-
Packages that use IdentityLinkQueryObject Package Description org.flowable.cmmn.engine.impl.delete org.flowable.cmmn.engine.impl.history org.flowable.cmmn.engine.impl.runtime -
-
Uses of IdentityLinkQueryObject in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type IdentityLinkQueryObject Modifier and Type Method Description protected 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 IdentityLinkQueryObject Modifier and Type Field Description protected IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl. involvedGroupIdentityLinkprotected IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl. involvedUserIdentityLinkMethods in org.flowable.cmmn.engine.impl.history that return IdentityLinkQueryObject Modifier and Type Method Description IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl. getInvolvedGroupIdentityLink()IdentityLinkQueryObjectHistoricCaseInstanceQueryImpl. getInvolvedUserIdentityLink() -
Uses of IdentityLinkQueryObject in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as IdentityLinkQueryObject Modifier and Type Field Description protected IdentityLinkQueryObjectCaseInstanceQueryImpl. involvedGroupIdentityLinkprotected IdentityLinkQueryObjectCaseInstanceQueryImpl. involvedUserIdentityLinkMethods in org.flowable.cmmn.engine.impl.runtime that return IdentityLinkQueryObject Modifier and Type Method Description IdentityLinkQueryObjectCaseInstanceQueryImpl. getInvolvedGroupIdentityLink()IdentityLinkQueryObjectCaseInstanceQueryImpl. getInvolvedUserIdentityLink()
-