Task #651 (closed)
Opened 17 years ago
Closed 14 years ago
IPojos ot Other service: new methods
Reported by: | jburel | Owned by: | cxallan |
---|---|---|---|
Priority: | major | Milestone: | Unscheduled |
Component: | Services | Version: | 3.0-M3 |
Keywords: | n.a. | Cc: | jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
Given a rootNode containing images i.e. A Dataset or category
We need to annotate/classify the images within the passed container.
Returns: not sure an empty list if the images were not loaded,
the updated images otherwise
annotateChildren method:
annotateChildren(Class rootNodeType, Set rootNodeIds, boolean loaded, POptions)
rootNodeType: either Dataset or category
rootNodeType: collection of id (either dataset or category)
loaded: true if the images are already loaded, false otherwise.
Check performance if loaded.
Options:
classifyChildren method:
classifyChildren(Class rootNodeType, Set rootNodeIds, Set cagetories, boolean loaded, Options)
rootNodeType: either Dataset or category
rootNodeType: collection of id (either dataset or category)
categories: collection of category's ids or do we need the path Category Group-Category ?
loaded: true if the images are already loaded, false otherwise.
Change History (4)
comment:1 Changed 17 years ago by jmoore
comment:2 Changed 17 years ago by atarkowska
r1931 includes changes for PojoOprions? where is possibility to set interval.
comment:3 Changed 17 years ago by atarkowska
comment:4 Changed 14 years ago by jburel
- Resolution set to fixed
- Status changed from new to closed
this ticket is out of date. Closing.
Will create relevant tickets when required.
We may want to wait on the bulk annotation methods until we make a decision on AnnotationLinks. It would allow several images to point to the same annotation (if this is desired).