Skip to content

Data Object - ApplicationExecutionData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Application.ApplicationExecutionData

Property of

ApplicationDiscoveryData, ApplicationInfo, ApplicationSpec

See also

ApplicationFileTypeData, ApplicationOtherFileTypeData, DesktopId, FarmId

Since

Horizon View 6.0

Data Object Description

Application execution data needed to create/update an Application. Some of this information is obtained from Broker when the Application is discovered.

Data Object Properties

Name Type Description
executablePath xsd:string Path to Application executable
version xsd:string Application version 1
publisher xsd:string Application publisher 1
startFolder xsd:string Starting folder for Application 1
args xsd:string parameters to pass to application when launching 1
farm FarmId Farm Entity ID. It is marked as read-only because, once an Application is created with a FarmId, it is always associated with that Farm, and cannot be removed from the Farm, or added to another Farm. Either this or desktop should be set. 1 2
desktop DesktopId Desktop Entity ID. It is marked as read-only because, once an Application is created with a desktopId, it is always associated with that Desktop, and cannot be removed from the Desktop, or added to another Desktop. Either this or farm should be set. Since Horizon 7.9 1 2
fileTypes ApplicationFileTypeData[] If set, set of file types reported by the application as supported (if this application is discovered) or as specified by the administrator (if this application is manually configured). If unset, this application does not present any file type support. Since Horizon View 6.1 1 4
autoUpdateFileTypes xsd:boolean Whether or not the file types supported by this application should be allowed to automatically update to reflect changes reported by the agent. Typically this should be set to false if the application has manually configured supported file types. Since Horizon View 6.2 3
otherFileTypes ApplicationOtherFileTypeData[] If set, set of different type of file types reported by Application that can be passed from agent to client via broker or as specified by the administrator (if this application is manually configured). If unset, this application does not present any other file type support. Since Horizon 7.0 1 4
autoUpdateOtherFileTypes xsd:boolean Whether or not the other file types supported by this application should be allowed to automatically update to reflect changes reported by the agent. Typically this should be set to false if the application has manually configured supported file types. Since Horizon 7.0 3

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of true. 

  4. This property is an unordered array of unique values.