Package omero.model
Class Project
- java.lang.Object
- 
- Ice.ObjectImpl
- 
- omero.model.IObject
- 
- omero.model.Project
 
 
 
- 
- All Implemented Interfaces:
- Ice.Object,- java.io.Serializable,- java.lang.Cloneable,- _IObjectOperations,- _IObjectOperationsNC,- _ProjectOperations,- _ProjectOperationsNC
 - Direct Known Subclasses:
- _ProjectTie,- ProjectI
 
 public abstract class Project extends IObject implements _ProjectOperations, _ProjectOperationsNC - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.String[]__idsprotected java.util.Map<java.lang.Long,java.lang.Long>annotationLinksCountPerOwnerprotected booleanannotationLinksLoadedprotected java.util.List<ProjectAnnotationLink>annotationLinksSeqprotected java.util.Map<java.lang.Long,java.lang.Long>datasetLinksCountPerOwnerprotected booleandatasetLinksLoadedprotected java.util.List<ProjectDatasetLink>datasetLinksSeqprotected RStringdescriptionprotected RStringnamestatic longserialVersionUIDprotected RIntversion
 - 
Constructor SummaryConstructors Constructor Description Project()Project(RLong id, Details details, boolean loaded, RInt version, java.util.List<ProjectDatasetLink> datasetLinksSeq, boolean datasetLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> datasetLinksCountPerOwner, java.util.List<ProjectAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RString name, RString description)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___addAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___addAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___addProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___addProjectAnnotationLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___addProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___addProjectDatasetLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___clearAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___clearDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___copyAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___copyDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___findProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___findProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getAnnotationLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getDatasetLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___linkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___linkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___linkedAnnotationList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___linkedDatasetList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___reloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___reloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeProjectAnnotationLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___removeProjectDatasetLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___sizeOfAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___sizeOfDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___unlinkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___unlinkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___unloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___unloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)Ice.DispatchStatus__dispatch(IceInternal.Incoming in, Ice.Current __current)protected void__readImpl(IceInternal.BasicStream __is)protected void__writeImpl(IceInternal.BasicStream __os)voidaddAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)voidaddAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)voidaddProjectAnnotationLink(ProjectAnnotationLink target)voidaddProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides)voidaddProjectDatasetLink(ProjectDatasetLink target)voidaddProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides)voidclearAnnotationLinks()voidclearDatasetLinks()Projectclone()java.util.List<ProjectAnnotationLink>copyAnnotationLinks()java.util.List<ProjectDatasetLink>copyDatasetLinks()java.util.List<ProjectAnnotationLink>findProjectAnnotationLink(Annotation removal)java.util.List<ProjectDatasetLink>findProjectDatasetLink(Dataset removal)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner()java.util.Map<java.lang.Long,java.lang.Long>getDatasetLinksCountPerOwner()RStringgetDescription()RStringgetName()RIntgetVersion()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()ProjectAnnotationLinklinkAnnotation(Annotation addition)ProjectDatasetLinklinkDataset(Dataset addition)java.util.List<Annotation>linkedAnnotationList()java.util.List<Dataset>linkedDatasetList()voidreloadAnnotationLinks(Project toCopy)voidreloadDatasetLinks(Project toCopy)voidremoveAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)voidremoveAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)voidremoveProjectAnnotationLink(ProjectAnnotationLink theTarget)voidremoveProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides)voidremoveProjectDatasetLink(ProjectDatasetLink theTarget)voidremoveProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides)voidsetDescription(RString theDescription)voidsetName(RString theName)voidsetVersion(RInt theVersion)intsizeOfAnnotationLinks()intsizeOfDatasetLinks()voidunlinkAnnotation(Annotation removal)voidunlinkDataset(Dataset removal)voidunloadAnnotationLinks()voidunloadDatasetLinks()- 
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.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface omero.model._IObjectOperationsgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 - 
Methods inherited from interface omero.model._IObjectOperationsNCgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 - 
Methods inherited from interface omero.model._ProjectOperationsaddAllProjectAnnotationLinkSet, addAllProjectDatasetLinkSet, addProjectAnnotationLink, addProjectAnnotationLinkToBoth, addProjectDatasetLink, addProjectDatasetLinkToBoth, clearAnnotationLinks, clearDatasetLinks, copyAnnotationLinks, copyDatasetLinks, findProjectAnnotationLink, findProjectDatasetLink, getAnnotationLinksCountPerOwner, getDatasetLinksCountPerOwner, getDescription, getName, getVersion, linkAnnotation, linkDataset, linkedAnnotationList, linkedDatasetList, reloadAnnotationLinks, reloadDatasetLinks, removeAllProjectAnnotationLinkSet, removeAllProjectDatasetLinkSet, removeProjectAnnotationLink, removeProjectAnnotationLinkFromBoth, removeProjectDatasetLink, removeProjectDatasetLinkFromBoth, setDescription, setName, setVersion, sizeOfAnnotationLinks, sizeOfDatasetLinks, unlinkAnnotation, unlinkDataset, unloadAnnotationLinks, unloadDatasetLinks
 
