Uses of Interface
com.ibm.datapower.wamt.dataAPI.StoredVersion

Packages that use StoredVersion
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 
 

Uses of StoredVersion in com.ibm.datapower.wamt.dataAPI
 

Subinterfaces of StoredVersion in com.ibm.datapower.wamt.dataAPI
 interface StoredDeploymentPolicyVersion
          The related information that must be maintained and persisted for a DeploymentPolicyVersion.
 interface StoredDomainVersion
          Information that must be maintained and persisted for a version of a Domain object in the repository.
 interface StoredFirmwareVersion
          The information that must be maintained and persisted for a firmware level, See FirmwareVersion.
 

Methods in com.ibm.datapower.wamt.dataAPI that return StoredVersion
 StoredVersion[] StoredDeployableConfiguration.getVersions()
          Returns the versions of the specified StoredDeployableConfiguration from the repository.
 

Uses of StoredVersion in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredVersion
 class StoredDeploymentPolicyVersionImpl
          Holds all information related to a deployment policy version that can be used during domain configuration deployment to a DataPower device.
 class StoredDomainVersionImpl
          A version of Domain object persisted in the repository that can be deployed to a DataPower device.
 class StoredFirmwareVersionImpl
          A persisted version of a Firmware i.e StoredFirmware.
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredVersion
 StoredVersion[] StoredDomainImpl.getVersions()
           
 



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