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

Packages that use StoredDeploymentPolicy
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 StoredDeploymentPolicy in com.ibm.datapower.wamt.dataAPI
 

Methods in com.ibm.datapower.wamt.dataAPI that return StoredDeploymentPolicy
 StoredDeploymentPolicy Repository.createDeploymentPolicy(StoredDomain domain, java.lang.String policyObjectName, URLSource url, java.lang.String policyDomainName, DeploymentPolicyType type)
          Creates a new policy object in the repository.
 StoredDeploymentPolicy StoredDeploymentPolicyVersion.getDeploymentPolicy()
          Returns the persisted StoredDeploymentPolicy that contains this version.
 StoredDeploymentPolicy StoredDomain.getDeploymentPolicy()
          Gets the Deployment Policy on this StoredDomain.
 

Methods in com.ibm.datapower.wamt.dataAPI with parameters of type StoredDeploymentPolicy
 StoredDeploymentPolicyVersion Repository.createDeploymentPolicyVersion(StoredDeploymentPolicy policy, Blob blob, java.lang.String comment, java.util.Date timestamp)
          Creates a new policy version object in the repository.
 

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

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredDeploymentPolicy
 class StoredDeploymentPolicyImpl
          The deployment policy information includes the domain configuration blob, the policy type, the policy source, and the associated domain name.
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredDeploymentPolicy
 StoredDeploymentPolicy StoredDeploymentPolicyVersionImpl.getDeploymentPolicy()
           
 StoredDeploymentPolicy StoredDomainImpl.getDeploymentPolicy()
           
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredDeploymentPolicy
 StoredDeploymentPolicyVersion RepositoryImpl.createDeploymentPolicyVersion(StoredDeploymentPolicy policy, Blob blob, java.lang.String comment, java.util.Date timestamp)
           Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the policy version within the containing deployment policy element.
 



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