com.wewebu.ow.server.ecmimpl.cmis.alfresco
Class OwCMISALExtensionLibrary

java.lang.Object
  extended by 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

Constructor Summary
OwCMISALExtensionLibrary()
           
 
Method Summary
protected
<E> void
addExtension(String extensionnId_p, Class<E> extensionClass_p, E extension_p)
           
<E> E
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
 

Constructor Detail

OwCMISALExtensionLibrary

public OwCMISALExtensionLibrary()
Method Detail

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.