|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredDomainVersion | |
---|---|
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 StoredDomainVersion in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return StoredDomainVersion | |
---|---|
StoredDomainVersion |
Repository.createDomainVersion(StoredDomain versionedObject,
Blob blob,
java.lang.String userComment,
java.util.Date timeStamp)
Creates a new StoredDomainVersion object in the repository when the clientAPI deploys a new domain source configuration from Domain.deployConfiguration() . |
Uses of StoredDomainVersion in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredDomainVersion | |
---|---|
class |
StoredDomainVersionImpl
A version of Domain object persisted in the repository that can be deployed to a DataPower device. |
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredDomainVersion | |
---|---|
StoredDomainVersion |
RepositoryImpl.createDomainVersion(StoredDomain versionedObject,
Blob blob,
java.lang.String userComment,
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 StoredDomainVersion within the containing Domain element. |
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredDomainVersion | |
---|---|
void |
StoredDomainImpl.addVersion(StoredDomainVersion version)
Add a new StoredDomainVervion to this StoredDomain |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |