|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Delegate for the UI to process documents with. Allows customers to substitute
site specific processing.
Supported API: true
Extendable: true
Method Summary | |
FormatContentHolder |
checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkout of the document and allows for any post checkout processing. |
FormatContentHolder |
createDocument(DocumentFormData form_data)
Create a document object and persist it. |
FormatContentHolder |
postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Update a document object and persist it. |
Method Detail |
public FormatContentHolder createDocument(DocumentFormData form_data) throws WTException
form_data
- Name value pairs from the UI.
WTException
public FormatContentHolder postCreateDocument(FormatContentHolder document, DocumentFormData form_data) throws WTException
document
- The document that will be processed.form_data
- Name value pairs from the UI.
WTException
public FormatContentHolder updateDocument(FormatContentHolder document, DocumentFormData form_data) throws WTException
document
- The document that will be processed.form_data
- Name value pairs from the UI.
WTException
public FormatContentHolder postUpdateDocument(FormatContentHolder document, DocumentFormData form_data) throws WTException
document
- The document that will be processed.form_data
- Name value pairs from the UI.
WTException
public FormatContentHolder checkinDocument(FormatContentHolder document, DocumentFormData form_data) throws WTException
document
- The document that will be processed.form_data
- Name value pairs from the UI.
WTException
public FormatContentHolder checkOutDocument(FormatContentHolder document, DocumentFormData form_data) throws WTException
document
- The document that will be processed.form_data
- Name value pairs from the UI.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |