|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredDomain | |
---|---|
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 StoredDomain in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return StoredDomain | |
---|---|
StoredDomain |
Repository.createDomain(StoredDevice device,
java.lang.String domainName)
Create a new domain object in the repository. |
StoredDomain |
StoredDeploymentPolicy.getDomain()
Gets the name of the StoredDomain that contains this StoredDeploymentPolicy . |
StoredDomain |
StoredDomainVersion.getDomain()
Get the StoredDomain that contains this version. |
StoredDomain[] |
StoredTag.getDomainMembers()
Gets the array of domains which are members of this tag. |
StoredDomain |
StoredDevice.getManagedDomain(java.lang.String domainName)
Gets the domain from the repository that has the specified name. |
StoredDomain[] |
StoredDevice.getManagedDomains()
Gets an array of the managed domains in this managed set. |
StoredDomain |
Repository.updateDomain(StoredDomain domain)
Updates an existing domain object. |
Methods in com.ibm.datapower.wamt.dataAPI with parameters of type StoredDomain | |
---|---|
void |
StoredTag.add(StoredDomain domain)
Adds the specified domain to this tag. |
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. |
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() . |
void |
StoredDevice.remove(StoredDomain domain)
Removes the specified domain from this containing StoredDevice. |
void |
StoredTag.remove(StoredDomain domain)
Removes the specified domain from this tagged set. |
StoredDomain |
Repository.updateDomain(StoredDomain domain)
Updates an existing domain object. |
Uses of StoredDomain in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement StoredDomain | |
---|---|
class |
StoredDomainImpl
The information that must be persisted for a StoredDomain on a DataPower device. |
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return StoredDomain | |
---|---|
StoredDomain |
RepositoryImpl.createDomain(StoredDevice device,
java.lang.String domainName)
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 domain within the containing device element. |
StoredDomain |
StoredDeploymentPolicyImpl.getDomain()
|
StoredDomain |
StoredDeploymentPolicyVersionImpl.getDomain()
|
StoredDomain |
StoredDomainVersionImpl.getDomain()
Note: In the Local File System implementation the Domain element contains version elements in the WAMT.repository.xml file. |
StoredDomain[] |
StoredTagImpl.getDomainMembers()
|
StoredDomain |
StoredDeviceImpl.getManagedDomain(java.lang.String domainName)
|
StoredDomain[] |
StoredDeviceImpl.getManagedDomains()
Note: The Local File System implementation stores all managed domains elements inside a device element in the WAMT.repository.xml file. |
StoredDomain |
RepositoryImpl.updateDomain(StoredDomain domain)
|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type StoredDomain | |
---|---|
void |
StoredTagImpl.add(StoredDomain domain)
|
StoredDeploymentPolicyImpl |
RepositoryImpl.createDeploymentPolicy(StoredDomain domain,
java.lang.String name,
URLSource policyURL,
java.lang.String policyDomainName,
DeploymentPolicyType policyType)
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 domain element. |
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. |
void |
StoredDeviceImpl.remove(StoredDomain domain)
Note: The Local File System implementation will remove the specified domain element from the WAMT.repository.xml file. |
void |
StoredTagImpl.remove(StoredDomain domain)
|
StoredDomain |
RepositoryImpl.updateDomain(StoredDomain domain)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |