|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceFactory | |
---|---|
ome.formats | |
ome.formats.importer.util | |
ome.logic | The central repository of implementations which will be accessible through this server. |
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.services.blitz.fire | |
ome.services.blitz.tasks | |
ome.services.fulltext | All necessary classes for background indexing of metadata and attached binary files. |
ome.services.licenses.tasks | Clearly specific tasks related to the use of ome.services.licenses. |
ome.services.procs | Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. |
ome.services.scripts | |
ome.services.search | Internal search implementation classes. |
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.tools.spring | OMERO Server tools specific to Spring Classes/Interfaces that implement AOP, Post-processing injection, session flushing, and factory management. |
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 ServiceFactory in ome.formats |
---|
Constructors in ome.formats with parameters of type ServiceFactory | |
---|---|
OMEROMetadataStore(ServiceFactory factory)
Creates a new instance. |
Uses of ServiceFactory in ome.formats.importer.util |
---|
Constructors in ome.formats.importer.util with parameters of type ServiceFactory | |
---|---|
TinyImportFixture(ServiceFactory services)
|
Uses of ServiceFactory in ome.logic |
---|
Methods in ome.logic that return ServiceFactory | |
---|---|
protected ServiceFactory |
HardWiredInterceptor.getServiceFactory(MethodInvocation mi)
|
Methods in ome.logic with parameters of type ServiceFactory | |
---|---|
static void |
HardWiredInterceptor.initializeUserAttributes(MethodInvocation mi,
ServiceFactory sf,
Principal pr)
Adds the given environment context objects to the ReflectiveMethodInvocation.getUserAttributes()
Map for lookup in subclasses |
Uses of ServiceFactory in ome.security.basic |
---|
Fields in ome.security.basic declared as ServiceFactory | |
---|---|
protected ServiceFactory |
BasicSecuritySystem.sf
|
Methods in ome.security.basic with parameters of type ServiceFactory | |
---|---|
static BasicSecuritySystem |
BasicSecuritySystem.selfConfigure(SessionManager sm,
ServiceFactory sf)
Simpilifed factory method which generates all the security primitives internally. |
Constructors in ome.security.basic with parameters of type ServiceFactory | |
---|---|
BasicSecuritySystem(OmeroInterceptor interceptor,
SystemTypes sysTypes,
CurrentDetails cd,
SessionManager sessionManager,
Roles roles,
ServiceFactory sf,
TokenHolder tokenHolder)
Main public constructor for this SecuritySystem implementation. |
Uses of ServiceFactory in ome.services.blitz.fire |
---|
Constructors in ome.services.blitz.fire with parameters of type ServiceFactory | |
---|---|
AopContextInitializer(ServiceFactory sf,
Principal p)
|
Uses of ServiceFactory in ome.services.blitz.tasks |
---|
Constructors in ome.services.blitz.tasks with parameters of type ServiceFactory | |
---|---|
BlitzTask(ServiceFactory serviceFactory,
Properties properties)
Delegates to super constructor. |
Uses of ServiceFactory in ome.services.fulltext |
---|
Methods in ome.services.fulltext with parameters of type ServiceFactory | |
---|---|
Object |
FullTextIndexer.doWork(org.hibernate.Session session,
ServiceFactory sf)
Runs FullTextIndexer.doIndexing(FullTextSession) within a Lucene transaction. |
Uses of ServiceFactory in ome.services.licenses.tasks |
---|
Methods in ome.services.licenses.tasks that return ServiceFactory | |
---|---|
ServiceFactory |
Config.createServiceFactory()
|
protected ServiceFactory |
Run.getServiceFactory()
|
Constructors in ome.services.licenses.tasks with parameters of type ServiceFactory | |
---|---|
ResetLicensesTask(ServiceFactory sf,
Properties p)
Delegates to super |
Uses of ServiceFactory in ome.services.procs |
---|
Methods in ome.services.procs with parameters of type ServiceFactory | |
---|---|
List<ome.model.jobs.Job> |
ProcessManager.Work.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
protected ome.model.jobs.Job |
ProcessManager.Work.job(ServiceFactory sf,
long id)
|
void |
ProcessManager.Work.startProcess(ServiceFactory sf,
long jobId)
|
Uses of ServiceFactory in ome.services.scripts |
---|
Methods in ome.services.scripts with parameters of type ServiceFactory | |
---|---|
protected ome.model.core.OriginalFile |
ScriptUploader.createScript(byte[] buf,
String sha1,
ServiceFactory sf)
Create the original file and upload the bytes we've already read into memory. |
protected List<ome.model.core.OriginalFile> |
ScriptUploader.loadScripts(ServiceFactory sf,
ome.parameters.Parameters p)
Load all scripts that match the name, sha1, and format for script |
Uses of ServiceFactory in ome.services.search |
---|
Methods in ome.services.search with parameters of type ServiceFactory | |
---|---|
Object |
AnnotatedWith.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Object |
Complement.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Object |
FullText.doWork(org.hibernate.Session s,
ServiceFactory sf)
|
Object |
HqlQuery.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Object |
Intersection.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Object |
SimilarTerms.doWork(org.hibernate.Session s,
ServiceFactory sf)
|
Object |
TagsAndGroups.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Object |
Union.doWork(org.hibernate.Session session,
ServiceFactory sf)
|
Uses of ServiceFactory in ome.services.util |
---|
Methods in ome.services.util with parameters of type ServiceFactory | |
---|---|
Object |
Executor.Work.doWork(org.hibernate.Session session,
ServiceFactory sf)
Work method. |
Uses of ServiceFactory in ome.tools.spring |
---|
Subclasses of ServiceFactory in ome.tools.spring | |
---|---|
class |
InternalServiceFactory
subclass of ome.system.ServiceFactory which retrieves unmanaged ("internal") service- instances. |
class |
ManagedServiceFactory
subclass of ome.system.ServiceFactory which retrieves managed service- instances. |
Uses of ServiceFactory in ome.util.tasks |
---|
Methods in ome.util.tasks that return ServiceFactory | |
---|---|
ServiceFactory |
Configuration.createServiceFactory()
Creates a ServiceFactory instance based on the values of
#getServer() and #getLogin() (such that a subclass could
override these methods to influence the ServiceFactory). |
ServiceFactory |
Task.getServiceFactory()
returns the ServiceFactory instance provided during construction. |
Constructors in ome.util.tasks with parameters of type ServiceFactory | |
---|---|
DebugTask(ServiceFactory serviceFactory,
Properties properties)
Sole constructor. |
|
SimpleTask(ServiceFactory serviceFactory,
Properties properties)
Sole constructor. |
|
Task(ServiceFactory serviceFactory,
Properties properties)
Sole constructor. |
Uses of ServiceFactory in ome.util.tasks.admin |
---|
Constructors in ome.util.tasks.admin with parameters of type ServiceFactory | |
---|---|
AddGroupTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
AddUserTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
AddUserToGroupTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
AdminTask(ServiceFactory serviceFactory,
Properties properties)
Sole constructor. |
|
ChangePasswordTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
DeleteGroupTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
DeleteUserTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
ListUsersAndGroupsTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
RemoveUserFromGroupTask(ServiceFactory sf,
Properties p)
Delegates to super |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.