Method Summary |
|
boolean | checkin(String uri) checkin a resource
Parameters: uri - the uri of the resource. |
boolean | checkout(String uri) checkout a resource
Parameters: uri - the uri of the resource. |
List | getVersions(String uri) get the version history of a resource
Parameters: uri - the uri of the resource. |
boolean | isVersioned(String uri) check if a resource is under version control
Parameters: uri - the uri of the resource. |
boolean | setVersioned(String uri, boolean versioned) set a resource under version control
Parameters: uri - the uri of the resource. Parameters: versioned - if true the resource is set under version control. |
boolean | uncheckout(String uri) undo a previously done checkout
Parameters: uri - the uri of the resource. |