Interface BundledResource<T>

All Known Subinterfaces:
ComplianceView, 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 Details

    • bundleNames

      Collection<String> bundleNames()
      The bundles' names that this resource belongs to.
      Returns:
    • withBundles

      T withBundles(Collection<String> bundles)
      Sets the bundles for this resource. These will be updated on resource save.
      Parameters:
      bundles -
      Returns:
      the resource