Class RnCJcrPathBuilder

  • All Implemented Interfaces:
    JcrPayloadPathBuilder

    @Service
    @Properties(@Property(name="service.ranking",intValue=-5))
    public class RnCJcrPathBuilder
    extends java.lang.Object
    implements JcrPayloadPathBuilder
    The RnCJcrPathBuilder return the "wrapped" payload path for Forms and Documents console.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE_JCR_PATH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buildPath​(WorkItem item)
      The built path is returnedin case the builder is responsible to build otherwise null is returned.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RnCJcrPathBuilder

        public RnCJcrPathBuilder()
    • Method Detail

      • buildPath

        public java.lang.String buildPath​(WorkItem item)
        Description copied from interface: JcrPayloadPathBuilder
        The built path is returnedin case the builder is responsible to build otherwise null is returned.
        Specified by:
        buildPath in interface JcrPayloadPathBuilder
        Parameters:
        item - WorkItem
        Returns:
        built path or null