Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.service
Class CaseManagementComponent

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.cm.core.service.CaseManagementComponent
All Implemented Interfaces:
org.nuxeo.runtime.model.Adaptable, org.nuxeo.runtime.model.Component, org.nuxeo.runtime.model.Extensible

public class CaseManagementComponent
extends org.nuxeo.runtime.model.DefaultComponent

Author:
Anahide Tchertchian

Constructor Summary
CaseManagementComponent()
           
 
Method Summary
 void activate(org.nuxeo.runtime.model.ComponentContext context)
           
<T> T
getAdapter(Class<T> adapter)
           
 void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
applicationStarted, deactivate, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseManagementComponent

public CaseManagementComponent()
Method Detail

activate

public void activate(org.nuxeo.runtime.model.ComponentContext context)
              throws Exception
Specified by:
activate in interface org.nuxeo.runtime.model.Component
Overrides:
activate in class org.nuxeo.runtime.model.DefaultComponent
Throws:
Exception

getAdapter

public <T> T getAdapter(Class<T> adapter)
Specified by:
getAdapter in interface org.nuxeo.runtime.model.Adaptable
Overrides:
getAdapter in class org.nuxeo.runtime.model.DefaultComponent

registerContribution

public void registerContribution(Object contribution,
                                 String extensionPoint,
                                 org.nuxeo.runtime.model.ComponentInstance contributor)
                          throws Exception
Overrides:
registerContribution in class org.nuxeo.runtime.model.DefaultComponent
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.