Interface IBusinessContextSPI
-
- All Superinterfaces:
IBusinessContext
- All Known Implementing Classes:
BusinessContext
public interface IBusinessContextSPI extends IBusinessContext
Provides operations to access the business context properties.- Since:
- 7.0.0
- Version:
- $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Returns the registration id for this business context.java.lang.String
getPropertyName(java.lang.String key)
Returns the name for the registered BusinessContext.-
Methods inherited from interface lumis.portal.businesscontext.IBusinessContext
get, getKeySet
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the registration id for this business context. This represents the attribute "id" in the context node in the registered xml.- Since:
- 7.0.0
-
getPropertyName
java.lang.String getPropertyName(java.lang.String key)
Returns the name for the registered BusinessContext. The returned value corresponds to the "name" in the context node in the registered xml.- Parameters:
key
- property id.- Since:
- 7.0.0
-
-