Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.admin
Class UserService

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

public class UserService
extends DefaultObject


Constructor Summary
UserService()
           
 
Method Summary
 List<NuxeoGroup> getGroups()
           
 Object getIndex(String query, String group)
           
 List<NuxeoPrincipal> getUsers()
           
 Response postGroup()
           
 Response postUser()
           
 Object searchGroups(String group)
           
 Object searchUsers(String user)
           
 
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

UserService

public UserService()
Method Detail

getIndex

public Object getIndex(String query,
                       String group)
                throws Exception
Throws:
Exception

searchUsers

public Object searchUsers(String user)
                   throws Exception
Throws:
Exception

searchGroups

public Object searchGroups(String group)
                    throws Exception
Throws:
Exception

postUser

public Response postUser()
                  throws Exception
Throws:
Exception

postGroup

public Response postGroup()
                   throws Exception
Throws:
Exception

getGroups

public List<NuxeoGroup> getGroups()
                           throws Exception
Throws:
Exception

getUsers

public List<NuxeoPrincipal> getUsers()
                              throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.