Uses of Interface
org.dashbuilder.dataset.DataSetMetadata
-
Packages that use DataSetMetadata Package Description org.dashbuilder.dataprovider org.dashbuilder.dataset org.dashbuilder.dataset.events org.dashbuilder.dataset.impl org.dashbuilder.dataset.json -
-
Uses of DataSetMetadata in org.dashbuilder.dataprovider
Methods in org.dashbuilder.dataprovider that return DataSetMetadata Modifier and Type Method Description DataSetMetadataDataSetProvider. getDataSetMetadata(DataSetDef def)Retrieves the metadata for a given data set definition -
Uses of DataSetMetadata in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetMetadata Modifier and Type Method Description DataSetMetadataDataSetManager. getDataSetMetadata(String uuid)Retrieves the metadata for a given data setDataSetMetadataDataSet. getMetadata()The metadataMethods in org.dashbuilder.dataset with parameters of type DataSetMetadata Modifier and Type Method Description ValidationErrorDataSetLookupConstraints. check(DataSetLookup lookup, DataSetMetadata metadata)DataSetLookupDataSetLookupConstraints. newDataSetLookup(DataSetMetadata metatada) -
Uses of DataSetMetadata in org.dashbuilder.dataset.events
Methods in org.dashbuilder.dataset.events that return DataSetMetadata Modifier and Type Method Description DataSetMetadataDataSetPushingEvent. getDataSetMetadata()DataSetMetadataDataSetPushOkEvent. getDataSetMetadata()Methods in org.dashbuilder.dataset.events with parameters of type DataSetMetadata Modifier and Type Method Description voidDataSetPushingEvent. setDataSetMetadata(DataSetMetadata dataSetMetadata)voidDataSetPushOkEvent. setDataSetMetadata(DataSetMetadata dataSetMetadata)Constructors in org.dashbuilder.dataset.events with parameters of type DataSetMetadata Constructor Description DataSetPushingEvent(DataSetMetadata dataSetMetadata)DataSetPushOkEvent(DataSetMetadata dataSetMetadata) -
Uses of DataSetMetadata in org.dashbuilder.dataset.impl
Classes in org.dashbuilder.dataset.impl that implement DataSetMetadata Modifier and Type Class Description classDataSetMetadataImplMethods in org.dashbuilder.dataset.impl that return DataSetMetadata Modifier and Type Method Description DataSetMetadataDataSetImpl. getMetadata() -
Uses of DataSetMetadata in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return DataSetMetadata Modifier and Type Method Description DataSetMetadataDataSetMetadataJSONMarshaller. fromJSON(String json)DataSetMetadataDataSetMetadataJSONMarshaller. fromJsonObj(org.dashbuilder.json.JsonObject json)Methods in org.dashbuilder.dataset.json with parameters of type DataSetMetadata Modifier and Type Method Description StringDataSetMetadataJSONMarshaller. toJson(DataSetMetadata dataSetMetadata)org.dashbuilder.json.JsonObjectDataSetMetadataJSONMarshaller. toJSONObj(DataSetMetadata dataSetMetadata)
-