Class ContextInformation
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.contexts.ContextInformation
-
- All Implemented Interfaces:
org.gcube.informationsystem.tree.NodeInformation<org.gcube.informationsystem.contexts.reference.entities.Context>
public class ContextInformation extends Object implements org.gcube.informationsystem.tree.NodeInformation<org.gcube.informationsystem.contexts.reference.entities.Context>
-
-
Constructor Summary
Constructors Constructor Description ContextInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier(org.gcube.informationsystem.contexts.reference.entities.Context context)Set<String>getParentIdentifiers(org.gcube.informationsystem.contexts.reference.entities.Context root, org.gcube.informationsystem.contexts.reference.entities.Context context)
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier(org.gcube.informationsystem.contexts.reference.entities.Context context)
- Specified by:
getIdentifierin interfaceorg.gcube.informationsystem.tree.NodeInformation<org.gcube.informationsystem.contexts.reference.entities.Context>
-
getParentIdentifiers
public Set<String> getParentIdentifiers(org.gcube.informationsystem.contexts.reference.entities.Context root, org.gcube.informationsystem.contexts.reference.entities.Context context)
- Specified by:
getParentIdentifiersin interfaceorg.gcube.informationsystem.tree.NodeInformation<org.gcube.informationsystem.contexts.reference.entities.Context>
-
-