com.ibm.itim.fesiextensions

Interface HostSelectionPolicyRuntimeContext

  • All Superinterfaces:
    EnroleRuntimeContext, ModelRuntimeContext

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

    public interface HostSelectionPolicyRuntimeContext
    extends EnroleRuntimeContext, ModelRuntimeContext
    Interface used to define keys for data items passed to the evauator's engine as part of its runtime context for the host selection policy extension.
    • Field Detail

      • FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY

        static final java.lang.String FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY
        Deprecated. 
        key prefix used to register host selection policy fesi extension classes in fesiextensions.properties file
        See Also:
        Constant Field Values
      • HSP_FESI_CONTEXT_ITEM_SUBJECT

        static final java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
        Deprecated. 
        Holds the JSObject representing the subject (person) being evaluated in the script. See the JSObjectFactory for creating the JSObject.
        See Also:
        Constant Field Values