|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OnmsResource | |
|---|---|
| org.opennms.netmgt.model | |
| Uses of OnmsResource in org.opennms.netmgt.model |
|---|
| Methods in org.opennms.netmgt.model that return OnmsResource | |
|---|---|
OnmsResource |
OnmsResource.getParent()
|
| Methods in org.opennms.netmgt.model that return types with arguments of type OnmsResource | |
|---|---|
java.util.List<OnmsResource> |
OnmsResource.getChildResources()
|
java.util.List<OnmsResource> |
OnmsResourceType.getResourcesForDomain(java.lang.String domain)
Gets a list of resources on a specific domain. |
java.util.List<OnmsResource> |
OnmsResourceType.getResourcesForNode(int nodeId)
Gets a list of resources on a specific node. |
static java.util.List<OnmsResource> |
OnmsResource.sortIntoResourceList(java.util.List<OnmsResource> resources)
Sorts the List of Resources and returns a new List of the generic type Resource. |
| Methods in org.opennms.netmgt.model with parameters of type OnmsResource | |
|---|---|
int |
OnmsResource.compareTo(OnmsResource o)
|
java.lang.String |
OnmsResourceType.getLinkForResource(OnmsResource resource)
|
void |
OnmsResource.setParent(OnmsResource parent)
|
| Method parameters in org.opennms.netmgt.model with type arguments of type OnmsResource | |
|---|---|
static java.util.List<OnmsResource> |
OnmsResource.sortIntoResourceList(java.util.List<OnmsResource> resources)
Sorts the List of Resources and returns a new List of the generic type Resource. |
| Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsResource | |
|---|---|
OnmsResource(java.lang.String name,
java.lang.String label,
OnmsResourceType resourceType,
java.util.Set<OnmsAttribute> attributes,
java.util.List<OnmsResource> resources)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||