|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.registry.versionmanagementservices.VersionObjectListenerImpl
public class VersionObjectListenerImpl
Constructor Summary | |
---|---|
VersionObjectListenerImpl(com.centrasite.jaxr.JAXRAccessor jaxr,
javax.xml.registry.infomodel.InternationalString newDescription,
java.lang.String newUserVersion)
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionObjectListenerImpl(com.centrasite.jaxr.JAXRAccessor jaxr, javax.xml.registry.infomodel.InternationalString newDescription, java.lang.String newUserVersion)
Method Detail |
---|
public boolean grantVersionedObject(javax.xml.registry.infomodel.RegistryObject registryObject)
grantVersionedObject
in interface VersionObjectListener
registryObject
- the versionable registry object
public boolean grantPurgeObject(javax.xml.registry.infomodel.RegistryObject registryObject)
grantPurgeObject
in interface VersionObjectListener
registryObject
- the versionable registry object
public void objectVersioned(javax.xml.registry.infomodel.RegistryObject registryObject)
objectVersioned
in interface VersionObjectListener
registryObject
- the new created versionable registry objectpublic void objectCopied(javax.xml.registry.infomodel.RegistryObject registryObject)
objectCopied
in interface VersionObjectListener
registryObject
- the newly created copied registry objectpublic VersionCopyMode handleExternalLink(javax.xml.registry.infomodel.RegistryObject registryObject, javax.xml.registry.infomodel.ExternalLink elink)
VersionObjectListener
handleExternalLink
in interface VersionObjectListener
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 |