Interface JcrPathBuilderManager


public interface JcrPathBuilderManager
The JcrPathBuilderManager does "provide" different jcr path builders that build the payload path depending on the payload and its workflow state. You can control the lookup sequence of the JcrPayloadPathBuilders by specifying the service.ranking of each JcrPayloadPathBuilder. The builder with the lowest ranking is called first. if no ranking is defined the ranking is considered as 0.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPath(WorkItem workItem)
    Builds the path depending on payload and workflow/item state
  • Method Details

    • getPath

      String getPath(WorkItem workItem)
      Builds the path depending on payload and workflow/item state
      Parameters:
      workItem - work item
      Returns:
      a string containing the built path or null in case the builder was not able or not responsible to build the path.