Class BusinessContextUsage


  • public class BusinessContextUsage
    extends Object
    Business context usage.
    Since:
    7.0.0
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    • Constructor Detail

      • BusinessContextUsage

        public BusinessContextUsage​(boolean inherited,
                                    String contextId)
        Create a new instance.
        Parameters:
        inherited - indicates whether the context is inherited.
        contextId - the context identifier.
        Since:
        7.0.0
    • Method Detail

      • getContextId

        public String getContextId()
        Returns the context identifier.
        Returns:
        the context identifier.
        Since:
        7.0.0
      • isInherited

        public boolean isInherited()
        Returns whether the context is inherited.
        Returns:
        whether the context is inherited.
        Since:
        7.0.0