|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFormData | |
wt.clients.doc | |
wt.clients.util.http | |
wt.doc | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
Uses of DocumentFormData in wt.clients.doc |
Methods in wt.clients.doc with parameters of type DocumentFormData | |
private FormatContentHolder |
WTDocumentAppletWithProgress.updateDocument(String doc_oid,
DocumentFormData form_data)
Deprecated. |
static FormatContentHolder |
WTDocumentAppletWithProgress.Server.updateDocument(String doc_oid,
DocumentFormData form_data)
|
private FormatContentHolder |
WTDocumentApplet.updateDocument(String doc_oid,
DocumentFormData form_data)
Deprecated. |
static FormatContentHolder |
WTDocumentApplet.Server.updateDocument(String doc_oid,
DocumentFormData form_data)
|
Uses of DocumentFormData in wt.clients.util.http |
Fields in wt.clients.util.http declared as DocumentFormData | |
(package private) DocumentFormData |
HTTPUploadDownloadTask.DownloadContentThread.formData
|
Methods in wt.clients.util.http with parameters of type DocumentFormData | |
void |
HTTPUploadDownloadTask.downloadFiles(boolean remember,
DocumentFormData form_data)
Performs the actual download. |
private void |
HTTPUploadDownloadTask.downloadDocumentFile(boolean remember,
DocumentFormData form_data)
Download the contents in the ContentHolder being checked out by this task. |
Constructors in wt.clients.util.http with parameters of type DocumentFormData | |
HTTPUploadDownloadTask.DownloadContentThread(ThreadGroup thread_group,
boolean remember,
DocumentFormData form_data)
|
Uses of DocumentFormData in wt.doc |
Methods in wt.doc that return DocumentFormData | |
protected DocumentFormData |
WTDocumentDelegate.processURLAttachments(FormatContentHolder document,
DocumentFormData form_data)
|
Methods in wt.doc with parameters of type DocumentFormData | |
FormatContentHolder |
WTDocumentServiceFwd.createDocument(String doc_type,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to create a document object and persist it. |
FormatContentHolder |
WTDocumentServiceFwd.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentServiceFwd.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to update a document object and persist it. |
FormatContentHolder |
WTDocumentServiceFwd.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentServiceFwd.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
WTDocumentServiceFwd.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkout of the document and allows for any post checkout processing. |
FormatContentHolder |
WTDocumentService.createDocument(String doc_type,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to create a document object and persist it. |
FormatContentHolder |
WTDocumentService.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentService.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to update a document object and persist it. |
FormatContentHolder |
WTDocumentService.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentService.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
WTDocumentService.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkout of the document and allows for any post checkout processing. |
FormatContentHolder |
WTDocumentDelegate.createDocument(DocumentFormData form_data)
Create a document object and persist it. |
FormatContentHolder |
WTDocumentDelegate.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentDelegate.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Update a document object and persist it. |
FormatContentHolder |
WTDocumentDelegate.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
WTDocumentDelegate.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
WTDocumentDelegate.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkout of the document and allows for any post checkout processing. |
protected WTDocument |
WTDocumentDelegate.createDependencyLinks(WTDocument document,
DocumentFormData form_data)
|
protected void |
WTDocumentDelegate.updateDependencyLinks(WTDocument document,
DocumentFormData form_data)
|
protected void |
WTDocumentDelegate.removeDependencyLinks(DocumentFormData form_data)
|
protected WTDocument |
WTDocumentDelegate.createStructureLinks(WTDocument document,
DocumentFormData form_data)
|
protected void |
WTDocumentDelegate.removeStructureLinks(WTDocument document,
DocumentFormData form_data)
|
protected DocumentFormData |
WTDocumentDelegate.processURLAttachments(FormatContentHolder document,
DocumentFormData form_data)
|
FormatContentHolder |
StandardWTDocumentService.createDocument(String doc_type,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to create a document object and persist it. |
FormatContentHolder |
StandardWTDocumentService.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
StandardWTDocumentService.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to update a document object and persist it. |
FormatContentHolder |
StandardWTDocumentService.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
StandardWTDocumentService.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
StandardWTDocumentService.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Uses the DocumentFactory to get the delegate to do the checkout of the document and allows for any post checkout processing. |
static FormatContentHolder |
DocumentFactory.createDocument(String doc_type,
DocumentFormData form_data)
Create a document object and persist it. |
static FormatContentHolder |
DocumentFactory.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
static FormatContentHolder |
DocumentFactory.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Update a document object and persist it. |
static FormatContentHolder |
DocumentFactory.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
static FormatContentHolder |
DocumentFactory.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkin of the document and allows for any post checkin processing. |
static FormatContentHolder |
DocumentFactory.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkout of the document and allows for any post checkout processing. |
FormatContentHolder |
DocumentDelegate.createDocument(DocumentFormData form_data)
Create a document object and persist it. |
FormatContentHolder |
DocumentDelegate.postCreateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
DocumentDelegate.updateDocument(FormatContentHolder document,
DocumentFormData form_data)
Update a document object and persist it. |
FormatContentHolder |
DocumentDelegate.postUpdateDocument(FormatContentHolder document,
DocumentFormData form_data)
Allow for extra post processing of the document after it has been persisted. |
FormatContentHolder |
DocumentDelegate.checkinDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkin of the document and allows for any post checkin processing. |
FormatContentHolder |
DocumentDelegate.checkOutDocument(FormatContentHolder document,
DocumentFormData form_data)
Does the checkout of the document and allows for any post checkout processing. |
static String |
DocumentContentProcessing.postCreate(DocumentFormData form_data,
ReferenceHolder doc_handle)
Method that is called after the create of the document and any links are created to allow customizers to do any local file handling on other documents in the structure. |
static String |
DocumentContentProcessing.postUpdate(DocumentFormData form_data,
ReferenceHolder doc_handle)
Method that is called after the update of the document and any links are updated to allow customizers to do any local file handling on other documents in the structure. |
static String |
DocumentContentProcessing.preCheckin(DocumentFormData form_data,
ReferenceHolder doc_handle)
Method that is called before the checkin to allow for customizers to do any local file handling on other documents in the structure. |
static String |
DocumentContentProcessing.getContent(DocumentFormData form_data,
FormatContentHolder doc)
Method that is called after the Check Out and Get Content to allow for customizers to do any local file handling on other documents in the structure. |
static String |
DocumentContentProcessing.runContentProcess(String method_name,
DocumentFormData form_data,
ReferenceHolder doc_handle)
This method is used to call the other methods in this class through the document UI. |
static String |
DocumentContentProcessing.runContentProcess(String method_name,
DocumentFormData form_data,
FormatContentHolder doc)
This method is used to call the other methods in this class through the document UI. |
Uses of DocumentFormData in wt.enterprise |
Methods in wt.enterprise that return DocumentFormData | |
private DocumentFormData |
CheckOutLFHDelegate.getFormData(Properties props)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |