Package lumis.portal.businesscontext
Class AbstractBusinessContextValueProvider
- java.lang.Object
-
- lumis.portal.businesscontext.AbstractBusinessContextValueProvider
-
- All Implemented Interfaces:
IBusinessContextValueProvider
- Direct Known Subclasses:
ExpressionLanguageContextValueProvider
,FixedValueContextValueProvider
@StableMinor(version="16.1", sinceVersion="7.0") public abstract class AbstractBusinessContextValueProvider extends java.lang.Object implements IBusinessContextValueProvider
An abstract implementation ofIBusinessContextValueProvider
for use as base of custom implementations.- Since:
- 7.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.String>
parameters
-
Constructor Summary
Constructors Constructor Description AbstractBusinessContextValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(java.util.Map<java.lang.String,java.lang.String> parameters)
Initializes the value provider with the given parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.businesscontext.IBusinessContextValueProvider
get
-
-
-
-
Method Detail
-
initialize
public void initialize(java.util.Map<java.lang.String,java.lang.String> parameters)
Description copied from interface:IBusinessContextValueProvider
Initializes the value provider with the given parameters.- Specified by:
initialize
in interfaceIBusinessContextValueProvider
- Parameters:
parameters
- the parameters.
-
-