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