Task #3628 (closed)
Opened 14 years ago
Closed 14 years ago
Add methods for MetadataRetrieve-style lookups to GraphState
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.3 |
Component: | Services | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-01-13 (3) |
Description (last modified by jmoore)
In order to allow OmeroReader to efficiently use GraphState, methods of the form getImageCount(), getImage(0),... should be added to GraphState (or a wrapper object). These can then be used by some mapping layer to fulfill the MetadataRetrieve interface.
Change History (8)
comment:1 Changed 14 years ago by jmoore
- Description modified (diff)
- Summary changed from Add methods for IRetrieve-style lookups to GraphState to Add methods for MetadataRetrieve-style lookups to GraphState
comment:2 Changed 14 years ago by jmoore
- Owner set to jmoore
- Status changed from new to assigned
comment:3 Changed 14 years ago by jmoore
comment:4 Changed 14 years ago by jburel
- Sprint changed from 2010-12-09 (21) to 2010-12-23 (22)
Moved from sprint 2010-12-09 (21)
comment:5 Changed 14 years ago by jburel
- Sprint changed from 2010-12-23 (22) to 2011-01-13 (23)
Moved from sprint 2010-12-23 (22)
comment:6 Changed 14 years ago by jmoore
(In [8899/omero]) Fixing of all graph tests via proper spec initialization (See #3628)
comment:7 Changed 14 years ago by jmoore
(In [8900/omero]) ExporterStepFactory test refactorings in preparation for implementation (See #3628)
comment:8 Changed 14 years ago by jmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
(In [8901/omero]) Basic working ExporterSpecFactory functionality (Fix #3628)
(In [8734]) Initial ExporterStepFactory for indexing found objects (See #3628)
Also includes a refactoring of GraphStateUnitTest for easier mock
creation, and fixes a failing test that needed the as-yet uncommitted
step factory.