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[]
__ids
protected java.util.Map<java.lang.Long,java.lang.Long>
annotationLinksCountPerOwner
protected boolean
annotationLinksLoaded
protected java.util.List<ProjectAnnotationLink>
annotationLinksSeq
protected java.util.Map<java.lang.Long,java.lang.Long>
datasetLinksCountPerOwner
protected boolean
datasetLinksLoaded
protected java.util.List<ProjectDatasetLink>
datasetLinksSeq
protected RString
description
protected RString
name
static long
serialVersionUID
protected RInt
version
-
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)
void
addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)
void
addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
void
addProjectAnnotationLink(ProjectAnnotationLink target)
void
addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides)
void
addProjectDatasetLink(ProjectDatasetLink target)
void
addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides)
void
clearAnnotationLinks()
void
clearDatasetLinks()
Project
clone()
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()
RString
getDescription()
RString
getName()
RInt
getVersion()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
ProjectAnnotationLink
linkAnnotation(Annotation addition)
ProjectDatasetLink
linkDataset(Dataset addition)
java.util.List<Annotation>
linkedAnnotationList()
java.util.List<Dataset>
linkedDatasetList()
void
reloadAnnotationLinks(Project toCopy)
void
reloadDatasetLinks(Project toCopy)
void
removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)
void
removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
void
removeProjectAnnotationLink(ProjectAnnotationLink theTarget)
void
removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides)
void
removeProjectDatasetLink(ProjectDatasetLink theTarget)
void
removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides)
void
setDescription(RString theDescription)
void
setName(RString theName)
void
setVersion(RInt theVersion)
int
sizeOfAnnotationLinks()
int
sizeOfDatasetLinks()
void
unlinkAnnotation(Annotation removal)
void
unlinkDataset(Dataset removal)
void
unloadAnnotationLinks()
void
unloadDatasetLinks()
-
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:
addAllProjectAnnotationLinkSet
in interface_ProjectOperationsNC
-
addAllProjectDatasetLinkSet
public final void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
- Specified by:
addAllProjectDatasetLinkSet
in interface_ProjectOperationsNC
-
addProjectAnnotationLink
public final void addProjectAnnotationLink(ProjectAnnotationLink target)
- Specified by:
addProjectAnnotationLink
in interface_ProjectOperationsNC
-
addProjectAnnotationLinkToBoth
public final void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides)
- Specified by:
addProjectAnnotationLinkToBoth
in interface_ProjectOperationsNC
-
addProjectDatasetLink
public final void addProjectDatasetLink(ProjectDatasetLink target)
- Specified by:
addProjectDatasetLink
in interface_ProjectOperationsNC
-
addProjectDatasetLinkToBoth
public final void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides)
- Specified by:
addProjectDatasetLinkToBoth
in interface_ProjectOperationsNC
-
clearAnnotationLinks
public final void clearAnnotationLinks()
- Specified by:
clearAnnotationLinks
in interface_ProjectOperationsNC
-
clearDatasetLinks
public final void clearDatasetLinks()
- Specified by:
clearDatasetLinks
in interface_ProjectOperationsNC
-
copyAnnotationLinks
public final java.util.List<ProjectAnnotationLink> copyAnnotationLinks()
- Specified by:
copyAnnotationLinks
in interface_ProjectOperationsNC
-
copyDatasetLinks
public final java.util.List<ProjectDatasetLink> copyDatasetLinks()
- Specified by:
copyDatasetLinks
in interface_ProjectOperationsNC
-
findProjectAnnotationLink
public final java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal)
- Specified by:
findProjectAnnotationLink
in interface_ProjectOperationsNC
-
findProjectDatasetLink
public final java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal)
- Specified by:
findProjectDatasetLink
in interface_ProjectOperationsNC
-
getAnnotationLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
- Specified by:
getAnnotationLinksCountPerOwner
in interface_ProjectOperationsNC
-
getDatasetLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner()
- Specified by:
getDatasetLinksCountPerOwner
in interface_ProjectOperationsNC
-
getDescription
public final RString getDescription()
- Specified by:
getDescription
in interface_ProjectOperationsNC
-
getName
public final RString getName()
- Specified by:
getName
in interface_ProjectOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_ProjectOperationsNC
-
linkAnnotation
public final ProjectAnnotationLink linkAnnotation(Annotation addition)
- Specified by:
linkAnnotation
in interface_ProjectOperationsNC
-
linkDataset
public final ProjectDatasetLink linkDataset(Dataset addition)
- Specified by:
linkDataset
in interface_ProjectOperationsNC
-
linkedAnnotationList
public final java.util.List<Annotation> linkedAnnotationList()
- Specified by:
linkedAnnotationList
in interface_ProjectOperationsNC
-
linkedDatasetList
public final java.util.List<Dataset> linkedDatasetList()
- Specified by:
linkedDatasetList
in interface_ProjectOperationsNC
-
reloadAnnotationLinks
public final void reloadAnnotationLinks(Project toCopy)
- Specified by:
reloadAnnotationLinks
in interface_ProjectOperationsNC
-
reloadDatasetLinks
public final void reloadDatasetLinks(Project toCopy)
- Specified by:
reloadDatasetLinks
in interface_ProjectOperationsNC
-
removeAllProjectAnnotationLinkSet
public final void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets)
- Specified by:
removeAllProjectAnnotationLinkSet
in interface_ProjectOperationsNC
-
removeAllProjectDatasetLinkSet
public final void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets)
- Specified by:
removeAllProjectDatasetLinkSet
in interface_ProjectOperationsNC
-
removeProjectAnnotationLink
public final void removeProjectAnnotationLink(ProjectAnnotationLink theTarget)
- Specified by:
removeProjectAnnotationLink
in interface_ProjectOperationsNC
-
removeProjectAnnotationLinkFromBoth
public final void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink link, boolean bothSides)
- Specified by:
removeProjectAnnotationLinkFromBoth
in interface_ProjectOperationsNC
-
removeProjectDatasetLink
public final void removeProjectDatasetLink(ProjectDatasetLink theTarget)
- Specified by:
removeProjectDatasetLink
in interface_ProjectOperationsNC
-
removeProjectDatasetLinkFromBoth
public final void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides)
- Specified by:
removeProjectDatasetLinkFromBoth
in interface_ProjectOperationsNC
-
setDescription
public final void setDescription(RString theDescription)
- Specified by:
setDescription
in interface_ProjectOperationsNC
-
setName
public final void setName(RString theName)
- Specified by:
setName
in interface_ProjectOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_ProjectOperationsNC
-
sizeOfAnnotationLinks
public final int sizeOfAnnotationLinks()
- Specified by:
sizeOfAnnotationLinks
in interface_ProjectOperationsNC
-
sizeOfDatasetLinks
public final int sizeOfDatasetLinks()
- Specified by:
sizeOfDatasetLinks
in interface_ProjectOperationsNC
-
unlinkAnnotation
public final void unlinkAnnotation(Annotation removal)
- Specified by:
unlinkAnnotation
in interface_ProjectOperationsNC
-
unlinkDataset
public final void unlinkDataset(Dataset removal)
- Specified by:
unlinkDataset
in interface_ProjectOperationsNC
-
unloadAnnotationLinks
public final void unloadAnnotationLinks()
- Specified by:
unloadAnnotationLinks
in interface_ProjectOperationsNC
-
unloadDatasetLinks
public final void unloadDatasetLinks()
- Specified by:
unloadDatasetLinks
in 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:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
-