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 ProcessInstanceKeyProcessInstanceSelectionEvent. 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 ProcessInstanceKeyProcessInstanceSummary. 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 voidProcessService. abortProcessInstance(ProcessInstanceKey processInstance)voidProcessRuntimeDataService. cancelProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeInstanceId)ProcessInstanceSummaryProcessRuntimeDataService. getProcessInstance(ProcessInstanceKey processInstanceKey)List<NodeInstanceSummary>ProcessRuntimeDataService. getProcessInstanceActiveNodes(ProcessInstanceKey processInstanceKey)List<NodeInstanceSummary>ProcessRuntimeDataService. getProcessInstanceCompletedNodes(ProcessInstanceKey processInstanceKey)ProcessInstanceDiagramSummaryProcessRuntimeDataService. getProcessInstanceDiagramSummary(ProcessInstanceKey processInstanceKey, String completedNodeColor, String completedNodeBorderColor, String activeNodeBorderColor, String activeAsyncNodeBorderColor)List<TimerInstanceSummary>ProcessRuntimeDataService. getProcessInstanceTimerInstances(ProcessInstanceKey processInstanceKey)List<ProcessVariableSummary>ProcessVariablesService. getVariableHistory(ProcessInstanceKey processInstance, String variableName)voidProcessRuntimeDataService. rescheduleTimerInstance(ProcessInstanceKey processInstanceKey, TimerInstanceSummary summary)voidProcessRuntimeDataService. reTriggerProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeInstanceId)voidProcessRuntimeDataService. triggerProcessInstanceNode(ProcessInstanceKey processInstanceKey, Long nodeId)
-