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 |
---|---|
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 | 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 | 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 | Method and Description |
---|---|
GraphStep |
ExporterStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
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 |
---|---|
GraphEntry |
GraphStep.entry
Deprecated.
GraphEntry instance which is active for this step. |
Modifier and Type | Field and Description |
---|---|
protected List<GraphEntry> |
BaseGraphSpec.entries
Deprecated.
The paths which make up this graph specification.
|
Modifier and Type | Method and Description |
---|---|
List<GraphEntry> |
BaseGraphSpec.entries()
Deprecated.
|
List<GraphEntry> |
GraphSpec.entries()
Deprecated.
Returns a copy of the list of
GraphEntry instances contained in
this GraphSpec |
Modifier and Type | Method and Description |
---|---|
void |
GraphTables.add(GraphEntry entry,
long[][] results)
Deprecated.
|
protected org.hibernate.Query |
BaseGraphSpec.buildQuery(String[] sub,
GraphEntry subpath,
QueryBuilder qb,
QueryBuilder and,
org.hibernate.Session session)
Deprecated.
|
Iterator<List<long[]>> |
GraphTables.columnSets(GraphEntry entry,
long[] match)
Deprecated.
Returns all column sets where the first LENGTH - 1 members of "match"
coincide with the values of the columns in the set.
|
GraphStep |
GraphStepFactory.create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
protected QueryBuilder |
BaseGraphSpec.createQueryBuilder(String[] sub,
GraphEntry subpath)
Deprecated.
|
protected long[][] |
BaseGraphSpec.parseResults(String[] sub,
GraphEntry subpath,
List<List<Long>> results)
Deprecated.
|
long[][] |
AbstractHierarchyGraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and)
Deprecated.
|
long[][] |
BaseGraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and)
Deprecated.
|
long[][] |
GraphSpec.queryBackupIds(org.hibernate.Session session,
int step,
GraphEntry subpath,
QueryBuilder and)
Deprecated.
If a given path is processed before its sub-path, this points to a
one-to-one relationship.
|
protected List<List<Long>> |
BaseGraphSpec.runQuery(String[] sub,
GraphEntry subpath,
org.hibernate.Query q,
org.hibernate.Session session)
Deprecated.
|
protected void |
BaseGraphSpec.walk(String[] sub,
GraphEntry entry,
QueryBuilder qb)
Deprecated.
Walks the parts given adding a new relationship between each.
|
Constructor and Description |
---|
GraphEntry(GraphSpec self,
String name,
GraphEntry entry)
Deprecated.
|
GraphStep(ExtendedMetadata em,
int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
Version: 5.1.4-ice35-b55
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.