public class ResourceGroupUIBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MANAGED_BEAN_NAME |
| Constructor and Description |
|---|
ResourceGroupUIBean() |
ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite) |
ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite,
org.rhq.core.domain.auth.Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvailability() |
long |
getCtime() |
String |
getDescription() |
long |
getDownCount() |
org.rhq.core.domain.resource.composite.ResourceFacets |
getFacets() |
String |
getGroupCategoryName() |
long |
getGroupCount() |
org.rhq.core.domain.resource.group.GroupDefinition |
getGroupDefinition() |
int |
getGroupId() |
org.rhq.core.domain.resource.ResourceError |
getInvalidPluginConfigurationError() |
String |
getModifiedBy() |
long |
getMtime() |
String |
getName() |
org.rhq.core.domain.auth.Subject |
getOwner() |
org.rhq.core.domain.resource.composite.ResourcePermission |
getPermissions() |
Boolean |
getRecursive() |
org.rhq.core.domain.resource.ResourceType |
getResourceType() |
long |
getUpCount() |
boolean |
isClusterGroup() |
boolean |
isCompatible() |
boolean |
isFavorite() |
String |
toggleFavorite() |
public static final String MANAGED_BEAN_NAME
public ResourceGroupUIBean()
public ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite)
public ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite,
org.rhq.core.domain.auth.Subject subject)
public int getGroupId()
@NotNull public String getName()
@NotNull public String getGroupCategoryName()
public boolean isCompatible()
public boolean isClusterGroup()
public String getDescription()
public long getCtime()
public long getMtime()
public String getModifiedBy()
public Boolean getRecursive()
public org.rhq.core.domain.resource.group.GroupDefinition getGroupDefinition()
public org.rhq.core.domain.resource.composite.ResourcePermission getPermissions()
public org.rhq.core.domain.resource.composite.ResourceFacets getFacets()
@Nullable public org.rhq.core.domain.resource.ResourceError getInvalidPluginConfigurationError()
public Double getAvailability()
public org.rhq.core.domain.resource.ResourceType getResourceType()
public long getGroupCount()
public long getUpCount()
public long getDownCount()
public org.rhq.core.domain.auth.Subject getOwner()
public boolean isFavorite()
public String toggleFavorite()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.