Verwendungen von Klasse
org.imixs.workflow.xml.XMLDocument
Packages, die XMLDocument verwenden
-
Verwendungen von XMLDocument in org.imixs.workflow.jaxrs
Methoden in org.imixs.workflow.jaxrs mit Parametern vom Typ XMLDocumentModifizierer und TypMethodeBeschreibungvoidEventLogRestService.createEventLogEntry(String topic, String refID, XMLDocument xmlworkitem) Creates/updates a new event log entry.longXMLItemCollectionWriter.getSize(XMLDocument arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) jakarta.ws.rs.core.ResponseDocumentRestService.postDocument(XMLDocument xmlworkitem, String items) The method saves a document provided in xml format.voidReportRestService.postReport(XMLDocument reportCol) jakarta.ws.rs.core.ResponseWorkflowRestService.postWorkitem(XMLDocument xmlworkitem, String items) This method post a ItemCollection object to be processed by the WorkflowManager.jakarta.ws.rs.core.ResponseWorkflowRestService.postWorkitemByUniqueID(String uniqueid, XMLDocument xmlworkitem, String items) static voidXMLItemCollectionWriter.printXMLItemCollectionHTML(BufferedWriter bw, XMLDocument xmlworkItem) This Method prints a single XMLItemCollection in html format.jakarta.ws.rs.core.ResponseDocumentRestService.putDocument(XMLDocument xmlworkitem, String items) Delegater putEntity @PUTjakarta.ws.rs.core.ResponseAdminPRestService.putJob(XMLDocument xmlworkitem) 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.voidReportRestService.putReport(XMLDocument reportCol) This method updates or creates a Report object provided in a XMLItemCollection objectjakarta.ws.rs.core.ResponseWorkflowRestService.putWorkitem(XMLDocument workitem, String items) Delegaterjakarta.ws.rs.core.ResponseWorkflowRestService.putWorkitemByUniqueID(String uniqueid, XMLDocument xmlworkitem, String items) Delegater for PUT postXMLWorkitemByUniqueIDjakarta.ws.rs.core.ResponseSchedulerRestService.updateSchedulerConfiguration(XMLDocument xmlworkitem) Update a scheduler configurationvoidXMLItemCollectionWriter.writeTo(XMLDocument xmlItemCollection, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) -
Verwendungen von XMLDocument in org.imixs.workflow.xml
Methoden in org.imixs.workflow.xml, die XMLDocument zurückgebenModifizierer und TypMethodeBeschreibungDocumentTable.getDocument()XMLDataCollection.getDocument()static XMLDocumentXMLDocumentAdapter.getDocument(ItemCollection document) This Method converts aorg.imixs.workflow.ItemCollectioninto aXMLDocumentstatic XMLDocumentXMLDocumentAdapter.getDocument(ItemCollection document, String... itemNames) This Method converts aorg.imixs.workflow.ItemCollectioninto aXMLDocumentstatic XMLDocumentXMLDocumentAdapter.getDocument(ItemCollection document, List<String> itemNames) This Method converts aorg.imixs.workflow.ItemCollectioninto aXMLDocumentstatic XMLDocumentXMLDocumentAdapter.readXMLDocument(byte[] byteInput) This method reads a XMLItemCollection from a byte array.static XMLDocumentXMLDocumentAdapter.sortItemsByName(XMLDocument xmlDocument) This method sorts all items of a XMLItemCollection by item name.Methoden in org.imixs.workflow.xml mit Parametern vom Typ XMLDocumentModifizierer und TypMethodeBeschreibungstatic ItemCollectionXMLDocumentAdapter.putDocument(XMLDocument xmlDocument) This Method converts aorg.imixs.workflow.xml.XMLItemCollectioninto aorg.imixs.workflow.ItemCollectionReturns null if entity == nullvoidDocumentTable.setDocument(XMLDocument[] document) voidXMLDataCollection.setDocument(XMLDocument[] entity) static XMLDocumentXMLDocumentAdapter.sortItemsByName(XMLDocument xmlDocument) This method sorts all items of a XMLItemCollection by item name.Konstruktoren in org.imixs.workflow.xml mit Parametern vom Typ XMLDocumentModifiziererKonstruktorBeschreibungDocumentTable(XMLDocument[] documents, List<String> items, List<String> labels, String encoding)