|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.service.versioning.VersioningService
public class VersioningService
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
VersioningService(com.google.gwt.event.shared.HandlerManager eventBus)
|
|
| Method Summary | |
|---|---|
void |
cancelCheckout(String url)
Reverses the effect of a check-out. |
void |
checkin(String url,
CheckIn checkIn)
Checks-in the Private Working Copy document. |
void |
checkOut(String url,
String objectId)
Create a private working copy of the document. |
void |
getAllVersions(String url,
String filter,
boolean includeAllowableActions)
Returns the list of all Document Objects in the specified Version Series, sorted by cmis:creationDate descending. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersioningService(com.google.gwt.event.shared.HandlerManager eventBus)
eventBus - eventBus| Method Detail |
|---|
public void checkOut(String url,
String objectId)
CheckoutReceivedEvent event is fired
url - urlobjectId - object idpublic void cancelCheckout(String url)
CancelCheckoutReceivedEvent event is fired
url - url
public void checkin(String url,
CheckIn checkIn)
CheckinReceivedEvent event is fired
url - urlcheckIn - checkIn
public void getAllVersions(String url,
String filter,
boolean includeAllowableActions)
AllVersionsReceivedEvent event is fired
url - urlfilter - filterincludeAllowableActions - include allowable actions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||