public class RelatedObjectQuery extends WqlObjectQuery
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.RelatedObjectQuery
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.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Management
|
static java.lang.String |
className
Qualified class name: System.Management.RelatedObjectQuery
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RelatedObjectQuery() |
RelatedObjectQuery(boolean isSchemaQuery,
java.lang.String sourceObject,
java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relatedQualifier,
java.lang.String relationshipQualifier,
java.lang.String relatedRole,
java.lang.String thisRole) |
RelatedObjectQuery(java.lang.Object instance)
Internal constructor.
|
RelatedObjectQuery(java.lang.String queryOrSourceObject) |
RelatedObjectQuery(java.lang.String sourceObject,
java.lang.String relatedClass) |
RelatedObjectQuery(java.lang.String sourceObject,
java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relatedQualifier,
java.lang.String relationshipQualifier,
java.lang.String relatedRole,
java.lang.String thisRole,
boolean classDefinitionsOnly) |
| Modifier and Type | Method and Description |
|---|---|
static RelatedObjectQuery |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RelatedObjectQuery, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
boolean |
getClassDefinitionsOnly() |
boolean |
getIsSchemaQuery() |
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
|
java.lang.String |
getRelatedClass() |
java.lang.String |
getRelatedQualifier() |
java.lang.String |
getRelatedRole() |
java.lang.String |
getRelationshipClass() |
java.lang.String |
getRelationshipQualifier() |
java.lang.String |
getSourceObject() |
java.lang.String |
getThisRole() |
void |
setClassDefinitionsOnly(boolean ClassDefinitionsOnly) |
void |
setIsSchemaQuery(boolean IsSchemaQuery) |
void |
setJCOInstance(JCObject instance) |
void |
setRelatedClass(java.lang.String RelatedClass) |
void |
setRelatedQualifier(java.lang.String RelatedQualifier) |
void |
setRelatedRole(java.lang.String RelatedRole) |
void |
setRelationshipClass(java.lang.String RelationshipClass) |
void |
setRelationshipQualifier(java.lang.String RelationshipQualifier) |
void |
setSourceObject(java.lang.String SourceObject) |
void |
setThisRole(java.lang.String ThisRole) |
getQueryLanguage, getQueryString, setQueryLanguage, setQueryStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RelatedObjectQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
ManagementException,
NotSupportedException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic RelatedObjectQuery(boolean isSchemaQuery,
java.lang.String sourceObject,
java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relatedQualifier,
java.lang.String relationshipQualifier,
java.lang.String relatedRole,
java.lang.String thisRole)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
MissingManifestResourceException,
NotImplementedException,
EventSourceException,
ArgumentOutOfRangeException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionEventSourceExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionpublic RelatedObjectQuery(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic RelatedObjectQuery(java.lang.String queryOrSourceObject)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic RelatedObjectQuery(java.lang.String sourceObject,
java.lang.String relatedClass)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic RelatedObjectQuery(java.lang.String sourceObject,
java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relatedQualifier,
java.lang.String relationshipQualifier,
java.lang.String relatedRole,
java.lang.String thisRole,
boolean classDefinitionsOnly)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic static RelatedObjectQuery cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RelatedObjectQuery, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRelatedObjectQuery instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, ArgumentException, MissingMethodException, TargetInvocationException, CultureNotFoundException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException
Clone in class WqlObjectQueryjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getClassDefinitionsOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSchemaQuery()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class WqlObjectQueryString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class WqlObjectQueryString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class WqlObjectQueryObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class WqlObjectQueryString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class WqlObjectQueryJCType representing the CLR Type of the instantiated Classpublic java.lang.String getRelatedClass()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRelatedQualifier()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRelatedRole()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRelationshipClass()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRelationshipQualifier()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSourceObject()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getThisRole()
throws java.lang.Throwable
java.lang.Throwablepublic void setClassDefinitionsOnly(boolean ClassDefinitionsOnly)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setIsSchemaQuery(boolean IsSchemaQuery)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class WqlObjectQuerypublic void setRelatedClass(java.lang.String RelatedClass)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setRelatedQualifier(java.lang.String RelatedQualifier)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setRelatedRole(java.lang.String RelatedRole)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setRelationshipClass(java.lang.String RelationshipClass)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setRelationshipQualifier(java.lang.String RelationshipQualifier)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setSourceObject(java.lang.String SourceObject)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void setThisRole(java.lang.String ThisRole)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeException