|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rhq.core.domain.resource.composite.ResourceFacets
public class ResourceFacets
The set of facets a Resource or compatible Resource group supports - used to determine which quick-nav icons and tabs to display in the GUI.
Field Summary | |
---|---|
static ResourceFacets |
ALL
|
static ResourceFacets |
NONE
|
Constructor Summary | |
---|---|
ResourceFacets()
|
|
ResourceFacets(int resourceTypeId,
boolean measurement,
boolean event,
boolean pluginConfiguration,
boolean configuration,
boolean operation,
boolean content,
boolean callTime,
boolean support,
boolean drift,
boolean bundle)
|
|
ResourceFacets(int resourceTypeId,
Number measurement,
Number event,
Number pluginConfiguration,
Number configuration,
Number operation,
Number content,
Number callTime,
Number support,
Number drift,
Number bundle)
|
Method Summary | |
---|---|
Set<ResourceTypeFacet> |
getFacets()
Returns an enum representation of the facets. |
int |
getResourceTypeId()
|
boolean |
isBundle()
Does this resource expose bundle deploy capability? |
boolean |
isCallTime()
Does this resource expose any call-time metrics? |
boolean |
isConfiguration()
Does this resource expose its configuration? |
boolean |
isContent()
Does this resource expose any content? |
boolean |
isDrift()
Does this resource expose drift capability? |
boolean |
isEvent()
Does this resource have any event definitions? |
boolean |
isMeasurement()
Does this resource expose any metrics? |
boolean |
isOperation()
Does this resource expose any operations? |
boolean |
isPluginConfiguration()
Does this resource have a plugin configuration? |
boolean |
isSupport()
Does this resource expose support snapshot capability? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static ResourceFacets NONE
public static ResourceFacets ALL
Constructor Detail |
---|
public ResourceFacets()
public ResourceFacets(int resourceTypeId, boolean measurement, boolean event, boolean pluginConfiguration, boolean configuration, boolean operation, boolean content, boolean callTime, boolean support, boolean drift, boolean bundle)
public ResourceFacets(int resourceTypeId, Number measurement, Number event, Number pluginConfiguration, Number configuration, Number operation, Number content, Number callTime, Number support, Number drift, Number bundle)
Method Detail |
---|
public int getResourceTypeId()
public boolean isMeasurement()
public boolean isEvent()
public boolean isPluginConfiguration()
public boolean isConfiguration()
public boolean isOperation()
public boolean isContent()
public boolean isCallTime()
public boolean isSupport()
public boolean isDrift()
public boolean isBundle()
public Set<ResourceTypeFacet> getFacets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |