Uses of Class
org.rhq.core.domain.drift.DriftChangeSetCategory

Packages that use DriftChangeSetCategory
org.rhq.core.domain.criteria   
org.rhq.core.domain.drift   
org.rhq.core.domain.drift.dto   
 

Uses of DriftChangeSetCategory in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria that return DriftChangeSetCategory
 DriftChangeSetCategory JPADriftChangeSetCriteria.getFilterCategory()
           
 DriftChangeSetCategory DriftChangeSetCriteria.getFilterCategory()
           
 DriftChangeSetCategory GenericDriftChangeSetCriteria.getFilterCategory()
           
 

Methods in org.rhq.core.domain.criteria with parameters of type DriftChangeSetCategory
 void JPADriftChangeSetCriteria.addFilterCategory(DriftChangeSetCategory filterCategory)
           
 void DriftChangeSetCriteria.addFilterCategory(DriftChangeSetCategory filterCategory)
          Allows for filtering on change set type.
 void GenericDriftChangeSetCriteria.addFilterCategory(DriftChangeSetCategory filterCategory)
           
 

Uses of DriftChangeSetCategory in org.rhq.core.domain.drift
 

Methods in org.rhq.core.domain.drift that return DriftChangeSetCategory
static DriftChangeSetCategory DriftChangeSetCategory.fromCode(String code)
          Parses the single character code into a DriftChangeSetCategory object.
 DriftChangeSetCategory DriftChangeSet.getCategory()
          Retturns the category that identifies the change set type.
 DriftChangeSetCategory JPADriftChangeSet.getCategory()
           
static DriftChangeSetCategory DriftChangeSetCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DriftChangeSetCategory[] DriftChangeSetCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.drift with parameters of type DriftChangeSetCategory
 void DriftChangeSet.setCategory(DriftChangeSetCategory category)
          Sets the change set category.
 void JPADriftChangeSet.setCategory(DriftChangeSetCategory category)
           
 

Constructors in org.rhq.core.domain.drift with parameters of type DriftChangeSetCategory
JPADriftChangeSet(Resource resource, int version, DriftChangeSetCategory category, DriftDefinition driftDefinition)
           
 

Uses of DriftChangeSetCategory in org.rhq.core.domain.drift.dto
 

Methods in org.rhq.core.domain.drift.dto that return DriftChangeSetCategory
 DriftChangeSetCategory DriftChangeSetDTO.getCategory()
           
 

Methods in org.rhq.core.domain.drift.dto with parameters of type DriftChangeSetCategory
 void DriftChangeSetDTO.setCategory(DriftChangeSetCategory category)
           
 



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