Serialized Form


Package org.rhq.core.domain.alert

Class org.rhq.core.domain.alert.Alert extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

long ctime

alertDefinition

AlertDefinition alertDefinition

conditionLogs

Set<E> conditionLogs

alertNotificationLogs

List<E> alertNotificationLogs

recoveryId

Integer recoveryId

recoveryAlertDefinition

AlertDefinition recoveryAlertDefinition

willRecover

boolean willRecover

acknowledgeTime

Long acknowledgeTime

acknowledgingSubject

String acknowledgingSubject

Class org.rhq.core.domain.alert.AlertCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

category

AlertConditionCategory category

measurementDefinition

MeasurementDefinition measurementDefinition

name

String name

comparator

String comparator

threshold

Double threshold

option

String option

triggerId

Integer triggerId

alertDefinition

AlertDefinition alertDefinition

conditionLogs

Set<E> conditionLogs

Class org.rhq.core.domain.alert.AlertConditionLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

long ctime
Since alert conditions can occur at potentially grossly different times in the system, and since the process for calculating whether an alert should fire based on the states of these independently derived conditions is out-of-band, THIS ctime is now actually more meaningful than the ctime on the alert.


value

String value

alert

Alert alert

condition

AlertCondition condition

Class org.rhq.core.domain.alert.AlertDampening extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

category

AlertDampening.Category category

value

int value

valueUnits

AlertDampening.TimeUnits valueUnits

period

int period

periodUnits

AlertDampening.TimeUnits periodUnits

alertDampeningEvents

Set<E> alertDampeningEvents

Class org.rhq.core.domain.alert.AlertDampeningEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

alertDefinition

AlertDefinition alertDefinition

eventType

AlertDampeningEvent.Type eventType

eventTime

long eventTime

Class org.rhq.core.domain.alert.AlertDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

ctime

long ctime

mtime

long mtime

parentId

Integer parentId
If this field is non-null, then this alert def is a copy of the resource type alert def with the specified id.


groupAlertDefinition

AlertDefinition groupAlertDefinition

groupAlertDefinitionChildren

Set<E> groupAlertDefinitionChildren

description

String description

priority

AlertPriority priority

resourceType

ResourceType resourceType

resource

Resource resource

resourceGroup

ResourceGroup resourceGroup

enabled

boolean enabled

alertDampening

AlertDampening alertDampening

recoveryId

Integer recoveryId

willRecover

boolean willRecover

notifyFiltered

boolean notifyFiltered

controlFiltered

boolean controlFiltered

deleted

boolean deleted

readOnly

boolean readOnly

conditionExpression

BooleanExpression conditionExpression

conditions

Set<E> conditions

alertNotifications

List<E> alertNotifications

alertDampeningEvents

Set<E> alertDampeningEvents

alerts

Set<E> alerts
NOTE: This field is currently not accessed, so we don't need cascading for PERSIST/MERGE/REFRESH. However, we still need cascading for REMOVE, so we don't get FK constraint violations when an Alert is removed. AlertDefinitions aren't actually deleted, instead they have their 'deleted' flag set to true. But, if they were actually deleted from persistent storage, we would still want the cascade remove.


Package org.rhq.core.domain.alert.composite

Class org.rhq.core.domain.alert.composite.AlertWithLatestConditionLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

alert

Alert alert

conditionText

String conditionText

conditionValue

String conditionValue

recoveryInfo

String recoveryInfo

Package org.rhq.core.domain.alert.notification

Class org.rhq.core.domain.alert.notification.AlertNotification extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

alertDefinition

AlertDefinition alertDefinition

configuration

Configuration configuration

extraConfiguration

Configuration extraConfiguration

senderName

String senderName

Class org.rhq.core.domain.alert.notification.AlertNotificationLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

alert

Alert alert

sender

String sender

resultState

ResultState resultState

message

String message

Package org.rhq.core.domain.auth

Class org.rhq.core.domain.auth.Principal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

principal

String principal

password

String password

Class org.rhq.core.domain.auth.Subject extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

firstName

String firstName

lastName

String lastName

emailAddress

String emailAddress

smsAddress

String smsAddress

phoneNumber

String phoneNumber

department

String department

factive

boolean factive

fsystem

boolean fsystem

configuration

Configuration configuration

roles

Set<E> roles

ldapRoles

Set<E> ldapRoles

ownedGroups

List<E> ownedGroups

ownedRepos

Set<E> ownedRepos

ownedDashboards

List<E> ownedDashboards

sessionId

Integer sessionId

Package org.rhq.core.domain.authz

Class org.rhq.core.domain.authz.Role extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

fsystem

Boolean fsystem

subjects

Set<E> subjects

ldapSubjects

Set<E> ldapSubjects

ldapGroups

Set<E> ldapGroups

resourceGroups

Set<E> resourceGroups

permissions

Set<E> permissions

Package org.rhq.core.domain.bundle

Class org.rhq.core.domain.bundle.Bundle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

bundleType

BundleType bundleType

repo

Repo repo

packageType

PackageType packageType

destinations

List<E> destinations

bundleVersions

List<E> bundleVersions

tags

Set<E> tags

Class org.rhq.core.domain.bundle.BundleDeployment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

status

BundleDeploymentStatus status

errorMessage

String errorMessage

subjectName

String subjectName

isLive

boolean isLive

ctime

Long ctime

mtime

Long mtime

replacedBundleDeploymentId

Integer replacedBundleDeploymentId

configuration

Configuration configuration

bundleVersion

BundleVersion bundleVersion

destination

BundleDestination destination

resourceDeployments

List<E> resourceDeployments

tags

Set<E> tags

Class org.rhq.core.domain.bundle.BundleDestination extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

deployDir

String deployDir

destinationBaseDirectoryName

String destinationBaseDirectoryName

ctime

Long ctime

mtime

Long mtime

bundle

Bundle bundle

group

ResourceGroup group

deployments

List<E> deployments

tags

Set<E> tags

Class org.rhq.core.domain.bundle.BundleFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

bundleVersion

BundleVersion bundleVersion

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.bundle.BundleResourceDeployment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

bundleDeployment

BundleDeployment bundleDeployment

resource

Resource resource

status

BundleDeploymentStatus status

ctime

Long ctime

histories

List<E> histories

Class org.rhq.core.domain.bundle.BundleResourceDeploymentHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceDeployment

BundleResourceDeployment resourceDeployment

subjectName

String subjectName

auditTime

Long auditTime

action

String action

info

String info

category

BundleResourceDeploymentHistory.Category category

status

BundleResourceDeploymentHistory.Status status

message

String message

attachment

String attachment

Class org.rhq.core.domain.bundle.BundleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

resourceType

ResourceType resourceType

Class org.rhq.core.domain.bundle.BundleVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

version

String version

versionOrder

int versionOrder

recipe

String recipe

bundle

Bundle bundle

configurationDefinition

ConfigurationDefinition configurationDefinition

bundleDeployments

List<E> bundleDeployments

bundleFiles

List<E> bundleFiles

tags

Set<E> tags

Class org.rhq.core.domain.bundle.BundleVersionRepo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleVersion

BundleVersion bundleVersion

repo

Repo repo

Class org.rhq.core.domain.bundle.BundleVersionRepoPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleVersion

BundleVersion bundleVersion

repo

Repo repo

Class org.rhq.core.domain.bundle.ResourceTypeBundleConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleConfiguration

Configuration bundleConfiguration

Class org.rhq.core.domain.bundle.ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

valueContext

ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context valueContext

valueName

String valueName

description

String description

Package org.rhq.core.domain.bundle.composite

Class org.rhq.core.domain.bundle.composite.BundleWithLatestVersionComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleId

Integer bundleId

bundleName

String bundleName

bundleDescription

String bundleDescription

latestVersion

String latestVersion

versionsCount

Long versionsCount

Package org.rhq.core.domain.cloud

Class org.rhq.core.domain.cloud.AffinityGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

servers

List<E> servers

agents

List<E> agents

Class org.rhq.core.domain.cloud.FailoverList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

partitionEvent

PartitionEvent partitionEvent

agent

Agent agent

agentId

int agentId

ctime

long ctime

serverList

List<E> serverList

Class org.rhq.core.domain.cloud.FailoverListDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

failoverList

FailoverList failoverList

ordinal

int ordinal

server

Server server

serverId

int serverId

Class org.rhq.core.domain.cloud.PartitionEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

subjectName

String subjectName

ctime

long ctime

eventType

PartitionEventType eventType

eventDetail

String eventDetail

executionStatus

PartitionEvent.ExecutionStatus executionStatus

partitionDetails

List<E> partitionDetails

serverLists

List<E> serverLists

Class org.rhq.core.domain.cloud.PartitionEventDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

partitionEvent

PartitionEvent partitionEvent

agentName

String agentName

serverName

String serverName

Class org.rhq.core.domain.cloud.Server extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

address

String address

port

int port

securePort

int securePort

operationMode

Server.OperationMode operationMode

computePower

int computePower

ctime

long ctime

mtime

long mtime

affinityGroup

AffinityGroup affinityGroup

agents

List<E> agents

status

int status

Package org.rhq.core.domain.cloud.composite

Class org.rhq.core.domain.cloud.composite.FailoverListComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

servers

List<E> servers

nextIndex

int nextIndex

Class org.rhq.core.domain.cloud.composite.FailoverListComposite.ServerEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serverId

int serverId

address

String address

port

int port

securePort

int securePort

Package org.rhq.core.domain.common

Class org.rhq.core.domain.common.EntityContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

EntityContext.Type type

resourceId

int resourceId

groupId

int groupId

parentResourceId

int parentResourceId

resourceTypeId

int resourceTypeId

isAutoCluster

boolean isAutoCluster

isAutoGroup

boolean isAutoGroup

Class org.rhq.core.domain.common.JobTrigger extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startType

JobTrigger.StartType startType

recurrenceType

JobTrigger.RecurrenceType recurrenceType

endType

JobTrigger.EndType endType

startDate

Date startDate

repeatInterval

Long repeatInterval

endDate

Date endDate

repeatCount

Integer repeatCount

cronExpression

String cronExpression

Class org.rhq.core.domain.common.ProductInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

shortName

String shortName

name

String name

fullName

String fullName

url

String url

urlDomain

String urlDomain

salesEmail

String salesEmail

supportEmail

String supportEmail

version

String version

buildNumber

String buildNumber

helpDocRoot

String helpDocRoot

helpViewContent

HashMap<K,V> helpViewContent

Class org.rhq.core.domain.common.ServerDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

details

HashMap<K,V> details

productInfo

ProductInfo productInfo

Class org.rhq.core.domain.common.SystemConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

propertyKey

String propertyKey

propertyValue

String propertyValue

defaultPropertyValue

String defaultPropertyValue

freadOnly

Boolean freadOnly

Package org.rhq.core.domain.common.composite

Class org.rhq.core.domain.common.composite.IntegerOptionItem extends OptionItem<Integer> implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.common.composite.OptionItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Object id

displayName

String displayName

Class org.rhq.core.domain.common.composite.SystemSettings extends HashMap<SystemSetting,String> implements Serializable

serialVersionUID: 2L

Serialized Fields

driftPlugins

Map<K,V> driftPlugins

Package org.rhq.core.domain.configuration

Class org.rhq.core.domain.configuration.AbstractConfigurationUpdate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

configuration

Configuration configuration

status

ConfigurationUpdateStatus status

errorMessage

String errorMessage

subjectName

String subjectName

createdTime

long createdTime

modifiedTime

long modifiedTime

Class org.rhq.core.domain.configuration.AbstractResourceConfigurationUpdate extends AbstractConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

Class org.rhq.core.domain.configuration.Configuration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

properties

Map<K,V> properties

rawConfigurations

Set<E> rawConfigurations

notes

String notes

version

long version

ctime

long ctime

mtime

long mtime

Class org.rhq.core.domain.configuration.ObfuscatedPropertySimple extends PropertySimple implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream str)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream str)
                  throws IOException
Throws:
IOException

Class org.rhq.core.domain.configuration.PluginConfigurationUpdate extends AbstractResourceConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

groupConfigurationUpdate

GroupPluginConfigurationUpdate groupConfigurationUpdate

Class org.rhq.core.domain.configuration.Property extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

configuration

Configuration configuration

name

String name

errorMessage

String errorMessage

parentList

PropertyList parentList

parentMap

PropertyMap parentMap

Class org.rhq.core.domain.configuration.PropertyDefinitionDynamic extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

dynamicType

PropertyDynamicType dynamicType

key

String key

Class org.rhq.core.domain.configuration.PropertyList extends Property implements Serializable

serialVersionUID: 1L

Serialized Fields

list

List<E> list

memberPropertyName

String memberPropertyName

Class org.rhq.core.domain.configuration.PropertyMap extends Property implements Serializable

serialVersionUID: 1L

Serialized Fields

map

Map<K,V> map

