|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWWorkflowRuntimeId
public final class 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 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 |
---|
public static final java.lang.String DATE_FORMAT
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public java.lang.String getServiceName()
public int getIsolatedRegion()
public java.util.Date getRegionTimeStamp()
public int getWorkClassId()
public int getWorkSpaceId()
public int getWorkClassRevision()
public java.lang.String toString()
toString
in class java.lang.Object
public int getWSDLVersion()
public void toXML(java.lang.StringBuffer theBuffer) throws VWException
Warning: This XML string is nonextensible, and cannot be modified in any way.
theBuffer
- A StringBuffer that will be appended with the XML content.
VWException
- Thrown if the specified buffer is null.VWXMLUtil
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |