Uses of Class
de.hybris.platform.task.TaskModel
-
Packages that use TaskModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.processengine.model Contains generated models for each type of de.hybris.platform.processengine.jalo package.de.hybris.platform.processing.model Contains generated models for each type of de.hybris.platform.processing.jalo package.de.hybris.platform.task Contains generated models for each type of de.hybris.platform.task package.de.hybris.platform.task.model Contains generated models for each type of de.hybris.platform.task.jalo package. -
-
Uses of TaskModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return types with arguments of type TaskModel Modifier and Type Method Description java.util.List<TaskModel>TaskServiceStub. cleanup()java.util.List<TaskModel>TaskServiceStub. getTasks()Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test with parameters of type TaskModel Modifier and Type Method Description voidTaskServiceStub. scheduleTask(TaskModel task) -
Uses of TaskModel in de.hybris.platform.processengine.model
Subclasses of TaskModel in de.hybris.platform.processengine.model Modifier and Type Class Description classProcessTaskModelGenerated model class for type ProcessTask first defined at extension processing. -
Uses of TaskModel in de.hybris.platform.processing.model
Subclasses of TaskModel in de.hybris.platform.processing.model Modifier and Type Class Description classDistributedProcessTransitionTaskModelGenerated model class for type DistributedProcessTransitionTask first defined at extension processing.classDistributedProcessWorkerTaskModelGenerated model class for type DistributedProcessWorkerTask first defined at extension processing. -
Uses of TaskModel in de.hybris.platform.task
Methods in de.hybris.platform.task that return TaskModel Modifier and Type Method Description TaskModelTaskConditionModel. getTask()Generated method - Getter of theTaskCondition.taskattribute defined at extensionprocessing.Methods in de.hybris.platform.task with parameters of type TaskModel Modifier and Type Method Description voidTaskConditionModel. setTask(TaskModel value)Generated method - Setter ofTaskCondition.taskattribute defined at extensionprocessing. -
Uses of TaskModel in de.hybris.platform.task.model
Subclasses of TaskModel in de.hybris.platform.task.model Modifier and Type Class Description classScriptingTaskModelGenerated model class for type ScriptingTask first defined at extension processing.classTriggerTaskModelGenerated model class for type TriggerTask first defined at extension processing.
-