Serialized Form


Package com.ibm.workflow.api

Class com.ibm.workflow.api.Agent implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.beans.PropertyVetoException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name

configurationID

java.lang.String configurationID

loc

int loc

Class com.ibm.workflow.api.FmcError implements Serializable

Serialized Fields

rc

int rc
Returns the return code remembered in the error object.


parameters

java.lang.String[] parameters
Returns the parameters of the error; these are to be incorporated into the message text.


messageText

java.lang.String messageText
Returns the error as an NLS regarding formatted message.

Class com.ibm.workflow.api.FmcException implements Serializable

Serialized Fields

rc

int rc
The API error return code. This numeric value is one of the FMC_ERROR_... constants.

origin

java.lang.String origin
The string describing the source code location where the API error occurred.

parameters

java.lang.String[] parameters
The string array holding the parameters which were passed when the API error occurred.

messageText

java.lang.String messageText
The NLS text string describing the API error.

nestedException

java.lang.Throwable nestedException
The exception thrown by the communication layer.

Class com.ibm.workflow.api.GcInfo implements Serializable

Serialized Fields

cycle

int cycle

threshold

int threshold

sessionID

java.lang.String sessionID

Class com.ibm.workflow.api.Point implements Serializable

Serialized Fields

xPosition

int xPosition
Returns the x-coordinate of the point.


yPosition

int yPosition
Returns the y-coordinate of the point.

Class com.ibm.workflow.api.ReadOnlyContainerHolder implements Serializable

Serialized Fields

value

ReadOnlyContainer value
Returns the read-only container contained in the holder object.

Class com.ibm.workflow.api.SymbolLayout implements Serializable

Serialized Fields

xPosition

int xPosition
Returns the x-coordinate of the named icon.


yPosition

int yPosition
Returns the y-coordinate of the named icon.


xPositionOfName

int xPositionOfName
Returns the x-coordinate of the name associated to the icon.


yPositionOfName

int yPositionOfName
Returns the y-coordinate of the name associated to the icon.

Class com.ibm.workflow.api.VersionInfo implements Serializable

Serialized Fields

version

int version

release

int release

modlevel

int modlevel

build

java.lang.String build


Package com.ibm.workflow.api.ActivityInstancePackage

Class com.ibm.workflow.api.ActivityInstancePackage.Escalation implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ActivityInstancePackage.ExecutionState implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ActivityInstancePackage.Type implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ControlConnectorInstancePackage

Class com.ibm.workflow.api.ControlConnectorInstancePackage.EvaluationState implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ControlConnectorInstancePackage.Type implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ItemPackage

Class com.ibm.workflow.api.ItemPackage.AssignReason implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ItemPackage.ExecutionState implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ItemPackage.ItemType implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.PersistentListPackage

Class com.ibm.workflow.api.PersistentListPackage.TypeOfList implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ProcessInstancePackage

Class com.ibm.workflow.api.ProcessInstancePackage.Escalation implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProcessInstancePackage.ExecutionState implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ProcessTemplatePackage

Class com.ibm.workflow.api.ProcessTemplatePackage.AuditSetting implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ProgramTemplatePackage

Class com.ibm.workflow.api.ProgramTemplatePackage.Basis implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProgramTemplatePackage.DllOptions implements Serializable

Serialized Fields

entryPointName

java.lang.String entryPointName
Returns the name of the entry point of the DLL.


executeFenced

java.lang.Boolean executeFenced
States whether the DLL should run in a separate address space.


keepLoaded

java.lang.Boolean keepLoaded
States whether the DLL should stay loaded.


pathAndFileName

java.lang.String pathAndFileName
Returns the path and file name of the DLL.

Class com.ibm.workflow.api.ProgramTemplatePackage.ExeMode implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProgramTemplatePackage.ExeOptions implements Serializable

Serialized Fields

automaticClose

java.lang.Boolean automaticClose
States whether the window in which the EXE starts should close when the EXE ends.


environment

java.lang.String environment
States the environment settings for the EXE.


inheritEnvironment

boolean inheritEnvironment
States whether the environment settings should be merged with the operating system environment settings.


pathAndFileName

java.lang.String pathAndFileName
Returns the path and file name of the EXE.


runInXTerm

java.lang.Boolean runInXTerm
States whether the EXE should start in a separate xterm.


startInForeGround

java.lang.Boolean startInForeGround
States whether the EXE should start in the foreground.


windowStyle

Style windowStyle
States the initial window style.


workingDirectoryName

java.lang.String workingDirectoryName
States the working directory for the EXE.

Class com.ibm.workflow.api.ProgramTemplatePackage.ExeUser implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProgramTemplatePackage.ExternalOptions implements Serializable

Serialized Fields

backwardMappingFormat

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


backwardMappingParameters

java.lang.String backwardMappingParameters
Returns backward mapping parameters, if any.


codePage

java.lang.Integer codePage
Specifies the code page of the service.


executableName

java.lang.String executableName
Specifies the executable to be invoked by the invocation type and service.


executableType

java.lang.String executableType
Identifes the type of the executable.


forwardMappingFormat

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


forwardMappingParameters

java.lang.String forwardMappingParameters
Returns forward mapping parameters, if any.


invocationType

java.lang.String invocationType
Specifies the invocation mechanism to invoke the executable on the service.


isLocalUser

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


isMappingRoutineCall

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


isSecurityRoutineCall

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


mappingType

java.lang.String mappingType
Identifies the type of mapping that should occur.


serviceName

java.lang.String serviceName
Identifies the service t hat is to be called.


serviceType

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


timeoutPeriod

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

java.lang.Integer timeoutInterval
Specifies the timeout interval in seconds.

Class com.ibm.workflow.api.ProgramTemplatePackage.ImplementationData implements Serializable

Serialized Fields

commandLineParameters

java.lang.String commandLineParameters
Returns the command line parameters to be passed to the invoked program.


options

Options options
Returns the description of an EXE, a DLL, or an external service in Java.


platform

Basis platform
Returns the operating system platform this implementation data describes.

Class com.ibm.workflow.api.ProgramTemplatePackage.Options implements Serializable

Serialized Fields

_object

java.lang.Object _object

_disc

Type _disc

_defdisc

Type _defdisc

Class com.ibm.workflow.api.ProgramTemplatePackage.Style implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProgramTemplatePackage.TimePeriod implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ProgramTemplatePackage.Type implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.ServicePackage

Class com.ibm.workflow.api.ServicePackage.AbsenceIndicator implements Serializable

Serialized Fields

__value

int __value

Class com.ibm.workflow.api.ServicePackage.SessionMode implements Serializable

Serialized Fields

__value

int __value


Package com.ibm.workflow.api.WorkItemPackage

Class com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval implements Serializable

Serialized Fields

__value

int __value



© Copyright IBM Corporation 1999, 2007. All Rights Reserved.