ome.security
Class SystemTypes

java.lang.Object
  extended by 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

Constructor Summary
SystemTypes()
           
 
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
 

Constructor Detail

SystemTypes

public SystemTypes()
Method Detail

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.