|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.extpt.DownloadCustomOperation
public class DownloadCustomOperation
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 |
---|
public static final java.lang.String WSDL_DIR
public static final java.lang.String BPEL_DIR
Constructor Detail |
---|
public DownloadCustomOperation(com.centrasite.jaxr.CentraSiteConnection connection, java.io.OutputStream outputStream) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |