Extension point typeCompatibility
In component org.nuxeo.ecm.platform.actions.ActionService
Documentation
Action compatibility type (since 5.6) defining the UI type action from deprecated action category:
- category: category action
- type: UI action type
Examples:
<typeCompatibility type="link_icon">
<category>DOCUMENT_UPPER_ACTION</category>
<category>DOCUMENT_HEADER_ACTIONS_LIST</category>
</typeCompatibility>
<typeCompatibility type="link_icon_text">
<category>DEFAULT_LIST</category>
<category>CLIPBOARD_LIST</category>
</typeCompatibility>
<typeCompatibility type="button">
<category>CURRENT_SELECTION_COPY</category>
<category>CLIPBOARD_PASTE</category>
<category>CURRENT_SELECTION_ADDTOLIST</category>
<category>CURRENT_SELECTION_TRASH</category>
<category>CREATE_DOCUMENT_FORM</category>
<category>EDIT_DOCUMENT_FORM</category>
</typeCompatibility>
<typeCompatibility type="link">
<category>USER_SERVICES</category>
<category>USER_MENU_ACTIONS</category>
</typeCompatibility>
<typeCompatibility type="bare_link">
<category>DOCUMENT_HEADER_ACTIONS_LIST_HREF</category>
</typeCompatibility>
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="typeCompatibility" target="org.nuxeo.ecm.platform.actions.ActionService"> <typeCompatibility type="link"> <category>DOCUMENT_UPPER_ACTION</category> <category>DOCUMENT_HEADER_ACTIONS_LIST</category> <category>DEFAULT_LIST</category> <category>CLIPBOARD_LIST</category> <category>CURRENT_SELECTION_COPY</category> <category>CLIPBOARD_PASTE</category> <category>CURRENT_SELECTION_ADDTOLIST</category> <category>CURRENT_SELECTION_TRASH</category> <category>CREATE_DOCUMENT_FORM</category> <category>EDIT_DOCUMENT_FORM</category> <category>USER_SERVICES</category> <category>USER_MENU_ACTIONS</category> <category>SUBVIEW_UPPER_LIST</category> </typeCompatibility> <typeCompatibility type="bare_link"> <category>DOCUMENT_HEADER_ACTIONS_LIST_HREF</category> <category>SUBVIEW_UPPER_LIST_HREF</category> </typeCompatibility> <typeCompatibility type="rest_document_link"> <category>VIEW_ACTION_LIST</category> <category>TAB_MANAGE_sub_tab</category> </typeCompatibility> <typeCompatibility type="main_tab"> <category>MAIN_TABS</category> </typeCompatibility> </extension>