Class PrefixRemovalPostLoadProcessor

  • All Implemented Interfaces:
    IPostLoadProcessor

    public class PrefixRemovalPostLoadProcessor
    extends java.lang.Object
    implements IPostLoadProcessor
    Post load processor that removes the prefix from a principal shortId. In the source there must be a field channelId that references the channel whose prefix is to be removed. The parameter nameFieldId specifies the field that will be processed, removing the channel prefix from it.

    Example usage:

    <postLoadProcessor className="lumis.service.group.PrefixRemovalPostLoadProcessor"> <parameters> <parameter name="nameFieldId">alias</parameter> </parameters> </postLoadProcessor>
    Since:
    5.0.0
    Version:
    $Revision$ $Date$