Private Method Details |
&getDbh |
|
private object [unknown] &getDbh( )
|
| |
Get the DB handle of the Midgard DB.
|
| Returns |
object [unknown] $dbh the handle |
|
&getGlobDbh |
|
private object [unknown] &getGlobDbh( )
|
| |
Get the DB handle of the global DB (that contains meta-data about objects, collections and workflow data)
|
| Returns |
object [unknown] $dbh the handle |
|
&getMgdDB |
|
private object [unknown] &getMgdDB( )
|
| |
Get the Midgard DB as a MgdDB object.
|
| Returns |
object [unknown] $mgddb |
|
&getVersionControl |
|
private object [unknown] &getVersionControl( )
|
| |
Get the VersionControl object.
|
| Returns |
object [unknown] $vc |
|
&getNamespace |
|
private object [unknown] &getNamespace( )
|
| |
Get the Namespace object (in CVS, a module)
|
| Returns |
object [unknown] $nSpace |
|
&getBranch |
|
private object [unknown] &getBranch( )
|
| |
Get the Branch object
|
| Returns |
object [unknown] $branch |
|
&getBranchId |
|
private int &getBranchId( )
|
| |
Get the id of the current branch.
|
| Returns |
int $id |
|
&getBranchLabel |
|
private int &getBranchLabel( )
|
| |
Get the id of the current branch.
|
| Returns |
int $id |
|
&getUser |
|
private int &getUser( )
|
| |
Get the current user (guid)
|
| Returns |
int $id |
|
&getOutgoing |
|
private int &getOutgoing( )
|
| |
Get the outgoing directory
|
| Returns |
int $id |
|
getSpoolerUrl |
|
private string getSpoolerUrl( )
|
| |
Get the URL of the spooler on this branch
|
| Returns |
string $url |
|
getStatusHandler |
|
private string getStatusHandler( )
|
| |
Get the URL of the global status handler script
|
| Returns |
string $path |
|
notifySpooler |
|
private void notifySpooler( )
|
| |
Notify the spooler on this branch
|
| Returns |
void |
|
notifyStatusHandler |
|
private void notifyStatusHandler( )
|
| |
Notify the global status handler
|
| Returns |
void |
|