|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISExtensionLibrary
Extension libraries provide id based extensions.
Extensions are aspect-oriented like , id based cross-cutting concerns.
Extensions are provided by extension libraries - OwCMISExtensionLibrary
- and implemented as
interface methods. Extensions are uniquely determined by implementing interface type and extension id.
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
Method Summary | ||
---|---|---|
|
getExtension(String extensionId_p,
Class<E> extensionInterface_p)
Retrieves extensions uniquely determined by implementing interface type and extension id. |
Method Detail |
---|
<E> E getExtension(String extensionId_p, Class<E> extensionInterface_p)
E
- extensionId_p
- id of the extensionextensionInterface_p
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |