Class GenericURIMapper
- java.lang.Object
-
- org.jbpm.process.workitem.camel.uri.URIMapper
-
- org.jbpm.process.workitem.camel.uri.GenericURIMapper
-
public class GenericURIMapper extends URIMapper
-
-
Constructor Summary
Constructors Constructor Description GenericURIMapper(String schema)GenericURIMapper(String schema, String pathLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URItoURI(Map<String,Object> options)-
Methods inherited from class org.jbpm.process.workitem.camel.uri.URIMapper
prepareCamelUri, prepareCamelUri
-
-
-
-
Method Detail
-
toURI
public URI toURI(Map<String,Object> options) throws URISyntaxException
- Specified by:
toURIin classURIMapper- Throws:
URISyntaxException
-
-