Uses of Class
de.hybris.platform.workflow.jalo.Workflow
-
Packages that use Workflow Package Description de.hybris.platform.b2b.jalo de.hybris.platform.cockpit.services.label.impl de.hybris.platform.workflow.jalo -
-
Uses of Workflow in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo that return Workflow Modifier and Type Method Description WorkflowGeneratedB2BCommerceManager. getWorkflow(AbstractOrder item)Generated method - Getter of theAbstractOrder.workflowattribute.WorkflowGeneratedB2BCommerceManager. getWorkflow(SessionContext ctx, AbstractOrder item)Generated method - Getter of theAbstractOrder.workflowattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type Workflow Modifier and Type Method Description voidGeneratedB2BCommerceManager. 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 Workflow Modifier and Type Method Description protected java.lang.StringWorkflowLabelProvider. getIconPath(Workflow item)Deprecated.protected java.lang.StringWorkflowLabelProvider. getIconPath(Workflow item, java.lang.String languageIso)Deprecated.protected java.lang.StringWorkflowLabelProvider. getItemDescription(Workflow item)Deprecated.protected java.lang.StringWorkflowLabelProvider. getItemDescription(Workflow item, java.lang.String languageIso)Deprecated.protected java.lang.StringWorkflowLabelProvider. getItemLabel(Workflow item)Deprecated.protected java.lang.StringWorkflowLabelProvider. getItemLabel(Workflow item, java.lang.String languageIso)Deprecated. -
Uses of Workflow in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo declared as Workflow Modifier and Type Field Description protected WorkflowWorkflowTest. testWorkflowworkflow instance created at each set up.Methods in de.hybris.platform.workflow.jalo that return Workflow Modifier and Type Method Description WorkflowGeneratedWorkflowManager. createWorkflow(SessionContext ctx, java.util.Map attributeValues)WorkflowGeneratedWorkflowManager. createWorkflow(java.util.Map attributeValues)WorkflowWorkflowTemplate. createWorkflow()Deprecated.since ages - as of release 4.3, plase useWorkflowService.createWorkflow(WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)WorkflowGeneratedWorkflowAction. getWorkflow()Generated method - Getter of theWorkflowAction.workflowattribute.WorkflowGeneratedWorkflowAction. getWorkflow(SessionContext ctx)Generated method - Getter of theWorkflowAction.workflowattribute.WorkflowGeneratedWorkflowItemAttachment. getWorkflow()Generated method - Getter of theWorkflowItemAttachment.workflowattribute.WorkflowGeneratedWorkflowItemAttachment. getWorkflow(SessionContext ctx)Generated method - Getter of theWorkflowItemAttachment.workflowattribute.Methods in de.hybris.platform.workflow.jalo that return types with arguments of type Workflow Modifier and Type Method Description java.util.List<Workflow>WorkflowManager. 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 Workflow Modifier and Type Method Description protected java.util.List<WorkflowAction>WorkflowTemplate. createActions(Workflow workflow)Deprecated.Creates new actions corresponding to the action templates set to this workflow template.WorkflowActionWorkflowActionTemplate. 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.
-