|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SMSQuery
SMS_Query class serves as a container for predefined queries. Ref Microsoft SMS 2003 SDK
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getComment()
Provides comments to document the query. |
java.lang.String |
getExpression()
WMI Query Language (WQL) text. |
java.lang.String |
getLimitToCollectionID()
Use to limit the query results to those resources that are members of the collection. |
java.lang.String |
getName()
Name of the query as shown in the SMS Administrator console. |
java.lang.String |
getQueryID()
Describes a unique, autogenerated key.example QueryID "SMS001" |
SMSHierarchy |
getSMSHierarchy()
|
java.lang.String |
getTargetClassName()
Use the name of the class found in the FROM clause of the query. |
boolean |
hasComment()
|
boolean |
hasExpression()
|
boolean |
hasLimitToCollectionID()
|
boolean |
hasName()
|
boolean |
hasQueryID()
|
boolean |
hasSMSHierarchy()
|
boolean |
hasTargetClassName()
|
void |
setComment(java.lang.String x)
|
void |
setExpression(java.lang.String x)
|
void |
setLimitToCollectionID(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setQueryID(java.lang.String x)
|
void |
setSMSHierarchy(SMSHierarchy x)
|
void |
setTargetClassName(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getExpression() throws AttributeNotSetException
AttributeNotSetException
void setExpression(java.lang.String x)
boolean hasExpression()
java.lang.String getLimitToCollectionID() throws AttributeNotSetException
AttributeNotSetException
void setLimitToCollectionID(java.lang.String x)
boolean hasLimitToCollectionID()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
java.lang.String getComment() throws AttributeNotSetException
AttributeNotSetException
void setComment(java.lang.String x)
boolean hasComment()
java.lang.String getQueryID() throws AttributeNotSetException
AttributeNotSetException
void setQueryID(java.lang.String x)
boolean hasQueryID()
SMSHierarchy getSMSHierarchy() throws AttributeNotSetException
AttributeNotSetException
void setSMSHierarchy(SMSHierarchy x)
boolean hasSMSHierarchy()
java.lang.String getTargetClassName() throws AttributeNotSetException
AttributeNotSetException
void setTargetClassName(java.lang.String x)
boolean hasTargetClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |