-
Interfaces Interface Description ro.sync.ecss.extensions.api.AttributesValueEditor Starting with version 15 theCustomAttributeValueEditor
can be used instead to edit only specific attributes using a custom editor.ro.sync.ecss.extensions.api.webapp.SafeAuthorOperation This interface is not used anymore as marker interface for operations that can be invoked via REST API with user supplied arguments. These AuthorOperations must be instead annotated withWebappRestSafe
annotation.ro.sync.exml.plugin.urlstreamhandler.URLChooserPluginExtension This approach will continue to work but it is recommanded to use the ro.sync.exml.plugin.urlstreamhandler.URLChooserPluginExtension2 interface which also receives access to the Oxygen workspace.
-
Classes Class Description ro.sync.ecss.extensions.api.webapp.plugin.PluginConfigExtension This API is deprecated because it's based on javax package that's no more supported starting with Servlet 5.0 specification and because this extension type isn't protected against CSRF attacks. UseServletPluginConfigExtension
instead.ro.sync.ecss.extensions.api.webapp.plugin.WebappServletPluginExtension This API is deprecated because it's based on javax package that's no more supported starting with Servlet 5.0 specification and because this extension type isn't protected against CSRF attacks. UseServletPluginExtension
instead.
-
Exceptions Exceptions Description ro.sync.ecss.extensions.commons.CannotEditException
-
Fields Field Description ro.sync.ecss.css.Styles.KEY_LINK_URL since 17ro.sync.ecss.css.Styles.KEY_TEXT_DECORATION It is a shorthand now, useStyles.KEY_TEXT_DECORATION_LINE
,Styles.KEY_TEXT_DECORATION_COLOR
,Styles.KEY_TEXT_DECORATION_STYLE
instead.ro.sync.ecss.css.Styles.KEY_VISIBITY This is a typo of theStyles.KEY_VISIBILITY
.ro.sync.ecss.dita.DITAAccess.ID_ANY UseDITAAccess.ID_FIRST_TOPIC_ID
instead which has a clearer meaning.
Identifier used in references path, representing that the topic id can be excluded from the reference.ro.sync.ecss.extensions.api.AuthorConstants.POSITION_INSIDE Use the constant POSITION_INSIDE_FIRST instead.ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants.PROPERTY_EDIT UseInplaceEditorArgumentKeys.PROPERTY_EDIT_QUALIFIED
instead. In case of an attribute it will offer a clark name instead of the QName used in the CSS.ro.sync.exml.MainFrameComponentsConstants.CUSTOM Since Oxygen 12.2 the preferred way is to define view IDs at plugin.xml level.ro.sync.exml.MainFrameComponentsConstants.DATASOURCE_VIEW Datasource (relational or native XML) Viewro.sync.exml.MainFrameComponentsConstants.DITA_MAPS The DITA maps organizer. WARN: Adding a new View Frame also means changing the version in MainFrameLayoutManager.VIEWS_LAYOUT_VERSION.ro.sync.exml.MainFrameComponentsConstants.HIERARCHY_DEPENDENCE Resource dependencies or hierarchy view. WARN: Adding a new View Frame also means changing the version in MainFrameLayoutManager.VIEWS_LAYOUT_VERSION.ro.sync.exml.MainFrameComponentsConstants.PREVIEW Preview view. WARN: Adding a new View Frame also means changing the version in MainFrameLayoutManager.VIEWS_LAYOUT_VERSION.ro.sync.exml.MainFrameComponentsConstants.TABLE_VIEW Database table (relational) Viewro.sync.exml.MainFrameComponentsConstants.TOOLBAR_CUSTOM Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml".ro.sync.exml.plugin.PluginDescriptor.URL_STREAM_HANDLER ro.sync.exml.workspace.api.standalone.ToolbarComponentsCustomizer.CUSTOM Since Oxygen 12.2 toolbar IDs are defined in the "plugin.xml".ro.sync.exml.workspace.api.standalone.ViewComponentCustomizer.CUSTOM since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml".ro.sync.exml.workspace.api.util.XMLUtilAccess.TRANSFORMER_SAXON_ENTERPRISE_EDITION Since Oxygen 23 you can no longer create Saxon 9 PE transformers using this constant. The created transformer will be a Saxon HE transformer instead.ro.sync.exml.workspace.api.util.XMLUtilAccess.TRANSFORMER_SAXON_PROFESSIONAL_EDITION Since Oxygen 23 you can no longer create Saxon 9 PE transformers using this constant. The created transformer will be a Saxon HE transformer instead.
-
Constructors Constructor Description ro.sync.ecss.css.URIContent(String, String) Left only for backward compatibility.ro.sync.ecss.extensions.api.OptionChangedEvent(String, String, String) ro.sync.ecss.extensions.commons.table.operations.TableInfo(Map<String, Object>) UseTableInfo(Map, int)
instead because the table operation can also convert lists to tables and we need to provide a minimum number of rows.ro.sync.ecss.extensions.dita.conref.DITAConRefResolver(ContextKeyManager) useDITAConRefResolver(ContextKeyManagerProvider)
instead.ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver(ContextKeyManager) useDitaLinkTextResolver(ContextKeyManagerProvider)
instead.ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver(ContextKeyManager) useDITAMapRefResolver(ContextKeyManagerProvider)
instead.
-
Enum Constants Enum Constant Description ro.sync.ecss.extensions.api.CursorType.CURSOR_RESIZE UseCursorType.CURSOR_E_RESIZE
instead.ro.sync.ecss.extensions.api.CursorType.CURSOR_SELECT_ROW You should use one of the two other constants, specifying the direction.ro.sync.ecss.extensions.api.CursorType.CURSOR_SELECT_TABLE You should use one of the two other constants, specifying the direction.