|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteConflictListener
Interface for Conflict listening during ImportValidation.
Note: if enhancing this interface, backward compatibility must be considered !!!
Method Summary | |
---|---|
javax.xml.registry.infomodel.Organization |
getEffectiveOrganization(javax.xml.registry.infomodel.RegistryObject regObj,
java.lang.String orgKey)
Get the effective target organization for the object given. |
boolean |
isEqualReplace(javax.xml.registry.infomodel.RegistryObject regObj)
Check if the object, which was notified as "equal timestamp" is to be replaced. |
boolean |
isNewOrganizationForced()
Decides if a new organization (by getEffectiveOrganization()) is forced to set to the objects. |
boolean |
isReplace(javax.xml.registry.infomodel.RegistryObject regObj)
Check if the object, which was notified as "Conflict" because of different timestamp is replaced anyway. |
Method Detail |
---|
boolean isReplace(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- the conflicting object
javax.xml.registry.JAXRException
boolean isEqualReplace(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- the conflicting object
javax.xml.registry.JAXRException
javax.xml.registry.infomodel.Organization getEffectiveOrganization(javax.xml.registry.infomodel.RegistryObject regObj, java.lang.String orgKey) throws javax.xml.registry.JAXRException
regObj
- the registry object being importedorgKey
- the current key of the 'submittingOrganization' of the object (null: not present)
javax.xml.registry.JAXRException
boolean isNewOrganizationForced() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |