Handlers for C/M tasks (creating, navigation and etc)

Identifier:
com.ibm.xtools.comparemerge.ui.taskHandlers

Since:
[Enter the first release in which this extension point appears.]

Description:
Extension point on which plug-ins can contribute customized handlers for creating CM Tasks or navigatoin from compare/merge task view to other RSA views.

Configuration Markup:

<!ELEMENT extension (task-handler+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT task-handler (contentType+ , priority* , actionType)>

<!ATTLIST task-handler

class CDATA #REQUIRED>


<!ELEMENT contentType EMPTY>

<!ATTLIST contentType

name CDATA #REQUIRED>

The names of the merger type that this handler is declared in.



<!ELEMENT priority EMPTY>

<!ATTLIST priority

value CDATA #IMPLIED>

Priority of the handler



<!ELEMENT actionType EMPTY>

<!ATTLIST actionType

name CDATA #IMPLIED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]