@Deprecated public class AlfrescoRESTFulFactoryOld extends Object
Factory to create RESTful resources for the old Alfresco REST API.
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
Constructor and Description |
---|
AlfrescoRESTFulFactoryOld(String baseURL,
org.alfresco.wd.ext.restlet.auth.OwRestletAuthenticationHandler authHandler,
Locale currentLocale,
NativeValueConverterFactory converterFactory)
Deprecated.
Constructor for REST-Connection handler
|
Modifier and Type | Method and Description |
---|---|
protected String |
getCallUrl(String actionUri)
Deprecated.
Returns a full URL based on provided action URI,
will cache the full URL and return it again if the action URI is requested again.
|
void |
release()
Deprecated.
Call this when you have finished working with this factory.
|
TaskInstanceResourceOld |
taskInstanceResource(String taskId)
Deprecated.
|
public AlfrescoRESTFulFactoryOld(String baseURL, org.alfresco.wd.ext.restlet.auth.OwRestletAuthenticationHandler authHandler, Locale currentLocale, NativeValueConverterFactory converterFactory)
baseURL
- String base part of URLauthHandler
- OwRestletAuthenticationHandlercurrentLocale
- LocaleconverterFactory
- NativeValueConverterFactorypublic TaskInstanceResourceOld taskInstanceResource(String taskId) throws OwRestException
OwRestException
protected String getCallUrl(String actionUri)
actionUri
- String URI of the actionpublic void release()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.