All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.ImplementationData
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.ImplementationData
- public final class ImplementationData
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
commandLineParameters
- Returns
the command line parameters to be passed to the invoked program.
-
commandLineParametersIsNull
- Indicates
whether command line parameters are set.
-
options
- Returns
the description of an EXE, a DLL, or an external service in Java.
-
platform
- Returns
the operating system platform this implementation data describes.
-
ImplementationData()
-
-
ImplementationData(String, boolean, Options, Basis)
-
commandLineParameters
public String commandLineParameters
- Returns
the command line parameters to be passed to the invoked program.
commandLineParametersIsNull
public boolean commandLineParametersIsNull
- Indicates
whether command line parameters are set.
options
public Options options
- Returns
the description of an EXE, a DLL, or an external service in Java.
platform
public Basis platform
- Returns
the operating system platform this implementation data describes.
ImplementationData
public ImplementationData()
ImplementationData
public ImplementationData(String commandLineParameters,
boolean commandLineParametersIsNull,
Options options,
Basis platform)
All Packages Class Hierarchy This Package Previous Next Index