Uses of Class
de.hybris.platform.processengine.jalo.ProcessTaskLog
Packages that use ProcessTaskLog
-
Uses of ProcessTaskLog in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return ProcessTaskLogModifier and TypeMethodDescriptionGeneratedCronJobManager.createProcessTaskLog(SessionContext ctx, Map attributeValues) GeneratedCronJobManager.createProcessTaskLog(Map attributeValues) -
Uses of ProcessTaskLog in de.hybris.platform.processengine.jalo
Fields in de.hybris.platform.processengine.jalo with type parameters of type ProcessTaskLogModifier and TypeFieldDescriptionprotected static final OneToManyHandler<ProcessTaskLog>GeneratedBusinessProcess.TASKLOGSHANDLEROneToManyHandlerfor handling 1:n TASKLOGS's relation attributes from 'many' side.Methods in de.hybris.platform.processengine.jalo that return types with arguments of type ProcessTaskLogModifier and TypeMethodDescriptionGeneratedBusinessProcess.getTaskLogs()Generated method - Getter of theBusinessProcess.taskLogsattribute.GeneratedBusinessProcess.getTaskLogs(SessionContext ctx) Generated method - Getter of theBusinessProcess.taskLogsattribute.Methods in de.hybris.platform.processengine.jalo with parameters of type ProcessTaskLogModifier and TypeMethodDescriptionvoidGeneratedBusinessProcess.addToTaskLogs(SessionContext ctx, ProcessTaskLog value) Generated method - Addsvalueto taskLogs.voidGeneratedBusinessProcess.addToTaskLogs(ProcessTaskLog value) Generated method - Addsvalueto taskLogs.voidGeneratedBusinessProcess.removeFromTaskLogs(SessionContext ctx, ProcessTaskLog value) Generated method - Removesvaluefrom taskLogs.voidGeneratedBusinessProcess.removeFromTaskLogs(ProcessTaskLog value) Generated method - Removesvaluefrom taskLogs.Method parameters in de.hybris.platform.processengine.jalo with type arguments of type ProcessTaskLogModifier and TypeMethodDescriptionvoidGeneratedBusinessProcess.setTaskLogs(SessionContext ctx, Collection<ProcessTaskLog> value) Generated method - Setter of theBusinessProcess.taskLogsattribute.voidGeneratedBusinessProcess.setTaskLogs(Collection<ProcessTaskLog> value) Generated method - Setter of theBusinessProcess.taskLogsattribute.