- parseWorkitem(InputStream) - Static method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post.
- postBPMNModel(BPMNModel) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- 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) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post.
- postWorkitemJSON(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.
- postWorkitemsXML(EntityCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- postWorkitemXML(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method post a ItemCollection object to be processed by the
WorkflowManager.
- 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
- putBPMNModel(BPMNModel) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
This method consumes a Imixs BPMN model file and updates the
corresponding model information.
- putEntity(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.EntityRestService
-
This method saves a entity provided in xml format
Note: the method merges the content of the given entity into an existing
one because the EntityService method save() did not merge an entity.
- 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) - 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) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-