|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredDeployablePolicy
The information related to a DeploymentPolicy
that must be managed and persisted when
domain configuration is deployed to a DataPower device. The information
relates to the versions of a deployment policy used in domain configuration deployment.
The highest version is the latest deployment policy version used in domain deployment. This interface
is extended by StoredDeploymentPolicy
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2010
|
static java.lang.String |
SCM_REVISION
|
Method Summary | |
---|---|
void |
delete()
Deletes this StoredDeployablePolicy. |
int |
getHighestVersionNumber()
Gets the highest version number that has EVER been used for a version of this object. |
StoredDeploymentPolicyVersion[] |
getVersions()
Gets the versions of the specified StoredDeployablePolicy from the repository. |
Methods inherited from interface com.ibm.datapower.wamt.dataAPI.Persistable |
---|
getPrimaryKey |
Field Detail |
---|
static final java.lang.String COPYRIGHT_2009_2010
static final java.lang.String SCM_REVISION
Method Detail |
---|
StoredDeploymentPolicyVersion[] getVersions()
DeploymentPolicy.getVersions()
int getHighestVersionNumber()
setHighestVersion
.
This is
called by DeploymentPolicy.getHighestVersionNumber()
void delete() throws DatastoreException, NotEmptyInRepositoryException
StoredDeploymentPolicy
will be removed from the StoredDomain
that contains it. The logic to create and remove the StoredDeploymentPolicy
is
handled by the clientAPI
and is not visible via the clientAPI.
This is invoked from Device.removeManagedDomain(String)
Note: The Local File System implementation
clears the StoredDeploymetPolicy object and removes the element from the WAMT.repository.xml file.
It does not remove any contained elements. The logic to remove the contained elements is
handled in the clientAPI
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |