Class DsmlRequestDocument
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.protocols.DsmlDocument
-
- system.directoryservices.protocols.DsmlRequestDocument
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DsmlRequestDocument extends DsmlDocument
The base .NET class managing System.DirectoryServices.Protocols.DsmlRequestDocument, System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.DsmlRequestDocument
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.DirectoryServices.Protocolsstatic java.lang.String
className
Qualified class name: System.DirectoryServices.Protocols.DsmlRequestDocumentstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DsmlRequestDocument()
DsmlRequestDocument(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
Add(DirectoryRequest request)
static DsmlRequestDocument
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDsmlRequestDocument
, a cast assert is made to check if types are compatible.void
Clear()
boolean
Contains(DirectoryRequest value)
void
CopyTo(DirectoryRequest[] value, int i)
int
getCount()
DsmlDocumentProcessing
getDocumentProcessing()
DsmlErrorProcessing
getErrorProcessing()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getRequestId()
DsmlResponseOrder
getResponseOrder()
int
IndexOf(DirectoryRequest value)
void
Insert(int index, DirectoryRequest value)
void
Remove(DirectoryRequest value)
void
RemoveAt(int index)
void
setDocumentProcessing(DsmlDocumentProcessing DocumentProcessing)
void
setErrorProcessing(DsmlErrorProcessing ErrorProcessing)
void
setJCOInstance(JCObject instance)
void
setRequestId(java.lang.String RequestId)
void
setResponseOrder(DsmlResponseOrder ResponseOrder)
XmlDocument
ToXml()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.DirectoryServices.Protocols- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.DirectoryServices.Protocols.DsmlRequestDocument- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DsmlRequestDocument
public DsmlRequestDocument(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DsmlRequestDocument
public DsmlRequestDocument() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDsmlDocument
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDsmlDocument
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDsmlDocument
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDsmlDocument
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDsmlDocument
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDsmlDocument
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DsmlRequestDocument cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDsmlRequestDocument
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DsmlRequestDocument
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(DirectoryRequest value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Add
public int Add(DirectoryRequest request) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
-
IndexOf
public int IndexOf(DirectoryRequest value) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentOutOfRangeException
ArgumentException
-
ToXml
public XmlDocument ToXml() throws java.lang.Throwable, ArgumentNullException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, XmlException, XmlSchemaException
- Overrides:
ToXml
in classDsmlDocument
- Throws:
java.lang.Throwable
ArgumentNullException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
XmlException
XmlSchemaException
-
Clear
public void Clear() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CopyTo
public void CopyTo(DirectoryRequest[] value, int i) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
Insert
public void Insert(int index, DirectoryRequest value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
-
Remove
public void Remove(DirectoryRequest value) throws java.lang.Throwable, ArgumentNullException, RankException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
RankException
ArgumentOutOfRangeException
ArgumentException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getCount
public int getCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocumentProcessing
public DsmlDocumentProcessing getDocumentProcessing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDocumentProcessing
public void setDocumentProcessing(DsmlDocumentProcessing DocumentProcessing) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getErrorProcessing
public DsmlErrorProcessing getErrorProcessing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setErrorProcessing
public void setErrorProcessing(DsmlErrorProcessing ErrorProcessing) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getResponseOrder
public DsmlResponseOrder getResponseOrder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResponseOrder
public void setResponseOrder(DsmlResponseOrder ResponseOrder) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getRequestId
public java.lang.String getRequestId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequestId
public void setRequestId(java.lang.String RequestId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-