Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.admin
Class Group

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.Group
All Implemented Interfaces:
Resource, Adaptable

public class Group
extends DefaultObject


Constructor Summary
Group()
           
 
Method Summary
 javax.ws.rs.core.Response doDelete()
           
 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

Group

public Group()
Method Detail

doGet

public Object doGet()

doPost

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

doPut

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

doDelete

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

simulatePut

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

simulateDelete

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.