Uses of Class
org.rhq.core.domain.tagging.Tag

Packages that use Tag
org.rhq.core.domain.bundle   
org.rhq.core.domain.criteria   
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.group   
org.rhq.core.domain.tagging.compsite   
 

Uses of Tag in org.rhq.core.domain.bundle
 

Methods in org.rhq.core.domain.bundle that return types with arguments of type Tag
 Set<Tag> Bundle.getTags()
           
 Set<Tag> BundleDeployment.getTags()
           
 Set<Tag> BundleVersion.getTags()
           
 Set<Tag> BundleDestination.getTags()
           
 

Methods in org.rhq.core.domain.bundle with parameters of type Tag
 void Bundle.addTag(Tag tag)
           
 void BundleDeployment.addTag(Tag tag)
           
 void BundleVersion.addTag(Tag tag)
           
 void BundleDestination.addTag(Tag tag)
           
 boolean Bundle.removeTag(Tag tag)
           
 boolean BundleDeployment.removeTag(Tag tag)
           
 boolean BundleVersion.removeTag(Tag tag)
           
 boolean BundleDestination.removeTag(Tag tag)
           
 

Method parameters in org.rhq.core.domain.bundle with type arguments of type Tag
 void Bundle.setTags(Set<Tag> tags)
           
 void BundleDeployment.setTags(Set<Tag> tags)
           
 void BundleVersion.setTags(Set<Tag> tags)
           
 void BundleDestination.setTags(Set<Tag> tags)
           
 

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

Methods in org.rhq.core.domain.criteria that return types with arguments of type Tag
 Class<Tag> TagCriteria.getPersistentClass()
           
 

Methods in org.rhq.core.domain.criteria with parameters of type Tag
 void TaggedCriteria.addFilterTag(Tag tag)
           
 

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

Methods in org.rhq.core.domain.resource that return types with arguments of type Tag
 Set<Tag> Resource.getTags()
           
 

Methods in org.rhq.core.domain.resource with parameters of type Tag
 void Resource.addTag(Tag tag)
           
 boolean Resource.removeTag(Tag tag)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type Tag
 void Resource.setTags(Set<Tag> tags)
           
 

Uses of Tag in org.rhq.core.domain.resource.group
 

Methods in org.rhq.core.domain.resource.group that return types with arguments of type Tag
 Set<Tag> ResourceGroup.getTags()
           
 

Methods in org.rhq.core.domain.resource.group with parameters of type Tag
 void ResourceGroup.addTag(Tag tag)
           
 boolean ResourceGroup.removeTag(Tag tag)
           
 

Method parameters in org.rhq.core.domain.resource.group with type arguments of type Tag
 void ResourceGroup.setTags(Set<Tag> tags)
           
 

Uses of Tag in org.rhq.core.domain.tagging.compsite
 

Subclasses of Tag in org.rhq.core.domain.tagging.compsite
 class TagReportComposite
           
 

Methods in org.rhq.core.domain.tagging.compsite that return Tag
 Tag TagReportComposite.getTag()
           
 



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