All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProgramDataPackage.ExternalOptions

java.lang.Object
   |
   +----com.ibm.workflow.api.ProgramDataPackage.ExternalOptions

public final class ExternalOptions
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o backwardMappingFormat
Specifies the format of the mapping from the structure the executable uses to an MQ Workflow container.
 o backwardMappingFormatIsNull
Indicates whether a backward mapping format is set.
 o backwardMappingParameters
Returns backward mapping parameters, if any.
 o backwardMappingParametersIsNull
Indicates whether backward mapping parameters are set.
 o codePage
Specifies the code page of the service.
 o codePageIsNull
Indicates whether a code page is set.
 o executableName
Specifies the executable to be invoked by the invocation type and service.
 o executableType
Identifes the type of the executable.
 o forwardMappingFormat
Specifies the format for the mapping from an MQ Workflow container to the structure the executable uses.
 o forwardMappingFormatIsNull
Indicates whether a forward mapping format is set.
 o forwardMappingParameters
Returns forward mapping parameters, if any.
 o forwardMappingParametersIsNull
Indicates whether forward mapping parameters are set.
 o invocationType
Specifies the invocation mechanism to invoke the executable on the service.
 o isLocalUser
Returns whether a local user is to be resolved instead of using the MQ Workflow user ID.
 o isMappingRoutineCall
Specifies whether forward and backward mapping routines are to be called.
 o isSecurityRoutineCall
Specifies whether a security routine is to be called.
 o mappingType
Identifies the type of mapping that should occur.
 o mappingTypeIsNull
Indicates whether a mapping type is set.
 o serviceName
Identifies the service that is to be called.
 o serviceType
Identifies the type of service to be called, for example, CICS or IMS.
 o timeoutInterval
Specifies the timeout interval.
 o timeoutIntervalIsNull
Indicates whether a timeout interval is set.
 o timeoutPeriod
Specifies how long the program execution agent should wait for a response from the started service, forever, a time period, or never.

Constructor Index

 o ExternalOptions()
 o ExternalOptions(String, boolean, String, boolean, int, boolean, String, String, String, boolean, String, boolean, String, boolean, boolean, boolean, String, boolean, String, String, TimePeriod, int, boolean)

Variables

 o backwardMappingFormat
 public String backwardMappingFormat
Specifies the format of the mapping from the structure the executable uses to an MQ Workflow container.

 o backwardMappingFormatIsNull
 public boolean backwardMappingFormatIsNull
Indicates whether a backward mapping format is set.

 o backwardMappingParameters
 public String backwardMappingParameters
Returns backward mapping parameters, if any.

 o backwardMappingParametersIsNull
 public boolean backwardMappingParametersIsNull
Indicates whether backward mapping parameters are set.

 o codePage
 public int codePage
Specifies the code page of the service.

 o codePageIsNull
 public boolean codePageIsNull
Indicates whether a code page is set.

 o executableName
 public String executableName
Specifies the executable to be invoked by the invocation type and service.

 o executableType
 public String executableType
Identifes the type of the executable.

 o forwardMappingFormat
 public String forwardMappingFormat
Specifies the format for the mapping from an MQ Workflow container to the structure the executable uses.

 o forwardMappingFormatIsNull
 public boolean forwardMappingFormatIsNull
Indicates whether a forward mapping format is set.

 o forwardMappingParameters
 public String forwardMappingParameters
Returns forward mapping parameters, if any.

 o forwardMappingParametersIsNull
 public boolean forwardMappingParametersIsNull
Indicates whether forward mapping parameters are set.

 o invocationType
 public String invocationType
Specifies the invocation mechanism to invoke the executable on the service.

 o isLocalUser
 public boolean isLocalUser
Returns whether a local user is to be resolved instead of using the MQ Workflow user ID.

 o isMappingRoutineCall
 public boolean isMappingRoutineCall
Specifies whether forward and backward mapping routines are to be called.

 o isSecurityRoutineCall
 public boolean isSecurityRoutineCall
Specifies whether a security routine is to be called.

 o mappingType
 public String mappingType
Identifies the type of mapping that should occur.

 o mappingTypeIsNull
 public boolean mappingTypeIsNull
Indicates whether a mapping type is set.

 o serviceName
 public String serviceName
Identifies the service that is to be called.

 o serviceType
 public String serviceType
Identifies the type of service to be called, for example, CICS or IMS.

 o timeoutPeriod
 public TimePeriod timeoutPeriod
Specifies how long the program execution agent should wait for a response from the started service, forever, a time period, or never.

 o timeoutInterval
 public int timeoutInterval
Specifies the timeout interval.

 o timeoutIntervalIsNull
 public boolean timeoutIntervalIsNull
Indicates whether a timeout interval is set.

Constructors

 o ExternalOptions
 public ExternalOptions()
 o ExternalOptions
 public ExternalOptions(String backwardMappingFormat,
                        boolean backwardMappingFormatIsNull,
                        String backwardMappingParameters,
                        boolean backwardMappingParametersIsNull,
                        int codePage,
                        boolean codePageIsNull,
                        String executableName,
                        String executableType,
                        String forwardMappingFormat,
                        boolean forwardMappingFormatIsNull,
                        String forwardMappingParameters,
                        boolean forwardMappingParametersIsNull,
                        String invocationType,
                        boolean isLocalUser,
                        boolean isMappingRoutineCall,
                        boolean isSecurityRoutineCall,
                        String mappingType,
                        boolean mappingTypeIsNull,
                        String serviceName,
                        String serviceType,
                        TimePeriod timeoutPeriod,
                        int timeoutInterval,
                        boolean timeoutIntervalIsNull)

All Packages  Class Hierarchy  This Package  Previous  Next  Index