|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryVersioningHelper
A versioning helper interface intended to be used by flowscripts or corresponding wrapper components.
| Method Summary | |
|---|---|
boolean |
checkin(String uri)
checkin a resource |
boolean |
checkout(String uri)
checkout a resource |
List |
getVersions(String uri)
get the version history of a resource |
boolean |
isVersioned(String uri)
check if a resource is under version control |
boolean |
setVersioned(String uri,
boolean versioned)
set a resource under version control |
boolean |
uncheckout(String uri)
undo a previously done checkout |
| Method Detail |
|---|
boolean checkout(String uri)
throws ProcessingException
uri - the uri of the resource.
ProcessingException
boolean checkin(String uri)
throws ProcessingException
uri - the uri of the resource.
ProcessingException
boolean uncheckout(String uri)
throws ProcessingException
uri - the uri of the resource.
ProcessingException
boolean isVersioned(String uri)
throws ProcessingException
uri - the uri of the resource.
ProcessingException
boolean setVersioned(String uri,
boolean versioned)
throws ProcessingException
uri - the uri of the resource.versioned - if true the resource is set under version control.
ProcessingException
List getVersions(String uri)
throws ProcessingException
uri - the uri of the resource.
ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||