|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwInfoProviderRegistry
Registry to retrieve OwInfoProvider. Interface which must be implement by classes, which should be used as registry for information provider.
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 |
PREFIX_ANNOT
prefix used to request annotation provider for a given DMS prefix. |
Method Summary | |
---|---|
OwInfoProvider |
getInfoProvider(String context_p)
Method to retrieve a provider regarding the given context. |
void |
registerProvider(String context_p,
OwInfoProvider pro_p)
Method called to register a provider for specific context. |
OwInfoProvider |
unregisterProvider(String context_p)
Remove a provider from registry for given context. |
Field Detail |
---|
static final String PREFIX_ANNOT
Method Detail |
---|
OwInfoProvider getInfoProvider(String context_p)
Attention this can return null if the context is null or no provider exist for this context
context_p
- String context to be handled
void registerProvider(String context_p, OwInfoProvider pro_p)
context_p
- String representing the contextpro_p
- OwInfoProvider to registerOwInfoProvider unregisterProvider(String context_p)
context_p
- String to unregister
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |