Uses of Class
adams.flow.control.ScopeHandler.ScopeHandling
-
Packages that use ScopeHandler.ScopeHandling Package Description adams.flow.control adams.flow.standalone -
-
Uses of ScopeHandler.ScopeHandling in adams.flow.control
Fields in adams.flow.control declared as ScopeHandler.ScopeHandling Modifier and Type Field Description protected ScopeHandler.ScopeHandlingLaunchTee. m_ScopeHandlingStoragehow to handle the storage.protected ScopeHandler.ScopeHandlingLaunchTrigger. m_ScopeHandlingStoragehow to handle the storage.protected ScopeHandler.ScopeHandlingLocalScopeSubProcess. m_ScopeHandlingStoragehow to handle the storage.protected ScopeHandler.ScopeHandlingLocalScopeTee. m_ScopeHandlingStoragehow to handle the storage.protected ScopeHandler.ScopeHandlingLocalScopeTrigger. m_ScopeHandlingStoragehow to handle the storage.protected ScopeHandler.ScopeHandlingLaunchTee. m_ScopeHandlingVariableshow to handle the variables.protected ScopeHandler.ScopeHandlingLaunchTrigger. m_ScopeHandlingVariableshow to handle the variables.protected ScopeHandler.ScopeHandlingLocalScopeSubProcess. m_ScopeHandlingVariableshow to handle the variables.protected ScopeHandler.ScopeHandlingLocalScopeTee. m_ScopeHandlingVariableshow to handle the variables.protected ScopeHandler.ScopeHandlingLocalScopeTrigger. m_ScopeHandlingVariableshow to handle the variables.Methods in adams.flow.control that return ScopeHandler.ScopeHandling Modifier and Type Method Description ScopeHandler.ScopeHandlingLaunchTee. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLaunchTrigger. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeHandler. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeSubProcess. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeTee. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeTrigger. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingLaunchTee. getScopeHandlingVariables()Returns how variables are handled in the local scope.ScopeHandler.ScopeHandlingLaunchTrigger. getScopeHandlingVariables()Returns how variables are handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeHandler. getScopeHandlingVariables()Returns how variables are handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeSubProcess. getScopeHandlingVariables()Returns how variables are handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeTee. getScopeHandlingVariables()Returns how variables are handled in the local scope.ScopeHandler.ScopeHandlingLocalScopeTrigger. getScopeHandlingVariables()Returns how variables are handled in the local scope.static ScopeHandler.ScopeHandlingScopeHandler.ScopeHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeHandler.ScopeHandling[]ScopeHandler.ScopeHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.control with parameters of type ScopeHandler.ScopeHandling Modifier and Type Method Description voidLaunchTee. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLaunchTrigger. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLocalScopeHandler. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLocalScopeSubProcess. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLocalScopeTee. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLocalScopeTrigger. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidLaunchTee. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.voidLaunchTrigger. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.voidLocalScopeHandler. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.voidLocalScopeSubProcess. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.voidLocalScopeTee. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.voidLocalScopeTrigger. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope. -
Uses of ScopeHandler.ScopeHandling in adams.flow.standalone
Methods in adams.flow.standalone that return ScopeHandler.ScopeHandling Modifier and Type Method Description ScopeHandler.ScopeHandlingSubProcessEvent. getScopeHandlingStorage()Returns how storage is handled in the local scope.ScopeHandler.ScopeHandlingSubProcessEvent. getScopeHandlingVariables()Returns how variables are handled in the local scope.Methods in adams.flow.standalone with parameters of type ScopeHandler.ScopeHandling Modifier and Type Method Description voidSubProcessEvent. setScopeHandlingStorage(ScopeHandler.ScopeHandling value)Sets how to handle storage in the local scope.voidSubProcessEvent. setScopeHandlingVariables(ScopeHandler.ScopeHandling value)Sets how to handle variables into the local scope.
-