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
protected  List<ProcessOffering> ProcessOfferings.processOffering
           
 

Methods in net.opengis.wps.v_2_0 that return ProcessOffering
 ProcessOffering ObjectFactory.createProcessOffering()
          Create an instance of ProcessOffering
 ProcessOffering ProcessOffering.withAny(Object value)
           
 ProcessOffering ProcessOffering.withJobControlOptions(Collection<String> values)
           
 ProcessOffering ProcessOffering.withJobControlOptions(List<String> value)
           
 ProcessOffering ProcessOffering.withJobControlOptions(String... values)
           
 ProcessOffering ProcessOffering.withOutputTransmission(Collection<DataTransmissionModeType> values)
           
 ProcessOffering ProcessOffering.withOutputTransmission(DataTransmissionModeType... values)
           
 ProcessOffering ProcessOffering.withOutputTransmission(List<DataTransmissionModeType> value)
           
 ProcessOffering ProcessOffering.withProcess(ProcessDescriptionType value)
           
 ProcessOffering ProcessOffering.withProcessModel(String value)
           
 ProcessOffering ProcessOffering.withProcessVersion(String value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type ProcessOffering
 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
 ProcessOfferings ProcessOfferings.withProcessOffering(ProcessOffering... values)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type ProcessOffering
 void ProcessOfferings.setProcessOffering(List<ProcessOffering> value)
           
 ProcessOfferings ProcessOfferings.withProcessOffering(Collection<ProcessOffering> values)
           
 ProcessOfferings ProcessOfferings.withProcessOffering(List<ProcessOffering> value)
           
 



Copyright © 2008-2015. All Rights Reserved.