Uses of Enum Class
com.hybris.backoffice.workflow.WorkflowTemplateActivationAction
Packages that use WorkflowTemplateActivationAction
Package
Description
-
Uses of WorkflowTemplateActivationAction in com.hybris.backoffice.cockpitng.dataaccess.facades.object
Method parameters in com.hybris.backoffice.cockpitng.dataaccess.facades.object with type arguments of type WorkflowTemplateActivationActionModifier and TypeMethodDescriptionprotected <T> voidDefaultPlatformObjectFacadeStrategy.executeWithWorkflowTemplateActivation(Consumer<Collection<T>> consumer, Collection<T> toConsume, com.hybris.cockpitng.dataaccess.context.Context invocationCtx, Function<ItemModel, WorkflowTemplateActivationAction> actionMapper) -
Uses of WorkflowTemplateActivationAction in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return WorkflowTemplateActivationActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WorkflowTemplateActivationAction[]WorkflowTemplateActivationAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowTemplateActivationActionModifier and TypeMethodDescriptionWorkflowTemplateActivationService.prepareWorkflowTemplateActivationContexts(Map<? extends ItemModel, WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx) PreparesWorkflowTemplateActivationCtxfor every item in given items list. -
Uses of WorkflowTemplateActivationAction in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowTemplateActivationActionModifier and TypeMethodDescriptionprotected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService.prepareWorkflowTemplateActivationCtx(ItemModel item, WorkflowTemplateActivationAction action, com.hybris.cockpitng.dataaccess.context.Context invocationCtx) Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowTemplateActivationActionModifier and TypeMethodDescriptionDefaultWorkflowTemplateActivationService.prepareWorkflowTemplateActivationContexts(Map<? extends ItemModel, WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)