wt.clients.doc
Class WTDocumentApplet

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.awt.Panel
              extended byjava.applet.Applet
                  extended bywt.clients.doc.WTDocumentApplet
All Implemented Interfaces:
Accessible, ImageObserver, MenuContainer, Serializable

Deprecated. Applet for uploading and downloading files via HTTP. This applet accepts several initialization parameters. All params are optional.

 <param	name="hosturl"         value="http://www.somewhere.com/somedir/index.html">
<param name="type" value="FILE" or "URL">
<param name="target" value="e:\abcd\efgh\file.txt" or "www.url.com">
<param name="mode" value="UPLOAD" or "DOWNLOAD"> default is "UPLOAD"
<param name="defaultfile" value="*.*">
<param name="debug" value="TRUE" or "FALSE"> default is "FALSE"
<param name="bgcolor" value="########"> decimal integer value of the desired background color, default is 14934992
This is a decimal integer giving the red, green, and blue components
where the red component is in bits 16-23 of the argument,
the green component is in bits 8-15 of the argument,
and the blue component is in bits 0-7.
The value zero indicates no contribution from the primary color component.
Example: for the hex RGB color #E3E3CF, the bgcolor value would be "14934992". For #0000FF, bgcolor="255".
<param name="wt.context.locale" value="XX"> locale tag for current browser language
<param name="docClass" value="xxxDocument"> context class used for generating response URLs
<param name="workspacePath" value="drive\directory\filename"> user preference workspacePath value, if set
<param name="continueIfFileNotFound" value="true" or "false"> user preference - whether to automatically continue the operation if filepath is invalid
<param name="continueIfFileUnchanged" value="true" or "false"> user preference - whether to automatically continue the operation if local file is identical to Windchill file
<param name="uploadIfFileChanged" value="true" or "false"> user preference - whether to automatically upload if the local file is different than the Windchill file

public class WTDocumentApplet
extends Applet

Deprecation Notice: This class will be removed in the future. Functionality previously handled by this applet has been redistributed for improved performance, maintainability and customizability. As of Windchill 7.0, business object operations such as create, update, checkin, references/structure links and metadata persistence should be handled by server-side code such as servlets, JSPs, form task delegates, or command tasks. Applet-based content upload should now be handled by the business-object-neutral wt.clients.util.http.UploadApplet

Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
(package private)  class WTDocumentApplet.DocumentHandle
          Deprecated.  
static class WTDocumentApplet.Server
          Deprecated.  
 
Nested classes inherited from class java.applet.Applet
Applet.AccessibleApplet
 
Nested classes inherited from class java.awt.Panel
Panel.AccessibleAWTPanel
 
Nested classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
protected static int CANCEL
          Deprecated.  
private  String CENTER_OFF
          Deprecated.  
private  String CENTER_ON
          Deprecated.  
protected static String CHECKIN
          Deprecated.  
private static String CONTENT_RESOURCES
          Deprecated.  
(package private)  ResourceBundle contentResource
          Deprecated.  
private  ThreadGroup contextGroup
          Deprecated.  
protected static String CONTINUE_IF_FILE_NOT_FOUND
          Deprecated.  
protected static String CONTINUE_IF_FILE_UNCHANGED
          Deprecated.  
protected  boolean continueIfFileNotFound
          Deprecated.  
protected  boolean continueIfFileUnchanged
          Deprecated.  
protected static String CREATE
          Deprecated.  
private  String DEBUG
          Deprecated.  
protected static String DELIM
          Deprecated.  
protected  String delimiter
          Deprecated.  
protected static int DO_UPLOAD
          Deprecated.  
private  Hashtable docAttributes
          Deprecated. Hashtable used to hold the values passed in by the HTML form, so that the createDocument() method doesn't have to take an increasing number of hard-coded, specifically-ordered parameters but can pull the values out of docAttributes as needed.
private  String docClass
          Deprecated.  
private  String docOperation
          Deprecated.  
private  WTDocumentApplet.DocumentHandle documentHandle
          Deprecated. DocumentHandle used to reference the document being created.
private static String DOCUMENTOID
          Deprecated.  
static int DOWNLOAD
          Deprecated. Download mode indicator.
private  boolean errorBeforeCheckedIn
          Deprecated.  
private static String HTTP_RESOURCES
          Deprecated.  
