|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IVersionInfoProxy
public class IVersionInfoProxy
Provides access to members that supply version information.
The IVersionInfo interface is a read-only collection of methods used to obtain different properties of a version. If you need to set properties of a version, use the IVersion interface.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IVersionInfoProxy()
|
|
IVersionInfoProxy(Object obj)
|
protected |
IVersionInfoProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getAccess()
The version's access permission. |
IEnumVersionInfo |
getAncestors()
The version's ancestors. |
IEnumVersionInfo |
getChildren()
The version's children. |
Object |
getCreated()
The date and time the version was created. |
String |
getDescription()
The version's description. |
Object |
getModified()
The date and time the version was last modified. |
IVersionInfo |
getParent()
The version's parent. |
String |
getVersionName()
The version's name. |
boolean |
isOwner()
True if the current connected user is the owner of this version. |
void |
removeListener(String iidStr,
Object theListener)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IVersionInfoProxy()
public IVersionInfoProxy(Object obj)
throws IOException
IOException
protected IVersionInfoProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getVersionName()
throws IOException,
AutomationException
The VersionName method is used to retrieve a version's name. The name will be qualified with the owner of the version. For example, for a version called "MyWorkOrder" owned by the user "GIS", VersionName will return "GIS.MyWorkOrder"
getVersionName in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
The Description method is used to retrieve a version's description.
getDescription in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAccess()
throws IOException,
AutomationException
The Access method is used to retrieve a version's permission. The permission can be private, public or protected.
getAccess in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getCreated()
throws IOException,
AutomationException
The Created method is used to retrieve the date when the version was created.
getCreated in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getModified()
throws IOException,
AutomationException
The Modified method is used to retrieve the date when the version was last modified.
getModified in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IVersionInfo getParent()
throws IOException,
AutomationException
The Parent method is used to retrieve the version's parent version properties.
getParent in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumVersionInfo getChildren()
throws IOException,
AutomationException
The Children method is used to retrieve an IEnumVersionInfo enumeration of all the version's that were created from the current version. The IEnumVersionInfo enumeration is then used to obtain an IVersionInfo object for the child version.
getChildren in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumVersionInfo getAncestors()
throws IOException,
AutomationException
The Ancestors method is used to retrieve an IEnumVersionInfo enumeration of all the version's that are in the ancestral lineage for the current version. For example, the parent version, the grandparent version, etc. all the way back to the default version. The IEnumVersionInfo enumeration is then used to obtain an IVersionInfo object for each version.
getAncestors in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOwner()
throws IOException,
AutomationException
The IsOwner method is used to retrieve a boolean value to determine if the currently connected user owns the version.
isOwner in interface IVersionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||