com.wewebu.ow.server.ecmimpl.cmis.alfresco
Class OwCMISALExtensionLibrary
java.lang.Object
com.wewebu.ow.server.ecmimpl.cmis.alfresco.OwCMISALExtensionLibrary
- All Implemented Interfaces:
- OwCMISExtensionLibrary
public class OwCMISALExtensionLibrary
- extends Object
- implements OwCMISExtensionLibrary
Alfresco 3.4 and higher extension library.
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
Method Summary |
protected
|
addExtension(String extensionnId_p,
Class<E> extensionClass_p,
E extension_p)
|
|
getExtension(String extensionId_p,
Class<E> extensionClass_p)
Retrieves extensions uniquely determined by implementing interface type and extension id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwCMISALExtensionLibrary
public OwCMISALExtensionLibrary()
addExtension
protected <E> void addExtension(String extensionnId_p,
Class<E> extensionClass_p,
E extension_p)
getExtension
public <E> E getExtension(String extensionId_p,
Class<E> extensionClass_p)
- Description copied from interface:
OwCMISExtensionLibrary
- Retrieves extensions uniquely determined by implementing interface type and extension id.
- Specified by:
getExtension
in interface OwCMISExtensionLibrary
- Parameters:
extensionId_p
- id of the extension
- Returns:
- the interface implementing extension module of
type E that provides the extension with the requested id
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.