Public Member Functions | |
| EventEnvironment () | |
| void | setOptions (Options opts) |
| void | resetOptions () |
| Options | getOptions () |
| void | add (DBObject dbo, DBConnection dir) |
| void | add (DBObject dbo, Record rec) |
| Enumeration | getDBObjects () |
| DBObject | getFirstDBObject () |
| DBObject | getDBObject (String objectclass) |
| DBConnection | getDirectory (DBObject dbo) |
| Record | getRecord (DBObject dbo) |
| DBObject | getConfig (DBObject dbo) throws DirectorException |
| void | clearCache () |
| void | setJobName (String name) |
| void | setJobDescription (String descr) |
| Enumeration | findWorkflow (String type) |
| JobNode | createWorkflow (String type) throws DirectorException |
| JobNode | createWorkflow (Enumeration idents) throws DirectorException |
Static Public Member Functions | |
| static void | loadevents () throws DirectorException |
| static DBSet | objevents () throws DirectorException |
| Return a DBSet containing all object event definitions. | |
| static DBSetIndex | objeventsIndex () throws DirectorException |
| Return an index for objevents() with sfieventtype being the indexed attribute. | |
| static DBObject | getTask (String name) throws DirectorException |
| Return the task definition of the task called name, null if no such task exists. | |
| static Enumeration | findObjectEvents (Enumeration objclass, String type) throws DirectorException |
| For given object classes and event type find the directorObjectEvent definitions that match. | |
| static Enumeration | findObjectEvents (DBObject dbo, String type) throws DirectorException |
| static Enumeration | findObjectEvents (DBObject dbo) throws DirectorException |
| static Enumeration | findObjectEvents (Enumeration obje) throws DirectorException |
Static Public Attributes | |
| static final String | WF_CREATE = "create" |
| static final String | WF_ALTER = "alter" |
| static final String | WF_REMOVE = "remove" |
Static Package Functions | |
| [static initializer] | |
| static void | addSearch (String pack) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
For given object classes and event type find the directorObjectEvent definitions that match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the task definition of the task called name, null if no such task exists.
|
|
|
|
|
|
Return a DBSet containing all object event definitions.
|
|
|
Return an index for objevents() with sfieventtype being the indexed attribute.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5