public class LineI extends Line implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
DETAILS |
static java.lang.String |
FILLCOLOR |
static java.lang.String |
FILLRULE |
static java.lang.String |
FONTFAMILY |
static java.lang.String |
FONTSIZE |
static java.lang.String |
FONTSTYLE |
static java.lang.String |
LOCKED |
static java.lang.String |
MARKEREND |
static java.lang.String |
MARKERSTART |
static java.lang.String |
ROI |
static java.lang.String |
STROKECOLOR |
static java.lang.String |
STROKEDASHARRAY |
static java.lang.String |
STROKEWIDTH |
static java.lang.String |
TEXTVALUE |
static java.lang.String |
THEC |
static java.lang.String |
THET |
static java.lang.String |
THEZ |
static java.lang.String |
TRANSFORM |
static java.lang.String |
X1 |
static java.lang.String |
X2 |
static java.lang.String |
Y1 |
static java.lang.String |
Y2 |
__ids, markerEnd, markerStart, serialVersionUID, textValue, x1, x2, y1, y2
annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, fillColor, fillRule, fontFamily, fontSize, fontStyle, locked, roi, strokeColor, strokeDashArray, strokeWidth, theC, theT, theZ, transform, version
Constructor and Description |
---|
LineI() |
LineI(long id,
boolean loaded) |
LineI(RLong id,
boolean loaded) |
Modifier and Type | Method and Description |
---|---|
void |
addAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets,
Ice.Current current) |
void |
addShapeAnnotationLink(ShapeAnnotationLink target,
Ice.Current current) |
void |
addShapeAnnotationLinkToBoth(ShapeAnnotationLink link,
boolean bothSides,
Ice.Current current) |
static java.util.List<LineI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearAnnotationLinks(Ice.Current current) |
java.util.List |
copyAnnotationLinks(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
java.util.List<ShapeAnnotationLink> |
findShapeAnnotationLink(Annotation removal,
Ice.Current current) |
protected java.util.List |
getAnnotationLinks(Ice.Current current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
RInt |
getFillColor(Ice.Current current) |
RString |
getFillRule(Ice.Current current) |
RString |
getFontFamily(Ice.Current current) |
Length |
getFontSize(Ice.Current current) |
RString |
getFontStyle(Ice.Current current) |
RLong |
getId(Ice.Current current) |
RBool |
getLocked(Ice.Current current) |
RString |
getMarkerEnd(Ice.Current current) |
RString |
getMarkerStart(Ice.Current current) |
Roi |
getRoi(Ice.Current current) |
RInt |
getStrokeColor(Ice.Current current) |
RString |
getStrokeDashArray(Ice.Current current) |
Length |
getStrokeWidth(Ice.Current current) |
RString |
getTextValue(Ice.Current current) |
RInt |
getTheC(Ice.Current current) |
RInt |
getTheT(Ice.Current current) |
RInt |
getTheZ(Ice.Current current) |
AffineTransform |
getTransform(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
RDouble |
getX1(Ice.Current current) |
RDouble |
getX2(Ice.Current current) |
RDouble |
getY1(Ice.Current current) |
RDouble |
getY2(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isAnnotationLinksLoaded() |
boolean |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current current)
The server will persist changes made to these types.
|
java.util.Iterator |
iterateAnnotationLinks() |
ShapeAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current current) |
IObject |
proxy(Ice.Current current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
reloadAnnotationLinks(Shape toCopy,
Ice.Current current) |
void |
removeAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets,
Ice.Current current) |
void |
removeShapeAnnotationLink(ShapeAnnotationLink target,
Ice.Current current) |
void |
removeShapeAnnotationLinkFromBoth(ShapeAnnotationLink link,
boolean bothSides,
Ice.Current current) |
protected void |
setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current) |
void |
setFillColor(RInt fillColor,
Ice.Current current) |
void |
setFillRule(RString fillRule,
Ice.Current current) |
void |
setFontFamily(RString fontFamily,
Ice.Current current) |
void |
setFontSize(Length fontSize,
Ice.Current current) |
void |
setFontStyle(RString fontStyle,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setLocked(RBool locked,
Ice.Current current) |
void |
setMarkerEnd(RString markerEnd,
Ice.Current current) |
void |
setMarkerStart(RString markerStart,
Ice.Current current) |
void |
setRoi(Roi roi,
Ice.Current current) |
void |
setStrokeColor(RInt strokeColor,
Ice.Current current) |
void |
setStrokeDashArray(RString strokeDashArray,
Ice.Current current) |
void |
setStrokeWidth(Length strokeWidth,
Ice.Current current) |
void |
setTextValue(RString textValue,
Ice.Current current) |
void |
setTheC(RInt theC,
Ice.Current current) |
void |
setTheT(RInt theT,
Ice.Current current) |
void |
setTheZ(RInt theZ,
Ice.Current current) |
void |
setTransform(AffineTransform transform,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
void |
setX1(RDouble x1,
Ice.Current current) |
void |
setX2(RDouble x2,
Ice.Current current) |
void |
setY1(RDouble y1,
Ice.Current current) |
void |
setY2(RDouble y2,
Ice.Current current) |
IObject |
shallowCopy(Ice.Current current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfAnnotationLinks(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current current) |
void |
unload(Ice.Current current)
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadAnnotationLinks(Ice.Current current) |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadFillColor() |
void |
unloadFillRule() |
void |
unloadFontFamily() |
void |
unloadFontSize() |
void |
unloadFontStyle() |
void |
unloadLocked() |
void |
unloadMarkerEnd() |
void |
unloadMarkerStart() |
void |
unloadRoi() |
void |
unloadStrokeColor() |
void |
unloadStrokeDashArray() |
void |
unloadStrokeWidth() |
void |
unloadTextValue() |
void |
unloadTheC() |
void |
unloadTheT() |
void |
unloadTheZ() |
void |
unloadTransform() |
void |
unloadX1() |
void |
unloadX2() |
void |
unloadY1() |
void |
unloadY2() |
___getMarkerEnd, ___getMarkerStart, ___getTextValue, ___getX1, ___getX2, ___getY1, ___getY2, ___setMarkerEnd, ___setMarkerStart, ___setTextValue, ___setX1, ___setX2, ___setY1, ___setY2, __dispatch, __readImpl, __writeImpl, clone, getMarkerEnd, getMarkerStart, getTextValue, getX1, getX2, getY1, getY2, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setMarkerEnd, setMarkerStart, setTextValue, setX1, setX2, setY1, setY2
___addAllShapeAnnotationLinkSet, ___addShapeAnnotationLink, ___addShapeAnnotationLinkToBoth, ___clearAnnotationLinks, ___copyAnnotationLinks, ___findShapeAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getFillColor, ___getFillRule, ___getFontFamily, ___getFontSize, ___getFontStyle, ___getLocked, ___getRoi, ___getStrokeColor, ___getStrokeDashArray, ___getStrokeWidth, ___getTheC, ___getTheT, ___getTheZ, ___getTransform, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___removeAllShapeAnnotationLinkSet, ___removeShapeAnnotationLink, ___removeShapeAnnotationLinkFromBoth, ___setFillColor, ___setFillRule, ___setFontFamily, ___setFontSize, ___setFontStyle, ___setLocked, ___setRoi, ___setStrokeColor, ___setStrokeDashArray, ___setStrokeWidth, ___setTheC, ___setTheT, ___setTheZ, ___setTransform, ___setVersion, ___sizeOfAnnotationLinks, ___unlinkAnnotation, ___unloadAnnotationLinks, addAllShapeAnnotationLinkSet, addShapeAnnotationLink, addShapeAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findShapeAnnotationLink, getAnnotationLinksCountPerOwner, getFillColor, getFillRule, getFontFamily, getFontSize, getFontStyle, getLocked, getRoi, getStrokeColor, getStrokeDashArray, getStrokeWidth, getTheC, getTheT, getTheZ, getTransform, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllShapeAnnotationLinkSet, removeShapeAnnotationLink, removeShapeAnnotationLinkFromBoth, setFillColor, setFillRule, setFontFamily, setFontSize, setFontStyle, setLocked, setRoi, setStrokeColor, setStrokeDashArray, setStrokeWidth, setTheC, setTheT, setTheZ, setTransform, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAllShapeAnnotationLinkSet, addShapeAnnotationLink, addShapeAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findShapeAnnotationLink, getAnnotationLinksCountPerOwner, getFillColor, getFillRule, getFontFamily, getFontSize, getFontStyle, getLocked, getRoi, getStrokeColor, getStrokeDashArray, getStrokeWidth, getTheC, getTheT, getTheZ, getTransform, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllShapeAnnotationLinkSet, removeShapeAnnotationLink, removeShapeAnnotationLinkFromBoth, setFillColor, setFillRule, setFontFamily, setFontSize, setFontStyle, setLocked, setRoi, setStrokeColor, setStrokeDashArray, setStrokeWidth, setTheC, setTheT, setTheZ, setTransform, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String X1
public static final java.lang.String Y1
public static final java.lang.String X2
public static final java.lang.String Y2
public static final java.lang.String MARKERSTART
public static final java.lang.String MARKEREND
public static final java.lang.String TEXTVALUE
public static final java.lang.String THEZ
public static final java.lang.String THET
public static final java.lang.String THEC
public static final java.lang.String ROI
public static final java.lang.String LOCKED
public static final java.lang.String TRANSFORM
public static final java.lang.String FILLCOLOR
public static final java.lang.String FILLRULE
public static final java.lang.String STROKECOLOR
public static final java.lang.String STROKEDASHARRAY
public static final java.lang.String STROKEWIDTH
public static final java.lang.String FONTFAMILY
public static final java.lang.String FONTSIZE
public static final java.lang.String FONTSTYLE
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String DETAILS
public LineI()
public LineI(long id, boolean loaded)
public LineI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _ShapeOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _ShapeOperations
public void unloadX1()
public RDouble getX1(Ice.Current current) throws UnloadedEntityException
getX1
in interface _LineOperations
UnloadedEntityException
public void setX1(RDouble x1, Ice.Current current) throws UnloadedEntityException
setX1
in interface _LineOperations
UnloadedEntityException
public void unloadY1()
public RDouble getY1(Ice.Current current) throws UnloadedEntityException
getY1
in interface _LineOperations
UnloadedEntityException
public void setY1(RDouble y1, Ice.Current current) throws UnloadedEntityException
setY1
in interface _LineOperations
UnloadedEntityException
public void unloadX2()
public RDouble getX2(Ice.Current current) throws UnloadedEntityException
getX2
in interface _LineOperations
UnloadedEntityException
public void setX2(RDouble x2, Ice.Current current) throws UnloadedEntityException
setX2
in interface _LineOperations
UnloadedEntityException
public void unloadY2()
public RDouble getY2(Ice.Current current) throws UnloadedEntityException
getY2
in interface _LineOperations
UnloadedEntityException
public void setY2(RDouble y2, Ice.Current current) throws UnloadedEntityException
setY2
in interface _LineOperations
UnloadedEntityException
public void unloadMarkerStart()
public RString getMarkerStart(Ice.Current current) throws UnloadedEntityException
getMarkerStart
in interface _LineOperations
UnloadedEntityException
public void setMarkerStart(RString markerStart, Ice.Current current) throws UnloadedEntityException
setMarkerStart
in interface _LineOperations
UnloadedEntityException
public void unloadMarkerEnd()
public RString getMarkerEnd(Ice.Current current) throws UnloadedEntityException
getMarkerEnd
in interface _LineOperations
UnloadedEntityException
public void setMarkerEnd(RString markerEnd, Ice.Current current) throws UnloadedEntityException
setMarkerEnd
in interface _LineOperations
UnloadedEntityException
public void unloadTextValue()
public RString getTextValue(Ice.Current current) throws UnloadedEntityException
getTextValue
in interface _LineOperations
UnloadedEntityException
public void setTextValue(RString textValue, Ice.Current current) throws UnloadedEntityException
setTextValue
in interface _LineOperations
UnloadedEntityException
public void unloadTheZ()
public RInt getTheZ(Ice.Current current) throws UnloadedEntityException
getTheZ
in interface _ShapeOperations
UnloadedEntityException
public void setTheZ(RInt theZ, Ice.Current current) throws UnloadedEntityException
setTheZ
in interface _ShapeOperations
UnloadedEntityException
public void unloadTheT()
public RInt getTheT(Ice.Current current) throws UnloadedEntityException
getTheT
in interface _ShapeOperations
UnloadedEntityException
public void setTheT(RInt theT, Ice.Current current) throws UnloadedEntityException
setTheT
in interface _ShapeOperations
UnloadedEntityException
public void unloadTheC()
public RInt getTheC(Ice.Current current) throws UnloadedEntityException
getTheC
in interface _ShapeOperations
UnloadedEntityException
public void setTheC(RInt theC, Ice.Current current) throws UnloadedEntityException
setTheC
in interface _ShapeOperations
UnloadedEntityException
public void unloadRoi()
public Roi getRoi(Ice.Current current) throws UnloadedEntityException
getRoi
in interface _ShapeOperations
UnloadedEntityException
public void setRoi(Roi roi, Ice.Current current) throws UnloadedEntityException
setRoi
in interface _ShapeOperations
UnloadedEntityException
public void unloadLocked()
public RBool getLocked(Ice.Current current) throws UnloadedEntityException
getLocked
in interface _ShapeOperations
UnloadedEntityException
public void setLocked(RBool locked, Ice.Current current) throws UnloadedEntityException
setLocked
in interface _ShapeOperations
UnloadedEntityException
public void unloadTransform()
public AffineTransform getTransform(Ice.Current current) throws UnloadedEntityException
getTransform
in interface _ShapeOperations
UnloadedEntityException
public void setTransform(AffineTransform transform, Ice.Current current) throws UnloadedEntityException
setTransform
in interface _ShapeOperations
UnloadedEntityException
public void unloadFillColor()
public RInt getFillColor(Ice.Current current) throws UnloadedEntityException
getFillColor
in interface _ShapeOperations
UnloadedEntityException
public void setFillColor(RInt fillColor, Ice.Current current) throws UnloadedEntityException
setFillColor
in interface _ShapeOperations
UnloadedEntityException
public void unloadFillRule()
public RString getFillRule(Ice.Current current) throws UnloadedEntityException
getFillRule
in interface _ShapeOperations
UnloadedEntityException
public void setFillRule(RString fillRule, Ice.Current current) throws UnloadedEntityException
setFillRule
in interface _ShapeOperations
UnloadedEntityException
public void unloadStrokeColor()
public RInt getStrokeColor(Ice.Current current) throws UnloadedEntityException
getStrokeColor
in interface _ShapeOperations
UnloadedEntityException
public void setStrokeColor(RInt strokeColor, Ice.Current current) throws UnloadedEntityException
setStrokeColor
in interface _ShapeOperations
UnloadedEntityException
public void unloadStrokeDashArray()
public RString getStrokeDashArray(Ice.Current current) throws UnloadedEntityException
getStrokeDashArray
in interface _ShapeOperations
UnloadedEntityException
public void setStrokeDashArray(RString strokeDashArray, Ice.Current current) throws UnloadedEntityException
setStrokeDashArray
in interface _ShapeOperations
UnloadedEntityException
public void unloadStrokeWidth()
public Length getStrokeWidth(Ice.Current current) throws UnloadedEntityException
getStrokeWidth
in interface _ShapeOperations
UnloadedEntityException
public void setStrokeWidth(Length strokeWidth, Ice.Current current) throws UnloadedEntityException
setStrokeWidth
in interface _ShapeOperations
UnloadedEntityException
public void unloadFontFamily()
public RString getFontFamily(Ice.Current current) throws UnloadedEntityException
getFontFamily
in interface _ShapeOperations
UnloadedEntityException
public void setFontFamily(RString fontFamily, Ice.Current current) throws UnloadedEntityException
setFontFamily
in interface _ShapeOperations
UnloadedEntityException
public void unloadFontSize()
public Length getFontSize(Ice.Current current) throws UnloadedEntityException
getFontSize
in interface _ShapeOperations
UnloadedEntityException
public void setFontSize(Length fontSize, Ice.Current current) throws UnloadedEntityException
setFontSize
in interface _ShapeOperations
UnloadedEntityException
public void unloadFontStyle()
public RString getFontStyle(Ice.Current current) throws UnloadedEntityException
getFontStyle
in interface _ShapeOperations
UnloadedEntityException
public void setFontStyle(RString fontStyle, Ice.Current current) throws UnloadedEntityException
setFontStyle
in interface _ShapeOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _ShapeOperations
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
sizeOfAnnotationLinks
in interface _ShapeOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _ShapeOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addShapeAnnotationLink(ShapeAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addShapeAnnotationLink
in interface _ShapeOperations
UnloadedEntityException
public void addAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllShapeAnnotationLinkSet
in interface _ShapeOperations
UnloadedEntityException
public void removeShapeAnnotationLink(ShapeAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeShapeAnnotationLink
in interface _ShapeOperations
UnloadedEntityException
public void removeAllShapeAnnotationLinkSet(java.util.List<ShapeAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllShapeAnnotationLinkSet
in interface _ShapeOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _ShapeOperations
UnloadedEntityException
public void reloadAnnotationLinks(Shape toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _ShapeOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _ShapeOperations
public ShapeAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _ShapeOperations
UnloadedEntityException
public void addShapeAnnotationLinkToBoth(ShapeAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addShapeAnnotationLinkToBoth
in interface _ShapeOperations
UnloadedEntityException
public java.util.List<ShapeAnnotationLink> findShapeAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findShapeAnnotationLink
in interface _ShapeOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _ShapeOperations
UnloadedEntityException
public void removeShapeAnnotationLinkFromBoth(ShapeAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeShapeAnnotationLinkFromBoth
in interface _ShapeOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _ShapeOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<LineI> cast(java.util.List list)
java.lang.ClassCastException