Uses of Package
com.ibm.datapower.wamt.dataAPI

Packages that use com.ibm.datapower.wamt.dataAPI
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
com.ibm.datapower.wamt.dataAPI Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. 
com.ibm.datapower.wamt.dataAPI.local.filesystem Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit 
 

Classes in com.ibm.datapower.wamt.dataAPI used by com.ibm.datapower.wamt.clientAPI
AlreadyExistsInRepositoryException
          This exception is thrown if an attempt is made to create/add an instance of an object that already exists in the repository
DatastoreException
          This is the root class for exceptions that are thrown from the dataAPI package.
DirtySaveException
          This exception is thrown if an attempt is made to save data after another user has made changes which will not be reflected in the saved repository.
 

Classes in com.ibm.datapower.wamt.dataAPI used by com.ibm.datapower.wamt.dataAPI
AlreadyExistsInRepositoryException
          This exception is thrown if an attempt is made to create/add an instance of an object that already exists in the repository
DatastoreException
          This is the root class for exceptions that are thrown from the dataAPI package.
DirtySaveException
          This exception is thrown if an attempt is made to save data after another user has made changes which will not be reflected in the saved repository.
NotEmptyInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that contains other instances.
NotExistInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that does not exist in the repository.
PackageInfo
          Get the SCM information about all the classes in this package.
Persistable
          An interface to identify which classes should be persisted to a repository.
Repository
          The object used for executing persistence operations such as retrieving and saving Stored objects available with the dataAPI
StoredDeployableConfiguration
          The version information that must be maintained and persisted for a managed Domain that represents a domain on a DataPower device.
StoredDeployablePolicy
          The information related to a DeploymentPolicy that must be managed and persisted when domain configuration is deployed to a DataPower device.
StoredDeploymentPolicy
          The information that must be maintained and persisted for a DeploymentPolicy that is used in deploying a managed domain configuration.
StoredDeploymentPolicyVersion
          The related information that must be maintained and persisted for a DeploymentPolicyVersion.
StoredDevice
          All device related information that must be maintained and persisted for a physical DataPower device, i.e Device.
StoredDomain
          It represents a domain on a DataPower device and holds all information that must be maintained and persisted for a Domain.
StoredDomainVersion
          Information that must be maintained and persisted for a version of a Domain object in the repository.
StoredFirmware
          The information related to Firmware that must be maintained and persisted for a firmware that can be deployed to a device.
StoredFirmwareVersion
          The information that must be maintained and persisted for a firmware level, See FirmwareVersion.
StoredManagedSet
          The information that must be maintained and persisted for a ManagedSet including its managed device members.
StoredTag
          The information that must be maintained and persisted for a Device and Domain including its tagged device and domain members.
StoredVersion
          Information for a version of a Firmware, Domain or Deployment Policy that must be maintained and persisted.
 

Classes in com.ibm.datapower.wamt.dataAPI used by com.ibm.datapower.wamt.dataAPI.local.filesystem
AlreadyExistsInRepositoryException
          This exception is thrown if an attempt is made to create/add an instance of an object that already exists in the repository
DatastoreException
          This is the root class for exceptions that are thrown from the dataAPI package.
DirtySaveException
          This exception is thrown if an attempt is made to save data after another user has made changes which will not be reflected in the saved repository.
NotEmptyInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that contains other instances.
NotExistInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that does not exist in the repository.
Persistable
          An interface to identify which classes should be persisted to a repository.
Repository
          The object used for executing persistence operations such as retrieving and saving Stored objects available with the dataAPI
StoredDeployableConfiguration
          The version information that must be maintained and persisted for a managed Domain that represents a domain on a DataPower device.
StoredDeployablePolicy
          The information related to a DeploymentPolicy that must be managed and persisted when domain configuration is deployed to a DataPower device.
StoredDeploymentPolicy
          The information that must be maintained and persisted for a DeploymentPolicy that is used in deploying a managed domain configuration.
StoredDeploymentPolicyVersion
          The related information that must be maintained and persisted for a DeploymentPolicyVersion.
StoredDevice
          All device related information that must be maintained and persisted for a physical DataPower device, i.e Device.
StoredDomain
          It represents a domain on a DataPower device and holds all information that must be maintained and persisted for a Domain.
StoredDomainVersion
          Information that must be maintained and persisted for a version of a Domain object in the repository.
StoredFirmware
          The information related to Firmware that must be maintained and persisted for a firmware that can be deployed to a device.
StoredFirmwareVersion
          The information that must be maintained and persisted for a firmware level, See FirmwareVersion.
StoredManagedSet
          The information that must be maintained and persisted for a ManagedSet including its managed device members.
StoredTag
          The information that must be maintained and persisted for a Device and Domain including its tagged device and domain members.
StoredVersion
          Information for a version of a Firmware, Domain or Deployment Policy that must be maintained and persisted.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.