public final class Destinations extends Object
| Constructor and Description |
|---|
Destinations(EtlProperties inEtlProperties,
AuthorizedUserEntity inEtlUser,
DestinationDao inDestinationDao,
EtlGroupDao inGroupDao,
EtlDestinationToDestinationEntityVisitor inDestToDestEntityVisitor) |
| Modifier and Type | Method and Description |
|---|---|
Long |
create(EtlDestination etlDestination) |
void |
delete(String destId) |
List<EtlDestination> |
getAll()
Gets all configs for which the current user has read permissions.
|
List<EtlCohortDestination> |
getAllCohorts() |
List<EtlI2B2Destination> |
getAllI2B2s() |
List<EtlPatientSetExtractorDestination> |
getAllPatientSetExtractors() |
List<EtlPatientSetSenderDestination> |
getAllPatientSetSenders() |
List<EtlTabularFileDestination> |
getAllTabularFiles() |
EtlDestination |
getOne(String configId)
Gets the specified source extractDTO.
|
void |
update(EtlDestination etlDestination) |
public Destinations(EtlProperties inEtlProperties, AuthorizedUserEntity inEtlUser, DestinationDao inDestinationDao, EtlGroupDao inGroupDao, EtlDestinationToDestinationEntityVisitor inDestToDestEntityVisitor)
public Long create(EtlDestination etlDestination)
public void update(EtlDestination etlDestination)
public List<EtlI2B2Destination> getAllI2B2s()
public List<EtlCohortDestination> getAllCohorts()
public List<EtlPatientSetExtractorDestination> getAllPatientSetExtractors()
public List<EtlPatientSetSenderDestination> getAllPatientSetSenders()
public List<EtlTabularFileDestination> getAllTabularFiles()
public EtlDestination getOne(String configId)
null.public final List<EtlDestination> getAll()
List of configs.public void delete(String destId)
Copyright © 2012–2018 Emory University. All rights reserved.