Back to index
Back to module hivemind.lib

Schema hivemind.lib.Pipeline

Visibility Public
Element filter
Defines a filter in terms of an object.
Attribute after Optional
Translatorid-list
A list of ids of other contributed filters that should follow this filter in the pipeline.
Attribute before Optional
Translatorid-list
A list of ids of other contributed filters that should precede this filter in the pipeline.
Attribute name Required
Translatorqualified-id
A name for the filter that is used when setting the order of the filters.
Attribute object Required
Translatorobject
The object to act as a filter.

Conversion Rules

  • <conversion class="org.apache.hivemind.lib.pipeline.FilterContribution" >
    • <map attribute="object" property="filter" />
    </conversion>
Element terminator
An object, implementing the pipeline's service interface, that is invoked by the final filter in the pipeline.
Attribute object Required
Translatorobject

Conversion Rules

  • <conversion class="org.apache.hivemind.lib.pipeline.TerminatorContribution" >
    • <map attribute="object" property="terminator" />
    </conversion>

Back to index
Back to module hivemind.lib