|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationStatus
An ApplicationStatus
object describes the deployment status of each application component and
the application as a whole.
Field Summary | |
---|---|
static int |
STATUS_EXPORT_COMPLETE
Export complete status. |
static int |
STATUS_EXPORT_ERROR
Export error status. |
static int |
STATUS_IMPORT_COMPLETE
Import complete status. |
static int |
STATUS_IMPORT_ERROR
Import error status. |
static int |
STATUS_INFO_COMPLETE
Information complete status. |
static int |
STATUS_INFO_ERROR
Information error status. |
static int |
STATUS_PREVIEW_COMPLETE
Preview complete status. |
static int |
STATUS_PREVIEW_ERROR
Preview error status. |
static int |
STATUS_REMOVE_COMPLETE
Remove complete status. |
static int |
STATUS_REMOVE_ERROR
Remove error status. |
static int |
STATUS_UNKNOWN
Unknown status. |
Method Summary | |
---|---|
Application |
getApplication()
Retrieves the LiveCycle ES application. |
com.adobe.idp.dsc.management.Archive |
getApplicationArchive()
For internal use only. |
Document |
getArchiveDocument()
Retrieves the archive document. |
java.lang.String |
getErrorName()
Retrieves the error name. |
java.lang.String |
getErrorString()
Retrieves the error string. |
int |
getStatusCode()
Retrieves the status code. |
java.util.List |
getStatusList()
Retrieves the status list for the application components. |
Field Detail |
---|
static final int STATUS_UNKNOWN
static final int STATUS_IMPORT_COMPLETE
static final int STATUS_IMPORT_ERROR
static final int STATUS_EXPORT_COMPLETE
static final int STATUS_EXPORT_ERROR
static final int STATUS_REMOVE_COMPLETE
static final int STATUS_REMOVE_ERROR
static final int STATUS_PREVIEW_COMPLETE
static final int STATUS_PREVIEW_ERROR
static final int STATUS_INFO_COMPLETE
static final int STATUS_INFO_ERROR
Method Detail |
---|
Application getApplication()
com.adobe.idp.dsc.management.Archive getApplicationArchive()
Document getArchiveDocument()
int getStatusCode()
java.lang.String getErrorName()
java.lang.String getErrorString()
java.util.List getStatusList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |