|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDMQuery
Represents the saved queries in CDM
| Field Summary |
|---|
| Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
IBM_COPYRIGHT |
| Method Summary | |
|---|---|
CDMAttribute[] |
getAttributes()
|
boolean |
getFilterScope()
|
java.lang.String |
getName()
|
java.lang.String |
getQuery()
|
java.lang.String |
getUser()
|
boolean |
hasAttributes()
|
boolean |
hasFilterScope()
|
boolean |
hasName()
|
boolean |
hasQuery()
|
boolean |
hasUser()
|
void |
setAttributes(CDMAttribute[] attributes)
|
void |
setFilterScope(boolean filterScope)
Scope of the filter to identify whether its private or public. |
void |
setName(java.lang.String name)
Name of the cdm query |
void |
setQuery(java.lang.String query)
Query associated with the name |
void |
setUser(java.lang.String user)
User name of query creator. |
| 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 |
| Method Detail |
|---|
void setName(java.lang.String name)
name -
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasName()
void setQuery(java.lang.String query)
query -
java.lang.String getQuery()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasQuery()
void setFilterScope(boolean filterScope)
filterScope -
boolean getFilterScope()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasFilterScope()
void setUser(java.lang.String user)
user -
java.lang.String getUser()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasUser()
void setAttributes(CDMAttribute[] attributes)
attributes - List of attributes to select.
CDMAttribute[] getAttributes()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||