Package | Description |
---|---|
ome.services.chgrp | |
ome.services.chown | |
ome.services.delete |
Implementations of the ome.api.IDelete service.
|
ome.services.export |
Helpers for implementing the necessary interfaces from Bio-Formats for
mapping OMERO objects (ome.model.*) to OME-XML and OME-TIFF
|
ome.services.graphs |
Server classes for handling complicated graphs of model objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ChgrpStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
|
void |
ChgrpStep.validate(GraphState graphState,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ChownStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
|
void |
ChownStep.validate(org.hibernate.Session session,
GraphOpts opts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphOpts |
GraphState.getOpts()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GraphStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
Primary action which should perform the main modifications required by
the step.
|
QueryBuilder |
BaseGraphSpec.chgrpQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
GraphSpec.chgrpQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
Return a
QueryBuilder which has been properly initialized to take the parameters "id"
and "grp" and then have QueryBuilder.query(Session) called. |
QueryBuilder |
LightSourceGraphSpec.chgrpQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
BaseGraphSpec.chmodQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
GraphSpec.chmodQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
BaseGraphSpec.deleteQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
GraphSpec.deleteQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
|
QueryBuilder |
RenderingDefGraphSpec.deleteQuery(EventContext ec,
String table,
GraphOpts opts)
Deprecated.
Uses direct SQL in order to workaround any security filters
which may be in place since rdefs are considered outside of
the security system.
|
void |
GraphEntry.pop(GraphOpts opts)
Deprecated.
|
void |
GraphStep.pop(GraphOpts opts)
Deprecated.
|
void |
GraphStep.push(GraphOpts opts)
Deprecated.
|
void |
GraphEntry.push(GraphOpts opts,
EventContext ec)
Deprecated.
|
void |
GraphStep.validate(GraphState graphState,
org.hibernate.Session session,
SqlAction sql,
GraphOpts opts)
Deprecated.
Action performed at the end of the transaction to give all rows the
chance to invalidate other actions.
|
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.