Package omero.model
Class FilterI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Filter
-
- omero.model.FilterI
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,ome.model.ModelBased,_FilterOperations,_FilterOperationsNC,_IObjectOperations,_IObjectOperationsNC
public class FilterI extends Filter implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATIONLINKSstatic java.lang.StringDETAILSstatic java.lang.StringEMISSIONFILTERLINKstatic java.lang.StringEXCITATIONFILTERLINKstatic java.lang.StringFILTERWHEELstatic java.lang.StringINSTRUMENTstatic java.lang.StringLOTNUMBERstatic java.lang.StringMANUFACTURERstatic java.lang.StringMODELstatic java.lang.StringSERIALNUMBERstatic java.lang.StringTRANSMITTANCERANGEstatic java.lang.StringTYPE-
Fields inherited from class omero.model.Filter
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, emissionFilterLinkCountPerOwner, emissionFilterLinkLoaded, emissionFilterLinkSeq, excitationFilterLinkCountPerOwner, excitationFilterLinkLoaded, excitationFilterLinkSeq, filterWheel, instrument, lotNumber, manufacturer, model, serialNumber, serialVersionUID, transmittanceRange, type, version
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllFilterAnnotationLinkSet(java.util.List<FilterAnnotationLink> targets, Ice.Current current)voidaddAllFilterSetEmissionFilterLinkSet(java.util.List<FilterSetEmissionFilterLink> targets, Ice.Current current)voidaddAllFilterSetExcitationFilterLinkSet(java.util.List<FilterSetExcitationFilterLink> targets, Ice.Current current)voidaddFilterAnnotationLink(FilterAnnotationLink target, Ice.Current current)voidaddFilterAnnotationLinkToBoth(FilterAnnotationLink link, boolean bothSides, Ice.Current current)voidaddFilterSetEmissionFilterLink(FilterSetEmissionFilterLink target, Ice.Current current)voidaddFilterSetEmissionFilterLinkToBoth(FilterSetEmissionFilterLink link, boolean bothSides, Ice.Current current)voidaddFilterSetExcitationFilterLink(FilterSetExcitationFilterLink target, Ice.Current current)voidaddFilterSetExcitationFilterLinkToBoth(FilterSetExcitationFilterLink link, boolean bothSides, Ice.Current current)static java.util.List<FilterI>cast(java.util.List list)Casts (without warning) the given list to a list of the current type.voidclearAnnotationLinks(Ice.Current current)voidclearEmissionFilterLink(Ice.Current current)voidclearExcitationFilterLink(Ice.Current current)java.util.ListcopyAnnotationLinks(Ice.Current current)java.util.ListcopyEmissionFilterLink(Ice.Current current)java.util.ListcopyExcitationFilterLink(Ice.Current current)voidcopyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.protected voiderrorIfUnloaded()ome.util.FilterablefillObject(ome.util.ReverseModelMapper _mapper)Used byIceMapperproduce an "ome.model" object from this "omero.model" object.java.util.List<FilterAnnotationLink>findFilterAnnotationLink(Annotation removal, Ice.Current current)java.util.List<FilterSetEmissionFilterLink>findFilterSetEmissionFilterLink(FilterSet removal, Ice.Current current)java.util.List<FilterSetExcitationFilterLink>findFilterSetExcitationFilterLink(FilterSet removal, Ice.Current current)protected java.util.ListgetAnnotationLinks(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current current)DetailsgetDetails(Ice.Current current)protected java.util.ListgetEmissionFilterLink(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getEmissionFilterLinkCountPerOwner(Ice.Current current)protected java.util.ListgetExcitationFilterLink(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getExcitationFilterLinkCountPerOwner(Ice.Current current)RStringgetFilterWheel(Ice.Current current)RLonggetId(Ice.Current current)InstrumentgetInstrument(Ice.Current current)RStringgetLotNumber(Ice.Current current)RStringgetManufacturer(Ice.Current current)RStringgetModel(Ice.Current current)RStringgetSerialNumber(Ice.Current current)TransmittanceRangegetTransmittanceRange(Ice.Current current)FilterTypegetType(Ice.Current current)RIntgetVersion(Ice.Current current)booleanisAnnotated(Ice.Current current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisAnnotationLinksLoaded()booleanisEmissionFilterLinkLoaded()booleanisExcitationFilterLinkLoaded()booleanisGlobal(Ice.Current current)Marker interface which means that special rules apply for both reading and writing these instances.booleanisLink(Ice.Current current)A link between two other types.booleanisLoaded(Ice.Current current)Tests if the objects are loaded or not.booleanisMutable(Ice.Current current)The server will persist changes made to these types.java.util.IteratoriterateAnnotationLinks()java.util.IteratoriterateEmissionFilterLink()java.util.IteratoriterateExcitationFilterLink()FilterAnnotationLinklinkAnnotation(Annotation addition, Ice.Current current)java.util.List<Annotation>linkedAnnotationList(Ice.Current current)java.util.List<FilterSet>linkedEmissionFilterList(Ice.Current current)java.util.List<FilterSet>linkedExcitationFilterList(Ice.Current current)FilterSetEmissionFilterLinklinkEmissionFilter(FilterSet addition, Ice.Current current)FilterSetExcitationFilterLinklinkExcitationFilter(FilterSet addition, Ice.Current current)IObjectproxy(Ice.Current current)Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadAnnotationLinks(Filter toCopy, Ice.Current current)voidreloadEmissionFilterLink(Filter toCopy, Ice.Current current)voidreloadExcitationFilterLink(Filter toCopy, Ice.Current current)voidremoveAllFilterAnnotationLinkSet(java.util.List<FilterAnnotationLink> targets, Ice.Current current)voidremoveAllFilterSetEmissionFilterLinkSet(java.util.List<FilterSetEmissionFilterLink> targets, Ice.Current current)voidremoveAllFilterSetExcitationFilterLinkSet(java.util.List<FilterSetExcitationFilterLink> targets, Ice.Current current)voidremoveFilterAnnotationLink(FilterAnnotationLink target, Ice.Current current)voidremoveFilterAnnotationLinkFromBoth(FilterAnnotationLink link, boolean bothSides, Ice.Current current)voidremoveFilterSetEmissionFilterLink(FilterSetEmissionFilterLink target, Ice.Current current)voidremoveFilterSetEmissionFilterLinkFromBoth(FilterSetEmissionFilterLink link, boolean bothSides, Ice.Current current)voidremoveFilterSetExcitationFilterLink(FilterSetExcitationFilterLink target, Ice.Current current)voidremoveFilterSetExcitationFilterLinkFromBoth(FilterSetExcitationFilterLink link, boolean bothSides, Ice.Current current)protected voidsetAnnotationLinks(java.util.List annotationLinks, Ice.Current current)protected voidsetEmissionFilterLink(java.util.List emissionFilterLink, Ice.Current current)protected voidsetExcitationFilterLink(java.util.List excitationFilterLink, Ice.Current current)voidsetFilterWheel(RString filterWheel, Ice.Current current)voidsetId(RLong id, Ice.Current current)voidsetInstrument(Instrument instrument, Ice.Current current)voidsetLotNumber(RString lotNumber, Ice.Current current)voidsetManufacturer(RString manufacturer, Ice.Current current)voidsetModel(RString model, Ice.Current current)voidsetSerialNumber(RString serialNumber, Ice.Current current)voidsetTransmittanceRange(TransmittanceRange transmittanceRange, Ice.Current current)voidsetType(FilterType type, Ice.Current current)voidsetVersion(RInt version, Ice.Current current)IObjectshallowCopy(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.intsizeOfAnnotationLinks(Ice.Current current)intsizeOfEmissionFilterLink(Ice.Current current)intsizeOfExcitationFilterLink(Ice.Current current)protected voidthrowNullCollectionException(java.lang.String propertyName)protected voidtoggleCollectionsLoaded(boolean load)voidunlinkAnnotation(Annotation removal, Ice.Current current)voidunlinkEmissionFilter(FilterSet removal, Ice.Current current)voidunlinkExcitationFilter(FilterSet removal, Ice.Current current)voidunload(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.voidunloadAnnotationLinks(Ice.Current current)voidunloadCollections(Ice.Current current)Each collection can also be unloaded, independently of the object itself.voidunloadDetails(Ice.Current current)As with collections, the objects under details can link to many other objects.voidunloadEmissionFilterLink(Ice.Current current)voidunloadExcitationFilterLink(Ice.Current current)voidunloadFilterWheel()voidunloadInstrument()voidunloadLotNumber()voidunloadManufacturer()voidunloadModel()voidunloadSerialNumber()voidunloadTransmittanceRange()voidunloadType()-
Methods inherited from class omero.model.Filter
___addAllFilterAnnotationLinkSet, ___addAllFilterSetEmissionFilterLinkSet, ___addAllFilterSetExcitationFilterLinkSet, ___addFilterAnnotationLink, ___addFilterAnnotationLinkToBoth, ___addFilterSetEmissionFilterLink, ___addFilterSetEmissionFilterLinkToBoth, ___addFilterSetExcitationFilterLink, ___addFilterSetExcitationFilterLinkToBoth, ___clearAnnotationLinks, ___clearEmissionFilterLink, ___clearExcitationFilterLink, ___copyAnnotationLinks, ___copyEmissionFilterLink, ___copyExcitationFilterLink, ___findFilterAnnotationLink, ___findFilterSetEmissionFilterLink, ___findFilterSetExcitationFilterLink, ___getAnnotationLinksCountPerOwner, ___getEmissionFilterLinkCountPerOwner, ___getExcitationFilterLinkCountPerOwner, ___getFilterWheel, ___getInstrument, ___getLotNumber, ___getManufacturer, ___getModel, ___getSerialNumber, ___getTransmittanceRange, ___getType, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedEmissionFilterList, ___linkedExcitationFilterList, ___linkEmissionFilter, ___linkExcitationFilter, ___reloadAnnotationLinks, ___reloadEmissionFilterLink, ___reloadExcitationFilterLink, ___removeAllFilterAnnotationLinkSet, ___removeAllFilterSetEmissionFilterLinkSet, ___removeAllFilterSetExcitationFilterLinkSet, ___removeFilterAnnotationLink, ___removeFilterAnnotationLinkFromBoth, ___removeFilterSetEmissionFilterLink, ___removeFilterSetEmissionFilterLinkFromBoth, ___removeFilterSetExcitationFilterLink, ___removeFilterSetExcitationFilterLinkFromBoth, ___setFilterWheel, ___setInstrument, ___setLotNumber, ___setManufacturer, ___setModel, ___setSerialNumber, ___setTransmittanceRange, ___setType, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfEmissionFilterLink, ___sizeOfExcitationFilterLink, ___unlinkAnnotation, ___unlinkEmissionFilter, ___unlinkExcitationFilter, ___unloadAnnotationLinks, ___unloadEmissionFilterLink, ___unloadExcitationFilterLink, __dispatch, __readImpl, __writeImpl, addAllFilterAnnotationLinkSet, addAllFilterSetEmissionFilterLinkSet, addAllFilterSetExcitationFilterLinkSet, addFilterAnnotationLink, addFilterAnnotationLinkToBoth, addFilterSetEmissionFilterLink, addFilterSetEmissionFilterLinkToBoth, addFilterSetExcitationFilterLink, addFilterSetExcitationFilterLinkToBoth, clearAnnotationLinks, clearEmissionFilterLink, clearExcitationFilterLink, clone, copyAnnotationLinks, copyEmissionFilterLink, copyExcitationFilterLink, findFilterAnnotationLink, findFilterSetEmissionFilterLink, findFilterSetExcitationFilterLink, getAnnotationLinksCountPerOwner, getEmissionFilterLinkCountPerOwner, getExcitationFilterLinkCountPerOwner, getFilterWheel, getInstrument, getLotNumber, getManufacturer, getModel, getSerialNumber, getTransmittanceRange, getType, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedEmissionFilterList, linkedExcitationFilterList, linkEmissionFilter, linkExcitationFilter, reloadAnnotationLinks, reloadEmissionFilterLink, reloadExcitationFilterLink, removeAllFilterAnnotationLinkSet, removeAllFilterSetEmissionFilterLinkSet, removeAllFilterSetExcitationFilterLinkSet, removeFilterAnnotationLink, removeFilterAnnotationLinkFromBoth, removeFilterSetEmissionFilterLink, removeFilterSetEmissionFilterLinkFromBoth, removeFilterSetExcitationFilterLink, removeFilterSetExcitationFilterLinkFromBoth, setFilterWheel, setInstrument, setLotNumber, setManufacturer, setModel, setSerialNumber, setTransmittanceRange, setType, setVersion, sizeOfAnnotationLinks, sizeOfEmissionFilterLink, sizeOfExcitationFilterLink, unlinkAnnotation, unlinkEmissionFilter, unlinkExcitationFilter, unloadAnnotationLinks, unloadEmissionFilterLink, unloadExcitationFilterLink
-
Methods inherited from class omero.model.IObject
___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
-
Methods inherited from class Ice.ObjectImpl
___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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
MANUFACTURER
public static final java.lang.String MANUFACTURER
- See Also:
- Constant Field Values
-
MODEL
public static final java.lang.String MODEL
- See Also:
- Constant Field Values
-
LOTNUMBER
public static final java.lang.String LOTNUMBER
- See Also:
- Constant Field Values
-
SERIALNUMBER
public static final java.lang.String SERIALNUMBER
- See Also:
- Constant Field Values
-
FILTERWHEEL
public static final java.lang.String FILTERWHEEL
- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
TRANSMITTANCERANGE
public static final java.lang.String TRANSMITTANCERANGE
- See Also:
- Constant Field Values
-
INSTRUMENT
public static final java.lang.String INSTRUMENT
- See Also:
- Constant Field Values
-
EXCITATIONFILTERLINK
public static final java.lang.String EXCITATIONFILTERLINK
- See Also:
- Constant Field Values
-
EMISSIONFILTERLINK
public static final java.lang.String EMISSIONFILTERLINK
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FilterI
public FilterI()
-
FilterI
public FilterI(long id, boolean loaded)
-
FilterI
public FilterI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
unload
public void unload(Ice.Current current)
Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getIdin interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setIdin interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetailsin interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersionin interface_FilterOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersionin interface_FilterOperations
-
unloadManufacturer
public void unloadManufacturer()
-
getManufacturer
public RString getManufacturer(Ice.Current current) throws UnloadedEntityException
- Specified by:
getManufacturerin interface_FilterOperations- Throws:
UnloadedEntityException
-
setManufacturer
public void setManufacturer(RString manufacturer, Ice.Current current) throws UnloadedEntityException
- Specified by:
setManufacturerin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadModel
public void unloadModel()
-
getModel
public RString getModel(Ice.Current current) throws UnloadedEntityException
- Specified by:
getModelin interface_FilterOperations- Throws:
UnloadedEntityException
-
setModel
public void setModel(RString model, Ice.Current current) throws UnloadedEntityException
- Specified by:
setModelin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadLotNumber
public void unloadLotNumber()
-
getLotNumber
public RString getLotNumber(Ice.Current current) throws UnloadedEntityException
- Specified by:
getLotNumberin interface_FilterOperations- Throws:
UnloadedEntityException
-
setLotNumber
public void setLotNumber(RString lotNumber, Ice.Current current) throws UnloadedEntityException
- Specified by:
setLotNumberin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadSerialNumber
public void unloadSerialNumber()
-
getSerialNumber
public RString getSerialNumber(Ice.Current current) throws UnloadedEntityException
- Specified by:
getSerialNumberin interface_FilterOperations- Throws:
UnloadedEntityException
-
setSerialNumber
public void setSerialNumber(RString serialNumber, Ice.Current current) throws UnloadedEntityException
- Specified by:
setSerialNumberin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadFilterWheel
public void unloadFilterWheel()
-
getFilterWheel
public RString getFilterWheel(Ice.Current current) throws UnloadedEntityException
- Specified by:
getFilterWheelin interface_FilterOperations- Throws:
UnloadedEntityException
-
setFilterWheel
public void setFilterWheel(RString filterWheel, Ice.Current current) throws UnloadedEntityException
- Specified by:
setFilterWheelin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadType
public void unloadType()
-
getType
public FilterType getType(Ice.Current current) throws UnloadedEntityException
- Specified by:
getTypein interface_FilterOperations- Throws:
UnloadedEntityException
-
setType
public void setType(FilterType type, Ice.Current current) throws UnloadedEntityException
- Specified by:
setTypein interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadTransmittanceRange
public void unloadTransmittanceRange()
-
getTransmittanceRange
public TransmittanceRange getTransmittanceRange(Ice.Current current) throws UnloadedEntityException
- Specified by:
getTransmittanceRangein interface_FilterOperations- Throws:
UnloadedEntityException
-
setTransmittanceRange
public void setTransmittanceRange(TransmittanceRange transmittanceRange, Ice.Current current) throws UnloadedEntityException
- Specified by:
setTransmittanceRangein interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadInstrument
public void unloadInstrument()
-
getInstrument
public Instrument getInstrument(Ice.Current current) throws UnloadedEntityException
- Specified by:
getInstrumentin interface_FilterOperations- Throws:
UnloadedEntityException
-
setInstrument
public void setInstrument(Instrument instrument, Ice.Current current) throws UnloadedEntityException
- Specified by:
setInstrumentin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadExcitationFilterLink
public void unloadExcitationFilterLink(Ice.Current current)
- Specified by:
unloadExcitationFilterLinkin interface_FilterOperations
-
getExcitationFilterLink
protected java.util.List getExcitationFilterLink(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setExcitationFilterLink
protected void setExcitationFilterLink(java.util.List excitationFilterLink, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isExcitationFilterLinkLoaded
public boolean isExcitationFilterLinkLoaded()
-
sizeOfExcitationFilterLink
public int sizeOfExcitationFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
copyExcitationFilterLink
public java.util.List copyExcitationFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
copyExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
iterateExcitationFilterLink
public java.util.Iterator iterateExcitationFilterLink() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addFilterSetExcitationFilterLink
public void addFilterSetExcitationFilterLink(FilterSetExcitationFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterSetExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
addAllFilterSetExcitationFilterLinkSet
public void addAllFilterSetExcitationFilterLinkSet(java.util.List<FilterSetExcitationFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilterSetExcitationFilterLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterSetExcitationFilterLink
public void removeFilterSetExcitationFilterLink(FilterSetExcitationFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilterSetExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeAllFilterSetExcitationFilterLinkSet
public void removeAllFilterSetExcitationFilterLinkSet(java.util.List<FilterSetExcitationFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilterSetExcitationFilterLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
clearExcitationFilterLink
public void clearExcitationFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
clearExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
reloadExcitationFilterLink
public void reloadExcitationFilterLink(Filter toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
getExcitationFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getExcitationFilterLinkCountPerOwner(Ice.Current current)
- Specified by:
getExcitationFilterLinkCountPerOwnerin interface_FilterOperations
-
linkExcitationFilter
public FilterSetExcitationFilterLink linkExcitationFilter(FilterSet addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkExcitationFilterin interface_FilterOperations- Throws:
UnloadedEntityException
-
addFilterSetExcitationFilterLinkToBoth
public void addFilterSetExcitationFilterLinkToBoth(FilterSetExcitationFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterSetExcitationFilterLinkToBothin interface_FilterOperations- Throws:
UnloadedEntityException
-
findFilterSetExcitationFilterLink
public java.util.List<FilterSetExcitationFilterLink> findFilterSetExcitationFilterLink(FilterSet removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findFilterSetExcitationFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
unlinkExcitationFilter
public void unlinkExcitationFilter(FilterSet removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkExcitationFilterin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterSetExcitationFilterLinkFromBoth
public void removeFilterSetExcitationFilterLinkFromBoth(FilterSetExcitationFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeFilterSetExcitationFilterLinkFromBothin interface_FilterOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedExcitationFilterList
public java.util.List<FilterSet> linkedExcitationFilterList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedExcitationFilterListin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadEmissionFilterLink
public void unloadEmissionFilterLink(Ice.Current current)
- Specified by:
unloadEmissionFilterLinkin interface_FilterOperations
-
getEmissionFilterLink
protected java.util.List getEmissionFilterLink(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setEmissionFilterLink
protected void setEmissionFilterLink(java.util.List emissionFilterLink, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isEmissionFilterLinkLoaded
public boolean isEmissionFilterLinkLoaded()
-
sizeOfEmissionFilterLink
public int sizeOfEmissionFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
copyEmissionFilterLink
public java.util.List copyEmissionFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
copyEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
iterateEmissionFilterLink
public java.util.Iterator iterateEmissionFilterLink() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addFilterSetEmissionFilterLink
public void addFilterSetEmissionFilterLink(FilterSetEmissionFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterSetEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
addAllFilterSetEmissionFilterLinkSet
public void addAllFilterSetEmissionFilterLinkSet(java.util.List<FilterSetEmissionFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilterSetEmissionFilterLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterSetEmissionFilterLink
public void removeFilterSetEmissionFilterLink(FilterSetEmissionFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilterSetEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeAllFilterSetEmissionFilterLinkSet
public void removeAllFilterSetEmissionFilterLinkSet(java.util.List<FilterSetEmissionFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilterSetEmissionFilterLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
clearEmissionFilterLink
public void clearEmissionFilterLink(Ice.Current current) throws UnloadedEntityException- Specified by:
clearEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
reloadEmissionFilterLink
public void reloadEmissionFilterLink(Filter toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
getEmissionFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getEmissionFilterLinkCountPerOwner(Ice.Current current)
- Specified by:
getEmissionFilterLinkCountPerOwnerin interface_FilterOperations
-
linkEmissionFilter
public FilterSetEmissionFilterLink linkEmissionFilter(FilterSet addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkEmissionFilterin interface_FilterOperations- Throws:
UnloadedEntityException
-
addFilterSetEmissionFilterLinkToBoth
public void addFilterSetEmissionFilterLinkToBoth(FilterSetEmissionFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterSetEmissionFilterLinkToBothin interface_FilterOperations- Throws:
UnloadedEntityException
-
findFilterSetEmissionFilterLink
public java.util.List<FilterSetEmissionFilterLink> findFilterSetEmissionFilterLink(FilterSet removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findFilterSetEmissionFilterLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
unlinkEmissionFilter
public void unlinkEmissionFilter(FilterSet removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkEmissionFilterin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterSetEmissionFilterLinkFromBoth
public void removeFilterSetEmissionFilterLinkFromBoth(FilterSetEmissionFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeFilterSetEmissionFilterLinkFromBothin interface_FilterOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedEmissionFilterList
public java.util.List<FilterSet> linkedEmissionFilterList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedEmissionFilterListin interface_FilterOperations- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinksin interface_FilterOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfAnnotationLinksin interface_FilterOperations- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyAnnotationLinksin interface_FilterOperations- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addFilterAnnotationLink
public void addFilterAnnotationLink(FilterAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterAnnotationLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
addAllFilterAnnotationLinkSet
public void addAllFilterAnnotationLinkSet(java.util.List<FilterAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilterAnnotationLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterAnnotationLink
public void removeFilterAnnotationLink(FilterAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilterAnnotationLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeAllFilterAnnotationLinkSet
public void removeAllFilterAnnotationLinkSet(java.util.List<FilterAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilterAnnotationLinkSetin interface_FilterOperations- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearAnnotationLinksin interface_FilterOperations- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Filter toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinksin interface_FilterOperations- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_FilterOperations
-
linkAnnotation
public FilterAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotationin interface_FilterOperations- Throws:
UnloadedEntityException
-
addFilterAnnotationLinkToBoth
public void addFilterAnnotationLinkToBoth(FilterAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterAnnotationLinkToBothin interface_FilterOperations- Throws:
UnloadedEntityException
-
findFilterAnnotationLink
public java.util.List<FilterAnnotationLink> findFilterAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findFilterAnnotationLinkin interface_FilterOperations- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotationin interface_FilterOperations- Throws:
UnloadedEntityException
-
removeFilterAnnotationLinkFromBoth
public void removeFilterAnnotationLinkFromBoth(FilterAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeFilterAnnotationLinkFromBothin interface_FilterOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationListin interface_FilterOperations- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObjectin interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapperproduce an "ome.model" object from this "omero.model" object.- Specified by:
fillObjectin interfaceome.model.ModelBased
-
cast
public static java.util.List<FilterI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-