- 
 
- 
- 
- 
Field Detail- 
__idspublic static final java.lang.String[] __ids 
 - 
versionprotected RInt version 
 - 
datasetLinksSeqprotected java.util.List<ProjectDatasetLink> datasetLinksSeq 
 - 
datasetLinksLoadedprotected boolean datasetLinksLoaded 
 - 
datasetLinksCountPerOwnerprotected java.util.Map<java.lang.Long,java.lang.Long> datasetLinksCountPerOwner 
 - 
annotationLinksSeqprotected java.util.List<ProjectAnnotationLink> annotationLinksSeq 
 - 
annotationLinksLoadedprotected boolean annotationLinksLoaded 
 - 
annotationLinksCountPerOwnerprotected java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner 
 - 
nameprotected RString name 
 - 
descriptionprotected RString description 
 - 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Projectpublic Project() 
 - 
Projectpublic Project(RLong id, Details details, boolean loaded, RInt version, java.util.List<ProjectDatasetLink> datasetLinksSeq, boolean datasetLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> datasetLinksCountPerOwner, java.util.List<ProjectAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RString name, RString description) 
 
- 
 - 
Method Detail- 
ice_isApublic boolean ice_isA(java.lang.String s) 
 - 
ice_isApublic boolean ice_isA(java.lang.String s, Ice.Current __current)
 - 
ice_idspublic java.lang.String[] ice_ids() 
 - 
ice_idspublic java.lang.String[] ice_ids(Ice.Current __current) 
 - 
ice_idpublic java.lang.String ice_id() 
 - 
ice_idpublic java.lang.String ice_id(Ice.Current __current) 
 - 
ice_staticIdpublic static java.lang.String ice_staticId() 
 - 
addAllProjectAnnotationLinkSetpublic final void addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets) - Specified by:
- addAllProjectAnnotationLinkSetin interface- _ProjectOperationsNC
 
 - 
addAllProjectDatasetLinkSetpublic final void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets) - Specified by:
- addAllProjectDatasetLinkSetin interface- _ProjectOperationsNC
 
 - 
addProjectAnnotationLinkpublic final void addProjectAnnotationLink(ProjectAnnotationLink target) - Specified by:
- addProjectAnnotationLinkin interface- _ProjectOperationsNC
 
 - 
addProjectAnnotationLinkToBothpublic final void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides) - Specified by:
- addProjectAnnotationLinkToBothin interface- _ProjectOperationsNC
 
 - 
addProjectDatasetLinkpublic final void addProjectDatasetLink(ProjectDatasetLink target) - Specified by:
- addProjectDatasetLinkin interface- _ProjectOperationsNC
 
 - 
addProjectDatasetLinkToBothpublic final void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides) - Specified by:
- addProjectDatasetLinkToBothin interface- _ProjectOperationsNC
 
 - 
clearAnnotationLinkspublic final void clearAnnotationLinks() - Specified by:
- clearAnnotationLinksin interface- _ProjectOperationsNC
 
 - 
clearDatasetLinkspublic final void clearDatasetLinks() - Specified by:
- clearDatasetLinksin interface- _ProjectOperationsNC
 
 - 
copyAnnotationLinkspublic final java.util.List<ProjectAnnotationLink> copyAnnotationLinks() - Specified by:
- copyAnnotationLinksin interface- _ProjectOperationsNC
 
 - 
copyDatasetLinkspublic final java.util.List<ProjectDatasetLink> copyDatasetLinks() - Specified by:
- copyDatasetLinksin interface- _ProjectOperationsNC
 
 - 
findProjectAnnotationLinkpublic final java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal) - Specified by:
- findProjectAnnotationLinkin interface- _ProjectOperationsNC
 
 - 
findProjectDatasetLinkpublic final java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal) - Specified by:
- findProjectDatasetLinkin interface- _ProjectOperationsNC
 
 - 
getAnnotationLinksCountPerOwnerpublic final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner() - Specified by:
- getAnnotationLinksCountPerOwnerin interface- _ProjectOperationsNC
 
 - 
getDatasetLinksCountPerOwnerpublic final java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner() - Specified by:
- getDatasetLinksCountPerOwnerin interface- _ProjectOperationsNC
 
 - 
getDescriptionpublic final RString getDescription() - Specified by:
- getDescriptionin interface- _ProjectOperationsNC
 
 - 
getNamepublic final RString getName() - Specified by:
- getNamein interface- _ProjectOperationsNC
 
 - 
getVersionpublic final RInt getVersion() - Specified by:
- getVersionin interface- _ProjectOperationsNC
 
 - 
linkAnnotationpublic final ProjectAnnotationLink linkAnnotation(Annotation addition) - Specified by:
- linkAnnotationin interface- _ProjectOperationsNC
 
 - 
linkDatasetpublic final ProjectDatasetLink linkDataset(Dataset addition) - Specified by:
- linkDatasetin interface- _ProjectOperationsNC
 
 - 
linkedAnnotationListpublic final java.util.List<Annotation> linkedAnnotationList() - Specified by:
- linkedAnnotationListin interface- _ProjectOperationsNC
 
 - 
linkedDatasetListpublic final java.util.List<Dataset> linkedDatasetList() - Specified by:
- linkedDatasetListin interface- _ProjectOperationsNC
 
 - 
reloadAnnotationLinkspublic final void reloadAnnotationLinks(Project toCopy) - Specified by:
- reloadAnnotationLinksin interface- _ProjectOperationsNC
 
 - 
reloadDatasetLinkspublic final void reloadDatasetLinks(Project toCopy) - Specified by:
- reloadDatasetLinksin interface- _ProjectOperationsNC
 
 - 
removeAllProjectAnnotationLinkSetpublic final void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets) - Specified by:
- removeAllProjectAnnotationLinkSetin interface- _ProjectOperationsNC
 
 - 
removeAllProjectDatasetLinkSetpublic final void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets) - Specified by:
- removeAllProjectDatasetLinkSetin interface- _ProjectOperationsNC
 
 - 
removeProjectAnnotationLinkpublic final void removeProjectAnnotationLink(ProjectAnnotationLink theTarget) - Specified by:
- removeProjectAnnotationLinkin interface- _ProjectOperationsNC
 
 - 
removeProjectAnnotationLinkFromBothpublic final void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides) - Specified by:
- removeProjectAnnotationLinkFromBothin interface- _ProjectOperationsNC
 
 - 
removeProjectDatasetLinkpublic final void removeProjectDatasetLink(ProjectDatasetLink theTarget) - Specified by:
- removeProjectDatasetLinkin interface- _ProjectOperationsNC
 
 - 
removeProjectDatasetLinkFromBothpublic final void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides) - Specified by:
- removeProjectDatasetLinkFromBothin interface- _ProjectOperationsNC
 
 - 
setDescriptionpublic final void setDescription(RString theDescription) - Specified by:
- setDescriptionin interface- _ProjectOperationsNC
 
 - 
setNamepublic final void setName(RString theName) - Specified by:
- setNamein interface- _ProjectOperationsNC
 
 - 
setVersionpublic final void setVersion(RInt theVersion) - Specified by:
- setVersionin interface- _ProjectOperationsNC
 
 - 
sizeOfAnnotationLinkspublic final int sizeOfAnnotationLinks() - Specified by:
- sizeOfAnnotationLinksin interface- _ProjectOperationsNC
 
 - 
sizeOfDatasetLinkspublic final int sizeOfDatasetLinks() - Specified by:
- sizeOfDatasetLinksin interface- _ProjectOperationsNC
 
 - 
