| Package | Description |
|---|---|
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.delete |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityLinkQueryObject |
ProcessInstanceQueryImpl.involvedGroupIdentityLink |
protected IdentityLinkQueryObject |
HistoricProcessInstanceQueryImpl.involvedGroupIdentityLink |
protected IdentityLinkQueryObject |
ProcessInstanceQueryImpl.involvedUserIdentityLink |
protected IdentityLinkQueryObject |
HistoricProcessInstanceQueryImpl.involvedUserIdentityLink |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkQueryObject |
ExecutionQueryImpl.getInvolvedGroupIdentityLink() |
IdentityLinkQueryObject |
ProcessInstanceQueryImpl.getInvolvedGroupIdentityLink() |
IdentityLinkQueryObject |
HistoricProcessInstanceQueryImpl.getInvolvedGroupIdentityLink() |
IdentityLinkQueryObject |
ExecutionQueryImpl.getInvolvedUserIdentityLink() |
IdentityLinkQueryObject |
ProcessInstanceQueryImpl.getInvolvedUserIdentityLink() |
IdentityLinkQueryObject |
HistoricProcessInstanceQueryImpl.getInvolvedUserIdentityLink() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeleteHistoricProcessInstancesUsingBatchesCmd.putIdentityLinkQuery(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
String key,
IdentityLinkQueryObject linkQueryObject) |
Copyright © 2022 Flowable. All rights reserved.