public interface OwInfoProvider
Information Provider Interface. Implementing classes will be used to define behavior and access rights on the fly.
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
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CONTEXT
Constant for the CONTEXT value to retrieve from OwInfoRequest object
|
static String |
PARAM_DMSID
Constant for the DMSID value to retrieve from OwInfoRequest object
|
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Returns registry context
on which this provider is registered on.
|
void |
handleRequest(OwInfoRequest request_p,
OutputStream answer_p)
Method called to be process a request.
|
static final String PARAM_DMSID
static final String PARAM_CONTEXT
String getContext()
void handleRequest(OwInfoRequest request_p, OutputStream answer_p) throws OwException, IOException
request_p
- OwInformationRequest to processanswer_p
- OutputStream to write back answerIOException
- if problems with any I/O handlingOwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.