Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.restAPI
Class LockingRestlet

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseNuxeoRestlet
              extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
                  extended by org.nuxeo.ecm.platform.ui.web.restAPI.LockingRestlet

public class LockingRestlet
extends BaseStatelessNuxeoRestlet

Restlet returning the locking information on a document.


Field Summary
static String LOCK
           
static String SC_ALREADY_LOCKED_KO
           
static String SC_ALREADY_LOCKED_OK
           
static String SC_ALREADY_UNLOCKED_OK
           
static String SC_LOCKED_OK
           
static String SC_LOCKINFO_LOCKED
           
static String SC_LOCKINFO_NOT_LOCKED
           
static String SC_UNLOCKED_OK
           
static String STATE
           
static String STATUS
           
static String UNLOCK
           
 
Constructor Summary
LockingRestlet()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
handle
 
Methods inherited from class org.restlet.Restlet
getContext, getLogger, isStarted, isStopped, setContext, start, stop
 
Methods inherited from class org.restlet.Uniform
delete, delete, get, get, handle, head, head, options, options, post, post, put, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCK

public static final String LOCK
See Also:
Constant Field Values

UNLOCK

public static final String UNLOCK
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

STATE

public static final String STATE
See Also:
Constant Field Values

SC_LOCKINFO_LOCKED

public static final String SC_LOCKINFO_LOCKED
See Also:
Constant Field Values

SC_LOCKINFO_NOT_LOCKED

public static final String SC_LOCKINFO_NOT_LOCKED
See Also:
Constant Field Values

SC_LOCKED_OK

public static final String SC_LOCKED_OK
See Also:
Constant Field Values

SC_ALREADY_LOCKED_KO

public static final String SC_ALREADY_LOCKED_KO
See Also:
Constant Field Values

SC_ALREADY_LOCKED_OK

public static final String SC_ALREADY_LOCKED_OK
See Also:
Constant Field Values

SC_UNLOCKED_OK

public static final String SC_UNLOCKED_OK
See Also:
Constant Field Values

SC_ALREADY_UNLOCKED_OK

public static final String SC_ALREADY_UNLOCKED_OK
See Also:
Constant Field Values
Constructor Detail

LockingRestlet

public LockingRestlet()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.