Package | Description |
---|---|
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 |
---|---|
static ConnectorCredentialsDTO |
ConnectorCredentialsDTO.wrap(ConnectorCredentials connectorCredentials) |
Modifier and Type | Method and Description |
---|---|
static List<ConnectorCredentialsDTO> |
ConnectorCredentialsDTO.wrapAll(List<ConnectorCredentials> connectorCredentials) |
Modifier and Type | Method and Description |
---|---|
ConnectorCredentialsDTO |
ConnectorCredentialsService.create(ConnectorCredentialsDTO data) |
ConnectorCredentialsDTO |
ConnectorCredentialsService.get(long id) |
ConnectorCredentialsDTO |
ConnectorCredentialsService.update(ConnectorCredentialsDTO data) |
Modifier and Type | Method and Description |
---|---|
protected List<ConnectorCredentialsDTO> |
ConnectorCredentialsService.getConnectorCredentialsByUserId(Long userId) |
List<ConnectorCredentialsDTO> |
ConnectorCredentialsService.list(Long userId) |
Modifier and Type | Method and Description |
---|---|
ConnectorCredentialsDTO |
ConnectorCredentialsService.create(ConnectorCredentialsDTO data) |
ConnectorStatusDTO |
ConnectorCredentialsService.test(ConnectorCredentialsDTO data) |
ConnectorCredentialsDTO |
ConnectorCredentialsService.update(ConnectorCredentialsDTO data) |
Copyright © 2015. All rights reserved.