Style Intelligence v12.0

inetsoft.sree.schedule
Interface UserCondition

All Superinterfaces:
ScheduleCondition, Serializable
All Known Implementing Classes:
DefaultUserCondition

public interface UserCondition
extends ScheduleCondition


Method Summary
 String getLabel()
          Get the condition 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.ScheduleCondition
check, getRetryTime
 

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 condition label.


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