Process API

filenet.vw.api
Class VWWorkflowRuntimeId

java.lang.Object
  extended by filenet.vw.api.VWWorkflowRuntimeId
All Implemented Interfaces:
java.io.Serializable

public final class VWWorkflowRuntimeId
extends java.lang.Object
implements java.io.Serializable

This class designates a workflow runtime ID for a workflow definition that has been transferred and compiled.

See Also:
VWWorkflowDefinition.getRuntimeId(), Serialized Form

Field Summary
static java.lang.String DATE_FORMAT
          String representation of the formatting pattern for date values, as follows:

"MM/dd/yyyy hh:mm:ss"
 
Method Summary
static java.lang.String _get_FILE_AUTHOR()
          For FileNet internal use only, do not call.
static java.lang.String _get_FILE_DATE()
          For FileNet internal use only, do not call.
static java.lang.String _get_FILE_REVISION()
          For FileNet internal use only, do not call.
 int getIsolatedRegion()
          Returns the isolated region.
 java.util.Date getRegionTimeStamp()
          Returns the region time stamp.
 java.lang.String getServiceName()
          Returns the service name.
 int getWorkClassId()
          Returns the work class id.
 int getWorkClassRevision()
          Returns the work class revision.
 int getWorkSpaceId()
          Returns the work space id.
 int getWSDLVersion()
          Returns the WSDL version needed by process orchestration to generate the correct version of the WSDL for a workflow.
 java.lang.String toString()
          Returns the String representation of the workflow runtime id.
 void toXML(java.lang.StringBuffer theBuffer)
          Appends an XML string representing this instance to the buffer specified.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATE_FORMAT

public static final java.lang.String DATE_FORMAT
String representation of the formatting pattern for date values, as follows:

See Also:
Constant Field Values
Method Detail

_get_FILE_DATE

public static java.lang.String _get_FILE_DATE()
For FileNet internal use only, do not call.


_get_FILE_AUTHOR

public static java.lang.String _get_FILE_AUTHOR()
For FileNet internal use only, do not call.


_get_FILE_REVISION

public static java.lang.String _get_FILE_REVISION()
For FileNet internal use only, do not call.


getServiceName

public java.lang.String getServiceName()
Returns the service name.

Returns:
The name of the service.

getIsolatedRegion

public int getIsolatedRegion()
Returns the isolated region.

Returns:
The isolated region.

getRegionTimeStamp

public java.util.Date getRegionTimeStamp()
Returns the region time stamp.

Returns:
The region time stamp.

getWorkClassId

public int getWorkClassId()
Returns the work class id.

Returns:
The work class id.

getWorkSpaceId

public int getWorkSpaceId()
Returns the work space id.

Returns:
The work space id.

getWorkClassRevision

public int getWorkClassRevision()
Returns the work class revision.

Returns:
The work class revision.

toString

public java.lang.String toString()
Returns the String representation of the workflow runtime id.

Overrides:
toString in class java.lang.Object
Returns:
The String representation of the workflow runtime id.

getWSDLVersion

public int getWSDLVersion()
Returns the WSDL version needed by process orchestration to generate the correct version of the WSDL for a workflow.

Returns:
the WSDL version.

toXML

public void toXML(java.lang.StringBuffer theBuffer)
           throws VWException
Appends an XML string representing this instance to the buffer specified.

Warning: This XML string is nonextensible, and cannot be modified in any way.

Parameters:
theBuffer - A StringBuffer that will be appended with the XML content.
Throws:
VWException - Thrown if the specified buffer is null.
See Also:
VWXMLUtil

Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.