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,
ome.util.SqlAction sql,
GraphOpts opts) |
void |
ChgrpValidation.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts) |
GraphStep |
ChgrpStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
void |
ChgrpStep.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
void |
ChgrpValidation.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
Modifier and Type | Method and Description |
---|---|
void |
ChownStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts) |
void |
ChownValidation.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts) |
GraphStep |
ChownStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
void |
ChownStep.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
void |
ChownValidation.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteException
Exception which will be thrown by activities within
DeleteSpec
implementations. |
Modifier and Type | Method and Description |
---|---|
void |
DeleteStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts) |
GraphStep |
DeleteStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
void |
DeleteStep.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
int |
Deletion.start(EventContext ec,
ome.util.SqlAction sql,
org.hibernate.Session session,
String type,
long id,
Map<String,String> options)
Returns the number of steps that are available.
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts) |
void |
ExporterIndex.add(GraphStep step,
long[] ids) |
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
long |
ExporterIndex.getIdByOrder(int order)
Returns the id of an object based on the order in which it was added.
|
<T extends ome.model.IObject> |
ExporterStepFactory.getObject(String name,
int order) |
void |
ExporterStep.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
Modifier and Type | Method and Description |
---|---|
abstract void |
GraphStep.action(GraphStep.Callback cb,
org.hibernate.Session session,
ome.util.SqlAction sql,
GraphOpts opts)
Primary action which should perform the main modifications required by
the step.
|
GraphStep |
GraphStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
String |
GraphState.execute(int j) |
int |
AbstractHierarchyGraphSpec.initialize(long id,
String superspec,
Map<String,String> dontmodify)
In order to allow subclasses like the AnnotationGraphSpec to make use
of this method, hooks have been added.
|
int |
BaseGraphSpec.initialize(long id,
String superspec,
Map<String,String> options) |
int |
GraphEntry.initialize(long id,
String superspec,
Map<String,String> options)
Called during
GraphSpec.initialize(long, String, Map) to give
the entry a chance to modify its #op based on the options and to
initialize subspecs. |
int |
GraphSpec.initialize(long id,
String supersec,
Map<String,String> options)
Called as each action is started.
|
protected void |
BaseGraphSpec.join(QueryBuilder qb,
String from,
String fromAlias,
String to,
String toAlias)
Used to generate a join statement on the
QueryBuilder making use
of {@link ExtendedMetadata#getRelationship(String, String). |
ome.model.IObject |
BaseGraphSpec.load(org.hibernate.Session session) |
ome.model.IObject |
GraphSpec.load(org.hibernate.Session session)
Loads the object that this spec points to.
|
abstract void |
GraphStep.onRelease(Class<ome.model.IObject> k,
Set<Long> ids) |
void |
GraphOpts.push(GraphOpts.Op op,
boolean modified,
EventContext ec)
Adds the given operation to the current list if the user
has permissions to do so.
|
void |
GraphStep.push(GraphOpts opts) |
void |
GraphEntry.push(GraphOpts opts,
EventContext ec) |
long[][] |
AbstractHierarchyGraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and) |
long[][] |
BaseGraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and) |
long[][] |
GraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and)
If a given path is processed before its sub-path, this points to a
one-to-one relationship.
|
void |
GraphStep.release(GraphStep.Callback cb) |
void |
GraphState.release(String savepoint,
int count) |
void |
GraphStep.Callback.release(String savepoint,
int count) |
void |
GraphStep.rollback(GraphStep.Callback cb) |
void |
GraphState.rollback(String savepoint,
int count) |
void |
GraphStep.Callback.rollback(String savepoint,
int count) |
String |
GraphStep.start(GraphStep.Callback cb) |
Constructor and Description |
---|
GraphState(EventContext ec,
GraphStepFactory factory,
ome.util.SqlAction sql,
org.hibernate.Session session,
GraphSpec spec) |
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.