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