Package org.kuali.rice.krad.service
Interface DocumentSerializerService
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionserializeDocumentToXmlForRouting(Document document) Serializes a document into XML for the workflow engine
-
Method Details
-
serializeDocumentToXmlForRouting
Serializes a document into XML for the workflow engine- Parameters:
document- the document- Returns:
- a XML representation of the document
-