(package private)  HTTPUploadDownloadPanel hTTPUploadDownloadPanel1
          Deprecated.  
private static Object initSync
          Deprecated.  
private  netscape.javascript.JSObject jsWin
          Deprecated.  
private  String LINE_BREAK
          Deprecated.  
protected static int NO_UPLOAD
          Deprecated.  
protected  String persistedFilename
          Deprecated.  
private static String RESOURCES
          Deprecated. Defined constant which specifies a String representation of the fully-qualified class name of the ResourceBundle containing localized text for the fields, labels and error-messages of this frame.
private  boolean skipUpload
          Deprecated.  
static int TARGET_TYPE_FILE
          Deprecated. Target type indicator for files.
static int TARGET_TYPE_URL
          Deprecated. Target type indicator for urls.
protected static int UNKNOWN
          Deprecated.  
protected static String UPDATE
          Deprecated.  
static int UPLOAD
          Deprecated. Upload mode indicator
protected static String UPLOAD_IF_FILE_CHANGED
          Deprecated.  
protected  boolean uploadIfFileChanged
          Deprecated.  
protected  int uploadStatus
          Deprecated.  
private  URLFactory url_factory
          Deprecated.  
protected static String WORKSPACE_PATH
          Deprecated.  
protected  String workspacePath
          Deprecated.  
 
Fields inherited from class java.applet.Applet
 
Fields inherited from class java.awt.Panel
 
Fields inherited from class java.awt.Container
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
WTDocumentApplet()
          Deprecated.  
 
Method Summary
 void addHTTPUploadDownloadListener(HTTPUploadDownloadListener l)
          Deprecated. Add listeners to upload and download events.
 String checkinDocument()
          Deprecated.  
 boolean checksumsMatch()
          Deprecated.  
 void clear()
          Deprecated.  
private  boolean confirm(String displayMessage)
          Deprecated.  
 String createDocument()
          Deprecated.  
 void destroy()
          Deprecated.  
private  WTContext getContext()
          Deprecated.  
 String getDefaultFilename()
          Deprecated. Return the default file name.
 String getDocAttribute(String key)
          Deprecated.  
 String getDocAttributes()
          Deprecated.  
 WTDocument getDocument()
          Deprecated. Returns the WTDocument created by this applet.
private  String getDocumentIdentity(FormatContentHolder document, Locale locale)
          Deprecated.  
private  FormatContentHolder getFormatContentHolder(String doc_oid)
          Deprecated.  
 boolean getGlobalOverwriteWarning()
          Deprecated.  
 String getHostURL()
          Deprecated. Return the host url.
 int getHTTPResponseCode()
          Deprecated.  
 String getMessageURL(String returnToAction, String resourceBundle, String textToken)
          Deprecated. This method is for calling getMessageURL when there isn't an oid yet (i.e.
 String getMessageURL(String nextAction, String resourceBundle, String textToken, String oid)
          Deprecated. This method returns a URL that puts a message into the response header of the designated page, via the WTDocumentRedirectTaskDelegate.
 int getMode()
          Deprecated. Return the file upload download model.
 int getOperationFailureCode()
          Deprecated.  
 int getOperationStatus()
          Deprecated. Return the most recent status.
 String getOperationStatusMessage()
          Deprecated. Return a user readable status message.
private  String getParameter(String paramName, String defaultParamValue)
          Deprecated.  
 Applet getParentApplet()
          Deprecated.  
 Frame getParentFrame()
          Deprecated.  
 boolean getSkipUpload()
          Deprecated.  
 String getTarget()
          Deprecated. Return the target path or url.
 int getTargetType()
          Deprecated. Return the target type to file or url.
 void init()
          Deprecated.  
 boolean isEmbeddedApplet()
          Deprecated.  
 boolean isRemovable()
          Deprecated. Return whether the primary content removal is permitted
 boolean isValidTarget()
          Deprecated.  
 boolean isValidTarget(String target)
          Deprecated.  
 void loadFormData()
          Deprecated.  
private  WTDocument newWTDocument()
          Deprecated.  
 void performOperation()
          Deprecated. Perform the upload or download operation indicated by the mode property.
 void removeHTTPUploadDownloadListener(HTTPUploadDownloadListener l)
          Deprecated. Remove upload/download listener.
