com.opensymphony.workflow.loader
Class MockStepDescriptor

java.lang.Object
  extended by com.opensymphony.workflow.loader.AbstractDescriptor
      extended by com.opensymphony.workflow.loader.StepDescriptor
          extended by com.opensymphony.workflow.loader.MockStepDescriptor
All Implemented Interfaces:
com.opensymphony.workflow.util.Validatable, com.opensymphony.workflow.util.XMLizable, Serializable

public class MockStepDescriptor
extends com.opensymphony.workflow.loader.StepDescriptor

Needed for the Unit tests. Since osworkflow 2.8 all descriptors have package level access restrictions.

See Also:
Serialized Form

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

MockStepDescriptor

public MockStepDescriptor()

MockStepDescriptor

public MockStepDescriptor(int id)
Method Detail

getId

public int getId()
Overrides:
getId in class com.opensymphony.workflow.loader.AbstractDescriptor


Copyright © 2002-2014 Atlassian. All Rights Reserved.