IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.Parameter

Uses of Parameter in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return Parameter
 Parameter[] ExternalActivity.getInputParameters()
          Gets the inputParameters value for this ExternalActivity.
 Parameter[] ExternalActivity.getOutputParameters()
          Gets the outputParameters value for this ExternalActivity.
 

Methods in com.lombardisoftware.webapi with parameters of type Parameter
 void ExternalActivity.setInputParameters(Parameter[] inputParameters)
          Sets the inputParameters value for this ExternalActivity.
 void ExternalActivity.setOutputParameters(Parameter[] outputParameters)
          Sets the outputParameters value for this ExternalActivity.
 

Constructors in com.lombardisoftware.webapi with parameters of type Parameter
ExternalActivity(java.lang.String reference, java.lang.String snapshotId, java.lang.String systemId, java.lang.String name, Parameter[] inputParameters, Parameter[] outputParameters, CustomProperty[] customProperties)
           
ExternalActivity(java.lang.String reference, java.lang.String snapshotId, java.lang.String systemId, java.lang.String name, Parameter[] inputParameters, Parameter[] outputParameters, CustomProperty[] customProperties)
           
 


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.