Uses of Interface
com.hybris.backoffice.workflow.WorkflowEventPublisher
-
Packages that use WorkflowEventPublisher Package Description com.hybris.backoffice.workflow.impl com.hybris.backoffice.workflow.renderer.actionexecutors com.hybris.backoffice.workflow.wizard -
-
Uses of WorkflowEventPublisher in com.hybris.backoffice.workflow.impl
Classes in com.hybris.backoffice.workflow.impl that implement WorkflowEventPublisher Modifier and Type Class Description classDefaultWorkflowEventPublisherDefault implementation for WorkflowEventPublisherMethods in com.hybris.backoffice.workflow.impl that return WorkflowEventPublisher Modifier and Type Method Description protected WorkflowEventPublisherDefaultWorkflowDecisionMaker. getWorkflowEventPublisher()Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowEventPublisher Modifier and Type Method Description voidDefaultWorkflowDecisionMaker. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher) -
Uses of WorkflowEventPublisher in com.hybris.backoffice.workflow.renderer.actionexecutors
Methods in com.hybris.backoffice.workflow.renderer.actionexecutors that return WorkflowEventPublisher Modifier and Type Method Description WorkflowEventPublisherWorkflowAttachmentDeleteActionExecutor. getWorkflowEventPublisher()WorkflowEventPublisherWorkflowDeleteActionExecutor. getWorkflowEventPublisher()WorkflowEventPublisherWorkflowStartActionExecutor. getWorkflowEventPublisher()WorkflowEventPublisherWorkflowTerminateActionExecutor. getWorkflowEventPublisher()Methods in com.hybris.backoffice.workflow.renderer.actionexecutors with parameters of type WorkflowEventPublisher Modifier and Type Method Description voidWorkflowAttachmentDeleteActionExecutor. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)voidWorkflowDeleteActionExecutor. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)voidWorkflowStartActionExecutor. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)voidWorkflowTerminateActionExecutor. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher) -
Uses of WorkflowEventPublisher in com.hybris.backoffice.workflow.wizard
Methods in com.hybris.backoffice.workflow.wizard that return WorkflowEventPublisher Modifier and Type Method Description WorkflowEventPublisherCollaborationWorkflowWizardHandler. getWorkflowEventPublisher()Methods in com.hybris.backoffice.workflow.wizard with parameters of type WorkflowEventPublisher Modifier and Type Method Description voidCollaborationWorkflowWizardHandler. setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)
-