|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionObjectListener
Interface for the object listener during Versioning. The user may get control over objects to be versioned or purged.
Method Summary | |
---|---|
boolean |
grantPurgeObject(javax.xml.registry.infomodel.RegistryObject registryObject)
Grant the object to be purged. |
boolean |
grantVersionedObject(javax.xml.registry.infomodel.RegistryObject registryObject)
Grant the object to be versioned. |
VersionCopyMode |
handleExternalLink(javax.xml.registry.infomodel.RegistryObject registryObject,
javax.xml.registry.infomodel.ExternalLink elink)
Handle the external link of given object according copy mode. |
void |
objectCopied(javax.xml.registry.infomodel.RegistryObject registryObject)
Handle the new copied object. |
void |
objectVersioned(javax.xml.registry.infomodel.RegistryObject registryObject)
Handle the new versioned object. |
Method Detail |
---|
boolean grantVersionedObject(javax.xml.registry.infomodel.RegistryObject registryObject)
registryObject
- the versionable registry object
boolean grantPurgeObject(javax.xml.registry.infomodel.RegistryObject registryObject)
registryObject
- the versionable registry object
void objectVersioned(javax.xml.registry.infomodel.RegistryObject registryObject)
registryObject
- the new created versionable registry objectvoid objectCopied(javax.xml.registry.infomodel.RegistryObject registryObject)
registryObject
- the newly created copied registry objectVersionCopyMode handleExternalLink(javax.xml.registry.infomodel.RegistryObject registryObject, javax.xml.registry.infomodel.ExternalLink elink)
registryObject
- the versioned registry object holding 'elink'elink
- the original external link of the registry object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |