|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWWorkflowRuntimeId
This class designates a workflow runtime ID for a workflow definition that has been transferred and compiled.
VWWorkflowDefinition.getRuntimeId()
, Serialized FormField 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 |
public static final java.lang.String DATE_FORMAT
Method Detail |
public java.lang.String getServiceName()
public int getIsolatedRegion()
public int getWorkClassId()
public java.lang.String toString()
toString
in class java.lang.Object
public void toXML(java.lang.StringBuffer theBuffer) throws VWException
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.
theBuffer
- A string buffer that the method will append with
XML content.VWException
- VWXMLUtil
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |