com.softwareag.centrasite.policy.api
Class PolicyContextParameters
java.lang.Object
com.softwareag.centrasite.policy.api.PolicyContextParameters
public class PolicyContextParameters
- extends java.lang.Object
Class for transfering any parameters from a client to a policy execution item.
Example: import ---> JAXR-LCM ---> PolicyEngine ---> Policy execution
To pass a parameter instance, use from the client:
PolicyClient.setParameterContext(PolicyContextParameters.CONTEXT_QUALIFIER, new PolicyContextParameters());
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT_QUALIFIER
public static final java.lang.String CONTEXT_QUALIFIER
- See Also:
- Constant Field Values
PolicyContextParameters
public PolicyContextParameters()
setKeepLCMState
public final void setKeepLCMState(boolean keepLCMState)
- Set LCM state after import. The policy can pick and decide whether to keep the current
LCM state or to reset to initial.
- Parameters:
keepLCMState
- true: keep the LCM state ; false: set to initial LCM state
isKeepLCMState
public boolean isKeepLCMState()
setCanSkipRemoveStateValidation
public final void setCanSkipRemoveStateValidation(boolean canSkipRemoveStateValidation)
canSkipRemoveStateValidation
public boolean canSkipRemoveStateValidation()