public class DamServiceImpl extends DefaultComponent implements DamService
Modifier and Type | Field and Description |
---|---|
static String |
ALLOWED_ASSET_TYPES_EP |
static String |
ASSET_LIBRARY_EP |
Constructor and Description |
---|
DamServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
List<Type> |
getAllowedAssetTypes() |
AssetLibrary |
getAssetLibrary() |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public static final String ASSET_LIBRARY_EP
public static final String ALLOWED_ASSET_TYPES_EP
public void activate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void deactivate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic AssetLibrary getAssetLibrary()
getAssetLibrary
in interface DamService
public List<Type> getAllowedAssetTypes()
getAllowedAssetTypes
in interface DamService
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution
in class DefaultComponent
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.