public final class SystemSetupUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHAC()
Method checks if execution type in current HttpSession is HAC.
|
static boolean |
isInit(SystemSetupContext context)
Method checks if current processType is INIT.
|
static void |
setInitMethodInHttpSession(java.lang.String initMethod)
Method adds init method (INIT or UPDATE) and execution type (HAC) information to current HttpSession (if
available).
|
public static void setInitMethodInHttpSession(java.lang.String initMethod)
public static boolean isInit(SystemSetupContext context)
true is returned). Otherwise checked is Process assigned to
SetupContext.true if process type is init, false otherwisepublic static boolean isHAC()
true if execution type is HAC, false otherwise (no attribute or no HttpSession)Copyright © 2018 SAP SE. All Rights Reserved.