Nuxeo Enterprise Platform 5.4

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


Field Summary
static java.lang.String LOCK
           
static java.lang.String SC_ALREADY_LOCKED_KO
           
static java.lang.String SC_ALREADY_LOCKED_OK
           
static java.lang.String SC_ALREADY_UNLOCKED_OK
           
static java.lang.String SC_LOCKED_OK
           
static java.lang.String SC_LOCKINFO_LOCKED
           
static java.lang.String SC_LOCKINFO_NOT_LOCKED
           
static java.lang.String SC_UNLOCKED_OK
           
static java.lang.String STATUS
           
static java.lang.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 java.lang.String LOCK
See Also:
Constant Field Values

UNLOCK

public static final java.lang.String UNLOCK
See Also:
Constant Field Values

STATUS

public static final java.lang.String STATUS
See Also:
Constant Field Values

SC_LOCKINFO_LOCKED

public static final java.lang.String SC_LOCKINFO_LOCKED
See Also:
Constant Field Values

SC_LOCKINFO_NOT_LOCKED

public static final java.lang.String SC_LOCKINFO_NOT_LOCKED
See Also:
Constant Field Values

SC_LOCKED_OK

public static final java.lang.String SC_LOCKED_OK
See Also:
Constant Field Values

SC_ALREADY_LOCKED_KO

public static final java.lang.String SC_ALREADY_LOCKED_KO
See Also:
Constant Field Values

SC_ALREADY_LOCKED_OK

public static final java.lang.String SC_ALREADY_LOCKED_OK
See Also:
Constant Field Values

SC_UNLOCKED_OK

public static final java.lang.String SC_UNLOCKED_OK
See Also:
Constant Field Values

SC_ALREADY_UNLOCKED_OK

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

LockingRestlet

public LockingRestlet()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.