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>
The Class ContextInformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentifier(org.gcube.informationsystem.contexts.reference.entities.Context context) getParentIdentifiers(org.gcube.informationsystem.contexts.reference.entities.Context root, org.gcube.informationsystem.contexts.reference.entities.Context context)
-
Constructor Details
-
ContextInformation
public ContextInformation()
-
-
Method Details
-
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>
-