lumis.portal.businesscontext
Interface IBusinessContext

Package class diagram package IBusinessContext
All Known Subinterfaces:
IBusinessContextSPI
All Known Implementing Classes:
BusinessContext

@StableMinor(version="7.0",
             sinceVersion="7.0")
public interface IBusinessContext

Provides operations to access the business context properties.

Since:
7.0.0

Method Summary
 String get(String key)
          Gets the value from context property.
 Set<String> getKeySet()
          Returns a Set with the keys contained in this BusinessContext, will bring parent's key set and it's parent's key set if the parent has a business context configured.
 

Method Detail

get

String get(String key)
Gets the value from context property.

Parameters:
key - the property´s id.
Returns:
the property´s value.
Since:
7.0.0

getKeySet

Set<String> getKeySet()
Returns a Set with the keys contained in this BusinessContext, will bring parent's key set and it's parent's key set if the parent has a business context configured.

Returns:
keyset containing this context's keys and this context's parent keys.
Since:
7.0.0


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