com.jbbres.lib.actions.tools.elements
Class AbstractElementService

java.lang.Object
  extended by com.jbbres.lib.actions.tools.elements.AbstractElementService
All Implemented Interfaces:
ElementService
Direct Known Subclasses:
AbstractActionService, AbstractVariableService

public abstract class AbstractElementService
extends java.lang.Object
implements ElementService

This abstract class provides default implementations for most of the methods in the ElementService interface.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres

Constructor Summary
AbstractElementService(AbstractElement parent)
          Creates the element service.
 
Method Summary
 ElementDescription<?> getDescription()
          Returns the element description.
 AbstractElement getParent()
          Returns the parent element.
 Workflow getWorkflow()
          Returns the workflow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractElementService

public AbstractElementService(AbstractElement parent)
Creates the element service.

Parameters:
parent - the parent
Method Detail

getParent

public AbstractElement getParent()
Returns the parent element.

Returns:
the parent

getWorkflow

public Workflow getWorkflow()
Returns the workflow.

Returns:
the workflow

getDescription

public ElementDescription<?> getDescription()
Returns the element description.

Returns:
the description


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.