- getAllJobs() - Method in class org.imixs.workflow.jaxrs.AdminPRestService
-
Returns all existing jobs
- getAllReports() - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- getAttributeList() - Method in class org.imixs.workflow.jaxrs.v3.EntityTable
-
- getConfiguration() - Method in class org.imixs.workflow.jaxrs.DocumentRestService
-
Returns the IndexFieldListNoAnalyse from the lucensUpdateService
- getDocument(String, String) - Method in class org.imixs.workflow.jaxrs.DocumentRestService
-
returns a single document defined by $uniqueid
- getEntitiesByQuery(String, int, int, String) - Method in class org.imixs.workflow.jaxrs.EntityRestService
-
Returns a result set by JPQL Query
- getEntity(String, String) - Method in class org.imixs.workflow.jaxrs.EntityRestService
-
returns a singel entity defined by $uniqueid
- getEntity() - Method in class org.imixs.workflow.jaxrs.v3.EntityCollection
-
- getEntity() - Method in class org.imixs.workflow.jaxrs.v3.EntityTable
-
- getEvents(String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
Returns a collection of events of a workitem, visible to the current user
- getEvents(String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a collection of events of a workitem, visible to the current user
- getExcecuteReport(String, int, int, String, UriInfo) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Executes a single report defined by name or uniqueid
The output depends on the requested media format
Since 2.1.2: the ReportService also supports FOP Transformation.
- getExcecuteReportHTML(String, int, int, String, String, UriInfo, HttpServletResponse) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Returns an HTML Stream with a HTML Datatable corresponding to the report
query.
- getExcecuteReportJSON(String, int, int, String, String, UriInfo, HttpServletResponse) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Returns a JSON stream from a report execution
If a attribute list is defined in the report only the corresponding
properties will be returend in the xml stream.
- getExcecuteReportXML(String, int, int, String, String, UriInfo, HttpServletResponse) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Returns a xml stream from a report execution
If a attribute list is defined in the report only the corresponding
properties will be returend in the xml stream.
- getGroups(String, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
Retuns a list of all Start Entities from each workflowgroup
- getGroups(String, String) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
Retuns a list of all Start Entities from each workflowgroup
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.AdminPRestService
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.DocumentRestService
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.EntityRestService
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.v3.EntityRestServiceV3
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getIndexList() - Method in class org.imixs.workflow.jaxrs.EntityRestService
-
Returns the entityService index list in XML or JSON format
- getItem() - Method in class org.imixs.workflow.jaxrs.v3.XMLItemCollection
-
- getItemCollection(XMLItemCollection) - Static method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionAdapter
-
This Method converts a
org.imixs.workflow.xml.XMLItemCollection into a
org.imixs.workflow.ItemCollection Returns null if entity ==
null
- getMap() - Method in class org.imixs.workflow.jaxrs.v3.XMLIndexList
-
- getModelFile(String, UriInfo) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getModelFile(String, UriInfo) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- getModelOverview() - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getModelOverview() - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- getModelXML() - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getModelXML() - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- getName() - Method in class org.imixs.workflow.jaxrs.v3.XMLItem
-
- getPdfReport(String, int, int, String, UriInfo) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
helper method for .pdf file extention
- getReport(String) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Returns a single report by name or by uniqueid
- getSize(DocumentCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.EntityCollectionWriter
-
- getSize(DocumentTable, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.EntityTableWriter
-
- getSize(EntityCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.v3.EntityCollectionWriter
-
- getSize(EntityTable, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.v3.EntityTableWriter
-
- getSize(XMLItemCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionWriter
-
- getSize(XMLItemCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.XMLItemCollectionWriter
-
- getTask(String, int, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getTask(String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- getTaskListByAuthor(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
Returns a collection of workitems representing the worklist by the
current user
- getTaskListByAuthor(String, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a collection of workitems representing the worklist by the
current user
- getTaskListByCreator(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getTaskListByCreator(String, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getTaskListByGroup(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getTaskListByGroup(String, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getTaskListByOwner(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getTaskListByOwner(String, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getTaskListByProcessID(int, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getTaskListByProcessID(int, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getTaskListByRef(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- getTaskListByRef(String, String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getValue() - Method in class org.imixs.workflow.jaxrs.v3.XMLItem
-
This method returns the value.
- getValue(boolean) - Method in class org.imixs.workflow.jaxrs.v3.XMLItem
-
This method returns the value.
- getWorkItem(String, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
returns a singel workitem defined by $uniqueid
- getWorkItem(String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
returns a singel workitem defined by $uniqueid
- getWorkItemFile(String, String, UriInfo) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
Returns a file attachment located in the property $file of the specified
workitem
The file name will be encoded.
- getWorkItemFile(String, String, UriInfo) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a file attachment located in the property $file of the specified
workitem
The file name will be encoded.
- getWorkList(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
Returns a collection of workitems representing the worklist by the
current user
- getWorkList(String, int, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a collection of workitems representing the worklist by the
current user
- parseWorkitem(InputStream) - Static method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
This method expects a form post.
- 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
-
- postBPMNModel(BPMNModel) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- postModel(DocumentCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- postModel(EntityCollection) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- postModelByVersion(String, DocumentCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- postModelByVersion(String, EntityCollection) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
- postReport(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- postWorkitem(InputStream) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
This method expects a form post.
- postWorkitem(InputStream) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
This method expects a form post.
- postWorkitemByUniqueIDJSON(String, InputStream, String, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- postWorkitemByUniqueIDJSON(String, InputStream, String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- postWorkitemByUniqueIDXML(String, XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
- postWorkitemByUniqueIDXML(String, XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- postWorkitemJSON(InputStream, String, String) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
This method expects a form post and processes the WorkItem by the
WorkflowService EJB.
- 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.v3.WorkflowRestServiceV3
-
- postWorkitemsXML(DocumentCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- postWorkitemXML(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.v3.WorkflowRestServiceV3
-
This method post a ItemCollection object to be processed by the
WorkflowManager.
- 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.v3.XMLItemCollectionWriter
-
prints the generic HTML Head for HTML output.
- 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.v3.XMLItemCollectionWriter
-
This Method prints a single XMLItemCollection in html format.
- 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.
- putBPMNModel(BPMNModel) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
This method consumes a Imixs BPMN model file and updates the
corresponding model information.
- putCollection(Collection<ItemCollection>) - Static method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionAdapter
-
This method transforms a Collection into a
EntityCollection
- putCollection(Collection<ItemCollection>, List<String>) - Static method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionAdapter
-
This method transforms a Collection into a
EntityCollection
If the attribute List is provided only the corresponding properties will
be returned.
- putEntity(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.DocumentRestService
-
The method saves a document provided in xml format.
- 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.
- putEntity(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.v3.EntityRestServiceV3
-
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.
- putItemCollection(ItemCollection, List<String>) - Static method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionAdapter
-
This Method converts a org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types.
- putItemCollection(ItemCollection) - Static method in class org.imixs.workflow.jaxrs.v3.XMLItemCollectionAdapter
-
This Method converts a org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types.
- putJob(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.AdminPRestService
-
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(DocumentCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
This method updates a Model provided in a EntityCollection object.
- putModel(EntityCollection) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
This method updates a Model provided in a EntityCollection object.
- putModelByVersion(String, DocumentCollection) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
This method updates a Model provided in a EntityCollection object for a
provided model version.
- putModelByVersion(String, EntityCollection) - Method in class org.imixs.workflow.jaxrs.v3.ModelRestServiceV3
-
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.v3.WorkflowRestServiceV3
-
This method expects a form post and processes the WorkItem by the
WorkflowService EJB.
- 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.v3.WorkflowRestServiceV3
-
This method post a collection of ItemCollection objects to be processed
by the WorkflowManager.
- putWorkitemsXML(DocumentCollection) - 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.v3.WorkflowRestServiceV3
-
- putWorkitemXML(XMLItemCollection) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-