Class org.rhq.core.domain.configuration.PropertySimple extends Property implements Serializable

serialVersionUID: 1L

Serialized Fields

stringValue

String stringValue

override

Boolean override

Class org.rhq.core.domain.configuration.RawConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

path

String path

contents

String contents

sha256

String sha256

ctime

long ctime

mtime

long mtime

configuration

Configuration configuration

errorMessage

String errorMessage
THis value is not persisted to the database, but is set when validation indicates that there is a problem with the file structure.

Class org.rhq.core.domain.configuration.ResourceConfigurationUpdate extends AbstractResourceConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

groupConfigurationUpdate

GroupResourceConfigurationUpdate groupConfigurationUpdate

Package org.rhq.core.domain.configuration.composite

Class org.rhq.core.domain.configuration.composite.ConfigurationUpdateComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

status

ConfigurationUpdateStatus status

errorMessage

String errorMessage

subjectName

String subjectName

createdTime

long createdTime

modifiedTime

long modifiedTime

resourceId

int resourceId

resourceName

String resourceName

parentResourceId

Integer parentResourceId

parentResourceName

String parentResourceName

Class org.rhq.core.domain.configuration.composite.ResourceConfigurationComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

configuration

Configuration configuration
This could be a resource config or a plugin config depending on the context.


Package org.rhq.core.domain.configuration.definition

Class org.rhq.core.domain.configuration.definition.ConfigurationDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

propertyDefinitions

Map<K,V> propertyDefinitions

templates

Map<K,V> templates

configurationFormat

ConfigurationFormat configurationFormat

Class org.rhq.core.domain.configuration.definition.ConfigurationTemplate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

configuration

Configuration configuration

configurationDefinition

ConfigurationDefinition configurationDefinition

isDefault

boolean isDefault

Class org.rhq.core.domain.configuration.definition.PropertyDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

required

boolean required

readOnly

boolean readOnly

summary

boolean summary

activationPolicy

ActivationPolicy activationPolicy

propertyGroupDefinition

PropertyGroupDefinition propertyGroupDefinition

order

int order

version

String version

configurationDefinition

ConfigurationDefinition configurationDefinition

parentPropertyListDefinition

PropertyDefinitionList parentPropertyListDefinition

parentPropertyMapDefinition

PropertyDefinitionMap parentPropertyMapDefinition

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionEnumeration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

String name

value

String value

orderIndex

int orderIndex

propertyDefinitionSimple

PropertyDefinitionSimple propertyDefinitionSimple

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionList extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

min

int min
See JBNADM-1595


max

int max
See JBNADM-1595


memberDefinition

PropertyDefinition memberDefinition

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionMap extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

map

Map<K,V> map

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

type

PropertySimpleType type

allowCustomEnumeratedValue

boolean allowCustomEnumeratedValue

constraints

Set<E> constraints

enumeratedValues

List<E> enumeratedValues
The within for a


defaultValue

String defaultValue
This property's default value. This field should have a non-null value for properties whose PropertyDefinition.required field is false (i.e. for optional properties). Conversely, this field should be null for properties whose PropertyDefinition.required field is true (i.e. for required properties). This field is mainly used to help build default templates. You usually do not want to use this default value member variable directly - consider using the configuration definition's default template.


units

MeasurementUnits units
Measurement unit in which this simple property is taken


optionsSource

List<E> optionsSource

Class org.rhq.core.domain.configuration.definition.PropertyGroupDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

defaultHidden

boolean defaultHidden

order

int order

Class org.rhq.core.domain.configuration.definition.PropertyOptionsSource extends Object implements Serializable

Serialized Fields

id

int id

linkToTarget

boolean linkToTarget

filter

String filter

expression

String expression

targetType

PropertyOptionsSource.TargetType targetType

propertyDefinition

PropertyDefinitionSimple propertyDefinition

Package org.rhq.core.domain.configuration.definition.constraint

Class org.rhq.core.domain.configuration.definition.constraint.Constraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

details

String details

propertyDefinitionSimple

PropertyDefinitionSimple propertyDefinitionSimple

Class org.rhq.core.domain.configuration.definition.constraint.FloatRangeConstraint extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

Double minimum

maximum

Double maximum

Class org.rhq.core.domain.configuration.definition.constraint.IntegerRangeConstraint extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

Long minimum

maximum

Long maximum

Class org.rhq.core.domain.configuration.definition.constraint.RegexConstraint extends Constraint implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.configuration.group

Class org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate extends AbstractConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

group

ResourceGroup group

Class org.rhq.core.domain.configuration.group.GroupPluginConfigurationUpdate extends AbstractGroupConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationUpdates

List<E> configurationUpdates

Class org.rhq.core.domain.configuration.group.GroupResourceConfigurationUpdate extends AbstractGroupConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationUpdates

List<E> configurationUpdates

Package org.rhq.core.domain.content

Class org.rhq.core.domain.content.Advisory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

advisory

String advisory

advisoryType

String advisoryType

advisory_rel

String advisory_rel

advisory_name

String advisory_name

description

String description

synopsis

String synopsis

topic

String topic

solution

String solution

severity

String severity

issue_date

long issue_date

update_date

long update_date

ctime

long ctime

lastModifiedDate

long lastModifiedDate

advisorypkgs

Set<E> advisorypkgs

advisorybugs

Set<E> advisorybugs

Class org.rhq.core.domain.content.AdvisoryBuglist extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

advisory

Advisory advisory

bugid

String bugid

lastModifiedDate

long lastModifiedDate

Class org.rhq.core.domain.content.AdvisoryCVE extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

advisory

Advisory advisory

cve

CVE cve

lastModifiedDate

long lastModifiedDate

Class org.rhq.core.domain.content.AdvisoryPackage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

advisory

Advisory advisory

pkg

PackageVersion pkg

lastModifiedDate

long lastModifiedDate

Class org.rhq.core.domain.content.Architecture extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

Class org.rhq.core.domain.content.ContentServiceRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

status

ContentRequestStatus status

errorMessage

String errorMessage

notes

String notes

subjectName

String subjectName

ctime

long ctime

mtime

long mtime

contentRequestType

ContentRequestType contentRequestType

installedPackageHistory

Set<E> installedPackageHistory

Class org.rhq.core.domain.content.ContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

contentSourceType

ContentSourceType contentSourceType

name

String name

description

String description

lazyLoad

boolean lazyLoad

downloadMode

DownloadMode downloadMode

syncSchedule

String syncSchedule

loadErrorMessage

String loadErrorMessage

configuration

Configuration configuration

creationDate

long creationDate

lastModifiedDate

long lastModifiedDate

syncResults

List<E> syncResults

repoContentSources

Set<E> repoContentSources

Class org.rhq.core.domain.content.ContentSourceSyncResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

contentSource

ContentSource contentSource

status

ContentSyncStatus status

startTime

long startTime

endTime

Long endTime

results

String results

Class org.rhq.core.domain.content.ContentSourceType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

pluginName

String pluginName

defaultLazyLoad

boolean defaultLazyLoad

defaultDownloadMode

DownloadMode defaultDownloadMode

defaultSyncSchedule

String defaultSyncSchedule

contentSourceConfigurationDefinition

ConfigurationDefinition contentSourceConfigurationDefinition

contentSourceApiClass

String contentSourceApiClass

contentSources

Set<E> contentSources

Class org.rhq.core.domain.content.CVE extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

Class org.rhq.core.domain.content.Distribution extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

distributionType

DistributionType distributionType

label

String label
Distribution label


basePath

String basePath
Base path where the kickstart tree is located


lastModifiedDate

long lastModifiedDate

distributionFiles

Set<E> distributionFiles

Class org.rhq.core.domain.content.DistributionFilePK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

distribution

Distribution distribution

Class org.rhq.core.domain.content.DistributionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

Class org.rhq.core.domain.content.InstalledPackage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

packageVersion

PackageVersion packageVersion

installationDate

Long installationDate

user

Subject user

Class org.rhq.core.domain.content.InstalledPackageHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

packageVersion

PackageVersion packageVersion

status

InstalledPackageHistoryStatus status

errorMessage

String errorMessage
If the status is set to FAILED, this error message will be populated with the details.


timestamp

Long timestamp

deploymentConfigurationValues

