Uses of Class
ibi.broker.api.data.schedule.Parameter

Packages that use Parameter
ibi.broker.api.data.schedule   
 

Uses of Parameter in ibi.broker.api.data.schedule
 

Methods in ibi.broker.api.data.schedule that return Parameter
 Parameter[] TaskUrl.getParameterList()
          Returns an array of Parameters objects associated with an instance of TaskURL.
 Parameter[] TaskWFServerProcedure.getParameterList()
          Obtains an array of Parameter objects, with each object representing a name value pair that is matched and then resolved upon the execution of this WebFOCUS Server procedure.
 

Methods in ibi.broker.api.data.schedule with parameters of type Parameter
 void TaskUrl.addParameter(Parameter parameter)
           
 void TaskWFServerProcedure.addParameter(Parameter parameter)
           
 void TaskUrl.setParameterList(Parameter[] parameterList)
          Assigns an array of Parameters objects to be associated with an instance of TaskURL.
 void TaskWFServerProcedure.setParameterList(Parameter[] parameterList)
          Obtains an array of Parameter objects, with each object representing a name value pair, that is matched and then resolved upon the execution of this WebFOCUS Server procedure.
 



Copyright © 2006 Information Builders, Incorporated.