Method Detail


getBuildDate

Get the build date for the service.

Parameters: username password

Returns: The build date of the service


getBuildNumber

Get the build number for the service.

Parameters: username password

Returns: The build number of the service


getVersion

Get the build version for the service.

Parameters: username password

Returns: The build version of the service


relock

Re-lock a lock object

Parameters: username password lockId - The Id of the lock object id - The Id associated with the caller

Returns: true - Successfully locked false - Failure to lock


unlockMultipleObjects

Unlocks multiple lock objects

Parameters: username password lockIds - The id of the objects separated by ; id - The Id associated with the caller


unlockAllObjectsForUser

Unlocks all lock objects

Parameters: username password ~id` - The Id associated with the caller


lockMultipleObjects

Locks multiple lock objects

Parameters: username password lockIds - The id of the objects separated by ; id - The Id associated with the caller

Returns: true - Successfully locked id of the projects that could not be locked separated by ;


lock

Lock a lock object

Parameters: username password lockId - The Id of the lock object id - The Id associated with the caller Returns: true - Successfully locked false - Failure to lock


unlock

Unlock a lock object

Parameters: username password lockId - The Id of the lock object id - The Id associated with the caller propogate

Returns: true - Successfully locked false - Failure to lock


isProjectLocked

Checks if the object is locked by another user

Parameters: username password lockId - The Id of the lock object id - The Id associated with the caller

Returns: true - object is locked by another user false - object is released


getAllLockedProjects

Gets all the projects that are locked by another user

Parameters: username password userId - The Id associated with the caller propogate

Returns: xml

projectId


setLockStatus

Sets the locking status for all projects that are locked by the user

Parameters: username password userId - The Id associated with the caller isLock - true - projects are locked false - projects are released propogate

Returns: Status


getAllLockedProjectsOrDashboards

Gets all the projects or dashboards that are locked

Parameters: username password userId - The Id associated with the caller propogate

Returns: xml

projectId


unlockedProjectsOrDashboards

Unlock projects or dashboards

Parameters: username - password - xml -

Returns: Status