gov.nih.nci.caarray.services.security.mageom
Interface SecuredElementIdUpdater

All Known Implementing Classes:
DefaultSecuredElementIdUpdater

public interface SecuredElementIdUpdater

Author:
Joshua Phillips

Method Summary
 boolean update(java.lang.String className, java.lang.String id)
          Updates the securedElementId member of child objects given the parent object identity.
 

Method Detail

update

boolean update(java.lang.String className,
               java.lang.String id)
Updates the securedElementId member of child objects given the parent object identity.

Parameters:
className - parent object class name
id - parent object id
Returns:
boolean true if the element was updated, otherwise false