public byte[] getWorkflow(\r
@Context UriInfo uriInfo,\r
@PathParam("csid") String csid) {\r
- return getWorkflow(uriInfo, csid, null);\r
- \r
- }\r
- \r
- // Added to expose this functionality to batch jobs via the ResourceMap\r
- // of ResourceBase classes.\r
- //\r
- // Argument 'params' is unused, and exists only to avoid duplicating method signatures.\r
- public byte[] getWorkflow(UriInfo uriInfo, String csid, String params) {\r
PoxPayloadOut result = null;\r
\r
try {\r