- parseWorkitem(InputStream) - Static method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post.
- postModel(EntityCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- postModelByVersion(String, EntityCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- postReport(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- postWorkitem(InputStream, String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post.
- postWorkitemJSON(XMLItemCollection, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
NOTE!
- postWorkitemJSON(InputStream, String, String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post and processes the WorkItem by the
WorkflowService EJB.
- postWorkitemsXML(EntityCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- postWorkitemXML(XMLItemCollection, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- printHead(BufferedWriter) - Static method in class org.imixs.workflow.jaxrs.XMLItemCollectionWriter
-
prints the generic HTML Head for HTML output.
- printXMLItemCollectionHTML(BufferedWriter, XMLItemCollection) - Static method in class org.imixs.workflow.jaxrs.XMLItemCollectionWriter
-
This Method prints a single XMLItemCollection in html format
- putModel(EntityCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
This method updates a Model provided in a EntityCollection object.
- putModelByVersion(String, EntityCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
This method updates a Model provided in a EntityCollection object for a
provided model version.
- putReport(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
This method updates or creates a Report object provided in a
XMLItemCollection object
- putWorkitem(InputStream, String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post and processes the WorkItem by the
WorkflowService EJB.
- putWorkitemsXML(EntityCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method post a collection of ItemCollection objects to be processed
by the WorkflowManager.
- putWorkitemXML(XMLItemCollection, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method post a ItemCollection object to be processed by the
WorkflowManager.