|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredDomainVersion
Information that must be maintained and persisted for a version of a Domain object in the repository.
StoredDomainVersion
s can be
deployed to a DataPower device.
When creating a StoredDomainVersion that has a Blob, please read the
Blob class javadoc
about
verifying the contents are not in a byte array via
Blob.hasBytes()
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2010
|
static java.lang.String |
SCM_REVISION
|
Method Summary | |
---|---|
StoredDomain |
getDomain()
Get the StoredDomain that contains this version. |
java.lang.String |
getPrimaryKey()
Unique identifier for this StoredDomainVersion. |
void |
recordDomainVersion(java.io.OutputStream outputStream)
Generate a Domain Configuration Deployment Report. |
Methods inherited from interface com.ibm.datapower.wamt.dataAPI.StoredVersion |
---|
delete, getBlob, getTimestamp, getUserComment, getVersionedObject, getVersionNumber, setUserComment |
Field Detail |
---|
static final java.lang.String COPYRIGHT_2009_2010
static final java.lang.String SCM_REVISION
Method Detail |
---|
java.lang.String getPrimaryKey()
DomainVersion.getPrimaryKey()
.
There is no setPrimaryKey
exposed since it is managed by the
dataAPI implementation.
getPrimaryKey
in interface Persistable
StoredDomain getDomain()
StoredDomain
that contains this version. This is invoked by
DomainVersion.getDomain()
void recordDomainVersion(java.io.OutputStream outputStream)
outputStream
- that will be used to write the report
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |