public class UpgradeResult
extends java.lang.Object
Represents the result of the attempted upgrade of a set of processes.
Constructor and Description |
---|
UpgradeResult(java.util.Collection<ProcessUpgrade> results)
Creates an instance containing the specified results.
|
UpgradeResult(ProcessUpgrade[] results)
Creates an instance containing the specified results.
|
Modifier and Type | Method and Description |
---|---|
ProcessUpgrade[] |
getResults()
Gets the contained per-process upgrade results.
|
java.util.Map<java.lang.Long,ProcessUpgrade> |
getResultsByProcessId()
Gets the contained ProcessUpgrade objects, mapped by process id.
|
public UpgradeResult(ProcessUpgrade[] results)
results
- the individual results (per process) of the attempted upgrade of a set of
processespublic UpgradeResult(java.util.Collection<ProcessUpgrade> results)
results
- the individual results (per process) of the attempted upgrade of a set of
processespublic ProcessUpgrade[] getResults()
public java.util.Map<java.lang.Long,ProcessUpgrade> getResultsByProcessId()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.