Package | Description |
---|---|
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 |
---|---|
List<ConnectorCredentials> |
User.getConnectorCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
User.setConnectorCredentials(List<ConnectorCredentials> connectorCredentials) |
Modifier and Type | Method and Description |
---|---|
ConnectorCredentials |
ConnectorCredentialsRepository.findFetchAllByUserIdAndConnectorId(long userId,
long connectorId) |
ConnectorCredentials |
ConnectorCredentialsRepository.findFetchAllByUsernameAndConnectorId(String username,
long connectorId) |
ConnectorCredentials |
ConnectorCredentialsRepository.findFetchConfigurationById(Long id) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorCredentials> |
ConnectorCredentialsRepository.findFetchConfigurationByUserId(Long userId) |
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) |
Constructor and Description |
---|
ConnectorCredentialsDTO(ConnectorCredentials connectorCredentials) |
Modifier and Type | Method and Description |
---|---|
protected ConnectorCredentials |
ConnectorCredentialsService.getAndFetchConnectorCredentialsById(Long id) |
protected ConnectorCredentials |
ConnectorCredentialsService.getById(long id) |
Copyright © 2015. All rights reserved.