Uses of Class
org.jbpm.workbench.pr.model.ProcessInstanceKey
-
Packages that use ProcessInstanceKey Package Description org.jbpm.workbench.pr.events org.jbpm.workbench.pr.model org.jbpm.workbench.pr.service -
-
Uses of ProcessInstanceKey in org.jbpm.workbench.pr.events
Methods in org.jbpm.workbench.pr.events that return ProcessInstanceKey Modifier and Type Method Description ProcessInstanceKey
ProcessInstanceSelectionEvent. getProcessInstanceKey()
Constructors in org.jbpm.workbench.pr.events with parameters of type ProcessInstanceKey Constructor Description ProcessInstanceSelectionEvent(ProcessInstanceKey processInstanceKey, boolean forLog)
ProcessInstanceSelectionEvent(ProcessInstanceKey processInstanceKey, boolean forLog, boolean isFromDiagram)
-
Uses of ProcessInstanceKey in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return ProcessInstanceKey Modifier and Type Method Description ProcessInstanceKey
ProcessInstanceSummary. getProcessInstanceKey()
-
Uses of ProcessInstanceKey in org.jbpm.workbench.pr.service
Methods in org.jbpm.workbench.pr.service with parameters of type ProcessInstanceKey Modifier and Type Method Description void
ProcessService. abortProcessInstance(ProcessInstanceKey processInstance)
void
ProcessRuntimeDataService. cancelProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeInstanceId)
ProcessInstanceSummary
ProcessRuntimeDataService. getProcessInstance(ProcessInstanceKey processInstanceKey)
List<NodeInstanceSummary>
ProcessRuntimeDataService. getProcessInstanceActiveNodes(ProcessInstanceKey processInstanceKey)
List<NodeInstanceSummary>
ProcessRuntimeDataService. getProcessInstanceCompletedNodes(ProcessInstanceKey processInstanceKey)
ProcessInstanceDiagramSummary
ProcessRuntimeDataService. getProcessInstanceDiagramSummary(ProcessInstanceKey processInstanceKey, String completedNodeColor, String completedNodeBorderColor, String activeNodeBorderColor)
List<TimerInstanceSummary>
ProcessRuntimeDataService. getProcessInstanceTimerInstances(ProcessInstanceKey processInstanceKey)
List<ProcessVariableSummary>
ProcessVariablesService. getVariableHistory(ProcessInstanceKey processInstance, String variableName)
void
ProcessRuntimeDataService. rescheduleTimerInstance(ProcessInstanceKey processInstanceKey, TimerInstanceSummary summary)
void
ProcessRuntimeDataService. reTriggerProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeInstanceId)
void
ProcessRuntimeDataService. triggerProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeId)
-