Package com.hp.ucmdb.api.bundles
Interface BundledResource<T>
- All Known Subinterfaces:
ComplianceView,MultipleReferencesWithFunctionDefinition,PerspectiveBasedViewReferenceDefinition,QueryDefinition,QueryReferenceDefinition<T>,RuleBasedViewDefinition,SingleQueryReferenceDefinition,SingleViewReferenceDefinition,ViewDefinition<T>,ViewWithFoldingDefinition
A bundled resource is a resource that can be attached to resource bundles.
-
Method Summary
Modifier and TypeMethodDescriptionThe bundles' names that this resource belongs to.withBundles(Collection<String> bundles) Sets the bundles for this resource.
-
Method Details
-
bundleNames
Collection<String> bundleNames()The bundles' names that this resource belongs to.- Returns:
-
withBundles
Sets the bundles for this resource. These will be updated on resource save.- Parameters:
bundles-- Returns:
- the resource
-