org.camunda.bpm.cycle.repository
Class ConnectorCredentialsRepository

java.lang.Object
  extended by org.camunda.bpm.cycle.repository.AbstractRepository<ConnectorCredentials>
      extended by org.camunda.bpm.cycle.repository.ConnectorCredentialsRepository

@Repository
public class ConnectorCredentialsRepository
extends AbstractRepository<ConnectorCredentials>

FIXME this class is untested!


Field Summary
 
Fields inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
em
 
Constructor Summary
ConnectorCredentialsRepository()
           
 
Method Summary
 ConnectorCredentials findFetchAllByUserIdAndConnectorId(long userId, long connectorId)
           
 ConnectorCredentials findFetchAllByUsernameAndConnectorId(String username, long connectorId)
           
 ConnectorCredentials findFetchConfigurationById(Long id)
           
 List<ConnectorCredentials> findFetchConfigurationByUserId(Long userId)
           
 
Methods inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
countAll, delete, delete, deleteAll, findAll, findById, saveAndFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorCredentialsRepository

public ConnectorCredentialsRepository()
Method Detail

findFetchConfigurationByUserId

public List<ConnectorCredentials> findFetchConfigurationByUserId(Long userId)

findFetchConfigurationById

public ConnectorCredentials findFetchConfigurationById(Long id)

findFetchAllByUserIdAndConnectorId

public ConnectorCredentials findFetchAllByUserIdAndConnectorId(long userId,
                                                               long connectorId)

findFetchAllByUsernameAndConnectorId

public ConnectorCredentials findFetchAllByUsernameAndConnectorId(String username,
                                                                 long connectorId)


Copyright © 2014 camunda services GmbH. All rights reserved.