Class BusinessContextUsage
- java.lang.Object
-
- lumis.portal.businesscontext.internal.BusinessContextUsage
-
public class BusinessContextUsage extends java.lang.Object
Business context usage.- Since:
- 7.0.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description BusinessContextUsage(boolean inherited, java.lang.String contextId)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContextId()
Returns the context identifier.boolean
isInherited()
Returns whether the context is inherited.
-