Uses of Interface
de.hybris.platform.workflow.WorkflowAttachmentService
-
-
Uses of WorkflowAttachmentService in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return WorkflowAttachmentService Modifier and Type Method Description WorkflowAttachmentService
DefaultCoreWorkflowFacade. getWorkflowAttachmentService()
Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowAttachmentService Modifier and Type Method Description void
DefaultCoreWorkflowFacade. setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService)
-
Uses of WorkflowAttachmentService in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return WorkflowAttachmentService Modifier and Type Method Description protected WorkflowAttachmentService
DefaultB2BWorkflowIntegrationService. getWorkflowAttachmentService()
-
Uses of WorkflowAttachmentService in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with parameters of type WorkflowAttachmentService Modifier and Type Method Description void
WorkflowFacade. setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService)
-
Uses of WorkflowAttachmentService in de.hybris.platform.processengine.action
Methods in de.hybris.platform.processengine.action with parameters of type WorkflowAttachmentService Modifier and Type Method Description void
StartingWorkflowAction. setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService)
-
Uses of WorkflowAttachmentService in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions that return WorkflowAttachmentService Modifier and Type Method Description WorkflowAttachmentService
AbstractAutomatedWorkflowTemplateJob. getWorkflowAttachmentService()
Methods in de.hybris.platform.secureportaladdon.workflows.actions with parameters of type WorkflowAttachmentService Modifier and Type Method Description void
AbstractAutomatedWorkflowTemplateJob. setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService)
-
Uses of WorkflowAttachmentService in de.hybris.platform.workflow.impl
Classes in de.hybris.platform.workflow.impl that implement WorkflowAttachmentService Modifier and Type Class Description class
DefaultWorkflowAttachmentService
Default implementation ofWorkflowAttachmentService
-
Uses of WorkflowAttachmentService in de.hybris.platform.workflow.integration
Fields in de.hybris.platform.workflow.integration declared as WorkflowAttachmentService Modifier and Type Field Description protected WorkflowAttachmentService
WorkflowTest. workflowAttachmentService
-