Interface ChangesetPreProcessor

All Superinterfaces:
PreProcessor<Changeset>

@ExtensionPoint public interface ChangesetPreProcessor extends PreProcessor<Changeset>
A pre processor for Changeset objects. A pre processor is able to modify the object before it is delivered to the user interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Changeset changeset)
    Process the given changeset.