| Package | Description |
|---|---|
| org.camunda.bpm.cycle.aspect | |
| 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.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
| org.camunda.bpm.cycle.web.service.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginAspect.doLogin(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorCache.get(long id) |
Connector |
ConnectorRegistry.getConnector(Class<? extends Connector> cls)
Return the first connector with the given class or null if none was found
|
Connector |
ConnectorRegistry.getConnector(long connectorId)
Return a connector with the given id
|
Connector |
ConnectorCache.put(long id,
Connector connector) |
Connector |
ConnectorCache.remove(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
ConnectorRegistry.getConnectors()
Eagerly loads all connectors for which a connector
configuration is available and returns the connectors
|
Collection<Connector> |
ConnectorCache.values() |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorCache.put(long id,
Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorRegistry.getConnector(Class<? extends Connector> cls)
Return the first connector with the given class or null if none was found
|
List<ConnectorConfiguration> |
ConnectorRegistry.getConnectorConfigurations(Class<? extends Connector> cls)
Returns a list of connector configurations for a given connector class
|
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 | Class and Description |
|---|---|
class |
SignavioConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
SvnConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
VfsConnector |
| Constructor and Description |
|---|
ConnectorDTO(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
ConnectorService.getConnector(long connectorId) |
Copyright © 2015. All rights reserved.