com.wewebu.ow.server.ui.viewer
Interface OwInfoProvider

All Known Subinterfaces:
OwAnnotationInfoProvider
All Known Implementing Classes:
OwAbstractAnnotationInfoProvider, OwAbstractInfoProvider

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

Since:
3.1.0.0

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

PARAM_DMSID

static final String PARAM_DMSID
Constant for the DMSID value to retrieve from OwInfoRequest object

See Also:
Constant Field Values

PARAM_CONTEXT

static final String PARAM_CONTEXT
Constant for the CONTEXT value to retrieve from OwInfoRequest object

See Also:
Constant Field Values
Method Detail

getContext

String getContext()
Returns registry context on which this provider is registered on.

Returns:
String context representation

handleRequest

void handleRequest(OwInfoRequest request_p,
                   OutputStream answer_p)
                   throws OwException,
                          IOException
Method called to be process a request.

Parameters:
request_p - OwInformationRequest to process
answer_p - OutputStream to write back answer
Throws:
IOException - if problems with any I/O handling
OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.