- getActivityList(String, int, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getAllReports(int, int) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- 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.
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
- getHelpHTML() - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getModelOverview() - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getModelXML() - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getPdfReport(String, int, int, String, UriInfo) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
helper method for .pdf file extention
- getProcessEntity(String, int, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getProcessList(String, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
- getProcessListByGroup(String, String, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
Retuns a list of all Start Entities from each workflowgroup
- getReport(String) - Method in class org.imixs.workflow.jaxrs.ReportRestService
-
Returns a single report by name or by uniqueid
- getSize(EntityCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.EntityCollectionWriter
-
- getSize(EntityTable, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.EntityTableWriter
-
- getSize(XMLItemCollection, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.workflow.jaxrs.XMLItemCollectionWriter
-
- getStartProcessList(String, String) - Method in class org.imixs.workflow.jaxrs.ModelRestService
-
Retuns a list of all Start Entities from each workflowgroup
- 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.WorkflowRestService
-
Returns a file attachment located in the property $file of the specified
workitem
The file name will be encoded.
- getWorkItemJSON(String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkItemJSONPath(String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkItemXML(String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkItemXMLPath(String, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkList(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a collection of workitems representing the worklist by the
current user
- getWorkListByAuthor(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a collection of workitems representing the worklist by the
current user
- getWorkListByAuthorJSON(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByAuthorXML(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByCreator(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByCreatorJSON(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByCreatorXML(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByGroup(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByGroupJSON(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByGroupXML(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByOwner(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByOwnerJSON(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByOwnerXML(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByProcessID(int, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByProcessIDJSON(int, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByProcessIDXML(int, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByQuery(String, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns a result set by JPQL Query
- getWorkListByQueryJSON(String, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByQueryXML(String, int, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByRef(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByRefJSON(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByRefXML(String, int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByWriteAccess(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByWriteAccessJSON(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListByWriteAccessXML(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListCountByQuery(String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
Returns the size of a result set by JPQL Query
- getWorkListJSON(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-
- getWorkListXML(int, int, String, int, String) - Method in class org.imixs.workflow.jaxrs.WorkflowRestService
-