Interface IDAWorkflowCallbackService


public interface IDAWorkflowCallbackService
This interface is private. It is intended for OIM internal use only and any other use is unsupported.
  • Method Details

    • assignPolicyViolationCallback

      void assignPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • completePolicyViolationCallback

      void completePolicyViolationCallback(String policyViolationId, String taskIdentifier) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • expirePolicyViolationCallback

      void expirePolicyViolationCallback(String policyViolationId, String taskIdentifier) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • escalatePolicyViolationCallback

      void escalatePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • proxyPolicyViolationCallback

      void proxyPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator, String remediatorType) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • claimPolicyViolationCallback

      void claimPolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • routePolicyViolationCallback

      void routePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception
    • releasePolicyViolationCallback

      void releasePolicyViolationCallback(String policyViolationId, String taskIdentifier, String remediator) throws Exception
      This method is private. It is intended for OIM internal use only and any other use is unsupported.
      Throws:
      Exception