com.dotmarketing.portlets.workflows.actionlet
Class TwitterActionlet
java.lang.Object
com.dotmarketing.portlets.workflows.actionlet.WorkFlowActionlet
com.dotmarketing.portlets.workflows.actionlet.TwitterActionlet
- All Implemented Interfaces:
- java.io.Serializable
public class TwitterActionlet
- extends WorkFlowActionlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TwitterActionlet
public TwitterActionlet()
getName
public java.lang.String getName()
- Description copied from class:
WorkFlowActionlet
- Returns the human readable name for this Actionlet
- Specified by:
getName in class WorkFlowActionlet
- Returns:
getHowTo
public java.lang.String getHowTo()
- Description copied from class:
WorkFlowActionlet
- Returns the human readable instructions for this Actionlet
- Specified by:
getHowTo in class WorkFlowActionlet
- Returns:
executeAction
public void executeAction(WorkflowProcessor processor,
java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
throws WorkflowActionFailureException
- Description copied from class:
WorkFlowActionlet
- This method fires after a piece of content is checked in
- Specified by:
executeAction in class WorkFlowActionlet
- Throws:
WorkflowActionFailureException
getNextStep
public WorkflowStep getNextStep()
getParameters
public java.util.List<WorkflowActionletParameter> getParameters()
- Description copied from class:
WorkFlowActionlet
- returns the list of parameters that are accepted by the implementing actionlet
- Specified by:
getParameters in class WorkFlowActionlet
- Returns:
Copyright © 2013 dotCMS Inc. All Rights Reserved.