| Package | Description |
|---|---|
| de.hybris.platform.processing.distributed.defaultimpl | |
| de.hybris.platform.servicelayer.dynamic | |
| de.hybris.platform.servicelayer.interceptor | |
| de.hybris.platform.task |
Contains generated models for each type of de.hybris.platform.task package.
|
| de.hybris.platform.task.impl |
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessTransitionTaskModel |
Scheduler.scheduleTransitionTask(DistributedProcessModel process,
java.util.Set<TaskConditionModel> conditions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
TaskConditionExpirationDateAttributeHandler.get(TaskConditionModel model) |
void |
TaskConditionExpirationDateAttributeHandler.set(TaskConditionModel model,
java.util.Date date) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConditionPrepareInterceptor.onPrepare(TaskConditionModel model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
TaskConditionModel |
TaskConditionResource.getTaskConditionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected TaskConditionModel |
TaskConditionResource.readResource(java.lang.String resourceId)
Gets the
TaskConditionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TaskConditionModel> |
TaskModel.getConditions()
Generated method - Getter of the
Task.conditions attribute defined at extension processing. |
java.util.Collection<TaskConditionModel> |
TaskConditionsResource.getTaskConditionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConditionResource.setTaskConditionModel(TaskConditionModel value)
Convenience method which just delegates to
#setResourceValue(TaskConditionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskModel.setConditions(java.util.Set<TaskConditionModel> value)
Generated method - Setter of
Task.conditions attribute defined at extension processing. |
void |
TaskConditionsResource.setTaskConditionsCollection(java.util.Collection<TaskConditionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultTaskService.checkTaskConditions(TaskModel toBeScheduled,
TaskConditionModel cond) |
protected void |
DefaultScheduleAndTriggerStrategy.insertScheduleConditionOrRetryMatch(TaskModel task,
PK taskPK,
TaskConditionModel cond) |
protected boolean |
DefaultScheduleAndTriggerStrategy.isIgnorableScheduleConditionException(TaskConditionModel condition,
java.lang.Exception e) |
protected void |
DefaultScheduleAndTriggerStrategy.retryMatchConditionForSchedule(TaskConditionModel cond,
PK taskPK,
ModelSavingException creationExcpetion) |
Copyright © 2018 SAP SE. All Rights Reserved.