Skip navigation links


oracle.iam.platform.kernel.vo
Class PostProcessOnlyOrchestration

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

All Implemented Interfaces:
PostProcessOnly

public class PostProcessOnlyOrchestration
extends Orchestration
implements PostProcessOnly
See Also:
Serialized Form

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

 

Method Summary
 java.io.Serializable getActionResult()
           
 java.lang.String getContextVal()
           
 java.util.HashMap getInterEventData()
           
 java.lang.String getOperation()
           
 OrchestrationTarget getTarget()
           
 boolean isSync()
           
 void setActionResult(java.io.Serializable actionResult)
           
 void setSync(boolean sync)
           

 

Methods inherited from class oracle.iam.platform.kernel.vo.Orchestration
isNonSequential, setNonSequential

 

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

PostProcessOnlyOrchestration

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

Method Detail

setActionResult

public void setActionResult(java.io.Serializable actionResult)
Specified by:
setActionResult in interface PostProcessOnly

getActionResult

public java.io.Serializable getActionResult()
Specified by:
getActionResult in interface PostProcessOnly

setSync

public void setSync(boolean sync)

getOperation

public java.lang.String getOperation()

isSync

public boolean isSync()

getTarget

public OrchestrationTarget getTarget()

getContextVal

public java.lang.String getContextVal()

getInterEventData

public java.util.HashMap getInterEventData()

Skip navigation links


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