com.waveset.object
Class WFProcess.Transition
java.lang.Object
com.waveset.util.AbstractXmlObject
com.waveset.object.WorkflowComponent
com.waveset.object.WFProcess.Transition
- All Implemented Interfaces:
- com.sun.idm.debugger.common.Locatable, javax.naming.Referenceable, XmlObject
- Enclosing class:
- WFProcess
- public static class WFProcess.Transition
- extends WorkflowComponent
A class used to represent a transition from one activity
to the another.
Methods inherited from class com.waveset.util.AbstractXmlObject |
addXmlHeader, cloneObject, dump, dumpFile, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml, toXml, toXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
ATT_TO
public static final java.lang.String ATT_TO
- See Also:
- Constant Field Values
EL_COMMENTS
public static final java.lang.String EL_COMMENTS
- See Also:
- Constant Field Values
WFProcess.Transition
public WFProcess.Transition()
WFProcess.Transition
public WFProcess.Transition(org.w3c.dom.Element e)
throws WavesetException
getElementName
public java.lang.String getElementName()
- Description copied from class:
AbstractXmlObject
- Return the element name.
- Specified by:
getElementName
in interface XmlObject
- Specified by:
getElementName
in class AbstractXmlObject
getTo
public java.lang.String getTo()
setTo
public void setTo(java.lang.String s)
getToActivity
public WFProcess.Activity getToActivity()
setToActivity
public void setToActivity(WFProcess.Activity to)
getExpression
public ExNode getExpression()
getCondition
public ExNode getCondition()
setCondition
public void setCondition(ExNode node)
setComments
public void setComments(java.lang.String s)
getComments
public java.lang.String getComments()
setProcess
public void setProcess(WFProcess p)
getProcess
public WFProcess getProcess()
setActivity
public void setActivity(WFProcess.Activity a)
getActivity
public WFProcess.Activity getActivity()
getName
public java.lang.String getName()
- Overload the mehtod inherited from WorkflowComponent to
retrurn the "to" field.
- Overrides:
getName
in class WorkflowComponent
setName
public void setName(java.lang.String s)
- Overload the mehtod inherited from WorkflowComponent to
set the "to" field.
- Overrides:
setName
in class WorkflowComponent
toXml
public void toXml(java.lang.StringBuffer b,
int indent)
- Description copied from class:
AbstractXmlObject
- Serialize into a buffer with optional indentation.
This must be implemented by the subclass.
- Specified by:
toXml
in interface XmlObject
- Specified by:
toXml
in class AbstractXmlObject