Skip navigation links


oracle.iam.platform.kernel.vo
Class Orchestration

java.lang.Object
  extended by oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
      extended by oracle.iam.platform.kernel.vo.Orchestration

Direct Known Subclasses:
PostProcessOnlyOrchestration

public class Orchestration
extends AbstractGenericOrchestration
See Also:
Serialized Form

Constructor Summary
Orchestration()
           
Orchestration(java.lang.String operation, boolean sync, OrchestrationTarget target)
           
Orchestration(java.lang.String operation, boolean sync, OrchestrationTarget target, boolean isNonSequential)
           

 

Method Summary
 boolean isNonSequential()
           
 void setNonSequential(boolean nonSequential)
           

 

Methods inherited from class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
addParameter, deleteParameter, getContextVal, getInterEventData, getOperation, getParameters, getTarget, incrementSaveCount, isSync, setContextVal, setInterEventData, setParameter

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Orchestration

public Orchestration()

Orchestration

public Orchestration(java.lang.String operation,
                     boolean sync,
                     OrchestrationTarget target)

Orchestration

public Orchestration(java.lang.String operation,
                     boolean sync,
                     OrchestrationTarget target,
                     boolean isNonSequential)

Method Detail

isNonSequential

public boolean isNonSequential()

setNonSequential

public void setNonSequential(boolean nonSequential)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.