Interface BandanaContext

All Superinterfaces:
Serializable
All Known Subinterfaces:
KeyedBandanaContext
All Known Implementing Classes:
ConfluenceBandanaContext, JournalBandanaContext

@Deprecated(forRemoval=true) public interface BandanaContext extends Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 for removal in 10.0
The hierarchical context representing the scope of given BandanaConfigurationObject objects.

Implementations will provide the hierarchy via their getParent() implementation.

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • getParentContext

      BandanaContext getParentContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      This context's parent, or null if it is a root context.
    • hasParentContext

      boolean hasParentContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      Whether or not this context has a parent context.