Configuration deploymentConfigurationValues
Values that correspond to the deployment time properties that are defined by the PackageType. This may not be known or only partially populated if the package was installed on the server through some external means (it depends on the plugin's ability to detect these values on discovery). This will be null in the case that the package type does not define any deploy time properties.


installationSteps

List<E> installationSteps
User readable steps the plugin will perform to install the package. If specified, the UI will display these steps to the user prior to executing the installation. The plugin will report on the success of each step in the process as it attempts to install the package. These are optional, leaving it up to the discretion of the plugin to determine how to install the package. In such a case, the plugin will simply report the success or failure of the package installation.


resource

Resource resource
This history item described a package that was on this resource.


contentServiceRequest

ContentServiceRequest contentServiceRequest

Class org.rhq.core.domain.content.Package extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

packageType

PackageType packageType

name

String name

classification

String classification

versions

List<E> versions

Class org.rhq.core.domain.content.PackageBits extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

blob

PackageBitsBlob blob

Class org.rhq.core.domain.content.PackageBitsBlob extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

bits

byte[] bits

Class org.rhq.core.domain.content.PackageDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key
Contains the data necessary to describe a specific version of a package.


displayVersion

String displayVersion
Display version of the package. The format of this attribute will vary based on the package type.


classification

String classification
Provides a second means for indicating a package's type. The possible values for this attribute will vary based on package type. For instance, two packages of the same package type may be differentiated as a "bug fix" or a "security update". Another example would be to indicate a grouping means, such as "System Environment" or "Applications/Editors".


displayName

String displayName
Name of this package version that is suitable for display to the user in the UI.


shortDescription

String shortDescription
Short free text description of this version of the package. In other words, a summary of the package.


longDescription

String longDescription
Long free text description of this version of the package.


fileName

String fileName
Name of the file with the contents of this package.


fileSize

Long fileSize
Size of the package's file.


MD5

String MD5
MD5 hash of the file.


SHA256

String SHA256
SHA256 hash of the file.


fileCreatedDate

Long fileCreatedDate
Timestamp on when the package's file was created.


licenseName

String licenseName
Name of the license under which the package falls.


licenseVersion

String licenseVersion
Version of the package's license.


location

String location
The package location


metadata

byte[] metadata
XML Metadata


extraProperties

Configuration extraProperties
Values to fulfill the package type specific extra properties. Values in this object will adhere to the configuration definition in the associated package type PackageType.packageExtraPropertiesDefinition.

Class org.rhq.core.domain.content.PackageDetailsKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Programmatic name of the package. This will be used to identify a package in the scope of a particular content source. This may not be unique, but the combination of name, major version, and minor version should be unique in the list of packages in a content source.


version

String version
The version of the package. The format of this attribute will vary based on the package type. Splitting the version into two strings will allow us to query based on the severity (for lack of a better word) of the version differences.


packageTypeName

String packageTypeName
Fully qualified name of the package type this package;


architectureName

String architectureName
Architecture of the package.

Class org.rhq.core.domain.content.PackageInstallationStep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
Database assigned ID.


key

String key

order

int order
Relative order of the step in the overall list of steps.


description

String description
Description of what the step will do.


errorMessage

String errorMessage
If this step failed during execution, this will be populated with the plugin provided error message describing the failure.


result

ContentResponseResult result
Plugin provided indicator of whether or not the step was executed successfully.


installedPackageHistory

InstalledPackageHistory installedPackageHistory
Package version against which this step applies.

Class org.rhq.core.domain.content.PackageType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

category

PackageCategory category

discoveryInterval

long discoveryInterval

isCreationData

boolean isCreationData

supportsArchitecture

boolean supportsArchitecture

deploymentConfigurationDefinition

ConfigurationDefinition deploymentConfigurationDefinition

packageExtraPropertiesDefinition

ConfigurationDefinition packageExtraPropertiesDefinition

packages

Set<E> packages

resourceType

ResourceType resourceType

Class org.rhq.core.domain.content.PackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

generalPackage

Package generalPackage

displayName

String displayName

shortDescription

String shortDescription

longDescription

String longDescription

version

String version

displayVersion

String displayVersion

architecture

Architecture architecture

fileName

String fileName

fileSize

Long fileSize

md5

String md5

sha256

String sha256

fileCreatedDate

Long fileCreatedDate

licenseName

String licenseName

licenseVersion

String licenseVersion

metadata

byte[] metadata

extraProperties

Configuration extraProperties

repoPackageVersions

Set<E> repoPackageVersions

installedPackages

Set<E> installedPackages

installedPackageHistory

Set<E> installedPackageHistory

packageBits

PackageBits packageBits

productVersionPackageVersions

Set<E> productVersionPackageVersions

Class org.rhq.core.domain.content.PackageVersion.DefaultPackageVersionComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.content.PackageVersionContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

contentSource

ContentSource contentSource

location

String location

Class org.rhq.core.domain.content.PackageVersionContentSourcePK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

contentSource

ContentSource contentSource

Class org.rhq.core.domain.content.PackageVersionFormatDescription extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fullFormatRegex

String fullFormatRegex

osgiVersionExtractionRegex

String osgiVersionExtractionRegex

osgiVersionGroupIndex

int osgiVersionGroupIndex

textualDesctiption

String textualDesctiption

Class org.rhq.core.domain.content.ProductVersionPackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productVersion

ProductVersion productVersion

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.ProductVersionPackageVersionPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productVersion

ProductVersion productVersion

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.Repo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

creationDate

long creationDate

lastModifiedDate

long lastModifiedDate

candidate

boolean candidate

syncSchedule

String syncSchedule

resourceRepos

Set<E> resourceRepos

repoContentSources

Set<E> repoContentSources

repoPackageVersions

Set<E> repoPackageVersions

repoRepoGroups

Set<E> repoRepoGroups

repoRepoRelationships

Set<E> repoRepoRelationships

syncResults

List<E> syncResults

repoDistributions

Set<E> repoDistributions

repoAdvisories

Set<E> repoAdvisories

syncStatus

String syncStatus

owner

Subject owner

isPrivate

boolean isPrivate

Class org.rhq.core.domain.content.RepoAdvisory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

advisory

Advisory advisory

last_modified

long last_modified

Class org.rhq.core.domain.content.RepoAdvisoryPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

advisory

Advisory advisory

Class org.rhq.core.domain.content.RepoContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

contentSource

ContentSource contentSource

createdTime

long createdTime

Class org.rhq.core.domain.content.RepoContentSourcePK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

contentSource

ContentSource contentSource

Class org.rhq.core.domain.content.RepoDistribution extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

dist

Distribution dist

last_modified

long last_modified

Class org.rhq.core.domain.content.RepoDistributionPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

dist

Distribution dist

Class org.rhq.core.domain.content.RepoGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

repoGroupType

RepoGroupType repoGroupType

repoRepoGroups

Set<E> repoRepoGroups

Class org.rhq.core.domain.content.RepoGroupType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

repoGroups

Set<E> repoGroups

Class org.rhq.core.domain.content.RepoPackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

packageVersion

PackageVersion packageVersion

createdTime

long createdTime

Class org.rhq.core.domain.content.RepoPackageVersionPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.RepoRelationship extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

relatedRepo

Repo relatedRepo

repoRelationshipType

RepoRelationshipType repoRelationshipType

repoRepoRelationships

Set<E> repoRepoRelationships

Class org.rhq.core.domain.content.RepoRelationshipType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

repoRelationships

Set<E> repoRelationships

Class org.rhq.core.domain.content.RepoRepoGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

repoGroup

RepoGroup repoGroup

createdTime

long createdTime

Class org.rhq.core.domain.content.RepoRepoGroupPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

repoGroup

RepoGroup repoGroup

Class org.rhq.core.domain.content.RepoRepoRelationship extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

repoRelationship

RepoRelationship repoRelationship

createdTime

long createdTime

Class org.rhq.core.domain.content.RepoRepoRelationshipPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

repoRelationship

RepoRelationship repoRelationship

Class org.rhq.core.domain.content.RepoSyncResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

repo

Repo repo

status

ContentSyncStatus status

startTime

long startTime

endTime

Long endTime

results

String results

percentComplete

Long percentComplete

Class org.rhq.core.domain.content.ResourceRepo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

repo

Repo repo

createdTime

long createdTime

Class org.rhq.core.domain.content.ResourceRepoPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

repo

Repo repo

Package org.rhq.core.domain.content.composite

Class org.rhq.core.domain.content.composite.AdvisoryDetailsComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

advisory

Advisory advisory

advisoryType

String advisoryType

advisoryName

String advisoryName

topic

String topic

synopsis

String synopsis

description

String description

solution

String solution

severity

String severity

updateDate

Date updateDate

issueDate

Date issueDate

pkgs

List<E> pkgs

bugid

String bugid

Class org.rhq.core.domain.content.composite.LoadedPackageBitsComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

fileName

String fileName

packageBitsId

Integer packageBitsId

isPackageBitsInDatabase

boolean isPackageBitsInDatabase

Class org.rhq.core.domain.content.composite.PackageAndLatestVersionComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

generalPackage

Package generalPackage

latestPackageVersion

PackageVersion latestPackageVersion

Class org.rhq.core.domain.content.composite.PackageListItemComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

packageName

String packageName

packageTypeName

String packageTypeName

version

String version

displayVersion

String displayVersion

timestamp

Long timestamp

Class org.rhq.core.domain.content.composite.PackageTypeAndVersionFormatComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageType

PackageType packageType

versionFormat

PackageVersionFormatDescription versionFormat

Class org.rhq.core.domain.content.composite.PackageVersionComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

extraProperties

Configuration extraProperties

packageTypeName

String packageTypeName

packageCategory

PackageCategory packageCategory

packageName

String packageName

architectureName

String architectureName

packageClassification

String packageClassification

packageBitsId

Number packageBitsId

isPackageBitsInDatabase

Number isPackageBitsInDatabase

Class org.rhq.core.domain.content.composite.PackageVersionFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

fileName

String fileName

Class org.rhq.core.domain.content.composite.PackageVersionMetadataComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

metadata

byte[] metadata

packageName

String packageName

version

String version

packageTypeName

String packageTypeName

archName

String archName

Class org.rhq.core.domain.content.composite.RepoComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

repo

Repo repo

packageVersionCount

long packageVersionCount

Package org.rhq.core.domain.content.transfer

Class org.rhq.core.domain.content.transfer.DeployIndividualPackageResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key

result

ContentResponseResult result

errorMessage

String errorMessage

deploymentSteps

List<E> deploymentSteps

Class org.rhq.core.domain.content.transfer.DeployPackagesResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

overallRequestResult

ContentResponseResult overallRequestResult

overallRequestErrorMessage

String overallRequestErrorMessage

packageResponses

Set<E> packageResponses

Class org.rhq.core.domain.content.transfer.DeployPackageStep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stepKey

String stepKey
Unique identifier for this step within the context of the overall package installation steps for a particular package.


description

String description
Textual description to be displayed to the user of what will occur when installing the package.


stepResult

ContentResponseResult stepResult
Result of executing this step during a package deployment.


stepErrorMessage

String stepErrorMessage
Error message during execution of this step if one was encountered.

Class org.rhq.core.domain.content.transfer.RemoveIndividualPackageResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key

result

ContentResponseResult result

errorMessage

String errorMessage

Class org.rhq.core.domain.content.transfer.RemovePackagesResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

overallRequestResult

ContentResponseResult overallRequestResult

overallRequestErrorMessage

String overallRequestErrorMessage

packageResponses

Set<E> packageResponses

Class org.rhq.core.domain.content.transfer.ResourcePackageDetails extends PackageDetails implements Serializable

serialVersionUID: 1L

Serialized Fields

deploymentTimeConfiguration

Configuration deploymentTimeConfiguration
Values the plugin should use when installing this package.


installationTimestamp

long installationTimestamp

Class org.rhq.core.domain.content.transfer.SubscribedRepo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

Package org.rhq.core.domain.criteria

Class org.rhq.core.domain.criteria.AbstractConfigurationUpdateCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterIds

List<E> filterIds

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

filterStatus

ConfigurationUpdateStatus filterStatus

filterStatuses

List<E> filterStatuses

fetchConfiguration

boolean fetchConfiguration

sortCreatedTime

PageOrdering sortCreatedTime

sortStatus

PageOrdering sortStatus

Class org.rhq.core.domain.criteria.AbstractGroupConfigurationUpdateCriteria extends AbstractConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceGroupIds

List<E> filterResourceGroupIds

fetchConfigurationUpdates

boolean fetchConfigurationUpdates

Class org.rhq.core.domain.criteria.AbstractResourceConfigurationUpdateCriteria extends AbstractConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.criteria.AlertCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterTriggeredOperationName

String filterTriggeredOperationName

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

filterName

String filterName

filterDescription

String filterDescription

filterPriorities

List<E> filterPriorities

filterResourceTypeId

String filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

filterAlertDefinitionIds

List<E> filterAlertDefinitionIds

filterGroupAlertDefinitionIds

List<E> filterGroupAlertDefinitionIds

filterAcknowledgingSubject

String filterAcknowledgingSubject

fetchAlertDefinition

boolean fetchAlertDefinition

fetchConditionLogs

boolean fetchConditionLogs

fetchNotificationLogs

boolean fetchNotificationLogs

fetchRecoveryAlertDefinition

boolean fetchRecoveryAlertDefinition

sortCtime

PageOrdering sortCtime

sortName

PageOrdering sortName

sortPriority

PageOrdering sortPriority

sortResourceId

PageOrdering sortResourceId

sortResourceName

PageOrdering sortResourceName

Class org.rhq.core.domain.criteria.AlertDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterIds

List<E> filterIds

filterName

String filterName

filterDescription

String filterDescription

filterPriority

AlertPriority filterPriority

filterAlertTemplateOnly

Criteria.NonBindingOverrideFilter filterAlertTemplateOnly

filterAlertTemplateParentId

Integer filterAlertTemplateParentId

filterAlertTemplateResourceTypeId

Integer filterAlertTemplateResourceTypeId

filterAlertTemplateResourceTypeName

String filterAlertTemplateResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

filterEnabled

Boolean filterEnabled

filterDeleted

Boolean filterDeleted

filterResourceOnly

Criteria.NonBindingOverrideFilter filterResourceOnly

filterNotificationSenderNames

List<E> filterNotificationSenderNames

fetchAlerts

boolean fetchAlerts

fetchGroupAlertDefinition

boolean fetchGroupAlertDefinition

fetchConditions

boolean fetchConditions

fetchAlertNotifications

boolean fetchAlertNotifications

fetchResource

boolean fetchResource

fetchResourceType

boolean fetchResourceType

sortName

PageOrdering sortName

sortPriority

PageOrdering sortPriority

sortResourceId

PageOrdering sortResourceId

sortResourceName

PageOrdering sortResourceName

Class org.rhq.core.domain.criteria.AvailabilityCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterStartTime

Long filterStartTime

filterResourceId

Integer filterResourceId

filterAvailabilityTypes

List<E> filterAvailabilityTypes

fetchResource

boolean fetchResource

sortStartTime

PageOrdering sortStartTime

Class org.rhq.core.domain.criteria.BundleCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterBundleVersionIds

List<E> filterBundleVersionIds

filterBundleTypeId

Integer filterBundleTypeId

filterBundleTypeName

String filterBundleTypeName

filterDescription

String filterDescription

filterDestinationIds

List<E> filterDestinationIds

filterName

String filterName

filterPackageTypeId

Integer filterPackageTypeId

filterPackageTypeName

String filterPackageTypeName

fetchBundleVersions

boolean fetchBundleVersions

fetchDestinations

boolean fetchDestinations

fetchPackageType

boolean fetchPackageType

fetchRepo

boolean fetchRepo

sortName

PageOrdering sortName

sortDescription

PageOrdering sortDescription

Class org.rhq.core.domain.criteria.BundleDeploymentCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterIsLive

Boolean filterIsLive

filterName

String filterName

filterDescription

String filterDescription

filterBundleId

Integer filterBundleId

filterBundleVersionId

Integer filterBundleVersionId

filterDestinationId

Integer filterDestinationId

filterDestinationName

String filterDestinationName

filterStatus

BundleDeploymentStatus filterStatus

sortStatus

PageOrdering sortStatus

filterSubjectName

String filterSubjectName

fetchBundleVersion

boolean fetchBundleVersion

fetchConfiguration

boolean fetchConfiguration

fetchDestination

boolean fetchDestination

fetchResourceDeployments

boolean fetchResourceDeployments

Class org.rhq.core.domain.criteria.BundleDestinationCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

filterBundleId

Integer filterBundleId

filterBundleVersionId

Integer filterBundleVersionId

filterStatus

BundleDeploymentStatus filterStatus

filterDeployDir

String filterDeployDir

filterGroupId

Integer filterGroupId

fetchBundle

boolean fetchBundle

fetchDeployments

boolean fetchDeployments

fetchGroup

boolean fetchGroup

Class org.rhq.core.domain.criteria.BundleFileCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterBundleVersionId

Integer filterBundleVersionId

filterPackageVersionId

Integer filterPackageVersionId

fetchBundleVersion

boolean fetchBundleVersion

fetchPackageVersion

boolean fetchPackageVersion

Class org.rhq.core.domain.criteria.BundleResourceDeploymentCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterIds

List<E> filterIds

filterBundleDeploymentId

Integer filterBundleDeploymentId

filterBundleDeploymentName

String filterBundleDeploymentName

filterResourceId

Integer filterResourceId

filterResourceName

String filterResourceName

filterStatus

BundleDeploymentStatus filterStatus

fetchBundleDeployment

boolean fetchBundleDeployment

fetchResource

boolean fetchResource

fetchHistories

boolean fetchHistories

Class org.rhq.core.domain.criteria.BundleVersionCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterDescription

String filterDescription

filterName

String filterName

filterVersion

String filterVersion

filterBundleId

Integer filterBundleId

filterBundleName

String filterBundleName

fetchBundle

boolean fetchBundle

fetchBundleDeployments

boolean fetchBundleDeployments

fetchBundleFiles

boolean fetchBundleFiles

fetchConfigurationDefinition

boolean fetchConfigurationDefinition

Class org.rhq.core.domain.criteria.CallTimeDataCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceId

Integer filterResourceId

filterResourceGroupId

Integer filterResourceGroupId

filterAutoGroupResourceTypeId

Integer filterAutoGroupResourceTypeId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

filterBeginTime

Long filterBeginTime

filterEndTime

Long filterEndTime

filterMinimum

Double filterMinimum

filterMaximum

Double filterMaximum

filterTotal

Double filterTotal

filterCount

Long filterCount

filterDestination

String filterDestination

filterDataType

DataType filterDataType

sortMinimum

PageOrdering sortMinimum

sortMaximum

PageOrdering sortMaximum

sortAverage

PageOrdering sortAverage

sortTotal

PageOrdering sortTotal

sortCount

PageOrdering sortCount

Class org.rhq.core.domain.criteria.Criteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pageNumber

Integer pageNumber

pageSize

Integer pageSize

filtersOptional

boolean filtersOptional

caseSensitive

boolean caseSensitive

requiredPermissions

List<E> requiredPermissions

strict

boolean strict

restriction

Criteria.Restriction restriction

filterOverrides

Map<K,V> filterOverrides

sortOverrides

Map<K,V> sortOverrides

pageControlOverrides

PageControl pageControlOverrides

orderingFieldNames

List<E> orderingFieldNames

alias

String alias

searchExpression

String searchExpression

Class org.rhq.core.domain.criteria.DashboardCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterCategory

DashboardCategory filterCategory

filterGroupId

Integer filterGroupId

filterName

String filterName

filterOwnerId

Integer filterOwnerId

filterResourceId

Integer filterResourceId

filterShared

Boolean filterShared

fetchConfiguration

boolean fetchConfiguration

fetchOwner

boolean fetchOwner

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.DriftDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterResourceIds

List<E> filterResourceIds

filterTemplateId

Integer filterTemplateId

fetchConfiguration

Boolean fetchConfiguration

fetchResource

Boolean fetchResource

fetchTemplate

Boolean fetchTemplate

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.DriftDefinitionTemplateCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterResourceTypeId

Integer filterResourceTypeId

fetchResourceType

boolean fetchResourceType

fetchDriftDefinitions

boolean fetchDriftDefinitions

Class org.rhq.core.domain.criteria.EventCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterDetail

String filterDetail

filterSourceName

String filterSourceName

filterSeverities

List<E> filterSeverities

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

filterResourceId

Integer filterResourceId

filterResourceGroupId

Integer filterResourceGroupId

filterAutoGroupResourceTypeId

Integer filterAutoGroupResourceTypeId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

fetchSource

boolean fetchSource

sortTimestamp

PageOrdering sortTimestamp

sortSeverity

PageOrdering sortSeverity

Class org.rhq.core.domain.criteria.GenericDriftChangeSetCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

String filterId

filterVersion

String filterVersion

filterStartVersion

String filterStartVersion

filterEndVersion

String filterEndVersion

filterCreatedAfter

Long filterCreatedAfter

filterCreatedBefore

Long filterCreatedBefore

filterResourceId

Integer filterResourceId

filterDriftDefId

Integer filterDriftDefId

filterCategory

DriftChangeSetCategory filterCategory

filterDriftCategories

List<E> filterDriftCategories

filterDriftDirectory

String filterDriftDirectory

filterDriftPath

String filterDriftPath

fetchDrifts

boolean fetchDrifts

sortVersion

PageOrdering sortVersion

pageControl

PageControl pageControl

strict

boolean strict

Class org.rhq.core.domain.criteria.GenericDriftCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

String filterId

filterCategories

List<E> filterCategories

filterChangeSetId

String filterChangeSetId

filterChangeSetStartVersion

Integer filterChangeSetStartVersion

filterChangeSetEndVersion

Integer filterChangeSetEndVersion

filterDriftDefinitionId

Integer filterDriftDefinitionId

filterDriftHandlingModes

List<E> filterDriftHandlingModes

filterPath

String filterPath

filterDirectory

String filterDirectory

filterResourceIds

List<E> filterResourceIds

fetchChangeSet

boolean fetchChangeSet

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

pageControl

PageControl pageControl

sortCtime

PageOrdering sortCtime

strict

boolean strict

Class org.rhq.core.domain.criteria.GroupBundleDeploymentCriteria extends BundleDeploymentCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceGroupIds

List<E> filterResourceGroupIds

Class org.rhq.core.domain.criteria.GroupOperationHistoryCriteria extends OperationHistoryCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceGroupIds

List<E> filterResourceGroupIds

Class org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria extends AbstractGroupConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria extends AbstractGroupConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.criteria.InstalledPackageCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterInstallationTimeMinimum

Long filterInstallationTimeMinimum

filterInstallationTimeMaximum

Long filterInstallationTimeMaximum

filterPackageVersionId

Integer filterPackageVersionId

filterResourceId

Integer filterResourceId

filterUserId

Integer filterUserId

fetchPackageVersion

boolean fetchPackageVersion

fetchResource

boolean fetchResource

fetchUser

boolean fetchUser

sortInstallationDate

PageOrdering sortInstallationDate

Class org.rhq.core.domain.criteria.InstalledPackageHistoryCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterInstallationTimeMinimum

Long filterInstallationTimeMinimum

filterInstallationTimeMaximum

Long filterInstallationTimeMaximum

filterPackageVersionId

Integer filterPackageVersionId

filterResourceId

Integer filterResourceId

filterResourceGroupIds

List<E> filterResourceGroupIds

filterUserId

Integer filterUserId

fetchPackageVersion

boolean fetchPackageVersion

fetchResource

boolean fetchResource

fetchUser

boolean fetchUser

sortInstallationDate

PageOrdering sortInstallationDate

sortStatus

PageOrdering sortStatus

Class org.rhq.core.domain.criteria.JPADriftChangeSetCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterInitial

Integer filterInitial

filterResourceId

Integer filterResourceId

filterDriftDefinitionId

Integer filterDriftDefinitionId

filterVersion

Integer filterVersion

filterStartVersion

Integer filterStartVersion

filterEndVersion

Integer filterEndVersion

filterCreatedAfter

Long filterCreatedAfter

filterCreatedBefore

Long filterCreatedBefore

filterCategory

DriftChangeSetCategory filterCategory

filterDriftCategories

List<E> filterDriftCategories

filterDriftDirectory

String filterDriftDirectory

filterDriftPath

String filterDriftPath

fetchDrifts

Boolean fetchDrifts

fetchDriftDefinition

Boolean fetchDriftDefinition

fetchInitialDriftSet

Boolean fetchInitialDriftSet

sortVersion

PageOrdering sortVersion

Class org.rhq.core.domain.criteria.JPADriftCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterCategories

List<E> filterCategories

filterChangeSetId

Integer filterChangeSetId

filterChangeSetStartVersion

Integer filterChangeSetStartVersion

filterChangeSetEndVersion

Integer filterChangeSetEndVersion

filterDriftDefinitionId

Integer filterDriftDefinitionId

filterDriftHandlingModes

List<E> filterDriftHandlingModes

filterPath

String filterPath

filterDirectory

String filterDirectory

filterResourceIds

List<E> filterResourceIds

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

fetchChangeSet

boolean fetchChangeSet

sortCtime

PageOrdering sortCtime

Class org.rhq.core.domain.criteria.MeasurementDataTraitCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterScheduleId

Integer filterScheduleId

filterResourceId

Integer filterResourceId

filterGroupId

Integer filterGroupId

filterDefinitionId

Integer filterDefinitionId

filterMaxTimestamp

Integer filterMaxTimestamp

fetchSchedule

boolean fetchSchedule

sortTimestamp

PageOrdering sortTimestamp

sortDisplayName

PageOrdering sortDisplayName

sortResourceName

PageOrdering sortResourceName

Class org.rhq.core.domain.criteria.MeasurementDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDisplayName

String filterDisplayName

filterDescription

String filterDescription

filterResourceTypeName

String filterResourceTypeName

filterResourceTypeId

Integer filterResourceTypeId

filterCategory

MeasurementCategory filterCategory

filterUnits

MeasurementUnits filterUnits

filterNumericType

NumericType filterNumericType

filterDataType

DataType filterDataType

filterDisplayType

DisplayType filterDisplayType

filterDefaultOn

Boolean filterDefaultOn

filterDefaultInterval

Long filterDefaultInterval

fetchResourceType

boolean fetchResourceType

sortName

PageOrdering sortName

sortDisplayName

PageOrdering sortDisplayName

sortResourceTypeName

PageOrdering sortResourceTypeName

sortCategory

PageOrdering sortCategory

sortUnits

PageOrdering sortUnits

sortNumericType

PageOrdering sortNumericType

sortDataType

PageOrdering sortDataType

sortDisplayType

PageOrdering sortDisplayType

sortDefaultOn

PageOrdering sortDefaultOn

sortDefaultInterval

PageOrdering sortDefaultInterval

Class org.rhq.core.domain.criteria.MeasurementScheduleCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterEnabled

Boolean filterEnabled

filterDefinitionIds

List<E> filterDefinitionIds

filterResourceId

Integer filterResourceId

filterResourceGroupId

Integer filterResourceGroupId

filterAutoGroupResourceTypeId

Integer filterAutoGroupResourceTypeId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

filterResourceTypeId

Integer filterResourceTypeId

fetchBaseline

boolean fetchBaseline

fetchDefinition

boolean fetchDefinition

fetchResource

boolean fetchResource

sortName

PageOrdering sortName

sortDisplayName

PageOrdering sortDisplayName

sortDataType

PageOrdering sortDataType

Class org.rhq.core.domain.criteria.OperationDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDisplayName

String filterDisplayName

filterDescription

String filterDescription

filterTimeout

Integer filterTimeout

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterPluginName

String filterPluginName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

fetchParametersConfigurationDefinition

boolean fetchParametersConfigurationDefinition

fetchResultsConfigurationDefinition

boolean fetchResultsConfigurationDefinition

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.OperationHistoryCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterJobName

String filterJobName

filterJobGroup

String filterJobGroup

filterStatus

OperationRequestStatus filterStatus

filterStatuses

List<E> filterStatuses

filterErrorMessage

String filterErrorMessage

filterOperationDefinitionId

Integer filterOperationDefinitionId

filterOperationName

String filterOperationName

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

fetchOperationDefinition

boolean fetchOperationDefinition

fetchParameters

boolean fetchParameters

sortStatus

PageOrdering sortStatus

sortStartTime

PageOrdering sortStartTime

sortEndTime

PageOrdering sortEndTime

sortOperationName

PageOrdering sortOperationName

Class org.rhq.core.domain.criteria.PackageCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterClassification

String filterClassification

filterPackageTypeId

Integer filterPackageTypeId

filterRepoId

Integer filterRepoId

fetchVersions

boolean fetchVersions

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.PackageVersionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterPackageId

Integer filterPackageId

filterRepoId

Integer filterRepoId

filterResourceId

Integer filterResourceId

filterPackageTypeId

Integer filterPackageTypeId

filterDisplayName

String filterDisplayName

filterVersion

String filterVersion

filterFileName

String filterFileName

filterFileSizeMinimum

Long filterFileSizeMinimum

filterFileSizeMaximum

Long filterFileSizeMaximum

filterLicenseName

String filterLicenseName

filterLicenseVersion

String filterLicenseVersion

fetchGeneralPackage

boolean fetchGeneralPackage

fetchArchitecture

boolean fetchArchitecture

fetchExtraProperties

boolean fetchExtraProperties

fetchRepoPackageVersions

boolean fetchRepoPackageVersions

fetchInstalledPackages

boolean fetchInstalledPackages

fetchInstalledPackageHistory

boolean fetchInstalledPackageHistory

fetchProductVersionPackageVersions

boolean fetchProductVersionPackageVersions

sortDisplayName

PageOrdering sortDisplayName

Class org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria extends AbstractResourceConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterGroupConfigurationUpdateId

Integer filterGroupConfigurationUpdateId

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

fetchResource

boolean fetchResource

fetchGroupConfigurationUpdate

boolean fetchGroupConfigurationUpdate

sortName

PageOrdering sortName

sortResourceId

PageOrdering sortResourceId

Class org.rhq.core.domain.criteria.RepoCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

filterResourceIds

List<E> filterResourceIds

filterCandidate

Boolean filterCandidate

filterContentSourceIds

List<E> filterContentSourceIds

filterOwnerId

Integer filterOwnerId

filterIsPrivate

Boolean filterIsPrivate

fetchResourceRepos

boolean fetchResourceRepos

fetchRepoContentSources

boolean fetchRepoContentSources

fetchRepoPackageVersions

boolean fetchRepoPackageVersions

fetchRepoRepoGroups

boolean fetchRepoRepoGroups

fetchRepoRepoRelationships

boolean fetchRepoRepoRelationships

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.ResourceBundleDeploymentCriteria extends BundleDeploymentCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceIds

List<E> filterResourceIds

Class org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria extends AbstractResourceConfigurationUpdateCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterGroupConfigurationUpdateId

Integer filterGroupConfigurationUpdateId

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

fetchResource

boolean fetchResource

fetchGroupConfigurationUpdate

boolean fetchGroupConfigurationUpdate

sortResourceName

PageOrdering sortResourceName

sortResourceId

PageOrdering sortResourceId

Class org.rhq.core.domain.criteria.ResourceCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterResourceKey

String filterResourceKey

filterInventoryStatus

InventoryStatus filterInventoryStatus

filterVersion

String filterVersion

filterDescription

String filterDescription

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceCategories

List<E> filterResourceCategories

filterResourceTypeIds

List<E> filterResourceTypeIds

filterPluginName

String filterPluginName

filterParentResourceId

Integer filterParentResourceId

filterParentResourceName

String filterParentResourceName

filterParentResourceTypeId

Integer filterParentResourceTypeId

filterParentResourceCategory

ResourceCategory filterParentResourceCategory

filterAgentName

String filterAgentName

filterAgentId

Integer filterAgentId

filterCurrentAvailability

AvailabilityType filterCurrentAvailability

filterStartItime

Long filterStartItime

filterEndItime

Long filterEndItime

filterIds

List<E> filterIds

filterExplicitGroupIds

List<E> filterExplicitGroupIds

filterImplicitGroupIds

List<E> filterImplicitGroupIds

filterRootResourceId

Integer filterRootResourceId

fetchResourceType

boolean fetchResourceType

fetchChildResources

boolean fetchChildResources

fetchParentResource

boolean fetchParentResource

fetchResourceConfiguration

boolean fetchResourceConfiguration

fetchPluginConfiguration

boolean fetchPluginConfiguration

fetchAgent

boolean fetchAgent

fetchAlertDefinitions

boolean fetchAlertDefinitions

fetchResourceConfigurationUpdates

boolean fetchResourceConfigurationUpdates

fetchPluginConfigurationUpdates

boolean fetchPluginConfigurationUpdates

fetchImplicitGroups

boolean fetchImplicitGroups

fetchExplicitGroups

boolean fetchExplicitGroups

fetchContentServiceRequests

boolean fetchContentServiceRequests

fetchCreateChildResourceRequests

boolean fetchCreateChildResourceRequests

fetchDeleteResourceRequests

boolean fetchDeleteResourceRequests

fetchOperationHistories

boolean fetchOperationHistories

fetchInstalledPackages

boolean fetchInstalledPackages

fetchInstalledPackageHistory

boolean fetchInstalledPackageHistory

fetchResourceRepos

boolean fetchResourceRepos

fetchSchedules

boolean fetchSchedules

fetchCurrentAvailability

boolean fetchCurrentAvailability

fetchResourceErrors

boolean fetchResourceErrors

fetchEventSources

boolean fetchEventSources

fetchProductVersion

boolean fetchProductVersion

fetchDriftDefinitions

boolean fetchDriftDefinitions

sortName

PageOrdering sortName

sortInventoryStatus

PageOrdering sortInventoryStatus

sortVersion

PageOrdering sortVersion

sortResourceTypeName

PageOrdering sortResourceTypeName

sortResourceCategory

PageOrdering sortResourceCategory

sortPluginName

PageOrdering sortPluginName

sortParentResourceName

PageOrdering sortParentResourceName

sortAgentName

PageOrdering sortAgentName

sortCurrentAvailability

PageOrdering sortCurrentAvailability

sortResourceAncestry

PageOrdering sortResourceAncestry

Class org.rhq.core.domain.criteria.ResourceGroupCriteria extends TaggedCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterRecursive

Boolean filterRecursive

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterSubjectId

Integer filterSubjectId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

filterPluginName

String filterPluginName

filterGroupCategory

GroupCategory filterGroupCategory

filterDownMemberCount

Long filterDownMemberCount

filterExplicitResourceIds

List<E> filterExplicitResourceIds

filterImplicitResourceIds

List<E> filterImplicitResourceIds

filterExplicitResourceCategory

ResourceCategory filterExplicitResourceCategory

filterExplicitResourceTypeId

Integer filterExplicitResourceTypeId

filterExplicitResourceTypeName

String filterExplicitResourceTypeName

filterGroupDefinitionId

Integer filterGroupDefinitionId

filterPrivate

Boolean filterPrivate

filterVisible

Boolean filterVisible

filterIds

List<E> filterIds

filterBundleTargetableOnly

Criteria.NonBindingOverrideFilter filterBundleTargetableOnly

fetchExplicitResources

boolean fetchExplicitResources

fetchImplicitResources

boolean fetchImplicitResources

fetchOperationHistories

boolean fetchOperationHistories

fetchConfigurationUpdates

boolean fetchConfigurationUpdates

fetchGroupDefinition

boolean fetchGroupDefinition

fetchResourceType

boolean fetchResourceType

fetchRoles

boolean fetchRoles

sortName

PageOrdering sortName

sortResourceTypeName

PageOrdering sortResourceTypeName

sortPluginName

PageOrdering sortPluginName

Class org.rhq.core.domain.criteria.ResourceGroupDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

filterRecursive

Boolean filterRecursive

filterExpression

String filterExpression

fetchManagedResourceGroups

boolean fetchManagedResourceGroups

sortName

PageOrdering sortName

sortDescription

PageOrdering sortDescription

sortRecursive

PageOrdering sortRecursive

sortExpression

PageOrdering sortExpression

Class org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria extends OperationHistoryCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceIds

List<E> filterResourceIds

filterGroupOperationHistoryId

Integer filterGroupOperationHistoryId

fetchResults

boolean fetchResults

sortResourceName

PageOrdering sortResourceName

sortResourceId

PageOrdering sortResourceId

Class org.rhq.core.domain.criteria.ResourceTypeCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterParentId

Integer filterParentId

filterIds

List<E> filterIds

filterName

String filterName

filterDescription

String filterDescription

filterCategory

ResourceCategory filterCategory

filterCreationDataType

ResourceCreationDataType filterCreationDataType

filterCreateDeletePolicy

CreateDeletePolicy filterCreateDeletePolicy

filterSupportsManualAdd

Boolean filterSupportsManualAdd

filterPluginName

String filterPluginName

filterBundleTypeId

Integer filterBundleTypeId

filterDeleted

Boolean filterDeleted

filterCategories

Set<E> filterCategories

filterParentResourceTypesEmpty

Boolean filterParentResourceTypesEmpty

fetchSubCategory

boolean fetchSubCategory

fetchChildResourceTypes

boolean fetchChildResourceTypes

fetchParentResourceTypes

boolean fetchParentResourceTypes

fetchPluginConfigurationDefinition

boolean fetchPluginConfigurationDefinition

fetchResourceConfigurationDefinition

boolean fetchResourceConfigurationDefinition

fetchMetricDefinitions

boolean fetchMetricDefinitions

fetchEventDefinitions

boolean fetchEventDefinitions

fetchOperationDefinitions

boolean fetchOperationDefinitions

fetchProcessScans

boolean fetchProcessScans

fetchPackageTypes

boolean fetchPackageTypes

fetchSubCategories

boolean fetchSubCategories

fetchProductVersions

boolean fetchProductVersions

fetchBundleType

boolean fetchBundleType

fetchResources

boolean fetchResources

fetchDriftDefinitionTemplates

boolean fetchDriftDefinitionTemplates

fetchBundleConfiguration

boolean fetchBundleConfiguration

sortName

PageOrdering sortName

sortCategory

PageOrdering sortCategory

sortPluginName

PageOrdering sortPluginName

Class org.rhq.core.domain.criteria.RoleCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterDescription

String filterDescription

filterName

String filterName

filterSubjectId

Integer filterSubjectId

filterLdapSubjectId

Integer filterLdapSubjectId

filterIds

List<E> filterIds

fetchPermissions

boolean fetchPermissions

fetchResourceGroups

boolean fetchResourceGroups

fetchRoleNotifications

boolean fetchRoleNotifications

fetchSubjects

boolean fetchSubjects

fetchLdapGroups

boolean fetchLdapGroups

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.SavedSearchCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterSearchSubsystem

SearchSubsystem filterSearchSubsystem

filterName

String filterName

filterDescription

String filterDescription

filterPattern

String filterPattern

filterLastComputeTimeMin

Long filterLastComputeTimeMin

filterLastComputeTimeMax

Long filterLastComputeTimeMax

filterResultCountMin

Long filterResultCountMin

filterResultCountMax

Long filterResultCountMax

filterSubjectId

Integer filterSubjectId

filterGlobal

Boolean filterGlobal

fetchSubject

boolean fetchSubject

sortContext

PageOrdering sortContext

sortName

PageOrdering sortName

sortLastComputeTime

PageOrdering sortLastComputeTime

sortResultCount

PageOrdering sortResultCount

sortGlobal

PageOrdering sortGlobal

Class org.rhq.core.domain.criteria.SubjectCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterFirstName

String filterFirstName

filterLastName

String filterLastName

filterEmailAddress

String filterEmailAddress

filterSmsAddress

String filterSmsAddress

filterPhoneNumber

String filterPhoneNumber

filterDepartment

String filterDepartment

filterFactive

Boolean filterFactive

filterFsystem

Boolean filterFsystem

filterRoleId

Integer filterRoleId

filterIds

List<E> filterIds

fetchConfiguration

boolean fetchConfiguration

fetchRoles

boolean fetchRoles

sortName

PageOrdering sortName

sortFirstName

PageOrdering sortFirstName

sortLastName

PageOrdering sortLastName

sortEmailAddress

PageOrdering sortEmailAddress

sortSmsAddress

PageOrdering sortSmsAddress

sortPhoneNumber

PageOrdering sortPhoneNumber

sortDepartment

PageOrdering sortDepartment

Class org.rhq.core.domain.criteria.TagCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterNamespace

String filterNamespace

filterSemantic

String filterSemantic

filterName

String filterName

sortNamespace

PageOrdering sortNamespace

sortSemantic

PageOrdering sortSemantic

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.TaggedCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterTag

Tag filterTag

fetchTags

boolean fetchTags

Package org.rhq.core.domain.dashboard

Class org.rhq.core.domain.dashboard.Dashboard extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

category

DashboardCategory category

shared

boolean shared

configuration

Configuration configuration

owner

Subject owner

resource

Resource resource

group

ResourceGroup group

portlets

Set<E> portlets

Class org.rhq.core.domain.dashboard.DashboardPortlet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

portletKey

String portletKey

name

String name

column

int column

index

int index

height

int height

configuration

Configuration configuration

dashboard

Dashboard dashboard

Package org.rhq.core.domain.discovery

Class org.rhq.core.domain.discovery.AvailabilityReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agentName

String agentName

availabilities

List<E> availabilities

changesOnly

boolean changesOnly

enablementReport

boolean enablementReport

Class org.rhq.core.domain.discovery.AvailabilityReport.Datum extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

availabilityType

AvailabilityType availabilityType

startTime

long startTime

Class org.rhq.core.domain.discovery.MergeResourceResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

resourceAlreadyExisted

boolean resourceAlreadyExisted

Class org.rhq.core.domain.discovery.ResourceSyncInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
Server-assigned id


uuid

String uuid
Agent-assigned uuid


mtime

long mtime
Last modified time


inventoryStatus

InventoryStatus inventoryStatus

parent

ResourceSyncInfo parent

childSyncInfos

Collection<E> childSyncInfos

Package org.rhq.core.domain.drift

Class org.rhq.core.domain.drift.AbstractJPADriftFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ctime

Long ctime

dataSize

Long dataSize

status

DriftFileStatus status

Class org.rhq.core.domain.drift.DriftComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

drift

Drift<C extends DriftChangeSet<?>,F extends DriftFile> drift

resource

Resource resource

driftDefName

String driftDefName

Class org.rhq.core.domain.drift.DriftConfigurationDefinition extends Object implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.drift.DriftDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

Long ctime

name

String name

description

String description

isEnabled

boolean isEnabled

driftHandlingMode

DriftConfigurationDefinition.DriftHandlingMode driftHandlingMode

interval

long interval

configuration

Configuration configuration

resource

Resource resource

template

DriftDefinitionTemplate template

isPinned

boolean isPinned

attached

boolean attached

complianceStatus

DriftComplianceStatus complianceStatus

Class org.rhq.core.domain.drift.DriftDefinition.BaseDirectory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

DriftConfigurationDefinition.BaseDirValueContext context

name

String name

Class org.rhq.core.domain.drift.DriftDefinitionComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

driftDefinition

DriftDefinition driftDefinition

mostRecentChangeset

DriftChangeSet<D extends Drift<?,?>> mostRecentChangeset

Class org.rhq.core.domain.drift.DriftDefinitionTemplate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

Long ctime

name

String name

description

String description

isUserDefined

boolean isUserDefined

resourceType

ResourceType resourceType

configuration

Configuration configuration

changeSetId

String changeSetId
If the template is pinned this will be set to the id of the pinned snapshot/change set. Note that change sets are managed by the drift server plugin.


driftDefinitions

Set<E> driftDefinitions

Class org.rhq.core.domain.drift.DriftDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

drift

Drift<C extends DriftChangeSet<?>,F extends DriftFile> drift

previousChangeSet

DriftChangeSet<D extends Drift<?,?>> previousChangeSet

newFileStatus

DriftFileStatus newFileStatus

oldFileStatus

DriftFileStatus oldFileStatus

isBinary

boolean isBinary

Class org.rhq.core.domain.drift.DriftSnapshot extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

request

DriftSnapshotRequest request
The request that generated this snapshot


version

int version
The version of this snapshot. It may differ from the requested version if the requested version does not exist. -1 indicates that the definition does not yet have an initial snapshot.


directoryMap

Map<K,V> directoryMap
Map of directory path to information about that directory. Includes only directories with drift instances


driftMap

Map<K,V> driftMap
Map of path to Drift instance.

Class org.rhq.core.domain.drift.DriftSnapshot.DriftSnapshotDirectory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

directoryPath

String directoryPath

files

int files

added

int added

changed

int changed

removed

int removed

Class org.rhq.core.domain.drift.DriftSnapshotRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

templateChangeSetId

String templateChangeSetId

driftDefinitionId

Integer driftDefinitionId

version

Integer version

startVersion

Integer startVersion

directory

String directory

includeDriftDirectories

boolean includeDriftDirectories

includeDriftInstances

boolean includeDriftInstances

Class org.rhq.core.domain.drift.FileDiffReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

changes

int changes

diff

List<E> diff

Class org.rhq.core.domain.drift.Filter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path

pattern

String pattern

Class org.rhq.core.domain.drift.JPADrift extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

Long ctime

category

DriftCategory category

path

String path

directory

String directory

changeSet

JPADriftChangeSet changeSet

oldDriftFile

JPADriftFile oldDriftFile

newDriftFile

JPADriftFile newDriftFile

Class org.rhq.core.domain.drift.JPADriftChangeSet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

Long ctime

version

int version

category

DriftChangeSetCategory category

driftDefinition

DriftDefinition driftDefinition

driftHandlingMode

DriftConfigurationDefinition.DriftHandlingMode driftHandlingMode

resource

Resource resource

drifts

Set<E> drifts
The set of drift entries that make up this change set. If this instance of JPADriftChangeSet is change set version zero, then this field will be null because the drifts for the initial change set are accessed through a JPADriftSet.


initialDriftSet

JPADriftSet initialDriftSet
This field is null unless this instance of JPADriftChangeSet is the initial change set. If the change set belongs to a definition that was created from a pinned template, then the JPADriftSet will be shared by all definitions created from the template.

Class org.rhq.core.domain.drift.JPADriftFile extends AbstractJPADriftFile implements Serializable

serialVersionUID: 1L

Serialized Fields

hashId

String hashId

Class org.rhq.core.domain.drift.JPADriftFileBits extends AbstractJPADriftFile implements Serializable

serialVersionUID: 1L

Serialized Fields

hashId

String hashId

data

Blob data

Class org.rhq.core.domain.drift.JPADriftSet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

drifts

Set<E> drifts

Package org.rhq.core.domain.drift.dto

Class org.rhq.core.domain.drift.dto.DriftChangeSetDTO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

ctime

Long ctime

version

int version

category

DriftChangeSetCategory category

driftDefId

int driftDefId

driftHandlingMode

DriftConfigurationDefinition.DriftHandlingMode driftHandlingMode

resourceId

int resourceId

drifts

Set<E> drifts

Class org.rhq.core.domain.drift.dto.DriftDTO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

ctime

Long ctime

changeSet

DriftChangeSetDTO changeSet

category

DriftCategory category

path

String path

directory

String directory

oldDriftFile

DriftFileDTO oldDriftFile

newDriftFile

DriftFileDTO newDriftFile

Class org.rhq.core.domain.drift.dto.DriftFileDTO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

ctime

Long ctime

size

Long size

status

DriftFileStatus status

Package org.rhq.core.domain.event

Class org.rhq.core.domain.event.Event extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

source

EventSource source

timestamp

long timestamp

severity

EventSeverity severity

detail

String detail

Class org.rhq.core.domain.event.EventDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceType

ResourceType resourceType

resourceTypeId

int resourceTypeId

name

String name

displayName

String displayName

description

String description

Class org.rhq.core.domain.event.EventSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

eventDefinition

EventDefinition eventDefinition

resource

Resource resource

resourceId

int resourceId

location

String location

events

Set<E> events

Package org.rhq.core.domain.event.composite

Class org.rhq.core.domain.event.composite.EventComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

eventDetail

String eventDetail

resourceId

int resourceId

resourceName

String resourceName

resourceAncestry

String resourceAncestry

resourceTypeId

int resourceTypeId

eventId

int eventId

sourceLocation

String sourceLocation

severity

EventSeverity severity

timestamp

long timestamp

Package org.rhq.core.domain.event.transfer

Class org.rhq.core.domain.event.transfer.EventReport extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

maxEventsPerSource

int maxEventsPerSource

maxEventsPerReport

int maxEventsPerReport

events

Map<K,V> events

Package org.rhq.core.domain.install.remote

Class org.rhq.core.domain.install.remote.AgentInstallInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serverAddress

String serverAddress

agentAddress

String agentAddress

path

String path

owner

String owner

version

String version

steps

List<E> steps

Class org.rhq.core.domain.install.remote.AgentInstallStep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

command

String command

description

String description

resultCode

int resultCode

result

String result

duration

long duration

Class org.rhq.core.domain.install.remote.RemoteAccessInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

host

String host

user

String user

password

String password

key

byte[] key

port

int port

Package org.rhq.core.domain.measurement

Class org.rhq.core.domain.measurement.Availability extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

startTime

Long startTime
Start time of this availability state


endTime

Long endTime
End time of this availability state (which is the start of the next availability time period)


availabilityType

AvailabilityType availabilityType
Availability state for this time period


resource

Resource resource

Class org.rhq.core.domain.measurement.MeasurementBaseline extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

userEntered

boolean userEntered

baselineMin

double baselineMin

baselineMax

double baselineMax

baselineMean

double baselineMean

computeTime

long computeTime

schedule

MeasurementSchedule schedule

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.MeasurementData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

MeasurementDataPK id

schedule

MeasurementSchedule schedule

name

String name

Class org.rhq.core.domain.measurement.MeasurementDataNumeric extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

Class org.rhq.core.domain.measurement.MeasurementDataNumeric1D extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataNumeric1H extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataNumeric6H extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.MeasurementDataTrait extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class org.rhq.core.domain.measurement.MeasurementDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceType

ResourceType resourceType

name

String name
Name of this definition


displayName

String displayName

category

MeasurementCategory category
Type of this Metric (Availability, Throughput, ...)


schedules

List<E> schedules
Concrete schedules for this metric


units

MeasurementUnits units
Measurement unit in which this metric is taken


numericType

NumericType numericType
How are measurement values going to trend (monotonically increasing, ... )


dataType

DataType dataType
The kind of measurement data being collected


displayType

DisplayType displayType
How are values going to be displayed


defaultOn

boolean defaultOn
Is this metric schedule enabled by default


defaultInterval

long defaultInterval
What is the default gathering interval


description

String description

rawNumericType

NumericType rawNumericType
If this is a per-minute numeric metric, how the corresponding raw metric trends (up or down), or, if this is not a per-minute numeric metric, null.


alertConditions

List<E> alertConditions

displayOrder

int displayOrder
When displaying items on screen - in what order should that be? This is filled in from the metadata from the plugin descriptor. A value of 1000 means "don't care".


destinationType

String destinationType
The destination type (e.g. "URL" or "Method Name") - only defined for call-time measurements.


version

int version
Version for optimistic locking. Don't ever set this yourself

Class org.rhq.core.domain.measurement.MeasurementReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measurementNumericData

Set<E> measurementNumericData

measurementTraitData

Set<E> measurementTraitData

callTimeData

Set<E> callTimeData

collectionTime

long collectionTime

Class org.rhq.core.domain.measurement.MeasurementSchedule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

baseline

MeasurementBaseline baseline
A possible baseline for this MeasurementSchedule Since baseline will always initially be null for a while, we don't need CascadeType.PERSIST. However, we do need CascadeType.MERGE because the schedule will get its baseline calculated for the first time (a merge-persist cascade), or have it updated at some later point in time (a merge-merge cascade).


definition

MeasurementDefinition definition
The base definition of this Metric


resource

Resource resource
Metrics can be gathered on all levels of physical resources (Platform, Server, Service)


interval

long interval
The interval of collecting. Only applicable if gatherMode() is set to MeasurementGathering.NUMERIC


mtime

Long mtime
Time the schedule itself was last modified


enabled

boolean enabled
Is this metric schedule enabled

Class org.rhq.core.domain.measurement.MeasurementScheduleRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduleId

int scheduleId

name

String name

interval

long interval

enabled

boolean enabled

dataType

DataType dataType

rawNumericType

NumericType rawNumericType

Class org.rhq.core.domain.measurement.ResourceAvailability extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

resourceId

int resourceId

availabilityType

AvailabilityType availabilityType
Availability state for this time period

Class org.rhq.core.domain.measurement.ResourceMeasurementScheduleRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measurementSchedules

Set<E> measurementSchedules

resourceId

int resourceId

availabilitySchedule

MeasurementScheduleRequest availabilitySchedule

Package org.rhq.core.domain.measurement.calltime

Class org.rhq.core.domain.measurement.calltime.CallTimeData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduleId

int scheduleId

values

Map<K,V> values

Class org.rhq.core.domain.measurement.calltime.CallTimeDataComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

callDestination

String callDestination

minimum

double minimum

maximum

double maximum

total

double total

count

long count

average

double average

Class org.rhq.core.domain.measurement.calltime.CallTimeDataKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

schedule

MeasurementSchedule schedule

callDestination

String callDestination

Class org.rhq.core.domain.measurement.calltime.CallTimeDataValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

key

CallTimeDataKey key

beginTime

long beginTime

endTime

long endTime

minimum

double minimum

maximum

double maximum

total

double total

count

long count

Package org.rhq.core.domain.measurement.composite

Class org.rhq.core.domain.measurement.composite.MeasurementBaselineComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

min

double min

max

double max

mean

double mean

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

value

double value

highValue

double highValue

lowValue

double lowValue

Class org.rhq.core.domain.measurement.composite.MeasurementOOBComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

resourceName

String resourceName

resourceAncestry

String resourceAncestry

resourceTypeId

int resourceTypeId

scheduleName

String scheduleName

scheduleId

int scheduleId

timestamp

long timestamp

definitionId

int definitionId

factor

int factor

blMin

double blMin

blMax

double blMax

dataMin

double dataMin

dataMax

double dataMax

outlier

double outlier

units

MeasurementUnits units

parentName

String parentName

parentId

Integer parentId

formattedOutlier

String formattedOutlier

formattedBaseband

String formattedBaseband

Class org.rhq.core.domain.measurement.composite.MeasurementScheduleComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measurementDefinition

MeasurementDefinition measurementDefinition

collectionEnabled

Boolean collectionEnabled

collectionInterval

long collectionInterval

Class org.rhq.core.domain.measurement.composite.MeasurementStringValueAndUnits extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

units

MeasurementUnits units

Package org.rhq.core.domain.measurement.ui

Class org.rhq.core.domain.measurement.ui.BaseMetricDisplay extends MeasurementSummary implements Serializable

serialVersionUID: 1L

Serialized Fields

beginTimeFrame

Long beginTimeFrame

endTimeFrame

Long endTimeFrame

label

String label

metricName

String metricName

units

String units

scheduleId

Integer scheduleId

definitionId

Integer definitionId

collectionType

Integer collectionType

showNumberCollecting

Boolean showNumberCollecting

numberCollecting

int numberCollecting

metricSource

String metricSource

metricSourceId

int metricSourceId

description

String description

metrics

Map<K,V> metrics

Class org.rhq.core.domain.measurement.ui.MeasurementSummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

availUp

Integer availUp

availDown

Integer availDown

availUnknown

Integer availUnknown

Class org.rhq.core.domain.measurement.ui.MetricDisplaySummary extends BaseMetricDisplay implements Serializable

serialVersionUID: 1L

Serialized Fields

alertCount

int alertCount

value

String value
for traits


timestamp

long timestamp

groupId

int groupId
id of a compatible group this metric is in


parentId

int parentId
id of the parent of an autogroup this metric is in


childTypeId

int childTypeId
resource type of the children of an autogroup this metric is in


valuesPresent

boolean valuesPresent
Does this summary have metrics that are not NaN


metricToken

String metricToken
Token used to identify the metric


isTrait

boolean isTrait

resource

Resource resource

parent

Resource parent

resourceId

int resourceId

Class org.rhq.core.domain.measurement.ui.MetricDisplayValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

valueFmt

String valueFmt

value

Double value

highlighted

Boolean highlighted
flags whether or not the value meets the criteria for comparison against a user specified threshold


Package org.rhq.core.domain.measurement.util

Class org.rhq.core.domain.measurement.util.MeasurementConversionException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.operation

Class org.rhq.core.domain.operation.GroupOperationHistory extends OperationHistory implements Serializable

serialVersionUID: 1L

Serialized Fields

group

ResourceGroup group

resourceOperationHistories

List<E> resourceOperationHistories

Class org.rhq.core.domain.operation.GroupOperationScheduleEntity extends OperationScheduleEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

group

ResourceGroup group

Class org.rhq.core.domain.operation.HistoryJobId extends JobId implements Serializable

serialVersionUID: 1L

Serialized Fields

createdTime

long createdTime

Class org.rhq.core.domain.operation.JobId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobName

String jobName

jobGroup

String jobGroup

Class org.rhq.core.domain.operation.OperationDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceType

ResourceType resourceType

name

String name

resourceVersionRange

String resourceVersionRange

parametersConfigurationDefinition

ConfigurationDefinition parametersConfigurationDefinition

resultsConfigurationDefinition

ConfigurationDefinition resultsConfigurationDefinition

description

String description

timeout

Integer timeout

displayName

String displayName

Class org.rhq.core.domain.operation.OperationHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

jobName

String jobName

jobGroup

String jobGroup

status

OperationRequestStatus status

errorMessage

String errorMessage

subjectName

String subjectName

createdTime

long createdTime

startedTime

long startedTime

modifiedTime

long modifiedTime

operationDefinition

OperationDefinition operationDefinition

parameters

Configuration parameters

Class org.rhq.core.domain.operation.OperationScheduleEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

jobName

String jobName

jobGroup

String jobGroup

nextFireTime

Long nextFireTime

Class org.rhq.core.domain.operation.ResourceOperationHistory extends OperationHistory implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

results

Configuration results

groupOperationHistory

GroupOperationHistory groupOperationHistory

Class org.rhq.core.domain.operation.ResourceOperationScheduleEntity extends OperationScheduleEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

Class org.rhq.core.domain.operation.ScheduleJobId extends JobId implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.operation.bean

Class org.rhq.core.domain.operation.bean.GroupOperationSchedule extends OperationSchedule implements Serializable

serialVersionUID: 1L

Serialized Fields

group

ResourceGroup group

executionOrder

List<E> executionOrder

haltOnFailure

boolean haltOnFailure

Class org.rhq.core.domain.operation.bean.OperationSchedule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

jobName

String jobName

jobGroup

String jobGroup

operationName

String operationName

operationDisplayName

String operationDisplayName

parameters

Configuration parameters

subject

Subject subject

description

String description

jobTrigger

JobTrigger jobTrigger

nextFireTime

Date nextFireTime

Class org.rhq.core.domain.operation.bean.ResourceOperationSchedule extends OperationSchedule implements Serializable

Serialized Fields

resource

Resource resource

Package org.rhq.core.domain.operation.composite

Class org.rhq.core.domain.operation.composite.GroupOperationLastCompletedComposite extends OperationLastCompletedComposite implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

int groupId

groupName

String groupName

groupResourceTypeName

String groupResourceTypeName

Class org.rhq.core.domain.operation.composite.GroupOperationScheduleComposite extends OperationScheduleComposite implements Serializable

serialVersionUID: 2L

Serialized Fields

groupId

int groupId

groupName

String groupName

groupResourceTypeName

String groupResourceTypeName

Class org.rhq.core.domain.operation.composite.OperationLastCompletedComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operationHistoryId

int operationHistoryId

operationName

String operationName

operationStartTime

long operationStartTime

operationStatus

OperationRequestStatus operationStatus

Class org.rhq.core.domain.operation.composite.OperationScheduleComposite extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

int id

jobId

JobId jobId

operationName

String operationName

operationNextFireTime

long operationNextFireTime

Class org.rhq.core.domain.operation.composite.ResourceOperationLastCompletedComposite extends OperationLastCompletedComposite implements Serializable

serialVersionUID: 2L

Serialized Fields

resourceId

int resourceId

resourceTypeId

int resourceTypeId

resourceName

String resourceName

ancestry

String ancestry

Class org.rhq.core.domain.operation.composite.ResourceOperationScheduleComposite extends OperationScheduleComposite implements Serializable

serialVersionUID: 3L

Serialized Fields

resourceId

int resourceId

resourceTypeId

int resourceTypeId

resourceName

String resourceName

ancestry

String ancestry

Package org.rhq.core.domain.plugin

Class org.rhq.core.domain.plugin.AbstractPlugin extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

deployment

PluginDeploymentType deployment

name

String name

displayName

String displayName

description

String description

enabled

boolean enabled

status

PluginStatusType status

help

String help

helpContentType

String helpContentType

version

String version

ampsVersion

String ampsVersion

path

String path

md5

String md5

ctime

long ctime

mtime

long mtime

content

byte[] content

Class org.rhq.core.domain.plugin.Plugin extends AbstractPlugin implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.plugin.PluginKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

deployment

PluginDeploymentType deployment

pluginType

String pluginType

pluginName

String pluginName

Class org.rhq.core.domain.plugin.ServerPlugin extends AbstractPlugin implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduledJobsConfiguration

Configuration scheduledJobsConfiguration

pluginConfiguration

Configuration pluginConfiguration

type

String type

Class org.rhq.core.domain.plugin.ServerPluginControlDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

displayName

String displayName

description

String description

parameters

ConfigurationDefinition parameters

results

ConfigurationDefinition results

Class org.rhq.core.domain.plugin.ServerPluginControlResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

complexResults

Configuration complexResults

errorMessage

String errorMessage

Package org.rhq.core.domain.resource

Class org.rhq.core.domain.resource.Agent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

address

String address

port

int port

agentToken

String agentToken

remoteEndpoint

String remoteEndpoint

ctime

long ctime

mtime

long mtime

lastAvailabilityReport

Long lastAvailabilityReport

lastAvailabilityPing

Long lastAvailabilityPing

affinityGroup

AffinityGroup affinityGroup

server

Server server

status

int status

backFilled

boolean backFilled

Class org.rhq.core.domain.resource.CannotConnectToAgentException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.resource.CreateResourceHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

errorMessage

String errorMessage

subjectName

String subjectName

ctime

long ctime

mtime

long mtime

parentResource

Resource parentResource
Links to the parent under which this resource is created. There will always be a parent; resources created at the highest level (i.e. "servers") will have the platform resource as their parent.


createdResourceName

String createdResourceName
Resource instance created on the server onto which to hang these create requests.


newResourceKey

String newResourceKey
Resource key assigned to the newly created resource by the plugin if this request is successful.


status

CreateResourceStatus status
Status of this create request.


resourceType

ResourceType resourceType
Type of resource being created.


configuration

Configuration configuration
For configuration-backed resource creation, this instance carries the values entered by the user for the newly created resource. For content-backed resource creation, this instance carries any configuration values about the content itself that may be specified when the content is created.


installedPackage

InstalledPackage installedPackage
For content backed resource creation, this indicates the type of content being created as part of this request.

Class org.rhq.core.domain.resource.DeleteResourceHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

errorMessage

String errorMessage

subjectName

String subjectName

ctime

long ctime

mtime

long mtime

status

DeleteResourceStatus status

resource

Resource resource

Class org.rhq.core.domain.resource.InventorySummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

platformCount

int platformCount

serverCount

int serverCount

serviceCount

int serviceCount

compatibleGroupCount

int compatibleGroupCount

mixedGroupCount

int mixedGroupCount

groupDefinitionCount

int groupDefinitionCount

softwareProductCount

int softwareProductCount

softwareUpdateCount

int softwareUpdateCount

scheduledMeasurementsPerMinute

int scheduledMeasurementsPerMinute

Class org.rhq.core.domain.resource.ProcessScan extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

query

String query

name

String name

Class org.rhq.core.domain.resource.ProductVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

version

String version

resourceType

ResourceType resourceType

resources

Set<E> resources

productVersionPackageVersions

Set<E> productVersionPackageVersions

Class org.rhq.core.domain.resource.Resource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

uuid

String uuid

resourceKey

String resourceKey

name

String name

ancestry

String ancestry

inventoryStatus

InventoryStatus inventoryStatus

connected

boolean connected

version

String version

description

String description

ctime

Long ctime

mtime

Long mtime

itime

Long itime

modifiedBy

String modifiedBy

location

String location

resourceType

ResourceType resourceType

childResources

Set<E> childResources

parentResource

Resource parentResource

resourceConfiguration

Configuration resourceConfiguration

pluginConfiguration

Configuration pluginConfiguration

agent

Agent agent

alertDefinitions

Set<E> alertDefinitions

resourceConfigurationUpdates

List<E> resourceConfigurationUpdates

pluginConfigurationUpdates

List<E> pluginConfigurationUpdates

implicitGroups

Set<E> implicitGroups

explicitGroups

Set<E> explicitGroups

contentServiceRequests

List<E> contentServiceRequests

createChildResourceRequests

List<E> createChildResourceRequests

deleteResourceRequests

List<E> deleteResourceRequests

operationHistories

List<E> operationHistories

installedPackages

Set<E> installedPackages

installedPackageHistory

List<E> installedPackageHistory

resourceRepos

Set<E> resourceRepos

schedules

Set<E> schedules

availability

List<E> availability

currentAvailability

ResourceAvailability currentAvailability

resourceErrors

List<E> resourceErrors

eventSources

Set<E> eventSources

productVersion

ProductVersion productVersion

tags

Set<E> tags

autoGroupBackingGroups

List<E> autoGroupBackingGroups

dashboards

Set<E> dashboards

driftDefinitions

Set<E> driftDefinitions

Class org.rhq.core.domain.resource.ResourceError extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

timeOccurred

long timeOccurred

resource

Resource resource

errorType

ResourceErrorType errorType

summary

String summary

detail

String detail

Class org.rhq.core.domain.resource.ResourceSubCategory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

ctime

Long ctime

mtime

Long mtime

childSubCategories

List<E> childSubCategories

parentSubCategory

ResourceSubCategory parentSubCategory

resourceType

ResourceType resourceType
A subcategory is associated with the type of resource it was defined in This is nullable since child subcategories don't want to be directly associated with a resourceType, rather they can obtain their type through their parent

Class org.rhq.core.domain.resource.ResourceType extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

int id

name

String name

description

String description

category

ResourceCategory category

creationDataType

ResourceCreationDataType creationDataType

createDeletePolicy

CreateDeletePolicy createDeletePolicy

supportsManualAdd

boolean supportsManualAdd

singleton

boolean singleton

plugin

String plugin

ctime

Long ctime

mtime

Long mtime

deleted

boolean deleted

childResourceTypes

Set<E> childResourceTypes

parentResourceTypes

Set<E> parentResourceTypes

pluginConfigurationDefinition

ConfigurationDefinition pluginConfigurationDefinition

resourceConfigurationDefinition

ConfigurationDefinition resourceConfigurationDefinition

subCategory

ResourceSubCategory subCategory

metricDefinitions

Set<E> metricDefinitions

eventDefinitions

Set<E> eventDefinitions

operationDefinitions

Set<E> operationDefinitions

processScans

Set<E> processScans

packageTypes

Set<E> packageTypes

subCategories

List<E> subCategories

resources

List<E> resources

resourceGroups

List<E> resourceGroups

productVersions

Set<E> productVersions

bundleType

BundleType bundleType

driftDefinitionTemplates

Set<E> driftDefinitionTemplates

bundleConfiguration

Configuration bundleConfiguration

Class org.rhq.core.domain.resource.ResourceUpgradeReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

newResourceKey

String newResourceKey

newName

String newName

newDescription

String newDescription

Package org.rhq.core.domain.resource.composite

Class org.rhq.core.domain.resource.composite.AgentLastAvailabilityPingComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agentId

int agentId

agentName

String agentName

remoteEndpoint

String remoteEndpoint

lastAvailabilityPing

Long lastAvailabilityPing

backFilled

boolean backFilled

Class org.rhq.core.domain.resource.composite.DisambiguationReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

original

Object original

parents

List<E> parents

resource

DisambiguationReport.Resource resource

Class org.rhq.core.domain.resource.composite.DisambiguationReport.Resource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

type

DisambiguationReport.ResourceType type

Class org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

plugin

String plugin

singleton

boolean singleton

Class org.rhq.core.domain.resource.composite.PlatformMetricsSummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

metricsAvailable

boolean metricsAvailable

freeMemory

MeasurementData freeMemory

actualFreeMemory

MeasurementData actualFreeMemory

usedMemory

MeasurementData usedMemory

actualUsedMemory

MeasurementData actualUsedMemory

totalMemory

MeasurementData totalMemory

freeSwap

MeasurementData freeSwap

usedSwap

MeasurementData usedSwap

totalSwap

MeasurementData totalSwap

idleCPU

MeasurementData idleCPU

systemCPU

MeasurementData systemCPU

userCPU

MeasurementData userCPU

waitCPU

MeasurementData waitCPU

Class org.rhq.core.domain.resource.composite.ProblemResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

resourceTypeId

int resourceTypeId

resourceName

String resourceName

ancestry

String ancestry

numAlerts

long numAlerts

availabilityType

AvailabilityType availabilityType

Class org.rhq.core.domain.resource.composite.RecentlyAddedResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

parentId

int parentId

name

String name

ctime

long ctime

showChildren

boolean showChildren

children

List<E> children

resourceTypeName

String resourceTypeName

Class org.rhq.core.domain.resource.composite.ResourceAvailabilitySummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

now

long now

upTime

long upTime

downTime

long downTime

disabledTime

long disabledTime

unknownTime

long unknownTime

failures

int failures

disabled

int disabled

lastChange

long lastChange

current

AvailabilityType current

Class org.rhq.core.domain.resource.composite.ResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

parent

Resource parent

resourcePermission

ResourcePermission resourcePermission

availability

AvailabilityType availability

resourceFacets

ResourceFacets resourceFacets

Class org.rhq.core.domain.resource.composite.ResourceFacets extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypeId

int resourceTypeId

measurement

boolean measurement

event

boolean event

pluginConfiguration

boolean pluginConfiguration

configuration

boolean configuration

operation

boolean operation

content

boolean content

callTime

boolean callTime

support

boolean support

drift

boolean drift

bundle

boolean bundle

facets

Set<E> facets

Class org.rhq.core.domain.resource.composite.ResourceHealthComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

typeName

String typeName

availabilityType

AvailabilityType availabilityType

alerts

long alerts

Class org.rhq.core.domain.resource.composite.ResourceIdFlyWeight extends Resource implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.resource.composite.ResourceIdWithAvailabilityComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

availability

Availability availability

Class org.rhq.core.domain.resource.composite.ResourceInstallCount extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

count

long count

typeName

String typeName

typePlugin

String typePlugin

category

ResourceCategory category

typeId

int typeId

version

String version

numDriftTemplates

int numDriftTemplates

inCompliance

boolean inCompliance

Class org.rhq.core.domain.resource.composite.ResourceLineageComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

isLocked

boolean isLocked

Class org.rhq.core.domain.resource.composite.ResourceMembershipComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

parent

Resource parent

resourceFacets

ResourceFacets resourceFacets

explicit

boolean explicit

implicit

boolean implicit

Class org.rhq.core.domain.resource.composite.ResourcePermission extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

permissions

Set<E> permissions

Class org.rhq.core.domain.resource.composite.ResourceTypeTemplateCountComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

ResourceType type

enabledMetricCount

long enabledMetricCount

disabledMetricCount

long disabledMetricCount

enabledAlertCount

long enabledAlertCount

disabledAlertCount

long disabledAlertCount

pluginDriftTemplates

long pluginDriftTemplates

userDriftTemplates

long userDriftTemplates

pluginInfo

String pluginInfo

Class org.rhq.core.domain.resource.composite.ResourceWithAvailability extends ResourceMembershipComposite implements Serializable

serialVersionUID: 1L

Serialized Fields

availability

AvailabilityType availability

Class org.rhq.core.domain.resource.composite.ResourceWithParentComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

Resource parent

resource

Resource resource

Package org.rhq.core.domain.resource.flyweight

Class org.rhq.core.domain.resource.flyweight.AutoGroupCompositeFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

availability

Double availability

resourceType

ResourceTypeFlyweight resourceType

subcategory

ResourceSubCategoryFlyweight subcategory

memberCount

long memberCount

depth

int depth

mainResource

boolean mainResource

parentResource

ResourceFlyweight parentResource

name

String name

membersAvailabilityHint

MembersAvailabilityHint membersAvailabilityHint

membersCategoryHint

MembersCategoryHint membersCategoryHint

resources

List<E> resources

Class org.rhq.core.domain.resource.flyweight.ResourceAvailabilityFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

ResourceFlyweight resource

resourceId

int resourceId

availabilityType

AvailabilityType availabilityType

Class org.rhq.core.domain.resource.flyweight.ResourceFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

parentResource

ResourceFlyweight parentResource

uuid

String uuid

id

int id

name

String name

resourceKey

String resourceKey

currentAvailability

ResourceAvailabilityFlyweight currentAvailability

resourceType

ResourceTypeFlyweight resourceType

locked

boolean locked

childResources

List<E> childResources

Class org.rhq.core.domain.resource.flyweight.ResourceSubCategoryFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

parentSubCategory

ResourceSubCategoryFlyweight parentSubCategory

Class org.rhq.core.domain.resource.flyweight.ResourceTypeFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

plugin

String plugin

singleton

boolean singleton

category

ResourceCategory category

subCategory

ResourceSubCategoryFlyweight subCategory

Package org.rhq.core.domain.resource.group

Class org.rhq.core.domain.resource.group.ClusterKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clusterGroupId

int clusterGroupId

hierarchy

List<E> hierarchy

key

String key

Class org.rhq.core.domain.resource.group.ClusterKey.Node extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypeId

int resourceTypeId

resourceKey

String resourceKey

Class org.rhq.core.domain.resource.group.Group extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

description

String description

ctime

Long ctime

mtime

Long mtime

modifiedBy

String modifiedBy

Class org.rhq.core.domain.resource.group.GroupDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

recursive

boolean recursive

createdTime

Long createdTime

modifiedTime

Long modifiedTime

lastCalculationTime

Long lastCalculationTime

recalculationInterval

long recalculationInterval

expression

String expression

managedResourceGroups

Set<E> managedResourceGroups

Class org.rhq.core.domain.resource.group.LdapGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

role

Role role

name

String name

description

String description

Class org.rhq.core.domain.resource.group.ResourceGroup extends Group implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

explicitResources

Set<E> explicitResources

implicitResources

Set<E> implicitResources

roles

Set<E> roles

operationHistories

List<E> operationHistories

configurationUpdates

List<E> configurationUpdates

bundleDestinations

List<E> bundleDestinations

groupDefinition

GroupDefinition groupDefinition

groupByClause

String groupByClause

recursive

boolean recursive

groupCategory

GroupCategory groupCategory

resourceType

ResourceType resourceType

subject

Subject subject

clusterKey

String clusterKey

clusterResourceGroup

ResourceGroup clusterResourceGroup

clusterBackingGroups

List<E> clusterBackingGroups

autoGroupParentResource

Resource autoGroupParentResource

visible

boolean visible

alertDefinitions

Set<E> alertDefinitions

tags

Set<E> tags

dashboards

Set<E> dashboards

Package org.rhq.core.domain.resource.group.composite

Class org.rhq.core.domain.resource.group.composite.AutoGroupComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

availability

Double availability

resourceType

ResourceType resourceType

subcategory

ResourceSubCategory subcategory

memberCount

long memberCount

depth

int depth

mainResource

boolean mainResource

parentResource

Resource parentResource

name

String name

resources

List<E> resources

Class org.rhq.core.domain.resource.group.composite.ClusterFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

int groupId

clusterKey

ClusterKeyFlyweight clusterKey

name

String name

children

List<E> children

members

int members

clusterSize

int clusterSize

Class org.rhq.core.domain.resource.group.composite.ClusterKeyFlyweight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypeId

int resourceTypeId

resourceKey

String resourceKey

Class org.rhq.core.domain.resource.group.composite.ResourceGroupComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceGroup

ResourceGroup resourceGroup

category

GroupCategory category

implicitCount

long implicitCount

implicitDown

long implicitDown

implicitUnknown

long implicitUnknown

implicitDisabled

long implicitDisabled

explicitCount

long explicitCount

explicitDown

long explicitDown

explicitUnknown

long explicitUnknown

explicitDisabled

long explicitDisabled

resourceFacets

ResourceFacets resourceFacets

resourcePermission

ResourcePermission resourcePermission

Package org.rhq.core.domain.search

Class org.rhq.core.domain.search.SavedSearch extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Integer id

searchSubsystem

SearchSubsystem searchSubsystem

name

String name

description

String description

pattern

String pattern

lastComputeTime

long lastComputeTime

resultCount

Long resultCount

subject

Subject subject

subjectId

int subjectId

global

boolean global

Class org.rhq.core.domain.search.SearchSuggestion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

SearchSuggestion.Kind kind

value

String value

label

String label

startIndex

int startIndex

endIndex

int endIndex

Package org.rhq.core.domain.sync

Class org.rhq.core.domain.sync.ConsistencyValidatorFailureReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validatorClassName

String validatorClassName

errorMessage

String errorMessage

Class org.rhq.core.domain.sync.ExporterMessages extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

errorMessage

String errorMessage

exporterNotes

String exporterNotes

perEntityErrorMessages

List<E> perEntityErrorMessages

perEntityNotes

List<E> perEntityNotes

Class org.rhq.core.domain.sync.ExportReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

messagesPerExporter

Map<K,V> messagesPerExporter

errorMessage

String errorMessage

exportFile

byte[] exportFile

Class org.rhq.core.domain.sync.ImportConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

synchronizerClassName

String synchronizerClassName

configuration

Configuration configuration

Class org.rhq.core.domain.sync.ImportConfigurationDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

synchronizerClassName

String synchronizerClassName

configurationDefinition

ConfigurationDefinition configurationDefinition

Class org.rhq.core.domain.sync.ImportReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

importerNotes

Map<K,V> importerNotes

Package org.rhq.core.domain.sync.entity

Class org.rhq.core.domain.sync.entity.AbstractExportedEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

referencedEntityId

int referencedEntityId

Class org.rhq.core.domain.sync.entity.MetricTemplate extends AbstractExportedEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypeName

String resourceTypeName

resourceTypePlugin

String resourceTypePlugin

metricName

String metricName

perMinute

boolean perMinute

defaultInterval

long defaultInterval

enabled

boolean enabled

Class org.rhq.core.domain.sync.entity.SystemSettings extends AbstractExportedEntity implements Serializable

serialVersionUID: 2L

Serialized Fields

entries

Set<E> entries

Class org.rhq.core.domain.sync.entity.SystemSettings.Entry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

value

String value

Package org.rhq.core.domain.tagging

Class org.rhq.core.domain.tagging.Tag extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

namespace

String namespace

semantic

String semantic

name

String name

resources

Set<E> resources

resourceGroups

Set<E> resourceGroups

bundles

Set<E> bundles

bundleVersions

Set<E> bundleVersions

bundleDeployments

Set<E> bundleDeployments

bundleDestinations

Set<E> bundleDestinations

Package org.rhq.core.domain.tagging.compsite

Class org.rhq.core.domain.tagging.compsite.TagReportComposite extends Tag implements Serializable

serialVersionUID: 1L

Serialized Fields

total

long total

resourceCount

long resourceCount

resourceGroupCount

long resourceGroupCount

bundleCount

long bundleCount

bundleVersionCount

long bundleVersionCount

bundleDeploymentCount

long bundleDeploymentCount

bundleDestinationCount

long bundleDestinationCount

Package org.rhq.core.domain.util

Class org.rhq.core.domain.util.OrderingField extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

field

String field

ordering

PageOrdering ordering

Class org.rhq.core.domain.util.PageControl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pageNumber

int pageNumber

pageSize

int pageSize

firstRecord

Integer firstRecord

orderingFields

LinkedList<E> orderingFields

Class org.rhq.core.domain.util.PageList extends ArrayList<E> implements Serializable

serialVersionUID: 1L

Serialized Fields

totalSize

int totalSize

isUnbounded

boolean isUnbounded

pageControl

PageControl pageControl

Class org.rhq.core.domain.util.UnlimitedPageControl extends PageControl implements Serializable

serialVersionUID: 1L



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.