ome.security
Class SystemTypes
java.lang.Object
ome.security.SystemTypes
public class SystemTypes
- extends Object
Defines what IObject
classes are considered "system" types. System
types have special meaning with regard to ACL. They cannot be created except
by an administrator, primarily.
- Since:
- 3.0-Beta4
- Author:
- Josh Moore, josh at glencoesoftware.com
Method Summary |
boolean |
isSystemType(Class<? extends ome.model.IObject> klass)
classes which cannot be created by regular users. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemTypes
public SystemTypes()
isSystemType
public boolean isSystemType(Class<? extends ome.model.IObject> klass)
- classes which cannot be created by regular users.
- See Also:
- ticket156
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.