Uses of Class
de.hybris.platform.processengine.jalo.ProcessTaskLog
-
Packages that use ProcessTaskLog Package Description de.hybris.platform.cronjob.jalo de.hybris.platform.processengine.jalo -
-
Uses of ProcessTaskLog in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return ProcessTaskLog Modifier and Type Method Description ProcessTaskLogGeneratedCronJobManager. createProcessTaskLog(SessionContext ctx, java.util.Map attributeValues)ProcessTaskLogGeneratedCronJobManager. createProcessTaskLog(java.util.Map attributeValues) -
Uses of ProcessTaskLog in de.hybris.platform.processengine.jalo
Fields in de.hybris.platform.processengine.jalo with type parameters of type ProcessTaskLog Modifier and Type Field Description protected static 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 ProcessTaskLog Modifier and Type Method Description java.util.Collection<ProcessTaskLog>GeneratedBusinessProcess. getTaskLogs()Generated method - Getter of theBusinessProcess.taskLogsattribute.java.util.Collection<ProcessTaskLog>GeneratedBusinessProcess. getTaskLogs(SessionContext ctx)Generated method - Getter of theBusinessProcess.taskLogsattribute.Methods in de.hybris.platform.processengine.jalo with parameters of type ProcessTaskLog Modifier and Type Method Description voidGeneratedBusinessProcess. 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 ProcessTaskLog Modifier and Type Method Description voidGeneratedBusinessProcess. setTaskLogs(SessionContext ctx, java.util.Collection<ProcessTaskLog> value)Generated method - Setter of theBusinessProcess.taskLogsattribute.voidGeneratedBusinessProcess. setTaskLogs(java.util.Collection<ProcessTaskLog> value)Generated method - Setter of theBusinessProcess.taskLogsattribute.
-