Class OrchestrationStep

java.lang.Object
oracle.iam.platform.kernel.vo.OrchestrationStep
All Implemented Interfaces:
Serializable

public class OrchestrationStep extends Object implements Serializable
See Also:
  • Constructor Details

    • OrchestrationStep

      public OrchestrationStep(String eventName, boolean synchronous, oracle.iam.platform.kernel.Stage stage)
    • OrchestrationStep

      public OrchestrationStep(long eventId, String eventName, boolean synchronous, oracle.iam.platform.kernel.Stage stage, oracle.iam.platform.kernel.OrchestrationEngine.EventStatus status, Object result)
  • Method Details

    • getEventName

      public String getEventName()
    • isSynchronous

      public boolean isSynchronous()
    • getStage

      public oracle.iam.platform.kernel.Stage getStage()
    • getStatus

      public oracle.iam.platform.kernel.OrchestrationEngine.EventStatus getStatus()
    • getEventId

      public long getEventId()
    • getResult

      public Object getResult()