Uses of Class
de.hybris.platform.workflow.jalo.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo that return WorkflowModifier and TypeMethodDescriptionGeneratedB2BCommerceManager.getWorkflow(AbstractOrder item) Generated method - Getter of theAbstractOrder.workflowattribute.GeneratedB2BCommerceManager.getWorkflow(SessionContext ctx, AbstractOrder item) Generated method - Getter of theAbstractOrder.workflowattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type WorkflowModifier and TypeMethodDescriptionvoidGeneratedB2BCommerceManager.setWorkflow(AbstractOrder item, Workflow value) Generated method - Setter of theAbstractOrder.workflowattribute.voidGeneratedB2BCommerceManager.setWorkflow(SessionContext ctx, AbstractOrder item, Workflow value) Generated method - Setter of theAbstractOrder.workflowattribute. -
Uses of Workflow in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type WorkflowModifier and TypeMethodDescriptionprotected StringWorkflowLabelProvider.getIconPath(Workflow item) Deprecated.protected StringWorkflowLabelProvider.getIconPath(Workflow item, String languageIso) Deprecated.protected StringWorkflowLabelProvider.getItemDescription(Workflow item) Deprecated.protected StringWorkflowLabelProvider.getItemDescription(Workflow item, String languageIso) Deprecated.protected StringWorkflowLabelProvider.getItemLabel(Workflow item) Deprecated.protected StringWorkflowLabelProvider.getItemLabel(Workflow item, String languageIso) Deprecated. -
Uses of Workflow in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo declared as WorkflowModifier and TypeFieldDescriptionprotected WorkflowWorkflowTest.testWorkflowworkflow instance created at each set up.Methods in de.hybris.platform.workflow.jalo that return WorkflowModifier and TypeMethodDescriptionGeneratedWorkflowManager.createWorkflow(SessionContext ctx, Map attributeValues) GeneratedWorkflowManager.createWorkflow(Map attributeValues) WorkflowTemplate.createWorkflow()Deprecated.GeneratedWorkflowAction.getWorkflow()Generated method - Getter of theWorkflowAction.workflowattribute.GeneratedWorkflowAction.getWorkflow(SessionContext ctx) Generated method - Getter of theWorkflowAction.workflowattribute.GeneratedWorkflowItemAttachment.getWorkflow()Generated method - Getter of theWorkflowItemAttachment.workflowattribute.GeneratedWorkflowItemAttachment.getWorkflow(SessionContext ctx) Generated method - Getter of theWorkflowItemAttachment.workflowattribute.Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowManager.getWorkflowsByTemplate(WorkflowTemplate template) Deprecated.since ages - as of release 4.3, please useWorkflowService.getWorkflowsForTemplateAndUser(de.hybris.platform.workflow.model.WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowModifier and TypeMethodDescriptionprotected List<WorkflowAction>WorkflowTemplate.createActions(Workflow workflow) Deprecated.Creates new actions corresponding to the action templates set to this workflow template.WorkflowActionTemplate.createWorkflowAction(Workflow workflow) Deprecated.since ages - as of release 4.3, please useWorkflowActionService.createWorkflowAction(de.hybris.platform.workflow.model.WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)protected voidGeneratedWorkflowAction.setWorkflow(SessionContext ctx, Workflow value) Generated method - Setter of theWorkflowAction.workflowattribute.protected voidGeneratedWorkflowAction.setWorkflow(Workflow value) Generated method - Setter of theWorkflowAction.workflowattribute.protected voidGeneratedWorkflowItemAttachment.setWorkflow(SessionContext ctx, Workflow value) Generated method - Setter of theWorkflowItemAttachment.workflowattribute.protected voidGeneratedWorkflowItemAttachment.setWorkflow(Workflow value) Generated method - Setter of theWorkflowItemAttachment.workflowattribute.
WorkflowService.createWorkflow(WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)