|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredDeploymentPolicyVersion | |
---|---|
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 StoredDeploymentPolicyVersion in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return StoredDeploymentPolicyVersion | |
---|---|
StoredDeploymentPolicyVersion |
Repository.createDeploymentPolicyVersion(StoredDeploymentPolicy policy,
Blob blob,
java.lang.String comment,
java.util.Date timestamp)
Creates a new policy version object in the repository. |
StoredDeploymentPolicyVersion |
StoredDeploymentPolicy.getVersion(int versionNumber)
Gets the DeploymentPolicyVersion object with the specified version number. |
StoredDeploymentPolicyVersion[] |
StoredDeployablePolicy.getVersions()
Gets the versions of the specified StoredDeployablePolicy from the repository. |
Uses of StoredDeploymentPolicyVersion in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredDeploymentPolicyVersion | |
---|---|
class |
StoredDeploymentPolicyVersionImpl
Holds all information related to a deployment policy version that can be used during domain configuration deployment to a DataPower device. |
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredDeploymentPolicyVersion | |
---|---|
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. |
StoredDeploymentPolicyVersion |
StoredDeploymentPolicyImpl.getVersion(int versionNumber)
|
StoredDeploymentPolicyVersion[] |
StoredDeploymentPolicyImpl.getVersions()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |