Package sailpoint.object
Class ProvisioningResult
java.lang.Object
sailpoint.object.ProvisioningResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method adds the provided string as an error to the ProvisioningResultvoidaddWarning(String s) This method adds the provided string as a warning to the ProvisioningResultvoidvoid
-
Field Details
-
STATUS_QUEUED
- See Also:
-
STATUS_COMMITTED
- See Also:
-
STATUS_FAILED
- See Also:
-
STATUS_RETRY
- See Also:
-
-
Constructor Details
-
ProvisioningResult
public ProvisioningResult()
-
-
Method Details
-
getTargetIntegration
-
setTargetIntegration
-
getStatus
-
setStatus
-
getObject
-
addError
This method adds the provided string as an error to the ProvisioningResult- Parameters:
s- the error message to add to the ProvisioningResult
-
addWarning
This method adds the provided string as a warning to the ProvisioningResult- Parameters:
s- the warning message to add to the ProvisioningResult
-