Verwendungen von Klasse
org.imixs.workflow.xml.XMLDataCollection
Packages, die XMLDataCollection verwenden
-
Verwendungen von XMLDataCollection in org.imixs.workflow.jaxrs
Methoden in org.imixs.workflow.jaxrs, die XMLDataCollection zurückgebenModifizierer und TypMethodeBeschreibungEventLogRestService.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.Methoden in org.imixs.workflow.jaxrs mit Parametern vom Typ XMLDataCollectionModifizierer und TypMethodeBeschreibunglongDocumentCollectionWriter.getSize(XMLDataCollection arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) jakarta.ws.rs.core.ResponseWorkflowRestService.postWorkitems(XMLDataCollection worklist) This method post a collection of ItemCollection objects to be processed by the WorkflowManager.jakarta.ws.rs.core.ResponseWorkflowRestService.putWorkitems(XMLDataCollection worklist) voidDocumentCollectionWriter.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) -
Verwendungen von XMLDataCollection in org.imixs.workflow.xml
Methoden in org.imixs.workflow.xml, die XMLDataCollection zurückgebenModifizierer und TypMethodeBeschreibungstatic XMLDataCollectionXMLDataCollectionAdapter.getDataCollection(Collection<ItemCollection> documents) This method transforms a Collectioninto a DocumentCollection static XMLDataCollectionXMLDataCollectionAdapter.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 XMLDataCollectionXMLDataCollectionAdapter.getDataCollection(ItemCollection document) This method transforms a single ItemCollection into a XMLDocumentCollectionstatic XMLDataCollectionXMLDataCollectionAdapter.getDataCollection(ItemCollection document, List<String> itemNames) This method transforms a single ItemCollection into a XMLDocumentCollectionMethoden in org.imixs.workflow.xml mit Parametern vom Typ XMLDataCollectionModifizierer und TypMethodeBeschreibungstatic List<ItemCollection> XMLDataCollectionAdapter.putDataCollection(XMLDataCollection xmlDocuments) This Method converts aorg.imixs.workflow.xml.DocumentCollectioninto a List oforg.imixs.workflow.ItemCollectionThe method returns an empty list if the collection is empty or null