Package com.adobe.idp.applicationmanager.application
Interfacepublic interface ApplicationStatus

An ApplicationStatus object describes the deployment status of each application component and the application as a whole.



Public Methods
 MethodDefined by
  
Retrieves the LiveCycle ES application.
ApplicationStatus
  
For internal use only.
ApplicationStatus
  
Retrieves the archive document.
ApplicationStatus
  
String getErrorName()
Retrieves the error name.
ApplicationStatus
  
Retrieves the error string.
ApplicationStatus
  
Retrieves the status code.
ApplicationStatus
  
Retrieves the status list for the application components.
ApplicationStatus
Public Constants
 ConstantDefined 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
Method Detail
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() 
public Document getArchiveDocument()

Retrieves the archive document.

Returns
The archive document.
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.
Constant Detail
STATUS_EXPORT_COMPLETEConstant
public static final STATUS_EXPORT_COMPLETE

Export complete status.

STATUS_EXPORT_ERRORConstant 
public static final STATUS_EXPORT_ERROR

Export error status.

STATUS_IMPORT_COMPLETEConstant 
public static final STATUS_IMPORT_COMPLETE

Import complete status.

STATUS_IMPORT_ERRORConstant 
public static final STATUS_IMPORT_ERROR

Import error status.

STATUS_INFO_COMPLETEConstant 
public static final STATUS_INFO_COMPLETE

Information complete status.

STATUS_INFO_ERRORConstant 
public static final STATUS_INFO_ERROR

Information error status.

STATUS_PREVIEW_COMPLETEConstant 
public static final STATUS_PREVIEW_COMPLETE

Preview complete status.

STATUS_PREVIEW_ERRORConstant 
public static final STATUS_PREVIEW_ERROR

Preview error status.

STATUS_REMOVE_COMPLETEConstant 
public static final STATUS_REMOVE_COMPLETE

Remove complete status.

STATUS_REMOVE_ERRORConstant 
public static final STATUS_REMOVE_ERROR

Remove error status.

STATUS_UNKNOWNConstant 
public static final STATUS_UNKNOWN

Unknown 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