public class DownloadCustomOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BPEL_DIR
Deprecated.
|
static java.lang.String |
WSDL_DIR
Deprecated.
|
Constructor and Description |
---|
DownloadCustomOperation(com.centrasite.jaxr.CentraSiteConnection connection,
java.io.OutputStream outputStream)
Deprecated.
use DownloadOperation from importExport
|
Modifier and Type | Method and Description |
---|---|
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
|
public static final java.lang.String WSDL_DIR
public static final java.lang.String BPEL_DIR
public DownloadCustomOperation(com.centrasite.jaxr.CentraSiteConnection connection, java.io.OutputStream outputStream) throws java.lang.Exception
java.lang.Exception
public void includeRalatedDocuments(boolean includeRelatedDocuments)
includeRelatedDocuments
- public void execute()
public void addToZip(java.util.zip.ZipEntry zipEntry, java.util.zip.ZipOutputStream zipOutput, java.util.zip.ZipInputStream zipInput)
public java.io.ByteArrayOutputStream getDownloadedContent()
public void addDownloadObject(javax.xml.registry.infomodel.RegistryObject registryObject) throws java.lang.Exception
java.lang.Exception