|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScheduleExt
Defines a common interface to supply the ScheduleManager with the additional tasks not specified in the regular schedule.xml file.
| Method Summary | |
|---|---|
boolean |
archiveRenamed(String opath,
String npath,
String owner)
Method will be invoked when an archive is renamed. |
boolean |
containsTask(String name)
Check if contains a task. |
boolean |
deleteTask(String name)
Delete a given task. |
boolean |
folderRenamed(String opath,
String npath,
String owner)
Method will be invoked when a folder is renamed. |
Vector |
getTasks()
Get all the schedule tasks. |
void |
identityRemoved(inetsoft.uql.util.Identity identity)
Method will be invoked when a user is removed. |
void |
identityRenamed(String oname,
inetsoft.uql.util.Identity identity)
Method will be invoked when a user is renamed. |
boolean |
isEnable(String name)
Check if a given task is enabled. |
boolean |
repletRemoved(String replet,
String owner)
Method will be invoked when a replet is removed. |
boolean |
repletRenamed(String oreplet,
String nreplet,
String owner)
Method will be invoked when a replet is renamed. |
boolean |
setEnable(String name,
boolean enable)
Enable/Disable a given task. |
boolean |
viewsheetRenamed(String oviewsheet,
String nviewsheet,
String owner)
Method will be invoked when a viewsheet is renamed. |
| Method Detail |
|---|
Vector getTasks()
boolean containsTask(String name)
boolean deleteTask(String name)
boolean isEnable(String name)
boolean setEnable(String name,
boolean enable)
boolean repletRemoved(String replet,
String owner)
replet - the specified replet.owner - the specified user.
boolean repletRenamed(String oreplet,
String nreplet,
String owner)
oreplet - the specified old replet.nreplet - the specified new replet.owner - the specified user.
boolean viewsheetRenamed(String oviewsheet,
String nviewsheet,
String owner)
oviewsheet - the specified old viewsheet.nviewsheet - the specified new viewsheet.owner - the specified user.
boolean archiveRenamed(String opath,
String npath,
String owner)
opath - the specified old archive path.npath - the specified new archive path.owner - the specified user.
boolean folderRenamed(String opath,
String npath,
String owner)
opath - the specified old folder path.npath - the specified new folder path.owner - the specified user.
void identityRemoved(inetsoft.uql.util.Identity identity)
void identityRenamed(String oname,
inetsoft.uql.util.Identity identity)
|
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 | ||||||||