Uses of Class
org.rhq.core.domain.resource.InventoryStatus

Packages that use InventoryStatus
org.rhq.core.domain.criteria   
org.rhq.core.domain.discovery   
org.rhq.core.domain.resource   
 

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

Methods in org.rhq.core.domain.criteria with parameters of type InventoryStatus
 void ResourceCriteria.addFilterInventoryStatus(InventoryStatus filterInventoryStatus)
           
 

Uses of InventoryStatus in org.rhq.core.domain.discovery
 

Methods in org.rhq.core.domain.discovery that return InventoryStatus
 InventoryStatus ResourceSyncInfo.getInventoryStatus()
           
 

Uses of InventoryStatus in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return InventoryStatus
 InventoryStatus Resource.getInventoryStatus()
           
static InventoryStatus InventoryStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InventoryStatus[] InventoryStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.resource with parameters of type InventoryStatus
 void Resource.setInventoryStatus(InventoryStatus inventoryStatus)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.