java.lang.Object |
↳ |
com.opensymphony.workflow.loader.AbstractDescriptor |
|
↳ |
com.opensymphony.workflow.loader.StepDescriptor |
|
|
↳ |
com.opensymphony.workflow.loader.MockStepDescriptor |
Class Overview
Needed for the Unit tests. Since osworkflow 2.8 all descriptors have package
level access restrictions.
Summary
[Expand]
Inherited Constants |
From interface
com.opensymphony.workflow.util.XMLizable
|
[Expand]
Inherited Fields |
From class
com.opensymphony.workflow.loader.StepDescriptor
protected
List |
actions |
|
protected
List |
commonActions |
|
protected
boolean |
hasActions |
|
protected
Map |
metaAttributes |
|
protected
String |
name |
|
protected
List |
permissions |
|
protected
List |
postFunctions |
|
protected
List |
preFunctions |
|
|
Public Methods |
int
|
getId()
|
[Expand]
Inherited Methods |
From class
com.opensymphony.workflow.loader.StepDescriptor
ActionDescriptor
|
getAction(int arg0)
|
List
|
getActions()
|
List
|
getCommonActions()
|
Map
|
getMetaAttributes()
|
String
|
getName()
|
List
|
getPermissions()
|
List
|
getPostFunctions()
|
List
|
getPreFunctions()
|
void
|
init(Element arg0)
|
void
|
removeActions()
|
boolean
|
resultsInJoin(int arg0)
|
void
|
setMetaAttributes(Map arg0)
|
void
|
setName(String arg0)
|
void
|
setPostFunctions(List arg0)
|
void
|
setPreFunctions(List arg0)
|
void
|
validate()
|
void
|
writeXML(PrintWriter arg0, int arg1)
|
|
From class
com.opensymphony.workflow.loader.AbstractDescriptor
String
|
asXML()
|
int
|
getEntityId()
|
int
|
getId()
|
AbstractDescriptor
|
getParent()
|
boolean
|
hasId()
|
void
|
setEntityId(int arg0)
|
void
|
setId(int arg0)
|
void
|
setParent(AbstractDescriptor arg0)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.opensymphony.workflow.util.Validatable
|
From interface
com.opensymphony.workflow.util.XMLizable
|
Public Constructors
public
MockStepDescriptor
()
public
MockStepDescriptor
(int id)
Public Methods