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, nameFields inherited from interface org.nuxeo.adobe.cc.NuxeoAdobeConnectorService
ADOBE_CC_CLIENT_ID, ADOBE_CC_CLIENT_URL, ADOBE_CC_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(ComponentContext context) Component activated notification.voiddeactivate(ComponentContext context) Component deactivated notification.protected voidvoidstart(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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
activatein interfaceComponent- Overrides:
activatein 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:
deactivatein interfaceComponent- Overrides:
deactivatein 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:
startin interfaceComponent- Overrides:
startin classDefaultComponent- Parameters:
context- the component context. Use it to get the current bundle context
-
registerAdobeCCClient
protected void registerAdobeCCClient()
-