Package oracle.iam.platform.kernel.vo
Interface PostProcessOnly
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PostProcessOnlyBulkOrchestration
,PostProcessOnlyOrchestration
public interface PostProcessOnly
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSync()
void
setActionResult
(Serializable actionResult)
-
Method Details
-
setActionResult
-
getActionResult
Serializable getActionResult() -
getOperation
String getOperation() -
isSync
boolean isSync() -
getTarget
OrchestrationTarget getTarget() -
getContextVal
String getContextVal() -
getInterEventData
HashMap<String,Serializable> getInterEventData()
-