filenet.vw.api
Class VWWorkObjectNumber
- java.lang.Object
-
- filenet.vw.api.VWWorkObjectNumber
-
- All Implemented Interfaces:
- java.io.Serializable
public final class VWWorkObjectNumber extends java.lang.Object implements java.io.SerializableUse this class only as a substitution value type for queries. Values of this type will be substituted into the filter string specified. F_WobNum and F_WorkFlowNumber are the fields for which this values of this type may be substituted.- Since:
- BPM 3.5.0
- See Also:
VWLog.startQuery(java.lang.String, java.lang.Object[], java.lang.Object[], int, java.lang.String, java.lang.Object[]),VWQueue.createQuery(java.lang.String, java.lang.Object[], java.lang.Object[], int, java.lang.String, java.lang.Object[], int),VWRoster.createQuery(java.lang.String, java.lang.Object[], java.lang.Object[], int, java.lang.String, java.lang.Object[], int), Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description VWWorkObjectNumber(java.lang.String theWorkObjectNumber)Creates a VWWorkObjectNumber instance having the specified number.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetWorkObjectNumber()Retrieves a string representation of the WorkObjectNumber.java.lang.StringtoString()Retrieves a string representation of the WorkObjectNumber.
-
-
-
Constructor Detail
-
VWWorkObjectNumber
public VWWorkObjectNumber(java.lang.String theWorkObjectNumber)
Creates a VWWorkObjectNumber instance having the specified number.- Parameters:
theWorkObjectNumber- A String containing the work object number to assign.
-
-
Method Detail
-
getWorkObjectNumber
public java.lang.String getWorkObjectNumber()
Retrieves a string representation of the WorkObjectNumber.
-
toString
public java.lang.String toString()
Retrieves a string representation of the WorkObjectNumber.- Overrides:
toStringin classjava.lang.Object- Returns:
- A string containing a text representation of the transfer result object.
-
-