protected  String saveContents()
          Deprecated.  
 void setChooseFileOrURLVisible(boolean visible)
          Deprecated.  
 void setDefaultFilename(String defaultName)
          Deprecated. Set the default file name.
 void setDocAttribute(String key, String value)
          Deprecated.  
 void setDocument(WTDocument newDocument)
          Deprecated. Sets the WTDocument which is being handled by this applet.
 void setEmbeddedApplet(boolean newValue)
          Deprecated.  
 void setGetButtonVisible(boolean visible)
          Deprecated.  
 void setGlobalOverwriteWarning(boolean newValue)
          Deprecated.  
 boolean setHostURL(String urlString)
          Deprecated. Set the host url.
 void setMode(int mode)
          Deprecated. Set the file upload or download mode.
 void setRemovable(boolean removable)
          Deprecated. Set whether primary content removal is permitted (whether remove button or checkbox is visible)
 void setSkipUpload(boolean newValue)
          Deprecated.  
 void setSkipUpload(String newValue)
          Deprecated.  
 void setTarget(String target)
          Deprecated. Set the target path or url.
 void setTargetType(int targetType)
          Deprecated. Set the target path or url.
protected  void setTargetType(String targetType)
          Deprecated. Set the target path or url with a string argument.
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 String stripBoundaryDelim(String s, String delim)
          Deprecated.  
 String updateDocument()
          Deprecated.  
private  FormatContentHolder updateDocument(String doc_oid, DocumentFormData form_data)
          Deprecated.  
protected  String validateFormData()
          Deprecated.  
private  String validateTarget()
          Deprecated.  
 
Methods inherited from class java.applet.Applet
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus
 
Methods inherited from class java.awt.Panel
addNotify
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

initSync

private static Object initSync
Deprecated. 

contextGroup

private ThreadGroup contextGroup
Deprecated. 

DOCUMENTOID

private static final String DOCUMENTOID
Deprecated. 
See Also:
Constant Field Values

DEBUG

private String DEBUG
Deprecated. 

jsWin

private netscape.javascript.JSObject jsWin
Deprecated. 

url_factory

private URLFactory url_factory
Deprecated. 

errorBeforeCheckedIn

private boolean errorBeforeCheckedIn
Deprecated. 

UPLOAD

public static final int UPLOAD
Deprecated. 
Upload mode indicator

See Also:
Constant Field Values

DOWNLOAD

public static final int DOWNLOAD
Deprecated. 
Download mode indicator.

See Also:
Constant Field Values

TARGET_TYPE_FILE

public static final int TARGET_TYPE_FILE
Deprecated. 
Target type indicator for files.

See Also:
Constant Field Values

TARGET_TYPE_URL

public static final int TARGET_TYPE_URL
Deprecated. 
Target type indicator for urls.

See Also:
Constant Field Values

RESOURCES

private static String RESOURCES
Deprecated. 
Defined constant which specifies a String representation of the fully-qualified class name of the ResourceBundle containing localized text for the fields, labels and error-messages of this frame.


CONTENT_RESOURCES

private static String CONTENT_RESOURCES
Deprecated. 

HTTP_RESOURCES

private static String HTTP_RESOURCES
Deprecated. 

contentResource

ResourceBundle contentResource
Deprecated. 

CREATE

protected static String CREATE
Deprecated. 

UPDATE

protected static String UPDATE
Deprecated. 

CHECKIN

protected static String CHECKIN
Deprecated. 

CONTINUE_IF_FILE_NOT_FOUND

protected static String CONTINUE_IF_FILE_NOT_FOUND
Deprecated. 

CONTINUE_IF_FILE_UNCHANGED

protected static String CONTINUE_IF_FILE_UNCHANGED
Deprecated. 

UPLOAD_IF_FILE_CHANGED

protected static String UPLOAD_IF_FILE_CHANGED
Deprecated. 

WORKSPACE_PATH

protected static String WORKSPACE_PATH
Deprecated. 

DELIM

protected static String DELIM
Deprecated. 

continueIfFileNotFound

protected boolean continueIfFileNotFound
Deprecated. 

continueIfFileUnchanged

protected boolean continueIfFileUnchanged
Deprecated. 

uploadIfFileChanged

protected boolean uploadIfFileChanged
Deprecated. 

workspacePath

protected String workspacePath
Deprecated. 

persistedFilename

protected String persistedFilename
Deprecated. 

delimiter

protected String delimiter
Deprecated. 

UNKNOWN

protected static final int UNKNOWN
Deprecated. 
See Also:
Constant Field Values

NO_UPLOAD

protected static final int NO_UPLOAD
Deprecated. 
See Also:
Constant Field Values

DO_UPLOAD

protected static final int DO_UPLOAD
Deprecated. 
See Also:
Constant Field Values

CANCEL

protected static final int CANCEL
Deprecated. 
See Also:
Constant Field Values

uploadStatus

protected int uploadStatus
Deprecated. 

LINE_BREAK

private String LINE_BREAK
Deprecated. 

CENTER_ON

private String CENTER_ON
Deprecated. 

CENTER_OFF

private String CENTER_OFF
Deprecated. 

hTTPUploadDownloadPanel1

HTTPUploadDownloadPanel hTTPUploadDownloadPanel1
Deprecated. 

documentHandle

private WTDocumentApplet.DocumentHandle documentHandle
Deprecated. 
DocumentHandle used to reference the document being created. The DocumentHandle is used as opposed to manipulating the document directly, to keep changes to this document in sync with changes to the document modified by the WTContentHolder in this frame. By using the DocumentHandle, both this frame and the contained WTContentHolder panel will be manipulating the same document reference.


docAttributes

private Hashtable docAttributes
Deprecated. 
Hashtable used to hold the values passed in by the HTML form, so that the createDocument() method doesn't have to take an increasing number of hard-coded, specifically-ordered parameters but can pull the values out of docAttributes as needed.


docClass

private String docClass
Deprecated. 

docOperation

private String docOperation
Deprecated. 

skipUpload

private boolean skipUpload
Deprecated. 
Constructor Detail

WTDocumentApplet

public WTDocumentApplet()
Deprecated. 
Method Detail

init

public void init()
Deprecated. 

start

public void start()
Deprecated. 

stop

public void stop()
Deprecated. 

destroy

public void destroy()
Deprecated. 

getParentApplet

public Applet getParentApplet()
Deprecated. 

getParentFrame

public Frame getParentFrame()
Deprecated. 

setSkipUpload

public void setSkipUpload(boolean newValue)
Deprecated. 

setSkipUpload

public void setSkipUpload(String newValue)
Deprecated. 

getSkipUpload

public boolean getSkipUpload()
Deprecated. 

getHostURL

public String getHostURL()
Deprecated. 
Return the host url.


setHostURL

public boolean setHostURL(String urlString)
Deprecated. 
Set the host url.

Returns:
true if valid url, false otherwise.

getTargetType

public int getTargetType()
Deprecated. 
Return the target type to file or url.


setTargetType

public void setTargetType(int targetType)
Deprecated. 
Set the target path or url.

Parameters:
targetType - TARGET_TYPE_FILE or TARGET_TYPE_URL.

setTargetType

protected void setTargetType(String targetType)
Deprecated. 
Set the target path or url with a string argument.

Parameters:
targetType - TARGET_TYPE_FILE or TARGET_TYPE_URL.

getTarget

public String getTarget()
Deprecated. 
Return the target path or url.


setTarget

public void setTarget(String target)
Deprecated. 
Set the target path or url.

Parameters:
target - The target path, e.g. "E:\abcd\test.txt" or "E:\abcd\*.txt", or url.

getMode

public int getMode()
Deprecated. 
Return the file upload download model.


setMode

public void setMode(int mode)
Deprecated. 
Set the file upload or download mode.

Parameters:
mode - UploadDownload.DOWNLOAD or UploadDownload.UPLOAD.

isRemovable

public boolean isRemovable()
Deprecated. 
Return whether the primary content removal is permitted


setRemovable

public void setRemovable(boolean removable)
Deprecated. 
Set whether primary content removal is permitted (whether remove button or checkbox is visible)

Parameters:
removable - true if removable, false if not

getDefaultFilename

public String getDefaultFilename()
Deprecated. 
Return the default file name.


setDefaultFilename

public void setDefaultFilename(String defaultName)
Deprecated. 
Set the default file name. This value is used to initialize the browse dialog when no file name is supplied.


getGlobalOverwriteWarning

public boolean getGlobalOverwriteWarning()
Deprecated. 

setGlobalOverwriteWarning

