Skip navigation links


oracle.iam.grc.sod.vo
Class AsynchAnalysisReference

java.lang.Object
  extended by oracle.iam.grc.sod.vo.AsynchAnalysisReference

All Implemented Interfaces:
java.io.Serializable

public class AsynchAnalysisReference
extends java.lang.Object
implements java.io.Serializable

This interface represents the intermediate result of an SoD analysis execution processing in an asynchronous manner. Instances of implementation of this interface will be created by the SoD Analysis service component while capturing the reference information pertaining to an initiated SoD analysis. The framework would recreate these instances once the asynchronous analysis result collection call is triggered by the IdM system and send them to the result collection operations as an input.

See Also:
Serialized Form

Constructor Summary
AsynchAnalysisReference()
           

 

Method Summary
 java.util.HashMap getAttributeMap()
           
 java.lang.String getInputType()
           
 java.lang.String getMessage()
           
 java.lang.String getOperationId()
           
 java.lang.String getPolicyId()
           
 java.lang.String getReferenceId()
           
 void setAttributeMap(java.util.HashMap attributeMap)
           
 void setInputType(java.lang.String inputType)
           
 void setMessage(java.lang.String message)
           
 void setOperationId(java.lang.String operationId)
           
 void setPolicyId(java.lang.String policyId)
           
 void setReferenceId(java.lang.String referenceId)
           

 

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

 

Constructor Detail

AsynchAnalysisReference

public AsynchAnalysisReference()

Method Detail

getAttributeMap

public java.util.HashMap getAttributeMap()
Returns:
Returns the attributeMap.

setAttributeMap

public void setAttributeMap(java.util.HashMap attributeMap)
Parameters:
attributeMap - The attributeMap to set.

getInputType

public java.lang.String getInputType()
Returns:
Returns the inputType.

setInputType

public void setInputType(java.lang.String inputType)
Parameters:
inputType - The inputType to set.

getOperationId

public java.lang.String getOperationId()
Returns:
Returns the operationId.

setOperationId

public void setOperationId(java.lang.String operationId)
Parameters:
operationId - The operationId to set.

getPolicyId

public java.lang.String getPolicyId()
Returns:
Returns the policyId.

setPolicyId

public void setPolicyId(java.lang.String policyId)
Parameters:
policyId - The policyId to set.

getReferenceId

public java.lang.String getReferenceId()
Returns:
Returns the referenceId.

setReferenceId

public void setReferenceId(java.lang.String referenceId)
Parameters:
referenceId - The referenceId to set.

getMessage

public java.lang.String getMessage()
Returns:
Message from Sod Engine

setMessage

public void setMessage(java.lang.String message)
Parameters:
message - the message to be set

Skip navigation links


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