com.dotmarketing.portlets.workflows.actionlet
Class TwitterActionlet

java.lang.Object
  extended by com.dotmarketing.portlets.workflows.actionlet.WorkFlowActionlet
      extended by com.dotmarketing.portlets.workflows.actionlet.TwitterActionlet
All Implemented Interfaces:
java.io.Serializable

public class TwitterActionlet
extends WorkFlowActionlet

See Also:
Serialized Form

Constructor Summary
TwitterActionlet()
           
 
Method Summary
 void executeAction(WorkflowProcessor processor, java.util.Map<java.lang.String,WorkflowActionClassParameter> params)
          This method fires after a piece of content is checked in
 java.lang.String getHowTo()
          Returns the human readable instructions for this Actionlet
 java.lang.String getName()
          Returns the human readable name for this Actionlet
 WorkflowStep getNextStep()
           
 java.util.List<WorkflowActionletParameter> getParameters()
          returns the list of parameters that are accepted by the implementing actionlet
 
Methods inherited from class com.dotmarketing.portlets.workflows.actionlet.WorkFlowActionlet
equals, executePreAction, getLocalizedHowto, getLocalizedName, stopProcessing
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwitterActionlet

public TwitterActionlet()
Method Detail

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.