Uses of Class
ome.annotations.RevisionNumber

Packages that use RevisionNumber
ome.annotations Runtime source annotation package for the OMERO server This includes classes that annotate source code and check metadata at runtime for server API calls. 
ome.api Contains the central verbs of the Omero System. 
ome.logic The central repository of implementations which will be accessible through this server. 
ome.security JBoss and OMERO security handling This includes classes that provide security for the execution and usage of the OMERO server on a JBoss platform. 
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.security.sharing   
ome.services Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.blitz.fire   
ome.services.sessions   
ome.services.util Helper classes to support OMERO service beans Instead of abstract classes, IOC methods and dependency injection is used to provide service interception for the Service (binary) bean classes. 
ome.system Provides the necessary container structure for the entire Omero system. 
ome.tools.hibernate Hibernate specific tools for the OMERO Server Classes/Interfaces that implement Hibernate method mechanics for the OMERO server Related Documentation For more information, please see: TODO  
 

Uses of RevisionNumber in ome.annotations
 

Classes in ome.annotations with annotations of type RevisionNumber
 interface Hidden
          annotation which specifies that a method parameter (e.g. a password) must be hidden from logging output.
 

Uses of RevisionNumber in ome.api
 

Classes in ome.api with annotations of type RevisionNumber
 interface IConfig
          Access to server configuration.
 

Uses of RevisionNumber in ome.logic
 

Classes in ome.logic with annotations of type RevisionNumber
 class AdminImpl
          Provides methods for administering user accounts, passwords, as well as methods which require special privileges.
 class ConfigImpl
          implementation of the IConfig service interface.
 class HardWiredInterceptor
          Extension point for interceptors which should be compiled in from third-party code.
 class LdapImpl
          Provides methods for administering user accounts, passwords, as well as methods which require special privileges.
 class RenderingSettingsImpl
          Implementation of the IRenderingSettings I/F.
 class RepositoryInfoImpl
          Class implementation of the IRepositoryInfo service interface.
 

Uses of RevisionNumber in ome.security
 

Classes in ome.security with annotations of type RevisionNumber
 class ACLEventListener
          responsible for intercepting all pre-INSERT, pre-UPDATE, pre-DELETE, and post-LOAD events to apply access control.
 interface ACLVoter
          helper security interface for all decisions on access control
 interface AdminAction
          action for passing to SecuritySystem.runAsAdmin(AdminAction).
 interface SecuritySystem
          central security interface.
 

Uses of RevisionNumber in ome.security.basic
 

Classes in ome.security.basic with annotations of type RevisionNumber
 class BasicACLVoter
           
 class BasicSecuritySystem
          simplest implementation of SecuritySystem.
 class MergeEventListener
          responsible for responding to merge events. in particular in load/re-loading certain types to make use by clients easier.
 class OmeroInterceptor
          implements Interceptor for controlling various aspects of the Hibernate runtime.
 class UpdateEventListener
          responsible for setting the updat event on all events shortly before being saved.
 

Uses of RevisionNumber in ome.security.sharing
 

Classes in ome.security.sharing with annotations of type RevisionNumber
 class SharingSecuritySystem
          central security interface.
 

Uses of RevisionNumber in ome.services
 

Classes in ome.services with annotations of type RevisionNumber
 class RenderingBean
          Provides the RenderingEngine service.
 

Uses of RevisionNumber in ome.services.blitz.fire
 

Classes in ome.services.blitz.fire with annotations of type RevisionNumber
 class PermissionsVerifierI
           
 

Uses of RevisionNumber in ome.services.sessions
 

Classes in ome.services.sessions with annotations of type RevisionNumber
 class SessionBean
          Implementation of ISession.
 

Uses of RevisionNumber in ome.services.util
 

Classes in ome.services.util with annotations of type RevisionNumber
 class BeanHelper
          Helper for all bean implementations.
 

Uses of RevisionNumber in ome.system
 

Classes in ome.system with annotations of type RevisionNumber
 interface EventContext
          manages authenticated principals and other context for a given event.
 class Roles
          encapsulates the naming scheme for critical system groups and accounts.
 class SimpleEventContext
          simple, non-thread-safe, serializable EventContext
 class Version
          static utililty for checking Omero classes for revision number and date.
 

Uses of RevisionNumber in ome.tools.hibernate
 

Classes in ome.tools.hibernate with annotations of type RevisionNumber
 interface ExtendedMetadata
          extension of the model metadata provided by SessionFactory.
 class HibernateUtils
          contains methods for reloading unloaded entities and nulled collections as well as determining the index of certain properties in a dehydrated Hiberante array.
 class ReloadingRefreshEventListener
          responsible for responding to RefreshEvent. in particular in reloading the unloaded entities.
 class UpdateFilter
          responsible for correlating entity identities during multiple calls to merge.
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.