|
||||||||||
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
AttributeNotSetException
boolean hasName()
void setQuery(java.lang.String query)
query
- java.lang.String getQuery() throws AttributeNotSetException
AttributeNotSetException
boolean hasQuery()
void setFilterScope(boolean filterScope)
filterScope
- boolean getFilterScope() throws AttributeNotSetException
AttributeNotSetException
boolean hasFilterScope()
void setUser(java.lang.String user)
user
- java.lang.String getUser() throws AttributeNotSetException
AttributeNotSetException
boolean hasUser()
void setAttributes(CDMAttribute[] attributes)
attributes
- List of attributes to select.CDMAttribute[] getAttributes() throws AttributeNotSetException
AttributeNotSetException
boolean hasAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |