public class TagManagerBean extends Object implements TagManagerLocal, TagManagerRemote
| Constructor and Description |
|---|
TagManagerBean() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.rhq.core.domain.tagging.Tag> |
addTags(org.rhq.core.domain.auth.Subject subject,
Set<org.rhq.core.domain.tagging.Tag> tags) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.tagging.compsite.TagReportComposite> |
findTagReportCompositesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.TagCriteria tagCriteria) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.tagging.Tag> |
findTagsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.TagCriteria criteria) |
void |
removeTags(org.rhq.core.domain.auth.Subject subject,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateBundleDeploymentTags(org.rhq.core.domain.auth.Subject subject,
int bundleDeploymentId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateBundleDestinationTags(org.rhq.core.domain.auth.Subject subject,
int bundleDestinationId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateBundleTags(org.rhq.core.domain.auth.Subject subject,
int bundleId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateBundleVersionTags(org.rhq.core.domain.auth.Subject subject,
int bundleVersionId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateResourceGroupTags(org.rhq.core.domain.auth.Subject subject,
int resourceGroupId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
void |
updateResourceTags(org.rhq.core.domain.auth.Subject subject,
int resourceId,
Set<org.rhq.core.domain.tagging.Tag> tags) |
public org.rhq.core.domain.util.PageList<org.rhq.core.domain.tagging.Tag> findTagsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.TagCriteria criteria)
findTagsByCriteria in interface TagManagerRemotepublic Set<org.rhq.core.domain.tagging.Tag> addTags(org.rhq.core.domain.auth.Subject subject, Set<org.rhq.core.domain.tagging.Tag> tags)
addTags in interface TagManagerRemotepublic void removeTags(org.rhq.core.domain.auth.Subject subject,
Set<org.rhq.core.domain.tagging.Tag> tags)
removeTags in interface TagManagerRemotepublic void updateResourceTags(org.rhq.core.domain.auth.Subject subject,
int resourceId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateResourceTags in interface TagManagerRemotepublic void updateResourceGroupTags(org.rhq.core.domain.auth.Subject subject,
int resourceGroupId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateResourceGroupTags in interface TagManagerRemotepublic void updateBundleTags(org.rhq.core.domain.auth.Subject subject,
int bundleId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateBundleTags in interface TagManagerRemotepublic void updateBundleVersionTags(org.rhq.core.domain.auth.Subject subject,
int bundleVersionId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateBundleVersionTags in interface TagManagerRemotepublic void updateBundleDeploymentTags(org.rhq.core.domain.auth.Subject subject,
int bundleDeploymentId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateBundleDeploymentTags in interface TagManagerRemotepublic void updateBundleDestinationTags(org.rhq.core.domain.auth.Subject subject,
int bundleDestinationId,
Set<org.rhq.core.domain.tagging.Tag> tags)
updateBundleDestinationTags in interface TagManagerRemotepublic org.rhq.core.domain.util.PageList<org.rhq.core.domain.tagging.compsite.TagReportComposite> findTagReportCompositesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.TagCriteria tagCriteria)
findTagReportCompositesByCriteria in interface TagManagerRemoteCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.