Package omero.model
Interface _NamespaceOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_NamespaceTie
,Namespace
,NamespaceI
public interface _NamespaceOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
void
addNamespaceAnnotationLink(NamespaceAnnotationLink target, Ice.Current __current)
void
addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
java.util.List<NamespaceAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<NamespaceAnnotationLink>
findNamespaceAnnotationLink(Annotation removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RString
getDescription(Ice.Current __current)
RBool
getDisplay(Ice.Current __current)
RString
getDisplayName(Ice.Current __current)
java.lang.String[]
getKeywords(Ice.Current __current)
RBool
getMultivalued(Ice.Current __current)
RString
getName(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
NamespaceAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
void
reloadAnnotationLinks(Namespace toCopy, Ice.Current __current)
void
removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
void
removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget, Ice.Current __current)
void
removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setDisplay(RBool theDisplay, Ice.Current __current)
void
setDisplayName(RString theDisplayName, Ice.Current __current)
void
setKeywords(java.lang.String[] theKeywords, Ice.Current __current)
void
setMultivalued(RBool theMultivalued, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getKeywords
java.lang.String[] getKeywords(Ice.Current __current)
-
setKeywords
void setKeywords(java.lang.String[] theKeywords, Ice.Current __current)
-
getMultivalued
RBool getMultivalued(Ice.Current __current)
-
setMultivalued
void setMultivalued(RBool theMultivalued, Ice.Current __current)
-
getDisplay
RBool getDisplay(Ice.Current __current)
-
setDisplay
void setDisplay(RBool theDisplay, Ice.Current __current)
-
getDisplayName
RString getDisplayName(Ice.Current __current)
-
setDisplayName
void setDisplayName(RString theDisplayName, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<NamespaceAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addNamespaceAnnotationLink
void addNamespaceAnnotationLink(NamespaceAnnotationLink target, Ice.Current __current)
-
addAllNamespaceAnnotationLinkSet
void addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
-
removeNamespaceAnnotationLink
void removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget, Ice.Current __current)
-
removeAllNamespaceAnnotationLinkSet
void removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Namespace toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
NamespaceAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addNamespaceAnnotationLinkToBoth
void addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findNamespaceAnnotationLink
java.util.List<NamespaceAnnotationLink> findNamespaceAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeNamespaceAnnotationLinkFromBoth
void removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getDescription
RString getDescription(Ice.Current __current)
-
setDescription
void setDescription(RString theDescription, Ice.Current __current)
-
-