Package | Description |
---|---|
org.camunda.bpm.cycle.connector | |
org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
Modifier and Type | Method and Description |
---|---|
ConnectorStatus.State |
ConnectorStatus.getState() |
static ConnectorStatus.State |
ConnectorStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorStatus.State[] |
ConnectorStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConnectorStatus(ConnectorStatus.State status,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
ConnectorStatus.State |
ConnectorStatusDTO.getState() |
Constructor and Description |
---|
ConnectorStatusDTO(ConnectorStatus.State status,
Exception exception) |
Copyright © 2015. All rights reserved.