inetsoft.sree.schedule
Class XAssetDependencyAction
java.lang.Object
inetsoft.sree.schedule.XAssetDependencyAction
- All Implemented Interfaces:
- ScheduleAction, Serializable
public class XAssetDependencyAction
- extends Object
- implements ScheduleAction
A schedule action to check dependencies between assets.
- See Also:
- Serialized Form
|
Method Summary |
void |
run(Principal principal)
Execute the action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XAssetDependencyAction
public XAssetDependencyAction()
run
public void run(Principal principal)
throws Throwable
- Execute the action.
- Specified by:
run in interface ScheduleAction
- Parameters:
principal - represents an entity
- Throws:
Throwable