Package ome.security
Interface SecureAction
-
- All Known Implementing Classes:
SecureMerge
public interface SecureActionAction for passing toSecuritySystem.doAction(SecureAction, IObject...).- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends ome.model.IObject>
TupdateObject(T... objs)executes with special privileges within theSecuritySystem.
-
-
-
Method Detail
-
updateObject
<T extends ome.model.IObject> T updateObject(T... objs)
executes with special privileges within theSecuritySystem. These privileges will be granted only to the top-level objects.- Parameters:
objs- some model objects- Returns:
- the updated objects
-
-