Node Director
Public Member Functions | Static Public Member Functions | List of all members
sfi.director.application.scripttask.DomainDepends Class Reference

Determine dependencies in a directorDomainBuilder group. More...

Inheritance diagram for sfi.director.application.scripttask.DomainDepends:
sfi.director.application.ScriptTask

Public Member Functions

JobNode create (EventEnvironment ev) throws DirectorException
 given an EventEnvironment create a Workflow (JobNode) doing whatever this ScriptTask is intended for

Static Public Member Functions

static void mkdepend (DBObject maindbo, DBConnection objConn) throws DirectorException

Detailed Description

Determine dependencies in a directorDomainBuilder group.

Member Function Documentation

JobNode sfi.director.application.scripttask.DomainDepends.create ( EventEnvironment  ev) throws DirectorException

given an EventEnvironment create a Workflow (JobNode) doing whatever this ScriptTask is intended for

Exceptions
DirectorExceptionclass refuses to be responsible for this event
Parameters
evthe environment of the event that lead to calling create()
Returns
a workflow (null ok)

Implements sfi.director.application.ScriptTask.

References sfi.director.util.Tools.debug(), sfi.director.util.Options.getOptions(), and sfi.director.application.scripttask.DomainDepends.mkdepend().

static void sfi.director.application.scripttask.DomainDepends.mkdepend ( DBObject  maindbo,
DBConnection  objConn 
) throws DirectorException
static

The documentation for this class was generated from the following file: