Uses of Class
org.gcube.datacatalogue.grsf_manage_widget.shared.SourceRecord
-
Packages that use SourceRecord Package Description org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets org.gcube.datacatalogue.grsf_manage_widget.shared -
-
Uses of SourceRecord in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets
Constructor parameters in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets with type arguments of type SourceRecord Constructor Description SourceWidget(List<SourceRecord> availableSources) -
Uses of SourceRecord in org.gcube.datacatalogue.grsf_manage_widget.shared
Methods in org.gcube.datacatalogue.grsf_manage_widget.shared that return types with arguments of type SourceRecord Modifier and Type Method Description List<SourceRecord>ManageProductBean. getSources()Method parameters in org.gcube.datacatalogue.grsf_manage_widget.shared with type arguments of type SourceRecord Modifier and Type Method Description voidManageProductBean. setSources(List<SourceRecord> sources)Constructor parameters in org.gcube.datacatalogue.grsf_manage_widget.shared with type arguments of type SourceRecord Constructor Description ManageProductBean(String semanticIdentifier, String catalogueIdentifier, String knowledgeBaseIdentifier, String grsfType, String grsfDomain, String shortName, String description, String title, boolean traceabilityFlag, boolean sdgFlag, org.gcube.datacatalogue.common.enums.Status currentStatus, String recordUrl, List<SourceRecord> sources, List<SimilarGRSFRecord> similarGrsfRecords, List<ConnectedBean> currentConnections, List<ConnectedBean> suggestedByKnowledgeBaseConnections)
-