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.0", 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: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
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.
-
-