|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SMSReports
Report represents a fully defined report that can be run by the SMS Reports. Ref Microsoft SMS 2003 SDK
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getCategory()
Category for the report to be used in the SMS Administrator console to filter the list of reports and to provide, along with the subcategory, a report hierarchy. |
java.lang.String |
getComment()
Further description of the report to be displayed on the property page for the report in the SMS Administrator console. |
java.lang.String |
getGraphCaption()
Caption for the graph. |
int |
getGraphType()
If a graph for the report is available, GraphType indicates its type. |
int |
getGraphXCol()
Column number to be used for the x-axis of the graph. |
int |
getGraphYCol()
Column number used as the y-axis of the graph. |
boolean |
getMachineDetail()
This property value is set to TRUE if this is a computer detail report. |
boolean |
getMachineSource()
This property value is set to TRUE if this report drills through to the computer details page. |
java.lang.String |
getName()
Name for the report that will be displayed in the SMS Administrator console and on the report itself. |
int |
getNumPrompts()
The number of prompts given. |
int |
getRefreshInternal()
Represents the number of seconds (0-60) that should elapse before the report is automatically rerun and the page is refreshed. |
java.lang.String |
getReportID()
Describes a unique, autogenerated key.example "159" |
java.lang.String |
getSecurityKey()
Unique automatically generated identifier that is used as the security identifier |
SMSHierarchy |
getSMSHierarchy()
|
java.lang.String |
getSQLQuery()
Text of the SQL query that produces the result set of the report. |
boolean |
getStatusMessageDetailSource()
The source of the message detail. |
java.lang.String |
getXColLabel()
Caption for the x-axis of the graph. |
java.lang.String |
getYColLabel()
Caption for the y-axis of the graph. |
boolean |
hasCategory()
|
boolean |
hasComment()
|
boolean |
hasGraphCaption()
|
boolean |
hasGraphType()
|
boolean |
hasGraphXCol()
|
boolean |
hasGraphYCol()
|
boolean |
hasMachineDetail()
|
boolean |
hasMachineSource()
|
boolean |
hasName()
|
boolean |
hasNumPrompts()
|
boolean |
hasRefreshInternal()
|
boolean |
hasReportID()
|
boolean |
hasSecurityKey()
|
boolean |
hasSMSHierarchy()
|
boolean |
hasSQLQuery()
|
boolean |
hasStatusMessageDetailSource()
|
boolean |
hasXColLabel()
|
boolean |
hasYColLabel()
|
void |
setCategory(java.lang.String x)
|
void |
setComment(java.lang.String x)
|
void |
setGraphCaption(java.lang.String x)
|
void |
setGraphType(int x)
|
void |
setGraphXCol(int x)
|
void |
setGraphYCol(int x)
|
void |
setMachineDetail(boolean x)
|
void |
setMachineSource(boolean x)
|
void |
setName(java.lang.String x)
|
void |
setNumPrompts(int x)
|
void |
setRefreshInternal(int x)
|
void |
setReportID(java.lang.String x)
|
void |
setSecurityKey(java.lang.String x)
|
void |
setSMSHierarchy(SMSHierarchy x)
|
void |
setSQLQuery(java.lang.String x)
|
void |
setStatusMessageDetailSource(boolean x)
|
void |
setXColLabel(java.lang.String x)
|
void |
setYColLabel(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 getReportID() throws AttributeNotSetException
AttributeNotSetException
void setReportID(java.lang.String x)
boolean hasReportID()
java.lang.String getSecurityKey() throws AttributeNotSetException
AttributeNotSetException
void setSecurityKey(java.lang.String x)
boolean hasSecurityKey()
java.lang.String getYColLabel() throws AttributeNotSetException
AttributeNotSetException
void setYColLabel(java.lang.String x)
boolean hasYColLabel()
java.lang.String getGraphCaption() throws AttributeNotSetException
AttributeNotSetException
void setGraphCaption(java.lang.String x)
boolean hasGraphCaption()
int getGraphXCol() throws AttributeNotSetException
AttributeNotSetException
void setGraphXCol(int x)
boolean hasGraphXCol()
java.lang.String getXColLabel() throws AttributeNotSetException
AttributeNotSetException
void setXColLabel(java.lang.String x)
boolean hasXColLabel()
int getGraphYCol() throws AttributeNotSetException
AttributeNotSetException
void setGraphYCol(int x)
boolean hasGraphYCol()
java.lang.String getCategory() throws AttributeNotSetException
AttributeNotSetException
void setCategory(java.lang.String x)
boolean hasCategory()
java.lang.String getComment() throws AttributeNotSetException
AttributeNotSetException
void setComment(java.lang.String x)
boolean hasComment()
int getGraphType() throws AttributeNotSetException
AttributeNotSetException
void setGraphType(int x)
boolean hasGraphType()
boolean getStatusMessageDetailSource() throws AttributeNotSetException
AttributeNotSetException
void setStatusMessageDetailSource(boolean x)
boolean hasStatusMessageDetailSource()
java.lang.String getSQLQuery() throws AttributeNotSetException
AttributeNotSetException
void setSQLQuery(java.lang.String x)
boolean hasSQLQuery()
int getNumPrompts() throws AttributeNotSetException
AttributeNotSetException
void setNumPrompts(int x)
boolean hasNumPrompts()
SMSHierarchy getSMSHierarchy() throws AttributeNotSetException
AttributeNotSetException
void setSMSHierarchy(SMSHierarchy x)
boolean hasSMSHierarchy()
boolean getMachineDetail() throws AttributeNotSetException
AttributeNotSetException
void setMachineDetail(boolean x)
boolean hasMachineDetail()
boolean getMachineSource() throws AttributeNotSetException
AttributeNotSetException
void setMachineSource(boolean x)
boolean hasMachineSource()
int getRefreshInternal() throws AttributeNotSetException
AttributeNotSetException
void setRefreshInternal(int x)
boolean hasRefreshInternal()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |