Process Class Relationships

filenet.vw.api
Class VWWorkflowRuntimeId

java.lang.Object
  |
  +--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 for date values, with a value of:
"MM/dd/yyyy hh:mm:ss".
 
Method Summary
 int getIsolatedRegion()
          Gets the isolated region.
 java.lang.String getServiceName()
          Returns the service name.
 int getWorkClassId()
          Returns the work class id.
 java.lang.String toString()
          Returns the String representation of the workflow runtime id.
 void toXML(java.lang.StringBuffer theBuffer)
          Appends a description of this object's properties to the specified input buffer, formatted as an XML string.
 
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 for date values, with a value of:
"MM/dd/yyyy hh:mm:ss".
Method Detail

getServiceName

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

getIsolatedRegion

public int getIsolatedRegion()
Gets the isolated region.
Returns:
the isolated region.

getWorkClassId

public int getWorkClassId()
Returns the work class id.
Returns:
the work class id.

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.

toXML

public void toXML(java.lang.StringBuffer theBuffer)
           throws VWException
Appends a description of this object's properties to the specified input buffer, formatted as an XML string.

This description includes: Service Name, Isolated Region, Isolated Region Time Stamp, Work Class Id, Work Class Revision, and Id.

Warning: This general list of properties currently contained in the appended string is subject to change without notice.

Parameters:
theBuffer - A string buffer that the method will append with XML content.
Throws:
VWException -  
See Also:
VWXMLUtil


Copyright © 2002, 2003 FileNet Corporation. All rights reserved.