@RolesAllowed(value="researcher") public class ConceptResource extends Object
| Constructor and Description |
|---|
ConceptResource(EtlProperties inEtlProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.protempa.PropositionDefinition |
getProposition(String inConfigId,
String inKey) |
List<org.protempa.PropositionDefinition> |
getPropositionsGet(String inConfigId,
List<String> inKeys,
String withChildren) |
List<org.protempa.PropositionDefinition> |
getPropositionsInTheOntologyBySearchKey(String inSourceConfigId,
String inSearchKey) |
List<org.protempa.PropositionDefinition> |
getPropositionsPost(String inConfigId,
List<String> inKeys,
String withChildren) |
List<String> |
searchPropositionsInTheOntology(String inSourceConfigId,
String inSearchKey) |
@Inject public ConceptResource(EtlProperties inEtlProperties)
public org.protempa.PropositionDefinition getProposition(String inConfigId, String inKey)
public List<org.protempa.PropositionDefinition> getPropositionsGet(String inConfigId, List<String> inKeys, String withChildren)
public List<org.protempa.PropositionDefinition> getPropositionsPost(String inConfigId, List<String> inKeys, String withChildren)
public List<String> searchPropositionsInTheOntology(String inSourceConfigId, String inSearchKey)
Copyright © 2012–2016 Emory University. All rights reserved.