Uses of Class
org.imixs.workflow.xml.XMLDataCollection
Packages that use XMLDataCollection
-
Uses of XMLDataCollection in org.imixs.workflow.jaxrs
Methods in org.imixs.workflow.jaxrs that return XMLDataCollectionModifier 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.Methods in org.imixs.workflow.jaxrs with parameters of type XMLDataCollectionModifier and TypeMethodDescriptionlong
DocumentCollectionWriter.getSize
(XMLDataCollection arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) jakarta.ws.rs.core.Response
WorkflowRestService.postWorkitems
(XMLDataCollection worklist) This method post a collection of ItemCollection objects to be processed by the WorkflowManager.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
Methods in org.imixs.workflow.xml that return XMLDataCollectionModifier 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 XMLDocumentCollectionMethods in org.imixs.workflow.xml with parameters of type XMLDataCollectionModifier 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