|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server |
|---|
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return types with arguments of type DataType | |
|---|---|
Map<String,DataType<? extends Resource>> |
BootstrappingConfiguration.getDataTypes()
Returns the list of available data types |
| Uses of DataType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data |
|---|
| Subclasses of DataType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data | |
|---|---|
class |
ForwardIndexDataType
|
class |
FullTextIndexDataType
|
class |
GCUBECollectionDataType
|
class |
GeoIndexDataType
|
class |
IncrementalFTIndexUpdaterDataType
|
class |
IncrementalFWIndexUpdaterDataType
|
class |
IncrementalGeoIndexUpdaterDataType
|
class |
MetadataCollectionDataType
|
class |
OpenSearchDataType
|
class |
TreeManagerCollectionDataType
|
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.data that return types with arguments of type DataType | |
|---|---|
List<DataType<T>> |
DataType.findMatchesInScope(org.gcube.common.core.scope.GCUBEScope scope)
Returns a list of DataTypeInstances representing all the resources that match the properties defined in this DataType in the given scope |
| Uses of DataType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job |
|---|
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job that return DataType | |
|---|---|
DataType |
JobType.getInput()
Returns the DataType object that represents the input of this JobType |
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job that return types with arguments of type DataType | |
|---|---|
List<DataType> |
JobType.getApplicableInputs()
Returns the list of DataTypes corresponding to the applicable inputs for this job. |
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with parameters of type DataType | |
|---|---|
void |
JobType.initialize(String jobTypeName,
String jobDescription,
DataType inputDataType,
Element tasks,
BootstrappingConfiguration conf)
Initializes this JobType |
| Method parameters in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with type arguments of type DataType | |
|---|---|
void |
JobType.removeApplicableInputs(List<DataType> applicableInputsToRemove)
Accepts a list of DataTypes and removes from the list of this JobType's applicable inputs the ones whose UID matches the UID of a DataType contained in the given list. |
| Constructor parameters in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with type arguments of type DataType | |
|---|---|
JobType(Class<? extends DataType> inputClass)
Class constructor |
|
| Uses of DataType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task |
|---|
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task that return DataType | |
|---|---|
DataType |
CustomTaskType.getInput()
Returns the current input object |
DataType |
CustomTaskType.getOutput()
Returns the current output object |
| Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task with parameters of type DataType | |
|---|---|
void |
CustomTaskType.initialize(String taskTypeName,
DataType inputDataType,
DataType outputDataType,
Element willRun)
Initializes this TaskType |
void |
CustomTaskType.initialize(String taskTypeName,
DataType inputDataType,
DataType outputDataType,
Element willRun)
Initializes this TaskType |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||