|
|||||||||
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(RegistryBean registryBean)
Grant the object to be purged. |
boolean |
grantVersionedObject(RegistryBean registryBean)
Grant the object to be versioned. |
VersionCopyMode |
handleExternalLink(RegistryBean registryBean,
ExternalLink elink)
Handle the external link of given object according copy mode. |
void |
objectCopied(RegistryBean registryBean)
Handle the new copied object. |
void |
objectVersioned(RegistryBean registryBean)
Handle the new versioned object. |
Method Detail |
---|
boolean grantVersionedObject(RegistryBean registryBean) throws CSAppFrameworkException
registryBean
- the versionable registry object
CSAppFrameworkException
boolean grantPurgeObject(RegistryBean registryBean) throws CSAppFrameworkException
registryBean
- the versionable registry object
CSAppFrameworkException
void objectVersioned(RegistryBean registryBean) throws CSAppFrameworkException
registryBean
- the new created versionable registry object
CSAppFrameworkException
void objectCopied(RegistryBean registryBean) throws CSAppFrameworkException
registryBean
- the newly created copied registry object
CSAppFrameworkException
VersionCopyMode handleExternalLink(RegistryBean registryBean, ExternalLink elink) throws CSAppFrameworkException
registryBean
- the versioned registry object holding 'elink'elink
- the original external link of the registry object
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |