com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco
Class AlfrescoRESTFulFactory
java.lang.Object
com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.AlfrescoRESTFulFactory
public class AlfrescoRESTFulFactory
- extends Object
Factory to create RESTful resources.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
- Since:
- 4.1.1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlfrescoRESTFulFactory
public AlfrescoRESTFulFactory(String baseURL,
String userName,
String password)
- Parameters:
baseURL
- baseURL to use for accessing Alfresco RESTful services.password
- userName
-
setPassword
public void setPassword(String password)
setUserName
public void setUserName(String userName)
listGroupsResource
public ListGroupsResource listGroupsResource(String shortNameFilter)
throws OwRestException
- Throws:
OwRestException
getPeopleResource
public ListPeopleResource getPeopleResource(String filterQuery)
throws OwRestException
- Throws:
OwRestException
getPersonResource
public GetPersonResource getPersonResource(String userName)
throws OwRestException
- Throws:
OwRestException
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.