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 Summary
Fields 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 Summary
Constructors 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 Summary
All 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.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ProjectOperations
addAllProjectAnnotationLinkSet, 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
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
datasetLinksSeq
protected java.util.List<ProjectDatasetLink> datasetLinksSeq
-
datasetLinksLoaded
protected boolean datasetLinksLoaded
-
datasetLinksCountPerOwner
protected java.util.Map<java.lang.Long,java.lang.Long> datasetLinksCountPerOwner
-
annotationLinksSeq
protected java.util.List<ProjectAnnotationLink> annotationLinksSeq
-
annotationLinksLoaded
protected boolean annotationLinksLoaded
-
annotationLinksCountPerOwner
protected java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner
-
name
protected RString name
-
description
protected RString description
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Project
public Project()
-
Project
public 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_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
addAllProjectAnnotationLinkSet
public final void addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)
- Specified by:
addAllProjectAnnotationLinkSetin interface_ProjectOperationsNC
-
addAllProjectDatasetLinkSet
public final void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
- Specified by:
addAllProjectDatasetLinkSetin interface_ProjectOperationsNC
-
addProjectAnnotationLink
public final void addProjectAnnotationLink(ProjectAnnotationLink target)
- Specified by:
addProjectAnnotationLinkin interface_ProjectOperationsNC
-
addProjectAnnotationLinkToBoth
public final void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides)
- Specified by:
addProjectAnnotationLinkToBothin interface_ProjectOperationsNC
-
addProjectDatasetLink
public final void addProjectDatasetLink(ProjectDatasetLink target)
- Specified by:
addProjectDatasetLinkin interface_ProjectOperationsNC
-
addProjectDatasetLinkToBoth
public final void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides)
- Specified by:
addProjectDatasetLinkToBothin interface_ProjectOperationsNC
-
clearAnnotationLinks
public final void clearAnnotationLinks()
- Specified by:
clearAnnotationLinksin interface_ProjectOperationsNC
-
clearDatasetLinks
public final void clearDatasetLinks()
- Specified by:
clearDatasetLinksin interface_ProjectOperationsNC
-
copyAnnotationLinks
public final java.util.List<ProjectAnnotationLink> copyAnnotationLinks()
- Specified by:
copyAnnotationLinksin interface_ProjectOperationsNC
-
copyDatasetLinks
public final java.util.List<ProjectDatasetLink> copyDatasetLinks()
- Specified by:
copyDatasetLinksin interface_ProjectOperationsNC
-
findProjectAnnotationLink
public final java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal)
- Specified by:
findProjectAnnotationLinkin interface_ProjectOperationsNC
-
findProjectDatasetLink
public final java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal)
- Specified by:
findProjectDatasetLinkin interface_ProjectOperationsNC
-
getAnnotationLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ProjectOperationsNC
-
getDatasetLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner()
- Specified by:
getDatasetLinksCountPerOwnerin interface_ProjectOperationsNC
-
getDescription
public final RString getDescription()
- Specified by:
getDescriptionin interface_ProjectOperationsNC
-
getName
public final RString getName()
- Specified by:
getNamein interface_ProjectOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersionin interface_ProjectOperationsNC
-
linkAnnotation
public final ProjectAnnotationLink linkAnnotation(Annotation addition)
- Specified by:
linkAnnotationin interface_ProjectOperationsNC
-
linkDataset
public final ProjectDatasetLink linkDataset(Dataset addition)
- Specified by:
linkDatasetin interface_ProjectOperationsNC
-
linkedAnnotationList
public final java.util.List<Annotation> linkedAnnotationList()
- Specified by:
linkedAnnotationListin interface_ProjectOperationsNC
-
linkedDatasetList
public final java.util.List<Dataset> linkedDatasetList()
- Specified by:
linkedDatasetListin interface_ProjectOperationsNC
-
reloadAnnotationLinks
public final void reloadAnnotationLinks(Project toCopy)
- Specified by:
reloadAnnotationLinksin interface_ProjectOperationsNC
-
reloadDatasetLinks
public final void reloadDatasetLinks(Project toCopy)
- Specified by:
reloadDatasetLinksin interface_ProjectOperationsNC
-
removeAllProjectAnnotationLinkSet
public final void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)
- Specified by:
removeAllProjectAnnotationLinkSetin interface_ProjectOperationsNC
-
removeAllProjectDatasetLinkSet
public final void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
- Specified by:
removeAllProjectDatasetLinkSetin interface_ProjectOperationsNC
-
removeProjectAnnotationLink
public final void removeProjectAnnotationLink(ProjectAnnotationLink theTarget)
- Specified by:
removeProjectAnnotationLinkin interface_ProjectOperationsNC
-
removeProjectAnnotationLinkFromBoth
public final void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides)
- Specified by:
removeProjectAnnotationLinkFromBothin interface_ProjectOperationsNC
-
removeProjectDatasetLink
public final void removeProjectDatasetLink(ProjectDatasetLink theTarget)
- Specified by:
removeProjectDatasetLinkin interface_ProjectOperationsNC
-
removeProjectDatasetLinkFromBoth
public final void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides)
- Specified by:
removeProjectDatasetLinkFromBothin interface_ProjectOperationsNC
-
setDescription
public final void setDescription(RString theDescription)
- Specified by:
setDescriptionin interface_ProjectOperationsNC
-
setName
public final void setName(RString theName)
- Specified by:
setNamein interface_ProjectOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersionin interface_ProjectOperationsNC
-
sizeOfAnnotationLinks
public final int sizeOfAnnotationLinks()
- Specified by:
sizeOfAnnotationLinksin interface_ProjectOperationsNC
-
sizeOfDatasetLinks
public final int sizeOfDatasetLinks()
- Specified by:
sizeOfDatasetLinksin interface_ProjectOperationsNC
-
unlinkAnnotation
public final void unlinkAnnotation(Annotation removal)
- Specified by:
unlinkAnnotationin interface_ProjectOperationsNC
-
unlinkDataset
public final void unlinkDataset(Dataset removal)
- Specified by:
unlinkDatasetin interface_ProjectOperationsNC
-
unloadAnnotationLinks
public final void unloadAnnotationLinks()
- Specified by:
unloadAnnotationLinksin interface_ProjectOperationsNC
-
unloadDatasetLinks
public final void unloadDatasetLinks()
- Specified by:
unloadDatasetLinksin interface_ProjectOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadDatasetLinks
public static Ice.DispatchStatus ___unloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfDatasetLinks
public static Ice.DispatchStatus ___sizeOfDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyDatasetLinks
public static Ice.DispatchStatus ___copyDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addProjectDatasetLink
public static Ice.DispatchStatus ___addProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllProjectDatasetLinkSet
public static Ice.DispatchStatus ___addAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeProjectDatasetLink
public static Ice.DispatchStatus ___removeProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllProjectDatasetLinkSet
public static Ice.DispatchStatus ___removeAllProjectDatasetLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearDatasetLinks
public static Ice.DispatchStatus ___clearDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadDatasetLinks
public static Ice.DispatchStatus ___reloadDatasetLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getDatasetLinksCountPerOwner
public static Ice.DispatchStatus ___getDatasetLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkDataset
public static Ice.DispatchStatus ___linkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addProjectDatasetLinkToBoth
public static Ice.DispatchStatus ___addProjectDatasetLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___findProjectDatasetLink
public static Ice.DispatchStatus ___findProjectDatasetLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unlinkDataset
public static Ice.DispatchStatus ___unlinkDataset(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeProjectDatasetLinkFromBoth
public static Ice.DispatchStatus ___removeProjectDatasetLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkedDatasetList
public static Ice.DispatchStatus ___linkedDatasetList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadAnnotationLinks
public static Ice.DispatchStatus ___unloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfAnnotationLinks
public static Ice.DispatchStatus ___sizeOfAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyAnnotationLinks
public static Ice.DispatchStatus ___copyAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addProjectAnnotationLink
public static Ice.DispatchStatus ___addProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllProjectAnnotationLinkSet
public static Ice.DispatchStatus ___addAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeProjectAnnotationLink
public static Ice.DispatchStatus ___removeProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllProjectAnnotationLinkSet
public static Ice.DispatchStatus ___removeAllProjectAnnotationLinkSet(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearAnnotationLinks
public static Ice.DispatchStatus ___clearAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadAnnotationLinks
public static Ice.DispatchStatus ___reloadAnnotationLinks(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAnnotationLinksCountPerOwner
public static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkAnnotation
public static Ice.DispatchStatus ___linkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addProjectAnnotationLinkToBoth
public static Ice.DispatchStatus ___addProjectAnnotationLinkToBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___findProjectAnnotationLink
public static Ice.DispatchStatus ___findProjectAnnotationLink(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unlinkAnnotation
public static Ice.DispatchStatus ___unlinkAnnotation(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeProjectAnnotationLinkFromBoth
public static Ice.DispatchStatus ___removeProjectAnnotationLinkFromBoth(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkedAnnotationList
public static Ice.DispatchStatus ___linkedAnnotationList(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getName
public static Ice.DispatchStatus ___getName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setName
public static Ice.DispatchStatus ___setName(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getDescription
public static Ice.DispatchStatus ___getDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setDescription
public static Ice.DispatchStatus ___setDescription(Project __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
__dispatchin interfaceIce.Object- Overrides:
__dispatchin classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classIObject
-
-