Class Index | File Index

Classes


Class BundleGroup


Defined in: rhqapi.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BundleGroup(param)
Field Summary
Field Attributes Field Name and Description
 
id
gets ID of this group
 
gets name of this group
 
obj
gets underlying ResourceGroup instance
Method Summary
Method Attributes Method Name and Description
 
assignBundles(bundles)
assigns bundles to this group, does nothing if bundles are already in this group
 
returns bundles assigned to this group
 
returns ID of this group
 
removes this bundle group
 
unassignBundles(bundles)
unassigns bundles to this group, does nothing if bundles are not assigned with this group
Class Detail
BundleGroup(param)
Parameters:
param
Field Detail
id
gets ID of this group

name
gets name of this group

obj
gets underlying ResourceGroup instance
Method Detail
assignBundles(bundles)
assigns bundles to this group, does nothing if bundles are already in this group
Parameters:
{Bundle[]} bundles
to assign

{Bundle[]} bundles()
returns bundles assigned to this group

{Number} getId()
returns ID of this group

remove()
removes this bundle group

unassignBundles(bundles)
unassigns bundles to this group, does nothing if bundles are not assigned with this group
Parameters:
{Bundle[]} bundles
to assign

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jan 06 2014 16:48:31 GMT+0100 (CET)