org.camunda.bpm.cycle.web.service.resource
Class ConnectorCredentialsService
java.lang.Object
org.camunda.bpm.cycle.web.service.AbstractRestService
org.camunda.bpm.cycle.web.service.resource.ConnectorCredentialsService
public class ConnectorCredentialsService
- extends AbstractRestService
FIXME this class is untested!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorCredentialsService
public ConnectorCredentialsService()
list
public List<ConnectorCredentialsDTO> list(Long userId)
get
public ConnectorCredentialsDTO get(long id)
update
@Transactional
public ConnectorCredentialsDTO update(ConnectorCredentialsDTO data)
create
public ConnectorCredentialsDTO create(ConnectorCredentialsDTO data)
delete
@Transactional
public void delete(long id)
test
public ConnectorStatusDTO test(ConnectorCredentialsDTO data)
getConnectorCredentialsByUserId
protected List<ConnectorCredentialsDTO> getConnectorCredentialsByUserId(Long userId)
getAndFetchConnectorCredentialsById
protected ConnectorCredentials getAndFetchConnectorCredentialsById(Long id)
getConnectorConfigurationById
protected ConnectorConfiguration getConnectorConfigurationById(long configurationId)
getById
protected ConnectorCredentials getById(long id)
throws javax.ws.rs.WebApplicationException
- Throws:
javax.ws.rs.WebApplicationException
Copyright © 2014 camunda services GmbH. All rights reserved.