com.hp.ucmdb.api.bundles
Interface BundledResource<T>

All Known Subinterfaces:
MultipleReferencesWithFunctionDefinition, PerspectiveBasedViewReferenceDefinition, QueryDefinition, QueryReferenceDefinition<T>, RuleBasedViewDefinition, SingleQueryReferenceDefinition, SingleViewReferenceDefinition, ViewDefinition<T>, ViewWithFoldingDefinition

@NotFinalAPI
public interface BundledResource<T>

A bundled resource is a resource that can be attached to resource bundles.


Method Summary
 java.util.Collection<java.lang.String> bundleNames()
          The bundles' names that this resource belongs to.
 T withBundles(java.util.Collection<java.lang.String> bundles)
          Sets the bundles for this resource.
 

Method Detail

bundleNames

java.util.Collection<java.lang.String> bundleNames()
The bundles' names that this resource belongs to.

Returns:

withBundles

T withBundles(java.util.Collection<java.lang.String> bundles)
Sets the bundles for this resource. These will be updated on resource save.

Parameters:
bundles -
Returns:
the resource


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.