public class SearchRequest extends DirectoryRequest
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.SearchRequest
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.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices.Protocols
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.Protocols.SearchRequest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SearchRequest() |
SearchRequest(java.lang.Object instance)
Internal constructor.
|
SearchRequest(java.lang.String distinguishedName,
java.lang.String ldapFilter,
SearchScope searchScope,
java.lang.String... attributeList) |
SearchRequest(java.lang.String distinguishedName,
XmlDocument filter,
SearchScope searchScope,
java.lang.String... attributeList) |
| Modifier and Type | Method and Description |
|---|---|
static SearchRequest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SearchRequest, a cast assert is made to check if types are compatible. |
DereferenceAlias |
getAliases() |
StringCollection |
getAttributes() |
java.lang.String |
getDistinguishedName() |
NetObject |
getFilter() |
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
|
SearchScope |
getScope() |
int |
getSizeLimit() |
TimeSpan |
getTimeLimit() |
boolean |
getTypesOnly() |
void |
setAliases(DereferenceAlias Aliases) |
void |
setDistinguishedName(java.lang.String DistinguishedName) |
void |
setFilter(NetObject Filter) |
void |
setJCOInstance(JCObject instance) |
void |
setScope(SearchScope Scope) |
void |
setSizeLimit(int SizeLimit) |
void |
setTimeLimit(TimeSpan TimeLimit) |
void |
setTypesOnly(boolean TypesOnly) |
getControls, getRequestId, setRequestIdpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SearchRequest()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException
public SearchRequest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SearchRequest(java.lang.String distinguishedName,
java.lang.String ldapFilter,
SearchScope searchScope,
java.lang.String... attributeList)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidEnumArgumentException
public SearchRequest(java.lang.String distinguishedName,
XmlDocument filter,
SearchScope searchScope,
java.lang.String... attributeList)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidEnumArgumentException
public static SearchRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SearchRequest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSearchRequest instancejava.lang.Throwable - in case of error during cast operationpublic DereferenceAlias getAliases() throws java.lang.Throwable
java.lang.Throwablepublic StringCollection getAttributes() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDistinguishedName()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getFilter() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DirectoryRequestString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DirectoryRequestString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DirectoryRequestObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DirectoryRequestString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DirectoryRequestJCType representing the CLR Type of the instantiated Classpublic SearchScope getScope() throws java.lang.Throwable
java.lang.Throwablepublic int getSizeLimit()
throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getTimeLimit() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTypesOnly()
throws java.lang.Throwable
java.lang.Throwablepublic void setAliases(DereferenceAlias Aliases) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setDistinguishedName(java.lang.String DistinguishedName)
throws java.lang.Throwable
java.lang.Throwablepublic void setFilter(NetObject Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DirectoryRequestpublic void setScope(SearchScope Scope) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setSizeLimit(int SizeLimit)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setTimeLimit(TimeSpan TimeLimit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setTypesOnly(boolean TypesOnly)
throws java.lang.Throwable
java.lang.Throwable