Package eu.dnetlib.openaire.context
Class ContextApiCore
java.lang.Object
eu.dnetlib.openaire.context.ContextApiCore
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistCategories(String contextId, Boolean all) Deprecated.listConcepts(String categoryId, Boolean all) Deprecated.listContexts(List<String> type) Deprecated.listSubConcepts(String conceptId, Boolean all) Deprecated.
-
Constructor Details
-
ContextApiCore
public ContextApiCore()Deprecated.
-
-
Method Details
-
listContexts
Deprecated.- Throws:
CommunityException
-
listCategories
public List<CategorySummary> listCategories(String contextId, Boolean all) throws CommunityException Deprecated.- Throws:
CommunityException
-
listConcepts
Deprecated.- Throws:
CommunityException
-
listSubConcepts
public List<ConceptSummary> listSubConcepts(String conceptId, Boolean all) throws CommunityException Deprecated.- Throws:
CommunityException
-