lumis.portal.businesscontext.internal
Interface IBusinessContextSPI

Package class diagram package 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

Method Summary
 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

getPropertyName

String getPropertyName(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


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.