com.ibm.itim.fesiextensions
Interface HostSelectionPolicyRuntimeContext
- All Superinterfaces:
- EnroleRuntimeContext, ModelRuntimeContext
- 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.
FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY
public static final java.lang.String FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY
- key prefix used to register host selection policy fesi extension
classes in fesiextensions.properties file
HSP_FESI_CONTEXT_ITEM_SUBJECT
public static final java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
- Holds the JSObject representing the subject (person) being
evaluated in the script. See the JSObjectFactory for creating the
JSObject.