Uses of Class
com.smeup.kokos.sdk.model.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in com.smeup.kokos.sdk
Methods in com.smeup.kokos.sdk that return ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContextExecutionContextManager.createContext(ExecutionContextDTO dto, IServiceCaller serviceCaller) static ExecutionContextExecutionContextManager.createContext(PropertiesExecutionContextDTO dto, IServiceCaller serviceCaller) -
Uses of ExecutionContext in com.smeup.kokos.sdk.caller
Methods in com.smeup.kokos.sdk.caller that return ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContextCallerUtils.buildExecutionContext(String user_name, String app_name) static ExecutionContextMethods in com.smeup.kokos.sdk.caller with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidIServiceCaller.dispatch(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidMicroExecutorServiceCaller.dispatch(String handler, Fun fun, ExecutionContext context, OutputStream out) voidMicroExecutorServiceCaller.dispatch(String handler, Fun fun, ExecutionContext context, OutputStream out, Boolean coreResponse) Dispatch the fun execution to another micro executorvoidServiceCaller.dispatch(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidServiceCallerV3.dispatch(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidIServiceCaller.dispatchAsync(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidServiceCaller.dispatchAsync(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidServiceCallerV3.dispatchAsync(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voidIServiceCaller.dispatchWithTimeout(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse, Integer timeout) voidServiceCaller.dispatchWithTimeout(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse, Integer timeout) voidServiceCallerV3.dispatchWithTimeout(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse, Integer timeout) voidKokosCallableProgram.execute(Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) KokosCallableProgram.execute(Map<String, String> entry, ExecutionContext context) abstract voidKokosFallbackService.execute(Fun fun, ExecutionContext context) voidKokosFallbackService.execute(Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) voidKokosService.execute(Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) Execute method of service.protected voidServiceCaller.executeService(Class<? extends KokosService> serviceClass, Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) protected voidServiceCallerV3.executeService(Class<? extends KokosService> serviceClass, Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) -
Uses of ExecutionContext in com.smeup.kokos.sdk.dao
Methods in com.smeup.kokos.sdk.dao with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected booleanBaseMongoDAO.probe(ExecutionContext context, String collectionName) Probes the MongoDB connection to ensure connectivity.booleanBatchTrackingDAO.probe(ExecutionContext context) booleanFallbackTrackingDAO.probe(ExecutionContext context) booleanTrackingDAO.probe(ExecutionContext context) Checks whether the DAO is operational and ready to use.voidBatchTrackingDAO.trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status) voidBatchTrackingDAO.trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status, Throwable exception) Tracks the execution status of a Fun within a batch job context by logging the execution details to a MongoDB collection.voidFallbackTrackingDAO.trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status, Throwable exception) voidTrackingDAO.trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status, Throwable exception) voidBatchTrackingDAO.trackProgress(ExecutionContext context, int progress) Tracks the progress of a batch job by updating the progress percentage in MongoDB.voidFallbackTrackingDAO.trackProgress(ExecutionContext context, int progress) voidTrackingDAO.trackProgress(ExecutionContext context, int progress) -
Uses of ExecutionContext in com.smeup.kokos.sdk.inputpanel
Methods in com.smeup.kokos.sdk.inputpanel with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidKokosInputPanelService.check(Fun fun, ExecutionContext context) voidKokosInputPanelService.exit(Fun fun, ExecutionContext context) voidKokosInputPanelService.init(Fun fun, ExecutionContext context) voidKokosInputPanelService.update(Fun fun, ExecutionContext context) protected voidKokosInputPanelService.writeUpdate(Fun fun, ExecutionContext context, Function<InputPanelSavePayload, InputPanelSaveResponse> save) -
Uses of ExecutionContext in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidInputPanelStrategy.exit(Fun fun, ExecutionContext context) voidKokosInputPanelStrategy.exit(Fun fun, ExecutionContext context) -
Uses of ExecutionContext in com.smeup.kokos.sdk.tools
Methods in com.smeup.kokos.sdk.tools with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidSDKToolService.executeTool(Fun fun, ExecutionContext context) Constructors in com.smeup.kokos.sdk.tools with parameters of type ExecutionContextModifierConstructorDescriptionEntityDataToolManager(ExecutionContext context) FormulaDataToolManager(ExecutionContext context) MailDataToolManager(ExecutionContext context) SchedulerDataToolManager(ExecutionContext context) ScpSchDataToolManager(ExecutionContext context) ScpSetDataToolManager(ExecutionContext context) -
Uses of ExecutionContext in com.smeup.kokos.sdk.updatedatatable
Methods in com.smeup.kokos.sdk.updatedatatable with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidKokosUpdateDataTableService._init(Fun fun, ExecutionContext context) voidKokosUpdateDataTableService._update(Fun fun, ExecutionContext context) abstract voidKokosUpdateDataTableService.init(Fun fun, ExecutionContext context) abstract voidKokosUpdateDataTableService.update(Fun fun, ExecutionContext context, List<UpdateDataTablePayload> payload) -
Uses of ExecutionContext in com.smeup.kokos.sdk.util
Methods in com.smeup.kokos.sdk.util with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic FileK11Utils.getLoa38Script(String idSez, ExecutionContext context) FormulaUtil.resolveFormula(String formula, String objectClassName, String object, ExecutionContext context) FormulaUtil.resolveFormulae(List<String> classObjectFormulae, ExecutionContext context) -
Uses of ExecutionContext in com.smeup.kokos.sdk.util.batch
Methods in com.smeup.kokos.sdk.util.batch with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic voidBatchUtils.executeProgramAfterDelay(String programName, LinkedHashMap<String, String> programParams, ExecutionContext context, int delay) static TrackingDAOBatchUtils.getTrackingDAO(ExecutionContext executionContext) static booleanBatchUtils.isBatch(ExecutionContext context) -
Uses of ExecutionContext in com.smeup.kokos.sdk.util.mapper
Methods in com.smeup.kokos.sdk.util.mapper that return ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContextExecutionContextMapper.fromDTO(ExecutionContextDTO dto) static ExecutionContextExecutionContextMapper.fromDTO(PropertiesExecutionContextDTO dto) Methods in com.smeup.kokos.sdk.util.mapper with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContextDTOExecutionContextMapper.toDTO(ExecutionContext context) ExecutionContextMapper.toPropertiesDTO(ExecutionContext context) -
Uses of ExecutionContext in com.smeup.kokos.sdk.variable
Methods in com.smeup.kokos.sdk.variable that return ExecutionContextMethods in com.smeup.kokos.sdk.variable with parameters of type ExecutionContextModifier and TypeMethodDescriptionISmeupVariableCallback.resolveFromCache(ExecutionContext context, String variableName) Define a callback to get variable from cache (G00)abstract StringISmeupVariableManager.resolveFromCache(ExecutionContext context, String variableName) Define a callback to get variable from cache (G00)ISmeupVariableCallback.resolveFromEntityOav(ExecutionContext context, String type, String parameter, String code, String oavId) Define a callback to get entity OAVISmeupVariableManager.resolveFromEntityOav(ExecutionContext context, String type, String parameter, String code, String oavId) Define a callback to get entity OAVConstructors in com.smeup.kokos.sdk.variable with parameters of type ExecutionContext