com.ibm.itim.fesiextensions

Interface IdentityFeedRuntimeContext


  • Deprecated. 
    This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. See PersonPlacementRulesScriptInterface and ServiceScriptInterface.

    public interface IdentityFeedRuntimeContext
    Interface used to define keys for data items passed to the evauator's engine as part of its runtime context for the identity feed extension.
    See Also:
    PersonPlacementRulesScriptInterface, ServiceScriptInterface
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ENTRY
      Deprecated. 
      Holds the JSObject holding the attribute information for the entry being processed in the feed.
      static java.lang.String SERVICE
      Deprecated. 
      Holds the JSObject representing the service processing the feed.
    • Field Detail

      • ENTRY

        static final java.lang.String ENTRY
        Deprecated. 
        Holds the JSObject holding the attribute information for the entry being processed in the feed.
        See Also:
        Constant Field Values
      • SERVICE

        static final java.lang.String SERVICE
        Deprecated. 
        Holds the JSObject representing the service processing the feed. See the JSObjectFactory for creating the JSObject.
        See Also:
        Constant Field Values