Namespace bundleGroups
provides access to Bundle groups
Defined in: rhqapi.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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
|
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