public interface JcrPathBuilderManager
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
JcrPayloadPathBuilder
s 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.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath(WorkItem workItem)
Builds the path depending on
payload and workflow/item state |
java.lang.String getPath(WorkItem workItem)
payload
and workflow/item stateworkItem
- work itemnull
in case
the builder was not able or not responsible to build the path.Copyright © 2010 - 2020 Adobe. All Rights Reserved