|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.applicationmanager.application.ImportApplicationInfo
public class ImportApplicationInfo
An ImportApplicationInfo
object is used to set and retrieve the settings to be used for
import of the application archive.
Constructor Summary | |
---|---|
ImportApplicationInfo()
default constructor needed for Flex Remoting |
|
ImportApplicationInfo(boolean overwrite)
|
|
ImportApplicationInfo(boolean overwrite,
Document archiveSettingsDocument)
|
|
ImportApplicationInfo(boolean overwrite,
java.util.Map importParams)
|
|
ImportApplicationInfo(boolean overwrite,
java.util.Map importParams,
Document archiveSettingsDocument)
Constructor to create a ImportApplicationInfo object which used to set
and retrieve the settings to be used for import of the application archive. |
Method Summary | |
---|---|
Document |
getArchiveSettingsDocument()
Retrieves the ArchiveSettingsDocument Document |
java.util.Map |
getImportParams()
Retrieves the ImportParams. |
boolean |
getOverwrite()
Retrieves the overwrite setting, true means to update/overwrite existing items. |
void |
setArchiveSettingsDocument(Document archiveSettingsDocument)
Sets the ArchiveSettingsDocument Document |
void |
setImportParams(java.util.Map importParams)
Sets the ImportParams. |
void |
setOverwrite(boolean overwrite)
Sets the overwrite setting, true means to update/overwrite existing items. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportApplicationInfo(boolean overwrite, java.util.Map importParams, Document archiveSettingsDocument)
ImportApplicationInfo
object which used to set
and retrieve the settings to be used for import of the application archive.
overwrite
- true means to update/overwrite existing items on import.importParams
- Map containing the archive names of the components, as keys,
with the boolean value of true to indicate the items is to be imported and false
to indicate not to import the item. These names can be retrieved by calling
com.adobe.idp.applicationmanager.client.previewApplicationArchive
and getting the names of the archive components from the
ApplicationStatus
archiveSettingsDocument
- a Document
containing a valid XML file of settings to overide in the LCA importpublic ImportApplicationInfo(boolean overwrite)
public ImportApplicationInfo()
public ImportApplicationInfo(boolean overwrite, java.util.Map importParams)
public ImportApplicationInfo(boolean overwrite, Document archiveSettingsDocument)
Method Detail |
---|
public Document getArchiveSettingsDocument()
Document
public void setArchiveSettingsDocument(Document archiveSettingsDocument)
Document
id
- The ArchiveSettingsDocument.public java.util.Map getImportParams()
public void setImportParams(java.util.Map importParams)
id
- The ImportParams.public boolean getOverwrite()
public void setOverwrite(boolean overwrite)
id
- The overwrite setting.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |