|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean checkout(String uri) throws ProcessingException
uri
- the uri of the resource.
ProcessingException
public boolean checkin(String uri) throws ProcessingException
uri
- the uri of the resource.
ProcessingException
public boolean uncheckout(String uri) throws ProcessingException
uri
- the uri of the resource.
ProcessingException
public boolean isVersioned(String uri) throws ProcessingException
uri
- the uri of the resource.
ProcessingException
public 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
public 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 |