KIE API 6.2.0.Beta1

org.kie.api.runtime.manager
Interface Context<T>

Type Parameters:
T - - represents the actual type of data context implements as an identifier

public interface Context<T>

Context represents to highest level hierarchy of contextual data that might be used when working with RuntimeManager that is then relying on the context to look up correct instances of RuntimeEngine.


Method Summary
 T getContextId()
          Returns the id of context which is specific to the type of context.
 

Method Detail

getContextId

T getContextId()
Returns the id of context which is specific to the type of context. See concrete implementation for available types

Returns:

KIE API 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.