|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connector | |
|---|---|
| org.camunda.bpm.cycle.aspect | |
| org.camunda.bpm.cycle.connector | |
| org.camunda.bpm.cycle.connector.git | |
| 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 | |
| Uses of Connector in org.camunda.bpm.cycle.aspect |
|---|
| Methods in org.camunda.bpm.cycle.aspect with parameters of type Connector | |
|---|---|
void |
LoginAspect.doLogin(Connector connector)
|
| Uses of Connector in org.camunda.bpm.cycle.connector |
|---|
| Methods in org.camunda.bpm.cycle.connector that return Connector | |
|---|---|
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)
|
| Methods in org.camunda.bpm.cycle.connector that return types with arguments of type Connector | |
|---|---|
List<Connector> |
ConnectorRegistry.getConnectors()
Eagerly loads all connectors for which a connector configuration is available and returns the connectors |
Collection<Connector> |
ConnectorCache.values()
|
| Methods in org.camunda.bpm.cycle.connector with parameters of type Connector | |
|---|---|
Connector |
ConnectorCache.put(long id,
Connector connector)
|
| Method parameters in org.camunda.bpm.cycle.connector with type arguments of type Connector | |
|---|---|
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. |
| Uses of Connector in org.camunda.bpm.cycle.connector.git |
|---|
| Subclasses of Connector in org.camunda.bpm.cycle.connector.git | |
|---|---|
class |
GitConnector
This connector just delegates to a VfsConnector and pulls from remote
before and push to remote after any read or write action. |
| Uses of Connector in org.camunda.bpm.cycle.connector.signavio |
|---|
| Subclasses of Connector in org.camunda.bpm.cycle.connector.signavio | |
|---|---|
class |
SignavioConnector
|
| Uses of Connector in org.camunda.bpm.cycle.connector.svn |
|---|
| Subclasses of Connector in org.camunda.bpm.cycle.connector.svn | |
|---|---|
class |
SvnConnector
|
| Uses of Connector in org.camunda.bpm.cycle.connector.vfs |
|---|
| Subclasses of Connector in org.camunda.bpm.cycle.connector.vfs | |
|---|---|
class |
VfsConnector
|
| Uses of Connector in org.camunda.bpm.cycle.web.dto |
|---|
| Constructors in org.camunda.bpm.cycle.web.dto with parameters of type Connector | |
|---|---|
ConnectorDTO(Connector connector)
|
|
| Uses of Connector in org.camunda.bpm.cycle.web.service.resource |
|---|
| Methods in org.camunda.bpm.cycle.web.service.resource that return Connector | |
|---|---|
protected Connector |
ConnectorService.getConnector(long connectorId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||