|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.workflow.loader.AbstractDescriptor com.opensymphony.workflow.loader.StepDescriptor com.opensymphony.workflow.loader.MockStepDescriptor
public class MockStepDescriptor
Needed for the Unit tests. Since osworkflow 2.8 all descriptors have package level access restrictions.
Field Summary |
---|
Fields inherited from class com.opensymphony.workflow.loader.StepDescriptor |
---|
actions, commonActions, hasActions, metaAttributes, name, permissions, postFunctions, preFunctions |
Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
---|
INDENT |
Constructor Summary | |
---|---|
MockStepDescriptor()
|
|
MockStepDescriptor(int id)
|
Method Summary | |
---|---|
int |
getId()
|
Methods inherited from class com.opensymphony.workflow.loader.StepDescriptor |
---|
getAction, getActions, getCommonActions, getMetaAttributes, getName, getPermissions, getPostFunctions, getPreFunctions, init, removeActions, resultsInJoin, setMetaAttributes, setName, setPostFunctions, setPreFunctions, validate, writeXML |
Methods inherited from class com.opensymphony.workflow.loader.AbstractDescriptor |
---|
asXML, getEntityId, getParent, hasId, setEntityId, setId, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockStepDescriptor()
public MockStepDescriptor(int id)
Method Detail |
---|
public int getId()
getId
in class com.opensymphony.workflow.loader.AbstractDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |