public interface ResourceTypeManagerRemote
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.ResourceType> |
findResourceTypesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.ResourceTypeCriteria criteria) |
org.rhq.core.domain.resource.ResourceType |
getResourceTypeById(org.rhq.core.domain.auth.Subject subject,
int resourceTypeId) |
org.rhq.core.domain.resource.ResourceType |
getResourceTypeByNameAndPlugin(org.rhq.core.domain.auth.Subject subject,
String name,
String plugin) |
org.rhq.core.domain.resource.ResourceType getResourceTypeById(org.rhq.core.domain.auth.Subject subject,
int resourceTypeId)
throws ResourceTypeNotFoundException
ResourceTypeNotFoundExceptionorg.rhq.core.domain.resource.ResourceType getResourceTypeByNameAndPlugin(org.rhq.core.domain.auth.Subject subject,
String name,
String plugin)
subject - name - plugin - org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.ResourceType> findResourceTypesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.ResourceTypeCriteria criteria)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.