Package | Description |
---|---|
org.camunda.bpm.cycle.entity | |
org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnDiagram.setStatus(BpmnDiagram.Status status) |
Modifier and Type | Method and Description |
---|---|
BpmnDiagram.Status |
BpmnDiagramStatusDTO.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnDiagramStatusDTO.setStatus(BpmnDiagram.Status status) |
Constructor and Description |
---|
BpmnDiagramStatusDTO(long diagramId,
BpmnDiagram.Status status,
Date lastModified) |
Copyright © 2015. All rights reserved.