Package org.nuxeo.adobe.cc
Class NuxeoAdobeConnectorServiceImpl
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.adobe.cc.NuxeoAdobeConnectorServiceImpl
-
- All Implemented Interfaces:
NuxeoAdobeConnectorService
,Adaptable
,Component
,Extensible
,TimestampedService
public class NuxeoAdobeConnectorServiceImpl extends DefaultComponent implements NuxeoAdobeConnectorService
- Since:
- 10.2
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Fields inherited from interface org.nuxeo.adobe.cc.NuxeoAdobeConnectorService
ADOBE_CC_CLIENT_ID, ADOBE_CC_CLIENT_URL, ADOBE_CC_NAME
-
-
Constructor Summary
Constructors Constructor Description NuxeoAdobeConnectorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(ComponentContext context)
Component activated notification.void
deactivate(ComponentContext context)
Component deactivated notification.protected void
registerAdobeCCClient()
void
start(ComponentContext context)
Application started notification.-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
addRuntimeMessage, addRuntimeMessage, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, stop, unregister, unregisterContribution, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Method Detail
-
activate
public void activate(ComponentContext context)
Component activated notification. Called when the component is activated. All component dependencies are resolved at that moment. Use this method to initialize the component.- Specified by:
activate
in interfaceComponent
- Overrides:
activate
in classDefaultComponent
- Parameters:
context
- the component context.
-
deactivate
public void deactivate(ComponentContext context)
Component deactivated notification. Called before a component is unregistered. Use this method to do cleanup if any and free any resources held by the component.- Specified by:
deactivate
in interfaceComponent
- Overrides:
deactivate
in classDefaultComponent
- Parameters:
context
- the component context.
-
start
public void start(ComponentContext context)
Application started notification. Called after the application started. You can do here any initialization that requires a working application (all resolved bundles and components are active at that moment)- Specified by:
start
in interfaceComponent
- Overrides:
start
in classDefaultComponent
- Parameters:
context
- the component context. Use it to get the current bundle context
-
registerAdobeCCClient
protected void registerAdobeCCClient()
-
-