org.kuali.rice.krad.service
Interface DocumentSerializerService
- All Superinterfaces: 
- SerializerService
- All Known Implementing Classes: 
- DocumentSerializerServiceImpl
- 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.
 
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
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.