Package | Description |
---|---|
org.camunda.bpm.cycle.connector | |
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 |
---|---|
static ConnectorLoginMode |
ConnectorLoginMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorLoginMode[] |
ConnectorLoginMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectorLoginMode |
ConnectorConfiguration.getLoginMode() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorConfiguration.setLoginMode(ConnectorLoginMode loginMode) |
Modifier and Type | Method and Description |
---|---|
ConnectorLoginMode |
ConnectorConfigurationDTO.getLoginMode() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorConfigurationDTO.setLoginMode(ConnectorLoginMode loginMode) |
Copyright © 2015. All rights reserved.