Interface DocumentSerializerService

All Superinterfaces:
org.kuali.rice.krad.service.SerializerService

public interface DocumentSerializerService extends org.kuali.rice.krad.service.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