org.apache.lenya.workflow.impl
Class ActionImpl

java.lang.Object
  extended by org.apache.lenya.workflow.impl.ActionImpl
All Implemented Interfaces:
org.apache.lenya.workflow.Action

public abstract class ActionImpl
extends java.lang.Object
implements org.apache.lenya.workflow.Action

Basic action implementation.


Constructor Summary
protected ActionImpl(java.lang.String actionId)
          Creates a new instance of ActionImpl.
 
Method Summary
 java.lang.String getId()
          Returns the action ID.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.lenya.workflow.Action
execute
 

Constructor Detail

ActionImpl

protected ActionImpl(java.lang.String actionId)
Creates a new instance of ActionImpl.

Parameters:
actionId - The action ID.
Method Detail

getId

public java.lang.String getId()
Returns the action ID.

Returns:
A string.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © $ Apache Software Foundation. All Rights Reserved.