2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind.lib
Back to master index

[public] Schema hivemind.lib.ChainContribution
Contribution used to set up a chain of commands for use with ChainFactory.
Element <command>
Attribute after Translator: id-list
List of command ids which should be processed before this command.
Attribute before Translator: id-list
List of command ids which should be processed after this command.
Attribute id (required) (unique) Translator: qualified-id
An id for the command, which is used when ordering the commands.
Attribute object (required) Translator: object
The object implementing the command interface.
Conversion Rules
<conversion class="chain.ChainContribution" >
  • <map attribute="object" property="command" />
</conversion>

Module hivemind.lib
Back to master index