|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserAction
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 |
|---|
void setRepletRequest(RepletRequest request)
request - ation request.RepletRequest getRepletRequest()
String getLabel()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||