|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevisionDate | |
---|---|
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.blitz.tasks | |
ome.services.licenses | Contains an add-on service and interceptor for license administration. |
ome.services.licenses.tasks | Clearly specific tasks related to the use of ome.services.licenses. |
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 |
ome.util.tasks | Simple Runnable tasks for various needs. |
ome.util.tasks.admin | Adminstrative task implementations for OMERO Related Documentation For more information, please see: TODO |
Uses of RevisionDate in ome.annotations |
---|
Classes in ome.annotations with annotations of type RevisionDate | |
---|---|
interface |
Hidden
annotation which specifies that a method parameter (e.g. a password) must be hidden from logging output. |
Uses of RevisionDate in ome.api |
---|
Classes in ome.api with annotations of type RevisionDate | |
---|---|
interface |
IConfig
Access to server configuration. |
Uses of RevisionDate in ome.logic |
---|
Classes in ome.logic with annotations of type RevisionDate | |
---|---|
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 RevisionDate in ome.security |
---|
Classes in ome.security with annotations of type RevisionDate | |
---|---|
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 RevisionDate in ome.security.basic |
---|
Classes in ome.security.basic with annotations of type RevisionDate | |
---|---|
class |
BasicACLVoter
|
class |
BasicSecuritySystem
simplest implementation of SecuritySystem . |
class |
FlushEntityEventListener
responsible for responding to FlushEntityEvent . |
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 RevisionDate in ome.security.sharing |
---|
Classes in ome.security.sharing with annotations of type RevisionDate | |
---|---|
class |
SharingSecuritySystem
central security interface. |
Uses of RevisionDate in ome.services |
---|
Classes in ome.services with annotations of type RevisionDate | |
---|---|
class |
RenderingBean
Provides the RenderingEngine service. |
Uses of RevisionDate in ome.services.blitz.fire |
---|
Classes in ome.services.blitz.fire with annotations of type RevisionDate | |
---|---|
class |
PermissionsVerifierI
|
Uses of RevisionDate in ome.services.blitz.tasks |
---|
Classes in ome.services.blitz.tasks with annotations of type RevisionDate | |
---|---|
class |
BlitzTask
Extends SimpleTask in order to allow calling tasks on blitz servers
as well as application servers. |
Uses of RevisionDate in ome.services.licenses |
---|
Classes in ome.services.licenses with annotations of type RevisionDate | |
---|---|
class |
LicenseBean
Implementation of the ILicense service interface. |
Uses of RevisionDate in ome.services.licenses.tasks |
---|
Classes in ome.services.licenses.tasks with annotations of type RevisionDate | |
---|---|
class |
Config
|
class |
ResetLicensesTask
BlitzTask which provides access to the
license service , and can be used to reset the licenses in
the application server or in blitz. |
class |
Run
Command-line adapter which can run any task. |
Uses of RevisionDate in ome.services.sessions |
---|
Classes in ome.services.sessions with annotations of type RevisionDate | |
---|---|
class |
SessionBean
Implementation of ISession . |
Uses of RevisionDate in ome.services.util |
---|
Classes in ome.services.util with annotations of type RevisionDate | |
---|---|
class |
BeanHelper
Helper for all bean implementations. |
Uses of RevisionDate in ome.system |
---|
Classes in ome.system with annotations of type RevisionDate | |
---|---|
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 RevisionDate in ome.tools.hibernate |
---|
Classes in ome.tools.hibernate with annotations of type RevisionDate | |
---|---|
class |
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. |
Uses of RevisionDate in ome.util.tasks |
---|
Classes in ome.util.tasks with annotations of type RevisionDate | |
---|---|
class |
AntAdapter
Adapter for running tasks from Ant (http://ant.apache.org) Currently not functional for class loading reasons. |
class |
Configuration
Helper for creating any task from String properties, and can even instantiate ServiceFactory and Task objects if given the proper
arguments. |
class |
DebugTask
Task for debugging, which simply prints all properties passed to it on standard out. |
class |
Run
Command-line adapter which can run any task. |
class |
SimpleTask
Simplest possible concrete subclass of Task which has null methods
for all of the required methods. |
class |
Task
Base task class which defines the template methods for running a task. |
class |
TaskFailure
RuntimeException which can be thrown by
Task.handleException(RuntimeException) for special handling by the
default Run#handleException() . |
Uses of RevisionDate in ome.util.tasks.admin |
---|
Classes in ome.util.tasks.admin with annotations of type RevisionDate | |
---|---|
class |
AddGroupTask
AdminTask which creates a ExperimenterGroup with the given
name, and optionally with the given description and leader (Experimenter ). |
class |
AddUserTask
AdminTask which creates a Experimenter with the given login
name, first name, and last name, and optionally with the given email, middle
name, institution, and email. |
class |
AddUserToGroupTask
AdminTask which creates a GroupExperimenterMap between the
specified ExperimenterGroup and Experimenter . |
class |
AdminTask
Simplest possible concrete subclass of Task which has null methods
for all of the required methods. |
class |
ChangePasswordTask
AdminTask which changes the password for a given user. |
class |
DeleteGroupTask
AdminTask which deletes an ExperimenterGroup if possible. |
class |
DeleteUserTask
AdminTask which delets a Experimenter if possible. |
class |
ListUsersAndGroupsTask
SimpleTask which prints Experimenter and
ExperimenterGroup information to standard out. |
class |
RemoveUserFromGroupTask
AdminTask which deletes an GroupExperimenterMap for a given
ExperimenterGroup and Experimenter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.