public interface ChmodStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
check(IObject obj,
Object check)
Performs one of the checks returned by
getChecks(IObject obj, String permissions). |
void |
chmod(IObject obj,
String permissions)
Change the permissions for the given object.
|
Object[] |
getChecks(IObject obj,
String permissions)
Return all the checks necessary to validate the
given object if it were to have its permissions.
|
Object[] getChecks(IObject obj, String permissions)
check(IObject, Object).void chmod(IObject obj, String permissions)
#check(IObject, String) to
guarantee that no invalid links are present.void check(IObject obj, Object check)
getChecks(IObject obj, String permissions).
These will typically be queries to be performed
across all tables.
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.