|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.portlets.workflows.actionlet.WorkFlowActionlet
public abstract class WorkFlowActionlet
| Constructor Summary | |
|---|---|
WorkFlowActionlet()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
abstract void |
executeAction(WorkflowProcessor processor,
java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
This method fires after a piece of content is checked in |
void |
executePreAction(WorkflowProcessor processor,
java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
This method fires before a piece of content is checked in. |
abstract java.lang.String |
getHowTo()
Returns the human readable instructions for this Actionlet |
java.lang.String |
getLocalizedHowto()
This method looks for the how to instructions in the language.properties file using property "com.my.classname.howTo" If that is not there it will return the value set in the getHowTo() method. |
java.lang.String |
getLocalizedName()
This method looks for the name in the language.properties file using property "com.my.classname.name" If that is not there it will return the value set in the getName() method. |
abstract java.lang.String |
getName()
Returns the human readable name for this Actionlet |
abstract java.util.List<WorkflowActionletParameter> |
getParameters()
returns the list of parameters that are accepted by the implementing actionlet |
boolean |
stopProcessing()
if this is set, the all subsequent actionlets will not be fired. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkFlowActionlet()
| Method Detail |
|---|
public abstract java.util.List<WorkflowActionletParameter> getParameters()
public java.lang.String getLocalizedName()
public java.lang.String getLocalizedHowto()
public boolean stopProcessing()
public abstract java.lang.String getName()
public abstract java.lang.String getHowTo()
public void executePreAction(WorkflowProcessor processor,
java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
throws WorkflowActionFailureException,
DotContentletValidationException
processor - params -
WorkflowActionFailureException
DotContentletValidationException
public abstract void executeAction(WorkflowProcessor processor,
java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
throws WorkflowActionFailureException
processor - params -
WorkflowActionFailureExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||