public interface S2SFormGenerator
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentData> |
getAttachments()
This method returns all the attachments required for a form in a Map
|
List<org.kuali.rice.kns.util.AuditError> |
getAuditErrors() |
org.apache.xmlbeans.XmlObject |
getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates an XML document using the APIs generated using XMLBEans by compiling the form's schema and returns it
as XmlObject.
|
org.apache.xmlbeans.XmlObject getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument) throws S2SException
proposalDevelopmentDocument - S2SExceptionList<AttachmentData> getAttachments()
List<org.kuali.rice.kns.util.AuditError> getAuditErrors()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.