application
package defines the service and data objects for managing applications.See: Description
Interface | Description |
---|---|
ApplicationService |
The interface for creating, retrieving and managing applications.
|
Class | Description |
---|---|
ApplicationStructureDesc |
POJO for details of the structure of the application
The EntityIdentifier base class represents the identity of the application. |
ApplicationSummaryDesc |
An object holding summary information for an application suitable for display in the details section of the UI.
|
AppplicationMinDesc |
A data object containing limited details of an application
The EntityIdentifier base type represents the identity of the application. |
ComponentTreeIdentifier |
POJO for summary of a component
Fields are: componentPath - path of the component inside the composite implementation - Implementation type for the component components - List of child components if the component is of Composite type implementation |
PropertyDesc |
Describes a property object.
|
RuntimeStateDetailsDesc |
application
package defines the service and data objects for managing applications.
Applications belong to a single environment and each application exists in an application folder. The root folder
of an environment can be used to store applications. Application names must be unique within an environment and also across all folders.
Applications are the basic unit for deployment and life-cycling. A ".daa" file is created in designer and uploaded to an admin server.
That file can then be used to create any number of applications. Applications can be distributed to one or more nodes.