Uses of Class
de.hybris.platform.processengine.model.ProcessTaskLogModel
-
Packages that use ProcessTaskLogModel Package Description de.hybris.platform.processengine.model Contains generated models for each type of de.hybris.platform.processengine.jalo package. -
-
Uses of ProcessTaskLogModel in de.hybris.platform.processengine.model
Methods in de.hybris.platform.processengine.model that return types with arguments of type ProcessTaskLogModel Modifier and Type Method Description java.util.Collection<ProcessTaskLogModel>BusinessProcessModel. getTaskLogs()Generated method - Getter of theBusinessProcess.taskLogsattribute defined at extensionprocessing.Method parameters in de.hybris.platform.processengine.model with type arguments of type ProcessTaskLogModel Modifier and Type Method Description voidBusinessProcessModel. setTaskLogs(java.util.Collection<ProcessTaskLogModel> value)Generated method - Setter ofBusinessProcess.taskLogsattribute defined at extensionprocessing.
-