Package com.day.cq.workflow.ui
Interface JcrPathBuilderManager
-
public interface JcrPathBuilderManagerTheJcrPathBuilderManagerdoes "provide" different jcr path builders that build thepayload pathdepending on the payload and its workflow state. You can control the lookup sequence of theJcrPayloadPathBuilders by specifying theservice.rankingof eachJcrPayloadPathBuilder. The builder with the lowest ranking is called first. if no ranking is defined the ranking is considered as 0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath(WorkItem workItem)Builds the path depending onpayloadand workflow/item state
-
-
-
Method Detail
-
getPath
java.lang.String getPath(WorkItem workItem)
Builds the path depending onpayloadand workflow/item state- Parameters:
workItem- work item- Returns:
- a string containing the built path or
nullin case the builder was not able or not responsible to build the path.
-
-