| Package | com.adobe.idp.applicationmanager.application |
| Interface | public interface ApplicationStatus |
ApplicationStatus object describes the deployment status of each application component and the application as a whole.
| Method | Defined by | ||
|---|---|---|---|
|
Retrieves the LiveCycle ES application.
| ApplicationStatus | ||
|
Archive getApplicationArchive()
For internal use only.
| ApplicationStatus | ||
|
Retrieves the archive document.
| ApplicationStatus | ||
|
String getErrorName()
Retrieves the error name.
| ApplicationStatus | ||
|
String getErrorString()
Retrieves the error string.
| ApplicationStatus | ||
|
int getStatusCode()
Retrieves the status code.
| ApplicationStatus | ||
|
List getStatusList()
Retrieves the status list for the application components.
| ApplicationStatus | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS_EXPORT_COMPLETE
[static] Export complete status.
| ApplicationStatus | ||
| STATUS_EXPORT_ERROR
[static] Export error status.
| ApplicationStatus | ||
| STATUS_IMPORT_COMPLETE
[static] Import complete status.
| ApplicationStatus | ||
| STATUS_IMPORT_ERROR
[static] Import error status.
| ApplicationStatus | ||
| STATUS_INFO_COMPLETE
[static] Information complete status.
| ApplicationStatus | ||
| STATUS_INFO_ERROR
[static] Information error status.
| ApplicationStatus | ||
| STATUS_PREVIEW_COMPLETE
[static] Preview complete status.
| ApplicationStatus | ||
| STATUS_PREVIEW_ERROR
[static] Preview error status.
| ApplicationStatus | ||
| STATUS_REMOVE_COMPLETE
[static] Remove complete status.
| ApplicationStatus | ||
| STATUS_REMOVE_ERROR
[static] Remove error status.
| ApplicationStatus | ||
| STATUS_UNKNOWN
[static] Unknown status.
| ApplicationStatus | ||
| getApplication | () |
public Application getApplication()Retrieves the LiveCycle ES application.
Returns| The LiveCycle ES application. |
| getApplicationArchive | () |
public Archive getApplicationArchive()For internal use only. Do not use.
Returns| getArchiveDocument | () |
| getErrorName | () |
public String getErrorName()Retrieves the error name.
Returns| The error name. |
| getErrorString | () |
public String getErrorString()Retrieves the error string.
Returns| The error string. |
| getStatusCode | () |
public int getStatusCode()Retrieves the status code.
Returns| The status code. |
| getStatusList | () |
public List getStatusList()Retrieves the status list for the application components.
Returns| The status list. |
| STATUS_EXPORT_COMPLETE | Constant |
public static final STATUS_EXPORT_COMPLETEExport complete status.
| STATUS_EXPORT_ERROR | Constant |
public static final STATUS_EXPORT_ERRORExport error status.
| STATUS_IMPORT_COMPLETE | Constant |
public static final STATUS_IMPORT_COMPLETEImport complete status.
| STATUS_IMPORT_ERROR | Constant |
public static final STATUS_IMPORT_ERRORImport error status.
| STATUS_INFO_COMPLETE | Constant |
public static final STATUS_INFO_COMPLETEInformation complete status.
| STATUS_INFO_ERROR | Constant |
public static final STATUS_INFO_ERRORInformation error status.
| STATUS_PREVIEW_COMPLETE | Constant |
public static final STATUS_PREVIEW_COMPLETEPreview complete status.
| STATUS_PREVIEW_ERROR | Constant |
public static final STATUS_PREVIEW_ERRORPreview error status.
| STATUS_REMOVE_COMPLETE | Constant |
public static final STATUS_REMOVE_COMPLETERemove complete status.
| STATUS_REMOVE_ERROR | Constant |
public static final STATUS_REMOVE_ERRORRemove error status.
| STATUS_UNKNOWN | Constant |
public static final STATUS_UNKNOWNUnknown status.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/applicationmanager/application/ApplicationStatus.html