public void setGlobalOverwriteWarning(boolean newValue)
Deprecated. 

checksumsMatch

public boolean checksumsMatch()
Deprecated. 

isValidTarget

public boolean isValidTarget()
Deprecated. 

isValidTarget

public boolean isValidTarget(String target)
Deprecated. 

stripBoundaryDelim

public String stripBoundaryDelim(String s,
                                 String delim)
Deprecated. 

getMessageURL

public String getMessageURL(String returnToAction,
                            String resourceBundle,
                            String textToken)
Deprecated. 
This method is for calling getMessageURL when there isn't an oid yet (i.e. during the create process) See getMessageURL(String,String,String,String) for more details


getMessageURL

public String getMessageURL(String nextAction,
                            String resourceBundle,
                            String textToken,
                            String oid)
Deprecated. 
This method returns a URL that puts a message into the response header of the designated page, via the WTDocumentRedirectTaskDelegate. The primary content "target" value will automatically be filled into the ResultsMessageParams.

Parameters:
nextAction - is the "action" for the next page
resourceBundle - is the path of the message's resource bundle (ex. wt.clients.doc.DocRB)
textToken - is the token needed to retrieve the message from the resource bundle
oid - is the oid of the document

setEmbeddedApplet

public void setEmbeddedApplet(boolean newValue)
Deprecated. 

isEmbeddedApplet

public boolean isEmbeddedApplet()
Deprecated. 

performOperation

public void performOperation()
Deprecated. 
Perform the upload or download operation indicated by the mode property.

Returns:
true if the operation was started, false otherwise.

getOperationStatus

public int getOperationStatus()
Deprecated. 
Return the most recent status.


getOperationStatusMessage

public String getOperationStatusMessage()
Deprecated. 
Return a user readable status message.


getOperationFailureCode

public int getOperationFailureCode()
Deprecated. 

getHTTPResponseCode

public int getHTTPResponseCode()
Deprecated. 

clear

public void clear()
Deprecated. 

addHTTPUploadDownloadListener

public void addHTTPUploadDownloadListener(HTTPUploadDownloadListener l)
Deprecated. 
Add listeners to upload and download events.

See Also:
UploadDownloadEvent

removeHTTPUploadDownloadListener

public void removeHTTPUploadDownloadListener(HTTPUploadDownloadListener l)
Deprecated. 
Remove upload/download listener.


getParameter

private String getParameter(String paramName,
                            String defaultParamValue)
Deprecated. 

createDocument

public String createDocument()
Deprecated. 

updateDocument

public String updateDocument()
Deprecated. 

getDocument

public WTDocument getDocument()
Deprecated. 
Returns the WTDocument created by this applet.

See Also:
WTDocument

setDocument

public void setDocument(WTDocument newDocument)
Deprecated. 
Sets the WTDocument which is being handled by this applet.

Parameters:
newDocument - the WTDocument for the applet

saveContents

protected String saveContents()
Deprecated. 

loadFormData

public void loadFormData()
Deprecated. 

setDocAttribute

public void setDocAttribute(String key,
                            String value)
Deprecated. 

getDocAttribute

public String getDocAttribute(String key)
Deprecated. 

getDocAttributes

public String getDocAttributes()
Deprecated. 

getContext

private WTContext getContext()
Deprecated. 

setChooseFileOrURLVisible

public void setChooseFileOrURLVisible(boolean visible)
Deprecated. 

setGetButtonVisible

public void setGetButtonVisible(boolean visible)
Deprecated. 

checkinDocument

public String checkinDocument()
Deprecated. 

validateTarget

private String validateTarget()
Deprecated. 

confirm

private boolean confirm(String displayMessage)
Deprecated. 

getDocumentIdentity

private String getDocumentIdentity(FormatContentHolder document,
                                   Locale locale)
Deprecated. 

validateFormData

protected String validateFormData()
Deprecated. 

newWTDocument

private WTDocument newWTDocument()
                          throws WTException
Deprecated. 
Throws:
WTException

getFormatContentHolder

private FormatContentHolder getFormatContentHolder(String doc_oid)
                                            throws WTException
Deprecated. 
Throws:
WTException

updateDocument

private FormatContentHolder updateDocument(String doc_oid,
                                           DocumentFormData form_data)
                                    throws WTException
Deprecated. 
Throws:
WTException