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 String
getId()
Returns the registration id for this business context.String
getPropertyName(String key)
Returns the name for the registered BusinessContext.-
Methods inherited from interface lumis.portal.businesscontext.IBusinessContext
get, getKeySet
-
-
-
-
Method Detail
-
getId
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
-
-