Uses of Class
org.imixs.workflow.xml.XMLDataCollection
-
Uses of XMLDataCollection in org.imixs.workflow.jaxrs
Modifier and TypeMethodDescriptionEventLogRestService.getAllEventLogEntries
(int pageSize, int pageIndex) Returns all eventLog entries.AdminPRestService.getAllJobs()
Returns all existing jobsEventLogRestService.getEventLogEntriesByTopic
(String topic, int maxCount) Returns a set of eventLog entries for a given topic.ReportRestService.getJSONResult
(String name, int pageSize, int pageIndex, String sortBy, boolean sortReverse, String encoding, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.servlet.http.HttpServletResponse servlerResponse) Returns a JSON stream from a report If a attribute list is defined in the report only the corresponding properties will be returend in the xml stream.ReportRestService.getReportDefinition
(String name) Returns a single report by name or by uniqueidReportRestService.getReportsDefinitions()
ReportRestService.getXMLResult
(String reportName, int pageSize, int pageIndex, String sortBy, boolean sortReverse, String encoding, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.servlet.http.HttpServletResponse servlerResponse) Returns a xml stream from a report If a attribute list is defined in the report only the corresponding properties will be returend in the xml stream.Modifier and TypeMethodDescriptionlong
DocumentCollectionWriter.getSize
(XMLDataCollection arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) void
ModelRestService.postModel
(XMLDataCollection ecol) void
ModelRestService.postModelByVersion
(String sModelVersion, XMLDataCollection ecol) jakarta.ws.rs.core.Response
WorkflowRestService.postWorkitems
(XMLDataCollection worklist) This method post a collection of ItemCollection objects to be processed by the WorkflowManager.void
ModelRestService.putModel
(XMLDataCollection ecol) This method updates a Model provided in a EntityCollection object.void
ModelRestService.putModelByVersion
(String _modelVersion, XMLDataCollection ecol) This method updates a Model provided in a EntityCollection object for a provided model version.jakarta.ws.rs.core.Response
WorkflowRestService.putWorkitems
(XMLDataCollection worklist) void
DocumentCollectionWriter.writeTo
(XMLDataCollection entityCollection, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) -
Uses of XMLDataCollection in org.imixs.workflow.xml
Modifier and TypeMethodDescriptionstatic XMLDataCollection
XMLDataCollectionAdapter.getDataCollection
(Collection<ItemCollection> documents) This method transforms a Collectioninto a DocumentCollection static XMLDataCollection
XMLDataCollectionAdapter.getDataCollection
(Collection<ItemCollection> documents, List<String> itemNames) This method transforms a Collectioninto a XMLDocumentCollection If the attribute List is provided only the corresponding properties will be returned. static XMLDataCollection
XMLDataCollectionAdapter.getDataCollection
(ItemCollection document) This method transforms a single ItemCollection into a XMLDocumentCollectionstatic XMLDataCollection
XMLDataCollectionAdapter.getDataCollection
(ItemCollection document, List<String> itemNames) This method transforms a single ItemCollection into a XMLDocumentCollectionModifier and TypeMethodDescriptionstatic List<ItemCollection>
XMLDataCollectionAdapter.putDataCollection
(XMLDataCollection xmlDocuments) This Method converts aorg.imixs.workflow.xml.DocumentCollection
into a List oforg.imixs.workflow.ItemCollection
The method returns an empty list if the collection is empty or null