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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activate
(ComponentContext context) Component activated notification.void
deactivate
(ComponentContext context) Component deactivated notification.protected void
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
getApplicationStartedOrder
-
Constructor Details
-
NuxeoAdobeConnectorServiceImpl
public NuxeoAdobeConnectorServiceImpl()
-
-
Method Details
-
activate
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
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
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()
-