|
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.VWStepProcessorObject | +--filenet.vw.api.VWStepProcessorInfo
Use this class to access the identity, associated library or Object Store, type, and version of a document used in the workflow process.
Field Summary | |
static int |
APP_TYPE_JAVA
Integer value of 64. This value indicates that the application type is JAVA code. |
static int |
APP_TYPE_URL
Integer value of 32. This value indicates that the application type is a URL. |
static int |
PROCESSOR_DEFAULT
Integer value of 3. This value specifies the default launch and the default step processor. |
static int |
PROCESSOR_LAUNCH
Integer value of 4. This value specifies the non-default launch step processor. |
static int |
PROCESSOR_LAUNCH_DEFAULT
Integer value of 1. This value specifies the default launch step processor. |
static int |
PROCESSOR_STEP
Integer value of 8. This value specifies the non-default step processor. |
static int |
PROCESSOR_STEP_DEFAULT
Integer value of 2. This value specifies the default step processor. |
Constructor Summary | |
VWStepProcessorInfo()
Creates a VWStepProcessorInfo object with empty initial values. |
Method Summary | |
java.lang.String |
getApplicationName()
Gets the application name. |
int |
getAppType()
Gets the application type, either URL or Java, associated with this step processor. |
int |
getHeight()
Gets the height, in pixels, specified for the step processor. |
int |
getId()
Gets the ID associated with this step processor information. |
java.lang.String |
getLocation()
Deprecated. use getLocation(int nWebApp) instead |
java.lang.String |
getLocation(int nWebApp)
Gets the location associated with this step processor information object for the given web application. |
java.util.Hashtable |
getLocations()
Gets the locations associated with this step processor information object. |
java.lang.String |
getName()
Gets the name associated with this step processor information object. |
int |
getProcessorType()
Gets the processorType. |
int |
getWidth()
Gets the width, in pixels, specified for the step processor. |
boolean |
hasChanged()
Returns whether or not this step processor info definition has changed. |
boolean |
isDefaultType()
Determines whether or not the step processor is a default step or default launch processor. |
void |
setHasChanged(boolean theNewValue)
This will specifically set the value of hasChanged. |
java.lang.String |
toString()
Return a string representation of this VWStepProcessorObject, the value [Id] |
void |
toXML(java.lang.StringBuffer theBuffer)
Appends an XML string that represents this VWStepProcessorInfo object to the buffer specified by the input parameter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PROCESSOR_LAUNCH
public static final int PROCESSOR_STEP
public static final int PROCESSOR_LAUNCH_DEFAULT
public static final int PROCESSOR_STEP_DEFAULT
public static final int PROCESSOR_DEFAULT
public static final int APP_TYPE_URL
public static final int APP_TYPE_JAVA
Constructor Detail |
public VWStepProcessorInfo()
Method Detail |
public int getId()
getId
in class filenet.vw.api.VWStepProcessorObject
public java.lang.String getName()
getName
in class filenet.vw.api.VWStepProcessorObject
public java.lang.String getLocation()
getLocation
in class filenet.vw.api.VWStepProcessorObject
public java.lang.String getLocation(int nWebApp)
nWebApp
- the id of the desired web applicationpublic java.util.Hashtable getLocations()
getLocations
in class filenet.vw.api.VWStepProcessorObject
public int getProcessorType()
getProcessorType
in class filenet.vw.api.VWStepProcessorObject
public int getAppType()
getAppType
in class filenet.vw.api.VWStepProcessorObject
public boolean isDefaultType()
isDefaultType
in class filenet.vw.api.VWStepProcessorObject
public int getHeight()
getHeight
in class filenet.vw.api.VWStepProcessorObject
public int getWidth()
getWidth
in class filenet.vw.api.VWStepProcessorObject
public java.lang.String getApplicationName()
getApplicationName
in class filenet.vw.api.VWStepProcessorObject
public void toXML(java.lang.StringBuffer theBuffer) throws VWException
toXML
in interface IVWtoXML
theBuffer
- A string buffer that this method will append with
XML content.VWException
- VWXMLUtil
public void setHasChanged(boolean theNewValue)
theNewValue
- 'true' to say it has changed, 'false' otherwisepublic boolean hasChanged()
public java.lang.String toString()
toString
in class java.lang.Object
|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |