Package | Description |
---|---|
org.camunda.bpm.cycle.connector | |
org.camunda.bpm.cycle.connector.signavio | |
org.camunda.bpm.cycle.connector.svn | |
org.camunda.bpm.cycle.connector.vfs | |
org.camunda.bpm.cycle.entity | |
org.camunda.bpm.cycle.repository | |
org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
org.camunda.bpm.cycle.web.service.resource |
Modifier and Type | Method and Description |
---|---|
ConnectorConfiguration |
Connector.getConfiguration() |
ConnectorConfiguration |
ConnectorRegistry.getConnectorDefinition(Class<? extends Connector> cls)
Returns the connector definition for the given connector class
or
null if no definition was found. |
Modifier and Type | Method and Description |
---|---|
List<ConnectorConfiguration> |
ConnectorRegistry.getConnectorConfigurations()
Returns a list of all connector configurations known to this registry
|
List<ConnectorConfiguration> |
ConnectorRegistry.getConnectorConfigurations(Class<? extends Connector> cls)
Returns a list of connector configurations for a given connector class
|
List<ConnectorConfiguration> |
ConnectorRegistry.getConnectorDefinitions()
Return a list of default configurations
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.init(ConnectorConfiguration config) |
void |
Connector.setConfiguration(ConnectorConfiguration configuration) |
ConnectorStatus |
ConnectorRegistry.testConnectorConfiguration(ConnectorConfiguration config) |
ConnectorStatus |
ConnectorRegistry.testConnectorConfiguration(ConnectorConfiguration config,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
SignavioConnector.init(ConnectorConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
SvnConnector.init(ConnectorConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
VfsConnector.init(ConnectorConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ConnectorConfiguration |
ConnectorCredentials.getConnectorConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorCredentials.setConnectorConfiguration(ConnectorConfiguration connectorConfiguration) |
Constructor and Description |
---|
ConnectorCredentials(String username,
String password,
ConnectorConfiguration configuration,
User user) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorConfiguration> |
ConnectorConfigurationRepository.findByConnectorClass(String cls) |
Modifier and Type | Method and Description |
---|---|
static ConnectorConfigurationDTO |
ConnectorConfigurationDTO.wrap(ConnectorConfiguration connectorConfiguration)
Wraps a connector configuation as a data object
|
Modifier and Type | Method and Description |
---|---|
static List<ConnectorConfigurationDTO> |
ConnectorConfigurationDTO.wrapAll(List<ConnectorConfiguration> trackers)
Wraps a list of connector configurations as a list of the respective connector data objects
|
Constructor and Description |
---|
ConnectorConfigurationDTO(ConnectorConfiguration connectorConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected ConnectorConfiguration |
ConnectorConfigurationService.findConfigurationById(long id) |
protected ConnectorConfiguration |
ConnectorCredentialsService.getConnectorConfigurationById(long configurationId) |
Copyright © 2015. All rights reserved.