Package lumis.portal.businesscontext
Interface IBusinessContext
-
- All Known Subinterfaces:
IBusinessContextSPI
- All Known Implementing Classes:
BusinessContext
@StableMinor(version="14.2", sinceVersion="7.0") public interface IBusinessContext
Provides operations to access the business context properties.- Since:
- 7.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(String key)
Gets the value from context property.Set<String>
getKeySet()
Returns a Set with the keys contained in this BusinessContext, will bring parent's key set and it's parent's key set if the parent has a business context configured.
-