Class SecureMerge

    • Constructor Summary

      Constructors 
      Constructor Description
      SecureMerge​(org.hibernate.Session session)  
      SecureMerge​(org.hibernate.Session session, boolean flush)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends ome.model.IObject>
      T
      updateObject​(T... objs)
      executes with special privileges within the SecuritySystem.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecureMerge

        public SecureMerge​(org.hibernate.Session session)
      • SecureMerge

        public SecureMerge​(org.hibernate.Session session,
                           boolean flush)
    • Method Detail

      • updateObject

        public <T extends ome.model.IObject> T updateObject​(T... objs)
        Description copied from interface: SecureAction
        executes with special privileges within the SecuritySystem. These privileges will be granted only to the top-level objects.
        Specified by:
        updateObject in interface SecureAction
        Parameters:
        objs - some model objects
        Returns:
        the updated objects