Uses of Class
org.imixs.workflow.xml.XMLDocument
-
Uses of XMLDocument in org.imixs.workflow.jaxrs
Modifier and TypeMethodDescriptionvoid
EventLogRestService.createEventLogEntry
(String topic, String refID, XMLDocument xmlworkitem) Creates/updates a new event log entry.long
XMLItemCollectionWriter.getSize
(XMLDocument arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) jakarta.ws.rs.core.Response
DocumentRestService.postDocument
(XMLDocument xmlworkitem, String items) The method saves a document provided in xml format.void
ReportRestService.postReport
(XMLDocument reportCol) jakarta.ws.rs.core.Response
WorkflowRestService.postWorkitem
(XMLDocument xmlworkitem, String items) This method post a ItemCollection object to be processed by the WorkflowManager.jakarta.ws.rs.core.Response
WorkflowRestService.postWorkitemByUniqueID
(String uniqueid, XMLDocument xmlworkitem, String items) static void
XMLItemCollectionWriter.printXMLItemCollectionHTML
(BufferedWriter bw, XMLDocument xmlworkItem) This Method prints a single XMLItemCollection in html format.jakarta.ws.rs.core.Response
DocumentRestService.putDocument
(XMLDocument xmlworkitem, String items) Delegater putEntity @PUTjakarta.ws.rs.core.Response
AdminPRestService.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.void
ReportRestService.putReport
(XMLDocument reportCol) This method updates or creates a Report object provided in a XMLItemCollection objectjakarta.ws.rs.core.Response
WorkflowRestService.putWorkitem
(XMLDocument workitem, String items) Delegaterjakarta.ws.rs.core.Response
WorkflowRestService.putWorkitemByUniqueID
(String uniqueid, XMLDocument xmlworkitem, String items) Delegater for PUT postXMLWorkitemByUniqueIDvoid
XMLItemCollectionWriter.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) -
Uses of XMLDocument in org.imixs.workflow.xml
Modifier and TypeMethodDescriptionDocumentTable.getDocument()
XMLDataCollection.getDocument()
static XMLDocument
XMLDocumentAdapter.getDocument
(ItemCollection document) This Method converts aorg.imixs.workflow.ItemCollection
into aXMLDocument
static XMLDocument
XMLDocumentAdapter.getDocument
(ItemCollection document, String... itemNames) This Method converts aorg.imixs.workflow.ItemCollection
into aXMLDocument
static XMLDocument
XMLDocumentAdapter.getDocument
(ItemCollection document, List<String> itemNames) This Method converts aorg.imixs.workflow.ItemCollection
into aXMLDocument
static XMLDocument
XMLDocumentAdapter.readXMLDocument
(byte[] byteInput) This method reads a XMLItemCollection from a byte array.static XMLDocument
XMLDocumentAdapter.sortItemsByName
(XMLDocument xmlDocument) This method sorts all items of a XMLItemCollection by item name.Modifier and TypeMethodDescriptionstatic ItemCollection
XMLDocumentAdapter.putDocument
(XMLDocument xmlDocument) This Method converts aorg.imixs.workflow.xml.XMLItemCollection
into aorg.imixs.workflow.ItemCollection
Returns null if entity == nullvoid
DocumentTable.setDocument
(XMLDocument[] document) void
XMLDataCollection.setDocument
(XMLDocument[] entity) static XMLDocument
XMLDocumentAdapter.sortItemsByName
(XMLDocument xmlDocument) This method sorts all items of a XMLItemCollection by item name.ModifierConstructorDescriptionDocumentTable
(XMLDocument[] documents, List<String> items, List<String> labels, String encoding)