Delegates installation request for table type
Input value: "archivePath" -- Type: java.lang.String path
to validated archive
Input value: "jbiName" -- Type: java.lang.String JBI name
from validated archive
Input value: "jbiType" -- Type: java.lang.String JBI type
from validated archive
Input value: "isToBeVerifiedOnDeploy" -- Type: java.lang.Boolean
verify if true
Input value: "isEnabledAfterInstallOrDeploy" -- Type: java.lang.Boolean
start if true
Input value: "redirectOnFailure" -- Type: java.lang.String
what to show if it fails
Input value: "redirectOnSuccess" -- Type: java.lang.String
what to show if it works
Input value: "installList" -- Type: java.util.List Where
to install (if cluster-profile)
Output value: "isAlertNeeded" -- Type: java.lang.Boolean
show alert or not
Output value: "alertSummary" -- Type: String summary, if
failure
Output value: "alertDetails" -- Type: String details, if
failure
Output value: "redirectTo" -- Type: String Where to go
next, based on success/failure
Parameters: handlerCtx - HandlerContext provides inputs andoutputs. |