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 | Class and Description |
---|---|
class |
ChgrpStep
Deprecated.
will be removed in OMERO 5.2, so use the
new graphs implementation
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChgrpStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChgrpStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Constructor and Description |
---|
ChgrpStep(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long grp)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ChownStep
Deprecated.
will be removed in OMERO 5.2, so use the
new graphs implementation
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChownStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChownStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Constructor and Description |
---|
ChownStep(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long usr)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteStep
Deprecated.
will be removed in OMERO 5.2, so use the
new graphs implementation
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
DeleteStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
DeleteStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Constructor and Description |
---|
DeleteStep(ExtendedMetadata em,
OmeroContext ctx,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExporterStep
Deprecated.
will be removed in OMERO 5.2, so use the
new graphs implementation
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterIndex.add(GraphStep step,
long[] ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
GraphSteps |
ExporterStepFactory.postProcess(List<GraphStep> steps)
Deprecated.
|
Constructor and Description |
---|
ExporterStep(ExtendedMetadata em,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
GraphStep |
GraphStep.parent
Deprecated.
Final member of
stack which is the direct ancestor of this
step. |
Modifier and Type | Field and Description |
---|---|
LinkedList<GraphStep> |
GraphStep.stack
Deprecated.
Stack of other
GraphStep instances which show where this step is
in the entire graph. |
Modifier and Type | Method and Description |
---|---|
GraphStep |
GraphStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
GraphStep |
GraphSteps.get(int index)
Deprecated.
|
GraphStep |
GraphState.getStep(int i)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphState.addGraphIds(GraphStep step)
Deprecated.
Add the actually processed ids to the current savepoint.
|
void |
GraphStep.Callback.addGraphIds(GraphStep step) |
boolean |
GraphSteps.alreadySucceeded(GraphStep step)
Deprecated.
|
boolean |
GraphSteps.alreadyValidated(GraphStep step)
Deprecated.
|
void |
GraphSteps.succeeded(GraphStep step)
Deprecated.
|
void |
GraphSteps.validated(GraphStep step)
Deprecated.
|
boolean |
GraphSteps.willBeTriedAgain(GraphStep step)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
GraphStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
protected void |
AbstractStepFactory.onPostProcess(List<GraphStep> steps)
Deprecated.
|
GraphSteps |
AbstractStepFactory.postProcess(List<GraphStep> steps)
Deprecated.
|
GraphSteps |
GraphStepFactory.postProcess(List<GraphStep> steps)
Deprecated.
Gives the
GraphStepFactory a chance to add pre or post-steps for
validation and similar activities. |
Constructor and Description |
---|
GraphStep(ExtendedMetadata em,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
GraphSteps(List<GraphStep> steps)
Deprecated.
|
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.