Skip navigation links


oracle.iam.platform.kernel.vo
Class PostProcessOnlyBulkOrchestration

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

All Implemented Interfaces:
PostProcessOnly

public class PostProcessOnlyBulkOrchestration
extends BulkOrchestration
implements PostProcessOnly
See Also:
Serialized Form

Constructor Summary
PostProcessOnlyBulkOrchestration(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)
          Method to indicate if orchestration should be carried out as sync or async

 

Methods inherited from class oracle.iam.platform.kernel.vo.BulkOrchestration
getBulkParameters, isValid, setBulkParameters, setValid

 

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

PostProcessOnlyBulkOrchestration

public PostProcessOnlyBulkOrchestration(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)
Description copied from class: AbstractGenericOrchestration
Method to indicate if orchestration should be carried out as sync or async
Overrides:
setSync in class AbstractGenericOrchestration
Parameters:
sync - boolean to indicate sync or async

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 © 2014, Oracle and/or its affiliates. All rights reserved.