Interface DocumentSerializerService

All Superinterfaces:
SerializerService

public interface DocumentSerializerService extends SerializerService
Implementations of this interface are able to serialize documents into XML that's used by the workflow engine to perform routing, searches, etc.
  • Method Details

    • serializeDocumentToXmlForRouting

      String serializeDocumentToXmlForRouting(Document document)
      Serializes a document into XML for the workflow engine
      Parameters:
      document - the document
      Returns:
      a XML representation of the document