| Modifier and Type | Method and Description |
|---|---|
List<ConnectedBean> |
ConnectToWidget.getConnectList()
Get the list of records to connect with this one
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.user.client.ui.Widget |
ConnectToWidget.buildWidgetForConnected(ConnectedBean connected,
boolean suggestedByKb) |
protected void |
ConnectToWidget.validateUUID(com.github.gwtbootstrap.client.ui.TextBox box,
ConnectedBean c,
com.google.gwt.user.client.ui.Anchor view,
com.github.gwtbootstrap.client.ui.Button validateUUIDButton,
String acceptedDomain) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectedBean |
Utils.connectedBeanRecordFromUrl(String destUrl,
org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue clg,
String apiKey,
javax.servlet.http.HttpSession httpSession)
Get Connected bean from record
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectedBean> |
ManageProductBean.getConnections() |
List<ConnectedBean> |
ManageProductBean.getCurrentConnections() |
List<ConnectedBean> |
ManageProductBean.getSuggestdByAdministratorConnections() |
List<ConnectedBean> |
ManageProductBean.getSuggestedByKnowledgeBaseConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageProductBean.setConnections(List<ConnectedBean> connections) |
void |
ManageProductBean.setCurrentConnections(List<ConnectedBean> currentConnections) |
void |
ManageProductBean.setSuggestdByAdministratorConnections(List<ConnectedBean> suggestdByAdministratorConnections) |
void |
ManageProductBean.setSuggestedByKnowledgeBaseConnections(List<ConnectedBean> suggestedByKnowledgeBaseConnections) |
| Constructor and Description |
|---|
ManageProductBean(String semanticIdentifier,
String catalogueIdentifier,
String knowledgeBaseIdentifier,
String grsfType,
String grsfDomain,
String shortName,
String description,
String title,
boolean traceabilityFlag,
org.gcube.datacatalogue.common.enums.Status currentStatus,
String recordUrl,
List<SourceRecord> sources,
List<SimilarGRSFRecord> similarGrsfRecords,
List<ConnectedBean> currentConnections,
List<ConnectedBean> suggestedByKnowledgeBaseConnections) |
ManageProductBean(String semanticIdentifier,
String catalogueIdentifier,
String knowledgeBaseIdentifier,
String grsfType,
String grsfDomain,
String shortName,
String description,
String title,
boolean traceabilityFlag,
org.gcube.datacatalogue.common.enums.Status currentStatus,
String recordUrl,
List<SourceRecord> sources,
List<SimilarGRSFRecord> similarGrsfRecords,
List<ConnectedBean> currentConnections,
List<ConnectedBean> suggestedByKnowledgeBaseConnections) |
Copyright © 2018. All Rights Reserved.