|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jbbres.lib.actions.tools.elements.SimpleElement
public abstract class SimpleElement
This abstract class provides default implementations for most of the methods
in the Element interface.
This class is not meant to be implemented directly.
and SimpleAction are
to be implemented instead.
SimpleVariable
For more information on how to create your own elements, consult the Action(s) Developer Guide or visit http://app.jbbres.com/actions/developers/.
SimpleAction,
SimpleVariable| Constructor Summary | |
|---|---|
SimpleElement(Workflow workflow)
Instantiates a new simple element. |
|
| Method Summary | |
|---|---|
ElementDescription<?> |
getDescription()
Returns the description of the element. |
ElementService |
getService()
Returns the service associated to the element. |
Workflow |
getWorkflow()
Returns the workflow. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jbbres.lib.actions.elements.Element |
|---|
getParameters, setParameters |
| Constructor Detail |
|---|
public SimpleElement(Workflow workflow)
workflow - the workflow| Method Detail |
|---|
public ElementDescription<?> getDescription()
Element
getDescription in interface ElementElementDescriptionpublic ElementService getService()
Element
getService in interface ElementElementServicepublic Workflow getWorkflow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||