|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String PARAM_DMSID
static final String PARAM_CONTEXT
Method Detail |
---|
String getContext()
void handleRequest(OwInfoRequest request_p, OutputStream answer_p) throws OwException, IOException
request_p
- OwInformationRequest to processanswer_p
- OutputStream to write back answer
IOException
- if problems with any I/O handling
OwException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |