public class ActiveDirectorySchemaProperty extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ActiveDirectorySchemaProperty() |
ActiveDirectorySchemaProperty(DirectoryContext context,
java.lang.String ldapDisplayName) |
ActiveDirectorySchemaProperty(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ActiveDirectorySchemaProperty |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ActiveDirectorySchemaProperty, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Dispose() |
static ActiveDirectorySchemaProperty |
FindByName(DirectoryContext context,
java.lang.String ldapDisplayName) |
java.lang.String |
getCommonName() |
java.lang.String |
getDescription() |
DirectoryEntry |
GetDirectoryEntry() |
boolean |
getIsDefunct() |
boolean |
getIsInAnr() |
boolean |
getIsIndexed() |
boolean |
getIsIndexedOverContainer() |
boolean |
getIsInGlobalCatalog() |
boolean |
getIsOnTombstonedObject() |
boolean |
getIsSingleValued() |
boolean |
getIsTupleIndexed() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ActiveDirectorySchemaProperty |
getLink() |
java.lang.String |
getName() |
java.lang.String |
getOid() |
Guid |
getSchemaGuid() |
ActiveDirectorySyntax |
getSyntax() |
void |
Save() |
void |
setCommonName(java.lang.String CommonName) |
void |
setDescription(java.lang.String Description) |
void |
setIsDefunct(boolean IsDefunct) |
void |
setIsInAnr(boolean IsInAnr) |
void |
setIsIndexed(boolean IsIndexed) |
void |
setIsIndexedOverContainer(boolean IsIndexedOverContainer) |
void |
setIsInGlobalCatalog(boolean IsInGlobalCatalog) |
void |
setIsOnTombstonedObject(boolean IsOnTombstonedObject) |
void |
setIsSingleValued(boolean IsSingleValued) |
void |
setIsTupleIndexed(boolean IsTupleIndexed) |
void |
setJCOInstance(JCObject instance) |
void |
setOid(java.lang.String Oid) |
void |
setSchemaGuid(Guid SchemaGuid) |
void |
setSyntax(ActiveDirectorySyntax Syntax) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ActiveDirectorySchemaProperty()
throws java.lang.Throwable
java.lang.Throwablepublic ActiveDirectorySchemaProperty(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionpublic ActiveDirectorySchemaProperty(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ActiveDirectorySchemaProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ActiveDirectorySchemaProperty, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedActiveDirectorySchemaProperty instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Dispose()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static ActiveDirectorySchemaProperty FindByName(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionpublic java.lang.String getCommonName()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidEnumArgumentException,
ArgumentNullException,
ArgumentException,
ActiveDirectoryObjectNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidOperationException
public java.lang.String getDescription()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidEnumArgumentException,
ArgumentNullException,
ArgumentException,
ActiveDirectoryObjectNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidOperationException
public DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, InvalidOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionpublic boolean getIsDefunct()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionpublic boolean getIsInAnr()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException
public boolean getIsIndexed()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException
public boolean getIsIndexedOverContainer()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException
public boolean getIsInGlobalCatalog()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidEnumArgumentException,
ArgumentNullException,
ArgumentException,
ActiveDirectoryObjectNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidOperationException
public boolean getIsOnTombstonedObject()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException
public boolean getIsSingleValued()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
FormatException,
CultureNotFoundException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
AccessViolationException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
ArrayTypeMismatchException,
NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic boolean getIsTupleIndexed()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ActiveDirectorySchemaProperty getLink() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, ActiveDirectoryObjectNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidOperationException, NullReferenceException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionActiveDirectoryObjectNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionpublic java.lang.String getName()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionpublic java.lang.String getOid()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
FormatException,
CultureNotFoundException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
AccessViolationException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
ArrayTypeMismatchException,
NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic Guid getSchemaGuid() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, ActiveDirectoryObjectNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidOperationException, FormatException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionActiveDirectoryObjectNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidOperationExceptionFormatExceptionpublic ActiveDirectorySyntax getSyntax() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, ActiveDirectoryObjectNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidOperationException
public void Save()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
FormatException,
ActiveDirectoryObjectNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setCommonName(java.lang.String CommonName)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
OutOfMemoryException,
InvalidEnumArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic void setDescription(java.lang.String Description)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
OutOfMemoryException,
InvalidEnumArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic void setIsDefunct(boolean IsDefunct)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
OutOfMemoryException,
InvalidEnumArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentNullException,
IndexOutOfRangeException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic void setIsInAnr(boolean IsInAnr)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setIsIndexed(boolean IsIndexed)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setIsIndexedOverContainer(boolean IsIndexedOverContainer)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setIsInGlobalCatalog(boolean IsInGlobalCatalog)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidEnumArgumentException,
ArgumentNullException,
ArgumentException,
ActiveDirectoryObjectNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
LockRecursionException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionActiveDirectoryObjectNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void setIsOnTombstonedObject(boolean IsOnTombstonedObject)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setIsSingleValued(boolean IsSingleValued)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidEnumArgumentException,
ArgumentNullException,
ArgumentException,
ActiveDirectoryObjectNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
LockRecursionException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionActiveDirectoryObjectNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void setIsTupleIndexed(boolean IsTupleIndexed)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidEnumArgumentException,
NotSupportedException,
ActiveDirectoryObjectNotFoundException,
ActiveDirectoryOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionSynchronizationLockExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOid(java.lang.String Oid)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
OutOfMemoryException,
InvalidEnumArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic void setSchemaGuid(Guid SchemaGuid) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, FormatException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionNotSupportedExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionFormatExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionSynchronizationLockExceptionpublic void setSyntax(ActiveDirectorySyntax Syntax) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionSynchronizationLockException