Uses of Class
net.opengis.wps.v_2_0.ProcessOffering
-
-
Uses of ProcessOffering in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type ProcessOffering Modifier and Type Field Description protected List<ProcessOffering>ProcessOfferings. processOfferingMethods in net.opengis.wps.v_2_0 that return ProcessOffering Modifier and Type Method Description ProcessOfferingObjectFactory. createProcessOffering()Create an instance ofProcessOfferingProcessOfferingProcessOffering. withAny(Object value)ProcessOfferingProcessOffering. withJobControlOptions(String... values)ProcessOfferingProcessOffering. withJobControlOptions(Collection<String> values)ProcessOfferingProcessOffering. withJobControlOptions(List<String> value)ProcessOfferingProcessOffering. withOutputTransmission(Collection<DataTransmissionModeType> values)ProcessOfferingProcessOffering. withOutputTransmission(List<DataTransmissionModeType> value)ProcessOfferingProcessOffering. withOutputTransmission(DataTransmissionModeType... values)ProcessOfferingProcessOffering. withProcess(ProcessDescriptionType value)ProcessOfferingProcessOffering. withProcessModel(String value)ProcessOfferingProcessOffering. withProcessVersion(String value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type ProcessOffering Modifier and Type Method Description List<ProcessOffering>ProcessOfferings. getProcessOffering()Ordered list of one or more full Process descriptions, listed in the order in which they were requested in the DescribeProcess operation request.Methods in net.opengis.wps.v_2_0 with parameters of type ProcessOffering Modifier and Type Method Description ProcessOfferingsProcessOfferings. withProcessOffering(ProcessOffering... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type ProcessOffering Modifier and Type Method Description voidProcessOfferings. setProcessOffering(List<ProcessOffering> value)ProcessOfferingsProcessOfferings. withProcessOffering(Collection<ProcessOffering> values)ProcessOfferingsProcessOfferings. withProcessOffering(List<ProcessOffering> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type ProcessOffering Constructor Description ProcessOfferings(List<ProcessOffering> processOffering)Fully-initialising value constructor
-