unlinkAnnotationpublic final void unlinkAnnotation(Annotation removal) - Specified by:
- unlinkAnnotationin interface- _ProjectOperationsNC
 
 - 
unlinkDatasetpublic final void unlinkDataset(Dataset removal) - Specified by:
- unlinkDatasetin interface- _ProjectOperationsNC
 
 - 
unloadAnnotationLinkspublic final void unloadAnnotationLinks() - Specified by:
- unloadAnnotationLinksin interface- _ProjectOperationsNC
 
 - 
unloadDatasetLinkspublic final void unloadDatasetLinks() - Specified by:
- unloadDatasetLinksin interface- _ProjectOperationsNC
 
 - 
___getVersionpublic static Ice.DispatchStatus ___getVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___setVersionpublic static Ice.DispatchStatus ___setVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___unloadDatasetLinkspublic static Ice.DispatchStatus ___unloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___sizeOfDatasetLinkspublic static Ice.DispatchStatus ___sizeOfDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___copyDatasetLinkspublic static Ice.DispatchStatus ___copyDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addProjectDatasetLinkpublic static Ice.DispatchStatus ___addProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addAllProjectDatasetLinkSetpublic static Ice.DispatchStatus ___addAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeProjectDatasetLinkpublic static Ice.DispatchStatus ___removeProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeAllProjectDatasetLinkSetpublic static Ice.DispatchStatus ___removeAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___clearDatasetLinkspublic static Ice.DispatchStatus ___clearDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___reloadDatasetLinkspublic static Ice.DispatchStatus ___reloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___getDatasetLinksCountPerOwnerpublic static Ice.DispatchStatus ___getDatasetLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___linkDatasetpublic static Ice.DispatchStatus ___linkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addProjectDatasetLinkToBothpublic static Ice.DispatchStatus ___addProjectDatasetLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___findProjectDatasetLinkpublic static Ice.DispatchStatus ___findProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___unlinkDatasetpublic static Ice.DispatchStatus ___unlinkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeProjectDatasetLinkFromBothpublic static Ice.DispatchStatus ___removeProjectDatasetLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___linkedDatasetListpublic static Ice.DispatchStatus ___linkedDatasetList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___unloadAnnotationLinkspublic static Ice.DispatchStatus ___unloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___sizeOfAnnotationLinkspublic static Ice.DispatchStatus ___sizeOfAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___copyAnnotationLinkspublic static Ice.DispatchStatus ___copyAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addProjectAnnotationLinkpublic static Ice.DispatchStatus ___addProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addAllProjectAnnotationLinkSetpublic static Ice.DispatchStatus ___addAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeProjectAnnotationLinkpublic static Ice.DispatchStatus ___removeProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeAllProjectAnnotationLinkSetpublic static Ice.DispatchStatus ___removeAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___clearAnnotationLinkspublic static Ice.DispatchStatus ___clearAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___reloadAnnotationLinkspublic static Ice.DispatchStatus ___reloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___getAnnotationLinksCountPerOwnerpublic static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___linkAnnotationpublic static Ice.DispatchStatus ___linkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___addProjectAnnotationLinkToBothpublic static Ice.DispatchStatus ___addProjectAnnotationLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___findProjectAnnotationLinkpublic static Ice.DispatchStatus ___findProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___unlinkAnnotationpublic static Ice.DispatchStatus ___unlinkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___removeProjectAnnotationLinkFromBothpublic static Ice.DispatchStatus ___removeProjectAnnotationLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___linkedAnnotationListpublic static Ice.DispatchStatus ___linkedAnnotationList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___getNamepublic static Ice.DispatchStatus ___getName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___setNamepublic static Ice.DispatchStatus ___setName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___getDescriptionpublic static Ice.DispatchStatus ___getDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___setDescriptionpublic static Ice.DispatchStatus ___setDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
__dispatchpublic Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
- __dispatchin interface- Ice.Object
- Overrides:
- __dispatchin class- IObject
 
 - 
__writeImplprotected void __writeImpl(IceInternal.BasicStream __os) - Overrides:
- __writeImplin class- IObject
 
 - 
__readImplprotected void __readImpl(IceInternal.BasicStream __is) - Overrides:
- __readImplin class- IObject
 
 
- 
 
-