|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentPolicyType | |
---|---|
com.ibm.datapower.wamt.clientAPI | The clientAPI package encapsulates the logic
for managing DataPower appliances, providing the API that should be used by
a user interface to interact with one or more appliances. |
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 DeploymentPolicyType in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that return DeploymentPolicyType | |
---|---|
DeploymentPolicyType |
DeploymentPolicy.getPolicyType()
Returns the deployment policy enum type. |
DeploymentPolicyType |
DeploymentPolicyVersion.getPolicyType()
|
static DeploymentPolicyType |
DeploymentPolicyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DeploymentPolicyType[] |
DeploymentPolicyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of DeploymentPolicyType in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return DeploymentPolicyType | |
---|---|
DeploymentPolicyType |
StoredDeploymentPolicy.getPolicyType()
Gets the PolicyType on this DeploymentPolicy object. |
DeploymentPolicyType |
StoredDeploymentPolicyVersion.getPolicyType()
Gets the DeploymentPolicyType on the StoredDeploymentPolicyVersion . |
Methods in com.ibm.datapower.wamt.dataAPI with parameters of type DeploymentPolicyType | |
---|---|
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. |
Uses of DeploymentPolicyType in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return DeploymentPolicyType | |
---|---|
DeploymentPolicyType |
StoredDeploymentPolicyImpl.getPolicyType()
Note: In the Local File System implementation, the policy type is stored as an attribute on the deploymentPolicy element. |
DeploymentPolicyType |
StoredDeploymentPolicyVersionImpl.getPolicyType()
|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type DeploymentPolicyType | |
---|---|
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. |
void |
StoredDeploymentPolicyVersionImpl.setPolicyType(DeploymentPolicyType policyType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |