MDWorkbench Operations

Identifier:
com.sodius.mdw.core.operation

Since:
3.6.0

Description:
Allows a plug-in contributing extensions to an Operation.

Configuration Markup:

<!ELEMENT extension (extensionPoint* , operation*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT extensionPoint EMPTY>

<!ATTLIST extensionPoint

id      CDATA #REQUIRED

factory CDATA #REQUIRED>

Declares an extension point on which other plug-ins can hook to contribute operations, to extend the behavior of the original operation. The extension point owner must use the com.sodius.mdw.core.operations.ExtensionOperation class to execute contributions.



<!ELEMENT operation EMPTY>

<!ATTLIST operation

id      CDATA #REQUIRED

extends IDREF #REQUIRED

factory CDATA #REQUIRED>



SODIUS