Style Intelligence v12.0

inetsoft.sree.schedule
Interface UserAction

All Superinterfaces:
ScheduleAction, Serializable
All Known Implementing Classes:
DefaultUserAction

public interface UserAction
extends ScheduleAction

UserAction is the base interface of all user defined actions. The DefaultUserAction class provides a default implementation of this interface.

A user action is an action defined by a class implementing the UserAction interface. The class can be added to a schedule task through the Adm GUI. The user class is executed when the task is executed. A user action should always implements the equals method, otherwise a task with user action will always be treated as modified when it is reloaded by the Scheduler.


Method Summary
 String getLabel()
          Get the action label.
 RepletRequest getRepletRequest()
          Get the action request object.
 void setRepletRequest(RepletRequest request)
          Set the request to use for this action.
 
Methods inherited from interface inetsoft.sree.schedule.ScheduleAction
run
 

Method Detail

setRepletRequest

void setRepletRequest(RepletRequest request)
Set the request to use for this action. It is entered as part of the scheduling.

Parameters:
request - ation request.

getRepletRequest

RepletRequest getRepletRequest()
Get the action request object.


getLabel

String getLabel()
Get the action label.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.