|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BpmnDiagram.Status | |
|---|---|
| org.camunda.bpm.cycle.entity | |
| org.camunda.bpm.cycle.web.dto | Classes meant for JSON serialization and query data aggregation. |
| Uses of BpmnDiagram.Status in org.camunda.bpm.cycle.entity |
|---|
| Methods in org.camunda.bpm.cycle.entity that return BpmnDiagram.Status | |
|---|---|
BpmnDiagram.Status |
BpmnDiagram.getStatus()
|
static BpmnDiagram.Status |
BpmnDiagram.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BpmnDiagram.Status[] |
BpmnDiagram.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.camunda.bpm.cycle.entity with parameters of type BpmnDiagram.Status | |
|---|---|
void |
BpmnDiagram.setStatus(BpmnDiagram.Status status)
|
| Uses of BpmnDiagram.Status in org.camunda.bpm.cycle.web.dto |
|---|
| Methods in org.camunda.bpm.cycle.web.dto that return BpmnDiagram.Status | |
|---|---|
BpmnDiagram.Status |
BpmnDiagramStatusDTO.getStatus()
|
| Methods in org.camunda.bpm.cycle.web.dto with parameters of type BpmnDiagram.Status | |
|---|---|
void |
BpmnDiagramStatusDTO.setStatus(BpmnDiagram.Status status)
|
| Constructors in org.camunda.bpm.cycle.web.dto with parameters of type BpmnDiagram.Status | |
|---|---|
BpmnDiagramStatusDTO(long diagramId,
BpmnDiagram.Status status,
Date lastModified)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||