Skip navigation links 
 
oracle.iam.platform.kernel.vo
Class PostProcessOnlyBulkOrchestration
java.lang.Object
  
oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
      
oracle.iam.platform.kernel.vo.BulkOrchestration
          
oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
- All Implemented Interfaces:
 
- PostProcessOnly
 
- 
public class PostProcessOnlyBulkOrchestration
 
- extends BulkOrchestration
 
- implements PostProcessOnly
 
- See Also:
 
- Serialized Form
 
 
  
 
 
 
| Methods inherited from class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration | 
addParameter, deleteParameter, getContextVal, getInterEventData, getOperation, getParameters, getTarget, getTargetUserIds, incrementSaveCount, isActionAuditInTransaction, isPostProcessingAsync, isSync, setContextVal, setInterEventData, setParameter, setSync, setTargetUserIds | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PostProcessOnlyBulkOrchestration
public PostProcessOnlyBulkOrchestration(java.lang.String operation,
                                        boolean sync,
                                        OrchestrationTarget target)
PostProcessOnlyBulkOrchestration
public PostProcessOnlyBulkOrchestration(java.lang.String operation,
                                        boolean sync,
                                        OrchestrationTarget target,
                                        boolean isPostProcessingAsync)
PostProcessOnlyBulkOrchestration
public PostProcessOnlyBulkOrchestration(java.lang.String operation,
                                        boolean sync,
                                        OrchestrationTarget target,
                                        boolean isPostProcessingAsync,
                                        boolean isActionAuditInTransaction)
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 
 
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 © 2015, Oracle and/or its affiliates. All rights reserved.