Uses of Class
org.jbpm.workbench.pr.model.ProcessNodeSummary
-
Packages that use ProcessNodeSummary Package Description org.jbpm.workbench.pr.model -
-
Uses of ProcessNodeSummary in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return types with arguments of type ProcessNodeSummary Modifier and Type Method Description Collection<ProcessNodeSummary>
ProcessSummary. getNodes()
Method parameters in org.jbpm.workbench.pr.model with type arguments of type ProcessNodeSummary Modifier and Type Method Description ProcessSummary.Builder
ProcessSummary.Builder. nodes(Collection<ProcessNodeSummary> nodes)
void
ProcessSummary. setNodes(Collection<ProcessNodeSummary> nodes)
-