|
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.VWRuleSetDefinition
This class encapsulates a ruleset object, which enables business rules to be independently applied to workflows.
VWStepDefinition
,
VWWorkflowDefinition
, Serialized FormMethod Summary | |
java.lang.String |
getValue()
Gets the value of this rule set. |
void |
setValue(java.lang.String theValue)
Sets the value for the rule set. |
java.lang.String |
toString()
Gets the value of the rule set. |
void |
toXML(java.lang.StringBuffer theBuffer)
Appends an XML String that represents this VWRuleSetDefinition object to the buffer specified by the input parameter. |
void |
validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this VWRuleSetDefinition object, by updating the specified Vector with any validation errors found. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String theValue) throws VWException
theValue
- a String expression.public void toXML(java.lang.StringBuffer theBuffer) throws VWException
Warning: This XML String is non-extensible, and cannot be modified in any way.
theBuffer
- A String buffer that this method will append with
XML content.VWException
- VWXMLUtil
public void validate(VWSession theSession, java.util.Vector EDefVector) throws VWException
theSession
- The current session objectEDefVector
- a Vector that will hold any new
VWValidationErrors found. VWException
- Thrown if an error occurs that is
encountered as part of the validation.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |