Uses of Class
org.jbpm.workbench.pr.model.NodeInstanceSummary
-
Packages that use NodeInstanceSummary Package Description org.jbpm.workbench.pr.model org.jbpm.workbench.pr.service -
-
Uses of NodeInstanceSummary in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return NodeInstanceSummary Modifier and Type Method Description NodeInstanceSummaryNodeInstanceSummary.Builder. build()Methods in org.jbpm.workbench.pr.model that return types with arguments of type NodeInstanceSummary Modifier and Type Method Description List<NodeInstanceSummary>ProcessInstanceDiagramSummary. getNodeInstances()Method parameters in org.jbpm.workbench.pr.model with type arguments of type NodeInstanceSummary Modifier and Type Method Description voidProcessInstanceDiagramSummary. setNodeInstances(List<NodeInstanceSummary> nodeInstances)ProcessInstanceDiagramSummary.BuilderProcessInstanceDiagramSummary.Builder. withNodeInstances(List<NodeInstanceSummary> nodeInstances) -
Uses of NodeInstanceSummary in org.jbpm.workbench.pr.service
Methods in org.jbpm.workbench.pr.service that return types with arguments of type NodeInstanceSummary Modifier and Type Method Description List<NodeInstanceSummary>ProcessRuntimeDataService. getProcessInstanceActiveNodes(ProcessInstanceKey processInstanceKey)List<NodeInstanceSummary>ProcessRuntimeDataService. getProcessInstanceCompletedNodes(ProcessInstanceKey processInstanceKey)
-