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
Single action produced by
ChgrpStepFactory |
class |
ChgrpValidation
Post-processing action produced by
ChgrpStepFactory ,
one for each ChgrpStep in order to check group permission
constraints. |
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChgrpStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
List<GraphStep> |
ChgrpStepFactory.postProcess(List<GraphStep> steps) |
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChgrpStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
List<GraphStep> |
ChgrpStepFactory.postProcess(List<GraphStep> steps) |
Constructor and Description |
---|
ChgrpStep(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long grp) |
ChgrpValidation(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long grp) |
Modifier and Type | Class and Description |
---|---|
class |
ChownStep
Single action produced by
ChownStepFactory |
class |
ChownValidation
Post-processing action produced by
ChownStepFactory ,
one for each ChownStep in order to check group permission
constraints. |
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChownStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
List<GraphStep> |
ChownStepFactory.postProcess(List<GraphStep> steps) |
Modifier and Type | Method and Description |
---|---|
GraphStep |
ChownStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
List<GraphStep> |
ChownStepFactory.postProcess(List<GraphStep> steps) |
Constructor and Description |
---|
ChownStep(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long usr) |
ChownValidation(OmeroContext ctx,
ExtendedMetadata em,
Roles roles,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids,
long grp) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteStep
Single action performed by
DeleteState . |
Modifier and Type | Method and Description |
---|---|
GraphStep |
DeleteStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
List<GraphStep> |
DeleteStepFactory.postProcess(List<GraphStep> steps) |
Modifier and Type | Method and Description |
---|---|
GraphStep |
DeleteStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
List<GraphStep> |
DeleteStepFactory.postProcess(List<GraphStep> steps) |
Constructor and Description |
---|
DeleteStep(OmeroContext ctx,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Class and Description |
---|---|
class |
ExporterStep
Marker action used during export.
|
Modifier and Type | Method and Description |
---|---|
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
List<GraphStep> |
ExporterStepFactory.postProcess(List<GraphStep> steps) |
Modifier and Type | Method and Description |
---|---|
void |
ExporterIndex.add(GraphStep step,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
List<GraphStep> |
ExporterStepFactory.postProcess(List<GraphStep> steps) |
Constructor and Description |
---|
ExporterStep(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Modifier and Type | Field and Description |
---|---|
GraphStep |
GraphStep.parent
Final member of
stack which is the direct ancestor of this
step. |
Modifier and Type | Field and Description |
---|---|
LinkedList<GraphStep> |
GraphStep.stack
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) |
Modifier and Type | Method and Description |
---|---|
List<GraphStep> |
GraphStepFactory.postProcess(List<GraphStep> steps)
Gives the
GraphStepFactory a chance to add pre or post-steps for
validation and similar activities. |
Modifier and Type | Method and Description |
---|---|
void |
GraphState.addGraphIds(GraphStep step)
Add the actually processed ids to the current savepoint.
|
void |
GraphStep.Callback.addGraphIds(GraphStep step) |
Modifier and Type | Method and Description |
---|---|
GraphStep |
GraphStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
List<GraphStep> |
GraphStepFactory.postProcess(List<GraphStep> steps)
Gives the
GraphStepFactory a chance to add pre or post-steps for
validation and similar activities. |
Constructor and Description |
---|
GraphStep(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids) |
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.