Package | Description |
---|---|
com.tibco.amf.admin.api.amx.application |
The
application package defines the service and data objects for managing applications. |
com.tibco.amf.admin.api.amx.daa |
The
daa package defines the service and data objects for uploading and managing DAA files. |
com.tibco.amf.admin.api.amx.stagingarea |
The
stagingarea package defines data objects for retrieving information from the software repository
managed by ActiveMatrix Administrator, which is a file system folder that stores content of uploaded DAAs. |
Modifier and Type | Method and Description |
---|---|
AppTemplateIdentifier |
ApplicationSummaryDesc.getAppTemplateIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationSummaryDesc.setAppTemplateIdentifier(AppTemplateIdentifier appTemplateIdentifier) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTemplateDesc
POJO for identifying a DAA artifact
Fields are: existingVersions - list of versions of the same application template already present in the admin staging area. disabled - if the same version is already present in the admin staging area, then disabled flag is set as true. |
Modifier and Type | Class and Description |
---|---|
class |
AppTemplateDesc
POJO for description of a DAA artifacts
Fields are: name - identifier, generally the name of the root composite id - internal identifier version - version of DAA file - name and version must form a unique combination description - description provided at design time |