com.centrasite.control.extpt
Class DownloadCustomOperation

java.lang.Object
  extended by com.centrasite.control.extpt.DownloadCustomOperation

Deprecated. use DownloadOperation from importExport

public class DownloadCustomOperation
extends java.lang.Object


Field Summary
static java.lang.String BPEL_DIR
          Deprecated.  
static java.lang.String WSDL_DIR
          Deprecated.  
 
Constructor Summary
DownloadCustomOperation(com.centrasite.jaxr.CentraSiteConnection connection, java.io.OutputStream outputStream)
          Deprecated. use DownloadOperation from importExport
 
Method Summary
 void addDownloadObject(javax.xml.registry.infomodel.RegistryObject registryObject)
          Deprecated. This method is to take care the registry object to handled the download document
 void addToZip(java.util.zip.ZipEntry zipEntry, java.util.zip.ZipOutputStream zipOutput, java.util.zip.ZipInputStream zipInput)
          Deprecated. This method is to add the zip entry into file stream
 void execute()
          Deprecated. This method will be triggered from the DownloadCustomOperation command file
 java.io.ByteArrayOutputStream getDownloadedContent()
          Deprecated. This method will called from DownloadDocumentCustomCommand.downloadExecute()
 void includeRalatedDocuments(boolean includeRelatedDocuments)
          Deprecated. This will take care whether we need to include all the related documents or not
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_DIR

public static final java.lang.String WSDL_DIR
Deprecated. 
See Also:
Constant Field Values

BPEL_DIR

public static final java.lang.String BPEL_DIR
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DownloadCustomOperation

public DownloadCustomOperation(com.centrasite.jaxr.CentraSiteConnection connection,
                               java.io.OutputStream outputStream)
                        throws java.lang.Exception
Deprecated. use DownloadOperation from importExport

Throws:
java.lang.Exception
Method Detail

includeRalatedDocuments

public void includeRalatedDocuments(boolean includeRelatedDocuments)
Deprecated. 
This will take care whether we need to include all the related documents or not

Parameters:
includeRelatedDocuments -

execute

public void execute()
Deprecated. 
This method will be triggered from the DownloadCustomOperation command file


addToZip

public void addToZip(java.util.zip.ZipEntry zipEntry,
                     java.util.zip.ZipOutputStream zipOutput,
                     java.util.zip.ZipInputStream zipInput)
Deprecated. 
This method is to add the zip entry into file stream


getDownloadedContent

public java.io.ByteArrayOutputStream getDownloadedContent()
Deprecated. 
This method will called from DownloadDocumentCustomCommand.downloadExecute()

Returns:

addDownloadObject

public void addDownloadObject(javax.xml.registry.infomodel.RegistryObject registryObject)
                       throws java.lang.Exception
Deprecated. 
This method is to take care the registry object to handled the download document

Throws:
java.lang.Exception