Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.admin
Class User

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
      extended by org.nuxeo.ecm.webengine.model.impl.DefaultObject
          extended by org.nuxeo.ecm.webengine.admin.User
All Implemented Interfaces:
Resource, Adaptable

public class User
extends DefaultObject


Constructor Summary
User()
           
 
Method Summary
 javax.ws.rs.core.Response doDelete()
           
 java.lang.Object doGet()
           
 javax.ws.rs.core.Response doPost()
           
 javax.ws.rs.core.Response doPut()
           
 javax.ws.rs.core.Response simulateDelete()
           
 javax.ws.rs.core.Response simulatePut()
           
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

doGet

public java.lang.Object doGet()

doPost

public javax.ws.rs.core.Response doPost()

doPut

public javax.ws.rs.core.Response doPut()
                                throws java.lang.Exception
Throws:
java.lang.Exception

doDelete

public javax.ws.rs.core.Response doDelete()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

simulatePut

public javax.ws.rs.core.Response simulatePut()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

simulateDelete

public javax.ws.rs.core.Response simulateDelete()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.