Uses of Class
org.camunda.bpm.cycle.web.dto.ConnectorCredentialsDTO

Packages that use ConnectorCredentialsDTO
org.camunda.bpm.cycle.web.dto Classes meant for JSON serialization and query data aggregation. 
org.camunda.bpm.cycle.web.service.resource   
 

Uses of ConnectorCredentialsDTO in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return ConnectorCredentialsDTO
static ConnectorCredentialsDTO ConnectorCredentialsDTO.wrap(ConnectorCredentials connectorCredentials)
           
 

Methods in org.camunda.bpm.cycle.web.dto that return types with arguments of type ConnectorCredentialsDTO
static List<ConnectorCredentialsDTO> ConnectorCredentialsDTO.wrapAll(List<ConnectorCredentials> connectorCredentials)
           
 

Uses of ConnectorCredentialsDTO in org.camunda.bpm.cycle.web.service.resource
 

Methods in org.camunda.bpm.cycle.web.service.resource that return ConnectorCredentialsDTO
 ConnectorCredentialsDTO ConnectorCredentialsService.create(ConnectorCredentialsDTO data)
           
 ConnectorCredentialsDTO ConnectorCredentialsService.get(long id)
           
 ConnectorCredentialsDTO ConnectorCredentialsService.update(ConnectorCredentialsDTO data)
           
 

Methods in org.camunda.bpm.cycle.web.service.resource that return types with arguments of type ConnectorCredentialsDTO
protected  List<ConnectorCredentialsDTO> ConnectorCredentialsService.getConnectorCredentialsByUserId(Long userId)
           
 List<ConnectorCredentialsDTO> ConnectorCredentialsService.list(Long userId)
           
 

Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type ConnectorCredentialsDTO
 ConnectorCredentialsDTO ConnectorCredentialsService.create(ConnectorCredentialsDTO data)
           
 ConnectorStatusDTO ConnectorCredentialsService.test(ConnectorCredentialsDTO data)
           
 ConnectorCredentialsDTO ConnectorCredentialsService.update(ConnectorCredentialsDTO data)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.