com.adobe.idp.applicationmanager.application
Interface ApplicationStatus


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 Adobe Experience Manager forms 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

STATUS_UNKNOWN

static final int STATUS_UNKNOWN
Unknown status.

See Also:
Constant Field Values

STATUS_IMPORT_COMPLETE

static final int STATUS_IMPORT_COMPLETE
Import complete status.

See Also:
Constant Field Values

STATUS_IMPORT_ERROR

static final int STATUS_IMPORT_ERROR
Import error status.

See Also:
Constant Field Values

STATUS_EXPORT_COMPLETE

static final int STATUS_EXPORT_COMPLETE
Export complete status.

See Also:
Constant Field Values

STATUS_EXPORT_ERROR

static final int STATUS_EXPORT_ERROR
Export error status.

See Also:
Constant Field Values

STATUS_REMOVE_COMPLETE

static final int STATUS_REMOVE_COMPLETE
Remove complete status.

See Also:
Constant Field Values

STATUS_REMOVE_ERROR

static final int STATUS_REMOVE_ERROR
Remove error status.

See Also:
Constant Field Values

STATUS_PREVIEW_COMPLETE

static final int STATUS_PREVIEW_COMPLETE
Preview complete status.

See Also:
Constant Field Values

STATUS_PREVIEW_ERROR

static final int STATUS_PREVIEW_ERROR
Preview error status.

See Also:
Constant Field Values

STATUS_INFO_COMPLETE

static final int STATUS_INFO_COMPLETE
Information complete status.

See Also:
Constant Field Values

STATUS_INFO_ERROR

static final int STATUS_INFO_ERROR
Information error status.

See Also:
Constant Field Values
Method Detail

getApplication

Application getApplication()
Retrieves the Adobe Experience Manager forms application.

Returns:
The Adobe Experience Manager forms application.

getApplicationArchive

com.adobe.idp.dsc.management.Archive getApplicationArchive()
For internal use only. Do not use.


getArchiveDocument

Document getArchiveDocument()
Retrieves the archive document.

Returns:
The archive document.

getStatusCode

int getStatusCode()
Retrieves the status code.

Returns:
The status code.

getErrorName

java.lang.String getErrorName()
Retrieves the error name.

Returns:
The error name.

getErrorString

java.lang.String getErrorString()
Retrieves the error string.

Returns:
The error string.

getStatusList

java.util.List getStatusList()
Retrieves the status list for the application components.

Returns:
The status list.


[an error occurred while processing this directive] [an error occurred while processing this directive]