Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter
-
-
Uses of Parameter in org.gcube.data.analysis.dataminermanagercl.server.dmservice
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice that return types with arguments of type Parameter Modifier and Type Method Description abstract List<Parameter>SClient. getInputParameters(Operator operator)Get input paramters of the operatorList<Parameter>SClient4WPS. getInputParameters(Operator operator)abstract List<Parameter>SClient. getOutputParameters(Operator operator)Get output paramters of the operatorList<Parameter>SClient4WPS. getOutputParameters(Operator operator) -
Uses of Parameter in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps that return Parameter Modifier and Type Method Description static ParameterWPS2DM. convert2DMType(net.opengis.wps.x100.InputDescriptionType wpsType)static ParameterWPS2DM. convert2DMType(net.opengis.wps.x100.OutputDescriptionType wpsType)static ParameterWPS2DM. manageBoundingBoxInformation(String title, int minOcc, int maxOcc, int rangeOccs, String id, String crs)static ParameterWPS2DM. manageComplexData(String maxMegaBytes, String title, int minOcc, int maxOcc, int rangeOccs, String id, net.opengis.wps.x100.ComplexDataDescriptionType defaultType, net.opengis.wps.x100.ComplexDataDescriptionType[] supportedTypes)static ParameterWPS2DM. manageLiteral(String title, int minOcc, int maxOcc, int rangeOccs, String defaultValue, String id, String uoms, net.opengis.ows.x11.DomainMetadataType type) -
Uses of Parameter in org.gcube.data.analysis.dataminermanagercl.shared.parameters
Subclasses of Parameter in org.gcube.data.analysis.dataminermanagercl.shared.parameters Modifier and Type Class Description classColumnListParameterclassColumnParameterclassDateParameterclassEnumParameterclassFileParameterclassItemIdParameterclassListParameterclassObjectParameterclassTabularListParameterclassTabularParameterclassTimeParameterclassWKTParameter -
Uses of Parameter in org.gcube.data.analysis.dataminermanagercl.shared.process
Methods in org.gcube.data.analysis.dataminermanagercl.shared.process that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>Operator. getOperatorParameters()Methods in org.gcube.data.analysis.dataminermanagercl.shared.process with parameters of type Parameter Modifier and Type Method Description voidOperator. addOperatorParameter(Parameter operatorParameter)Method parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type Parameter Modifier and Type Method Description voidOperator. setOperatorParameters(List<Parameter> operatorParameters)Constructor parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type Parameter Constructor Description Operator(String id, String name, String briefDescription, String description, OperatorCategory category, List<Parameter> operatorParameters, boolean hasImage)
-