Style Intelligence v12.0

inetsoft.sree.schedule
Class ArchiveAction

java.lang.Object
  extended by inetsoft.sree.schedule.ArchiveAction
All Implemented Interfaces:
CancelableAction, ScheduleAction, Serializable

public class ArchiveAction
extends Object
implements CancelableAction, ScheduleAction

A schedule action to cleanup archive. The archive rules are processed in this action. If an archived report meets an archive rule, the report is removed.

See Also:
Serialized Form

Constructor Summary
ArchiveAction()
           
 
Method Summary
 void cancel()
          Cancel the action.
 void run(Principal principal)
          Execute this action.
 String toString()
          Get the string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveAction

public ArchiveAction()
Method Detail

run

public void run(Principal principal)
Execute this action.

Specified by:
run in interface ScheduleAction
Parameters:
principal - represents an entity

cancel

public void cancel()
Cancel the action.

Specified by:
cancel in interface CancelableAction

toString

public String toString()
Get the string representation.

Overrides:
toString in class Object

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