Back to index
Back to module hivemind.lib

Schema hivemind.lib.ChainContribution

Visibility Public
Element command
Attribute after Optional
Translatorid-list
List of command ids which should be processed before this command.
Attribute before Optional
Translatorid-list
List of command ids which should be processed after this command.
Attribute id Required (Unique)
Translatorqualified-id
An id for the command, which is used when ordering the commands.
Attribute object Required
Translatorobject
The object implementing the command interface.

Conversion Rules

  • <conversion class="org.apache.hivemind.lib.chain.ChainContribution" >
    • <map attribute="object" property="command" />
    </conversion>

Back to index
Back to module hivemind.lib