Package | Description |
---|---|
org.jbpm.workbench.pr.model | |
org.jbpm.workbench.pr.service |
Modifier and Type | Method and Description |
---|---|
ProcessSummary |
ProcessSummary.Builder.build() |
ProcessSummary |
ProcessInstanceDiagramSummary.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceDiagramSummary.setProcessDefinition(ProcessSummary processDefinition) |
ProcessInstanceDiagramSummary.Builder |
ProcessInstanceDiagramSummary.Builder.withProcessDefinition(ProcessSummary processDefinition) |
Modifier and Type | Method and Description |
---|---|
ProcessSummary |
ProcessRuntimeDataService.getProcess(ProcessDefinitionKey processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
List<ProcessSummary> |
ProcessRuntimeDataService.getProcesses(String serverTemplateId,
Integer page,
Integer pageSize,
String sort,
Boolean sortOrder) |
List<ProcessSummary> |
ProcessRuntimeDataService.getProcessesByFilter(String serverTemplateId,
String textSearch,
Integer page,
Integer pageSize,
String sort,
Boolean sortOrder) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.