Class ConnectCMISActionComponent

  • All Implemented Interfaces:
    org.exoplatform.ecm.webui.CloudDriveUIMenuAction

    public class ConnectCMISActionComponent
    extends org.exoplatform.ecm.webui.BaseConnectActionComponent
    CMIS UI component for a menu action dedicated to a single provider. Its UI configuration will refer the action by "ConnectCMIS" key (see in webapp config), rename it for an actual name (e.g. based on provider ID).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static String PROVIDER_ID
      CMISProvider ID from configuration.
      • Fields inherited from class org.exoplatform.ecm.webui.BaseConnectActionComponent

        LOG
      • Fields inherited from class org.exoplatform.webui.core.UIComponent

        AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String getProviderId()
      • Methods inherited from class org.exoplatform.ecm.webui.BaseConnectActionComponent

        getName, getUIAbstractManagerClass, renderEventURL
      • Methods inherited from class org.exoplatform.webui.ext.manager.UIAbstractManagerComponent

        getUIExtensionCategory, getUIExtensionName, setUIExtensionCategory, setUIExtensionName
      • Methods inherited from class org.exoplatform.webui.core.UIComponent

        broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
    • Constructor Detail

      • ConnectCMISActionComponent

        public ConnectCMISActionComponent()
    • Method Detail

      • getProviderId

        protected String getProviderId()
        Specified by:
        getProviderId in class org.exoplatform.ecm.webui.BaseConnectActionComponent