Class RRCCTypesDiscoverer
java.lang.Object
org.gcube.informationsystem.resourceregistry.schema.RRCCTypesDiscoverer
- All Implemented Interfaces:
org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
public class RRCCTypesDiscoverer
extends Object
implements org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceRegistrySchemaClientImplReference to the Resource Registry Schema Client implementation used for type discovery operations. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new types discoverer instance. -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.gcube.informationsystem.types.reference.Type>discover(org.gcube.informationsystem.base.reference.AccessType accessType)
-
Field Details
-
rrsc
Reference to the Resource Registry Schema Client implementation used for type discovery operations.
-
-
Constructor Details
-
RRCCTypesDiscoverer
Creates a new types discoverer instance.- Parameters:
rrsc- the Resource Registry Schema Client implementation to use for type discovery
-
-
Method Details
-
discover
public Collection<org.gcube.informationsystem.types.reference.Type> discover(org.gcube.informationsystem.base.reference.AccessType accessType) - Specified by:
discoverin interfaceorg.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
-