Class Index | File Index

Classes


Namespace bundleGroups

provides access to Bundle groups
Defined in: rhqapi.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
bundleGroups.create(name, children)
creates a new bundle group.
<static>  
bundleGroups.find(params)
finds bundle groups by given params
Namespace Detail
bundleGroups
Method Detail
<static> {BundleGroup} bundleGroups.create(name, children)
creates a new bundle group. You can pass array of Bundles to become members of new group
Parameters:
{String} name
for a new group
{Bundle[]} children
- array of resources that represents content of this group
Returns:
{BundleGroup}

<static> {BundleGroup[]} bundleGroups.find(params)
finds bundle groups by given params
Parameters:
{Object} params
see BundleGroupCriteria for available params

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