Uses of Class
de.hybris.platform.workflow.model.WorkflowModel
Packages that use WorkflowModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowModel in com.hybris.backoffice.cockpitng.dnd.handlers
Methods in com.hybris.backoffice.cockpitng.dnd.handlers that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionList<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,WorkflowModel, Object>> ItemToWorkflowDropHandler.handleDrop(List<ItemModel> dragged, WorkflowModel workflowModel, com.hybris.cockpitng.dnd.DragAndDropContext context) Methods in com.hybris.backoffice.cockpitng.dnd.handlers with parameters of type WorkflowModelModifier and TypeMethodDescriptionList<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,WorkflowModel, Object>> ItemToWorkflowDropHandler.handleDrop(List<ItemModel> dragged, WorkflowModel workflowModel, com.hybris.cockpitng.dnd.DragAndDropContext context) -
Uses of WorkflowModel in com.hybris.backoffice.renderer
Methods in com.hybris.backoffice.renderer with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowStatusRenderer.render(PARENT parent, CONFIG config, WorkflowModel workflow, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.actions.workflow
Methods in com.hybris.backoffice.widgets.actions.workflow that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<WorkflowModel>DeleteWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) com.hybris.cockpitng.actions.ActionResult<WorkflowModel>StartWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) com.hybris.cockpitng.actions.ActionResult<WorkflowModel>TerminateWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) Methods in com.hybris.backoffice.widgets.actions.workflow with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.data.TypeAwareSelectionContext<ItemModel>AddWorkflowAttachmentAction.createSearchContext(WorkflowModel workflow, String attachmentType) AddWorkflowAttachmentAction.getItemsFromAttachments(WorkflowModel workflow) AddWorkflowAttachmentAction.getNotAttachedItems(WorkflowModel workflow, List<ItemModel> toBeAttached) voidAddWorkflowAttachmentAction.onChosenAttachments(WorkflowModel workflow, List<ItemModel> attachments) Method parameters in com.hybris.backoffice.widgets.actions.workflow with type arguments of type WorkflowModelModifier and TypeMethodDescriptionbooleanAddWorkflowAttachmentAction.canPerform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) booleanDeleteWorkflowAction.canPerform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) booleanStartWorkflowAction.canPerform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) booleanTerminateWorkflowAction.canPerform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) protected org.zkoss.zul.MenupopupAddWorkflowAttachmentActionRenderer.createAttachmentTypePopup(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> performListener) protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>AddWorkflowAttachmentActionRenderer.createEventListener(com.hybris.cockpitng.actions.CockpitAction<WorkflowModel, Object> action, com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context, com.hybris.cockpitng.actions.ActionListener<Object> listener) protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>AddWorkflowAttachmentActionRenderer.createEventListener(com.hybris.cockpitng.actions.CockpitAction<WorkflowModel, Object> action, com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context, com.hybris.cockpitng.actions.ActionListener<Object> listener) protected org.zkoss.zul.MenuitemAddWorkflowAttachmentActionRenderer.createTypeMenuEntry(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> performListener, ComposedTypeModel type) DeleteWorkflowAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) TerminateWorkflowAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx) protected org.zkoss.zul.MenupopupAddWorkflowAttachmentActionRenderer.getOrCreateTypeMenu(org.zkoss.zk.ui.Component target, com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> performListener) booleanDeleteWorkflowAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) booleanTerminateWorkflowAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) com.hybris.cockpitng.actions.ActionResult<Object>AddWorkflowAttachmentAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> actionContext) com.hybris.cockpitng.actions.ActionResult<WorkflowModel>DeleteWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) com.hybris.cockpitng.actions.ActionResult<WorkflowModel>StartWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) com.hybris.cockpitng.actions.ActionResult<WorkflowModel>TerminateWorkflowAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.searchadapters.workflows
Methods in com.hybris.backoffice.widgets.searchadapters.workflows with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected voidWorkflowActionsForWorkflowAdvancedSearchInitializer.addWorkflowCondition(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, WorkflowModel workflow) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.workflowdetails
Methods in com.hybris.backoffice.widgets.workflowdetails that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected Optional<WorkflowModel>WorkflowDetailsManagerController.getCurrentWorkflow()Methods in com.hybris.backoffice.widgets.workflowdetails with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected voidWorkflowDetailsManagerController.handleWorkflowDeletion(WorkflowModel currentWorkflow, com.hybris.cockpitng.core.events.CockpitEvent event) voidWorkflowDetailsManagerController.openWorkflow(WorkflowModel workflow) protected voidWorkflowDetailsManagerController.selectedWorkflowDeleted(WorkflowModel workflow) protected voidWorkflowDetailsManagerController.updateSelectedWorkflow(WorkflowModel workflow) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.workflowdetails.renderer
Methods in com.hybris.backoffice.widgets.workflowdetails.renderer with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected StringDefaultWorkflowDetailsSummaryAttachementsRenderer.getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected StringDefaultWorkflowDetailsSummaryCurrentTasksRenderer.getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected StringDefaultWorkflowDetailsSummaryFlowRenderer.getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected StringDefaultWorkflowDetailsSummaryStatusRenderer.getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidDefaultWorkflowDetailsSummaryAttachementsRenderer.renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidDefaultWorkflowDetailsSummaryCurrentTasksRenderer.renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidDefaultWorkflowDetailsSummaryFlowRenderer.renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidDefaultWorkflowDetailsSummaryStatusRenderer.renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.workflows
Methods in com.hybris.backoffice.widgets.workflows that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.list.LazyPageableListModel<WorkflowModel>WorkflowsController.createWorkflowsListModel(List<WorkflowStatus> workflowStatuses) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.workflows.renderer
Classes in com.hybris.backoffice.widgets.workflows.renderer with type parameters of type WorkflowModelModifier and TypeClassDescriptionclassAbstractWorkflowsListRenderer<PARENT extends org.zkoss.zul.Listitem,CONFIG, DATA extends WorkflowModel> Methods in com.hybris.backoffice.widgets.workflows.renderer that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.common.renderer.AbstractCustomMenuActionRenderer<org.zkoss.zul.Div,Object, WorkflowModel> DefaultPlannedWorkflowsRenderer.getThreeDotsRenderer()com.hybris.cockpitng.common.renderer.AbstractCustomMenuActionRenderer<org.zkoss.zul.Div,Object, WorkflowModel> DefaultRunningWorkflowsRenderer.getThreeDotsRenderer()DefaultPlannedWorkflowsRenderer.getWorkflowStartActionExecutor()Methods in com.hybris.backoffice.widgets.workflows.renderer with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.DivDefaultPlannedWorkflowsRenderer.createBottomContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel workflow, org.zkoss.zul.Label noOfAttachmentsLabel) protected org.zkoss.zul.DivDefaultRunningWorkflowsRenderer.createBottomContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel workflowModel) protected abstract org.zkoss.zul.DivAbstractWorkflowsListRenderer.createContent(WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.DivDashboardRunningWorkflowsRenderer.createContent(WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.DivDefaultPlannedWorkflowsRenderer.createContent(WorkflowModel model, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.DivDefaultRunningWorkflowsRenderer.createContent(WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.LabelDefaultRunningWorkflowsRenderer.createDateLabel(WorkflowModel workflowModel) protected org.zkoss.zul.DivDefaultPlannedWorkflowsRenderer.createMiddleContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel model, org.zkoss.zul.Label noOfAttachmentsLabel) protected org.zkoss.zul.DivDefaultRunningWorkflowsRenderer.createMiddleContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel workflowModel) protected org.zkoss.zul.LabelDefaultRunningWorkflowsRenderer.createNoOfAttachmentsLabel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel workflowModel) protected org.zkoss.zk.ui.HtmlBasedComponentDashboardRunningWorkflowsRenderer.createTitle(org.zkoss.zul.Listitem parent, Object config, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>DefaultPlannedWorkflowsRenderer.getStartButtonEventListener(WorkflowModel workflow) protected StringDefaultPlannedWorkflowsRenderer.getWorkflowName(WorkflowModel workflowModel) protected StringDefaultRunningWorkflowsRenderer.getWorkflowName(WorkflowModel workflowModel) protected voidAbstractWorkflowsListRenderer.onTitleClick(WorkflowModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected voidAbstractWorkflowsListRenderer.updateNoOfAttachmentsLabel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel model, org.zkoss.zul.Label noOfAttachmentsLabel) protected voidDefaultPlannedWorkflowsRenderer.updateStartButtonState(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowModel workflow, org.zkoss.zk.ui.HtmlBasedComponent startWorkflowButton) Method parameters in com.hybris.backoffice.widgets.workflows.renderer with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidDefaultPlannedWorkflowsRenderer.setThreeDotsRenderer(com.hybris.cockpitng.common.renderer.AbstractCustomMenuActionRenderer<org.zkoss.zul.Div, Object, WorkflowModel> threeDotsRenderer) voidDefaultRunningWorkflowsRenderer.setThreeDotsRenderer(com.hybris.cockpitng.common.renderer.AbstractCustomMenuActionRenderer<org.zkoss.zul.Div, Object, WorkflowModel> threeDotsRenderer) voidDefaultPlannedWorkflowsRenderer.setWorkflowStartActionExecutor(Function<WorkflowModel, Boolean> workflowStartActionExecutor) -
Uses of WorkflowModel in com.hybris.backoffice.widgets.workflowsearch
Method parameters in com.hybris.backoffice.widgets.workflowsearch with type arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected voidWorkflowSearchWidgetController.sendSearchResults(com.hybris.cockpitng.search.data.pageable.Pageable<WorkflowModel> results) -
Uses of WorkflowModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return WorkflowModelModifier and TypeMethodDescriptionCoreWorkflowFacade.createWorkflow(String name, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) Creates an instance ofWorkflowModelwith given name, template, attached items and user.Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowFacade.createAdHocWorkflow(PrincipalModel assignee, Map<Locale, String> localizedName, Map<Locale, String> localizedDesc, List<ItemModel> attachments) Creates adHocWorkflow from given template for current user.WorkflowFacade.createWorkflow(WorkflowTemplateModel workflowTemplate, Map<Locale, String> localizedName, Map<Locale, String> localizedDesc, List<ItemModel> attachments) Creates workflow from given template for current user.com.hybris.cockpitng.search.data.pageable.Pageable<WorkflowModel>WorkflowFacade.getWorkflows(WorkflowSearchData workflowSearchData) Gets workflows based on given search data.Methods in com.hybris.backoffice.workflow with parameters of type WorkflowModelModifier and TypeMethodDescriptionCoreWorkflowFacade.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) Adds items to workflow as an attachmentbooleanCoreWorkflowFacade.canBeStarted(WorkflowModel workflow) Tells if workflow can be started - has assigned users to all actions etc.intCoreWorkflowFacade.countDecisions(WorkflowModel workflowModel) Counts all decisions to make in all actions of the workflow.voidWorkflowFacade.deleteWorkflow(WorkflowModel workflow) Deletes given workflowCoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel) Gets all WorkflowAction items with statusWorkflowActionStatus.IN_PROGRESS.CoreWorkflowFacade.getWorkflowStartTime(WorkflowModel workflow) Returns start time of given workflow.CoreWorkflowFacade.getWorkflowStatus(WorkflowModel workflowModel) ChecksWorkflowStatusof workflow modelvoidWorkflowEventPublisher.publishWorkflowUpdatedEvent(WorkflowModel workflowModel) Sends globally an event which informs that Workflow has been updated.voidWorkflowEventPublisher.publishWorkflowUpdatedEvent(WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.context.Context context) Sends globally an event which informs that Workflow has been updated.default voidCoreWorkflowFacade.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) Removes attachments from a workflowbooleanCoreWorkflowFacade.startWorkflow(WorkflowModel workflow) Starts given workflowbooleanCoreWorkflowFacade.terminateWorkflow(WorkflowModel workflow) Terminates given workflow -
Uses of WorkflowModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowModelConstructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowModel -
Uses of WorkflowModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return WorkflowModelModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.createWorkflow(String name, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowFacade.createAdHocWorkflow(PrincipalModel assignee, Map<Locale, String> localizedName, Map<Locale, String> localizedDesc, List<ItemModel> attachments) DefaultWorkflowFacade.createWorkflow(WorkflowTemplateModel workflowTemplate, Map<Locale, String> localizedName, Map<Locale, String> localizedDesc, List<ItemModel> attachments) protected List<WorkflowModel>WorkflowSearchPageable.fetchAdHocWorkflows(int adHocWorkflowsToFetch) protected List<WorkflowModel>WorkflowSearchPageable.fetchRegularWorkflows()BackofficeWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) BackofficeWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) WorkflowSearchPageable.getAllResults()BackofficeWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) BackofficeWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) WorkflowSearchPageable.getCurrentPage()com.hybris.cockpitng.search.data.pageable.Pageable<WorkflowModel>DefaultWorkflowFacade.getWorkflows(WorkflowSearchData workflowSearchData) WorkflowSearchPageable.nextPage()protected Optional<WorkflowModel>DefaultWorkflowFacade.persistWorkflow(WorkflowModel workflow) WorkflowSearchPageable.previousPage()WorkflowSearchPageable.setPageSize(int i) Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) booleanDefaultCoreWorkflowFacade.canBeStarted(WorkflowModel workflow) intDefaultCoreWorkflowFacade.countDecisions(WorkflowModel workflowModel) voidDefaultWorkflowFacade.deleteWorkflow(WorkflowModel workflow) DefaultCoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel) DefaultCoreWorkflowFacade.getWorkflowStartTime(WorkflowModel workflow) DefaultCoreWorkflowFacade.getWorkflowStatus(WorkflowModel workflowModel) protected Optional<WorkflowModel>DefaultWorkflowFacade.persistWorkflow(WorkflowModel workflow) voidDefaultWorkflowEventPublisher.publishWorkflowUpdatedEvent(WorkflowModel workflowModel) voidDefaultWorkflowEventPublisher.publishWorkflowUpdatedEvent(WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.context.Context context) voidDefaultCoreWorkflowFacade.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) booleanDefaultCoreWorkflowFacade.startWorkflow(WorkflowModel workflow) booleanDefaultCoreWorkflowFacade.terminateWorkflow(WorkflowModel workflow) -
Uses of WorkflowModel in com.hybris.backoffice.workflow.renderer
Methods in com.hybris.backoffice.workflow.renderer that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowDeleteActionRenderer.getActionPredicate()WorkflowStartActionRenderer.getActionPredicate()WorkflowTerminateActionRenderer.getActionPredicate()WorkflowDeleteActionRenderer.getWorkflowDeleteActionExecutor()WorkflowStartActionRenderer.getWorkflowStartActionExecutor()WorkflowTerminateActionRenderer.getWorkflowTerminateActionExecutor()Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected List<WorkflowActionModel>WorkflowDetailedNameRenderer.getActiveWorkflowActionsFromWorkflow(WorkflowModel workflowModel) protected voidWorkflowDeleteActionRenderer.messageBoxPerform(WorkflowModel workflowModel) protected voidWorkflowTerminateActionRenderer.messageBoxPerform(WorkflowModel workflowModel) protected voidWorkflowDeleteActionRenderer.perform(WorkflowModel workflowModel) protected voidWorkflowTerminateActionRenderer.perform(WorkflowModel workflowModel) voidWorkflowDeleteActionRenderer.render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidWorkflowDetailedNameRenderer.render(PARENT parent, CONFIG configuration, WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidWorkflowShowFlowActionRenderer.render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidWorkflowStartActionRenderer.render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidWorkflowTerminateActionRenderer.render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, WorkflowModel workflowModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Method parameters in com.hybris.backoffice.workflow.renderer with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowDeleteActionRenderer.setActionPredicate(Predicate<WorkflowModel> actionPredicate) voidWorkflowStartActionRenderer.setActionPredicate(Predicate<WorkflowModel> actionPredicate) voidWorkflowTerminateActionRenderer.setActionPredicate(Predicate<WorkflowModel> actionPredicate) voidWorkflowDeleteActionRenderer.setWorkflowDeleteActionExecutor(Function<WorkflowModel, Boolean> workflowDeleteActionExecutor) voidWorkflowStartActionRenderer.setWorkflowStartActionExecutor(Function<WorkflowModel, Boolean> workflowStartActionExecutor) voidWorkflowTerminateActionRenderer.setWorkflowTerminateActionExecutor(Function<WorkflowModel, Boolean> workflowTerminateActionExecutor) -
Uses of WorkflowModel in com.hybris.backoffice.workflow.renderer.actionexecutors
Methods in com.hybris.backoffice.workflow.renderer.actionexecutors with parameters of type WorkflowModelModifier and TypeMethodDescriptionWorkflowDeleteActionExecutor.apply(WorkflowModel workflow) WorkflowStartActionExecutor.apply(WorkflowModel workflow) WorkflowTerminateActionExecutor.apply(WorkflowModel workflow) WorkflowStartActionExecutor.getReferenceObject(WorkflowModel workflow) WorkflowTerminateActionExecutor.getReferenceObject(WorkflowModel workflow) protected voidWorkflowDeleteActionExecutor.notifyUser(WorkflowModel workflow, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level) Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowStartActionExecutor.notifyUser(WorkflowModel workflow, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, use theNotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead.protected voidWorkflowTerminateActionExecutor.notifyUser(WorkflowModel workflow, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, use theNotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead. -
Uses of WorkflowModel in com.hybris.backoffice.workflow.renderer.predicates
Methods in com.hybris.backoffice.workflow.renderer.predicates with parameters of type WorkflowModelModifier and TypeMethodDescriptionbooleanDeleteWorkflowActionPredicate.test(WorkflowModel workflowModel) booleanStartWorkflowActionPredicate.test(WorkflowModel workflowModel) booleanTerminateWorkflowActionPredicate.test(WorkflowModel workflowModel) -
Uses of WorkflowModel in com.hybris.backoffice.workflow.wizard
Methods in com.hybris.backoffice.workflow.wizard that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected Optional<WorkflowModel>CollaborationWorkflowWizardHandler.createAdHocWorkflow(CollaborationWorkflowWizardForm wizardForm) protected Optional<WorkflowModel>CollaborationWorkflowWizardHandler.createWorkflow(CollaborationWorkflowWizardForm wizardForm) Methods in com.hybris.backoffice.workflow.wizard with parameters of type WorkflowModelModifier and TypeMethodDescriptionCollaborationWorkflowWizardHandler.getReferenceObject(WorkflowModel workflow, String destination) protected voidCollaborationWorkflowWizardHandler.notifyUser(WorkflowModel workflow, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, use theNotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead.protected booleanCollaborationWorkflowWizardHandler.startWorkflow(WorkflowModel workflow, Map<String, String> parameters) -
Uses of WorkflowModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return WorkflowModelModifier and TypeMethodDescriptionB2BWorkflowDao.findWorkflowByOrder(OrderModel order) Find the workflow of an order.B2BWorkflowDao.findWorkflowForOrder(OrderModel order) Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BWorkflowDao.findWorkflowByOrder(OrderModel) -
Uses of WorkflowModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return WorkflowModelModifier and TypeMethodDescriptionDefaultB2BWorkflowDao.findWorkflowByOrder(OrderModel order) DefaultB2BWorkflowDao.findWorkflowForOrder(OrderModel order) Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byDefaultB2BWorkflowDao.findWorkflowByOrder(OrderModel) -
Uses of WorkflowModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return WorkflowModelModifier and TypeMethodDescriptionB2BWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template, List<? extends ItemModel> attachments) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel order) Get the Workflow for an Order.Methods in de.hybris.platform.b2b.services with parameters of type WorkflowModelModifier and TypeMethodDescriptionB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) Gets all WorkFlowActions that are ofWorkflowActionType.STARTtype.voidB2BWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of WorkflowModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return WorkflowModelModifier and TypeMethodDescriptionDefaultB2BWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template, List<? extends ItemModel> attachments) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel order) Methods in de.hybris.platform.b2b.services.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) voidDefaultB2BWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of WorkflowModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions that return WorkflowModelModifier and TypeMethodDescriptionprotected WorkflowModelStartWorkFlowForAdmin.createAndStartWorkflow(B2BApprovalProcessModel process, B2BCustomerModel admin) -
Uses of WorkflowModel in de.hybris.platform.b2bacceleratorservices.workflows.actions
Methods in de.hybris.platform.b2bacceleratorservices.workflows.actions with parameters of type WorkflowModelModifier and TypeMethodDescriptionB2BRegistrationWorkflowIntegrationTest.getStartWorkflowActions(WorkflowModel workflow) -
Uses of WorkflowModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionCMSWorkflowDao.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) This method finds all theWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowDao.findWorkflowForCode(String code) This method returns theWorkflowModelfor the provided code.CMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the paginated version ofCMSWorkflowDao.findAllWorkflowsByAttachedItems(List, Set) -
Uses of WorkflowModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultCMSWorkflowDao.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) DefaultCMSWorkflowDao.findWorkflowForCode(String code) DefaultCMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of WorkflowModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionCMSWorkflowService.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the pageable version ofCMSWorkflowService.findAllWorkflowsByAttachedItems(List, Set)
This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowService.getRelatedWorkflowsForItem(CMSItemModel item, Set<CronJobStatus> statuses) This method returns a list of related workflows for an item.CMSWorkflowService.getWorkflowWhereItemEditable(CMSItemModel itemModel) Returns a workflow where providedCMSItemModelis editable.Methods in de.hybris.platform.cms2.workflow.service with parameters of type WorkflowModelModifier and TypeMethodDescriptionCMSWorkflowActionService.getWorkflowActionForCode(WorkflowModel workflow, String actionCode) Finds theWorkflowActionModelfor a givenWorkflowModelthat matches the provided action code.booleanCMSWorkflowParticipantService.isActiveWorkflowActionParticipant(WorkflowModel workflow) Determines if the current session user is a participant of an active action of a workflow.booleanCMSWorkflowParticipantService.isWorkflowParticipant(WorkflowModel workflow) Determines if the current session user is a participant of the given workflow. -
Uses of WorkflowModel in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultCMSWorkflowService.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) DefaultCMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) DefaultCMSWorkflowService.getRelatedWorkflowsForItem(CMSItemModel item, Set<CronJobStatus> statuses) DefaultCMSWorkflowService.getWorkflowWhereItemEditable(CMSItemModel item) Methods in de.hybris.platform.cms2.workflow.service.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.getWorkflowActionForCode(WorkflowModel workflow, String actionCode) booleanDefaultCMSWorkflowParticipantService.isActiveWorkflowActionParticipant(WorkflowModel workflow) booleanDefaultCMSWorkflowParticipantService.isWorkflowParticipant(WorkflowModel workflow) Method parameters in de.hybris.platform.cms2.workflow.service.impl with type arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected voidDefaultCMSWorkflowServiceTest.prepareItemWorkflow(List<WorkflowModel> resultWorkflows) -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowModelModifier and TypeMethodDescriptionWorkflowModelBuilder.build()protected WorkflowModelWorkflowModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowModelModifier and TypeMethodDescriptionstatic WorkflowModelBuilderWorkflowModelBuilder.fromModel(WorkflowModel model) WorkflowActionModelBuilder.withWorkflow(WorkflowModel workflow) WorkflowItemAttachmentModelBuilder.withWorkflow(WorkflowModel workflow) -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowModelModifier and TypeMethodDescriptionWorkflowModelMother.createAndStartApprovalWorkflow(WorkflowTemplateModel workflowTemplate, List<CMSItemModel> attachments) protected WorkflowModelWorkflowModelMother.createAndStartWorkflow(String code, String name, WorkflowTemplateModel workflowTemplate, List<CMSItemModel> attachmentItems) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type WorkflowModelModifier and TypeMethodDescriptionWorkflowActionModelMother.createAction(WorkflowActionTemplateModel actionTemplate, WorkflowModel workflow) WorkflowItemAttachmentModelMother.createAttachment(WorkflowModel workflow, CMSItemModel cmsItem) -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return WorkflowModelModifier and TypeMethodDescriptionprotected WorkflowModelDefaultCMSWorkflowFacade.createWorkflow(CMSWorkflowData requestData) This method creates and saves a new workflow.protected WorkflowModelDefaultCMSWorkflowFacade.editWorkflow(CMSWorkflowData requestData, WorkflowModel workflow) Updates theWorkflowModelwith the data fromCMSWorkflowData.Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected Converter<WorkflowModel,CMSWorkflowData> DefaultCMSWorkflowFacade.getCmsWorkflowDataConverter()protected Converter<WorkflowModel,CMSWorkflowData> DefaultCMSWorkflowActionFacade.getCmsWorkflowWithActionsDataConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected CMSWorkflowDataDefaultCMSWorkflowFacade.cancelWorkflow(WorkflowModel workflow) Cancels the workflow for the providedWorkflowModel.protected WorkflowItemAttachmentModelDefaultCMSWorkflowFacade.createAttachment(WorkflowModel workflow, CMSItemModel cmsItem) Creates a new attachment from a given cmsItem and adds it to the given workflow.protected WorkflowModelDefaultCMSWorkflowFacade.editWorkflow(CMSWorkflowData requestData, WorkflowModel workflow) Updates theWorkflowModelwith the data fromCMSWorkflowData.protected List<CMSItemModel>DefaultCMSWorkflowFacade.getWorkflowAttachments(WorkflowModel workflow) Returns a list of workflow attachments.protected CMSWorkflowDataDefaultCMSWorkflowFacade.makeDecision(WorkflowModel workflow, String actionCode, String decisionCode, String comment) Makes decision for providedWorkflowModelprotected voidDefaultCMSWorkflowFacade.processPostWorkflowActions(WorkflowModel workflow, CMSWorkflowOperationData data) Performs additional logic after the operation is successfully executed.Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacade.setCmsWorkflowDataConverter(Converter<WorkflowModel, CMSWorkflowData> cmsWorkflowDataConverter) voidDefaultCMSWorkflowActionFacade.setCmsWorkflowWithActionsDataConverter(Converter<WorkflowModel, CMSWorkflowData> cmsWorkflowWithActionsDataConverter) -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidCMSWorkflowDataPopulator.populate(WorkflowModel workflowModel, CMSWorkflowData workflowData) voidCMSWorkflowWithActionsDataPopulator.populate(WorkflowModel workflowModel, CMSWorkflowData workflowData) -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.workflow.postaction
Methods in de.hybris.platform.cmsfacades.workflow.postaction that return types with arguments of type WorkflowModelMethods in de.hybris.platform.cmsfacades.workflow.postaction with parameters of type WorkflowModel -
Uses of WorkflowModel in de.hybris.platform.cmsfacades.workflow.postaction.impl
Methods in de.hybris.platform.cmsfacades.workflow.postaction.impl that return types with arguments of type WorkflowModelMethods in de.hybris.platform.cmsfacades.workflow.postaction.impl with parameters of type WorkflowModel -
Uses of WorkflowModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected StringWorkflowModelLabelProvider.getIconPath(WorkflowModel item) protected StringWorkflowModelLabelProvider.getIconPath(WorkflowModel item, String languageIso) protected StringWorkflowModelLabelProvider.getItemDescription(WorkflowModel item) protected StringWorkflowModelLabelProvider.getItemDescription(WorkflowModel item, String languageIso) protected StringWorkflowModelLabelProvider.getItemLabel(WorkflowModel item) protected StringWorkflowModelLabelProvider.getItemLabel(WorkflowModel item, String languageIso) -
Uses of WorkflowModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return WorkflowModelModifier and TypeMethodDescriptionAbstractOrderModel.getWorkflow()Generated method - Getter of theAbstractOrder.workflowattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.core.model.order with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setWorkflow(WorkflowModel value) Generated method - Setter ofAbstractOrder.workflowattribute defined at extensionb2bcommerce. -
Uses of WorkflowModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return WorkflowModelModifier and TypeMethodDescriptionInboxViewModel.getWorkflow()Generated method - Getter of theInboxView.workflowattribute defined at extensionworkflow. -
Uses of WorkflowModel in de.hybris.platform.ordermanagementfacades.workflow.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.workflow.converters.populator with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowPopulator.populate(WorkflowModel source, WorkflowData target) -
Uses of WorkflowModel in de.hybris.platform.ordermanagementfacades.workflow.impl
Methods in de.hybris.platform.ordermanagementfacades.workflow.impl that return WorkflowModelModifier and TypeMethodDescriptionprotected WorkflowModelDefaultOmsWorkflowFacade.createAndStartWorkflow(ItemModel item, String workflowName, String workflowTemplateCode, String userGroupUid) Creates and starts a workflow with the given template for the givenItemModel.Methods in de.hybris.platform.ordermanagementfacades.workflow.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionprotected Converter<WorkflowModel,WorkflowData> DefaultOmsWorkflowFacade.getWorkflowConverter()Method parameters in de.hybris.platform.ordermanagementfacades.workflow.impl with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidDefaultOmsWorkflowFacade.setWorkflowConverter(Converter<WorkflowModel, WorkflowData> workflowConverter) -
Uses of WorkflowModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return WorkflowModelMethods in de.hybris.platform.platformbackoffice.widgets.workflow with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidCreateWorkflowForm.setCreatedWorkflow(WorkflowModel createdWorkflow) -
Uses of WorkflowModel in de.hybris.platform.processengine.action
Methods in de.hybris.platform.processengine.action with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected voidStartingWorkflowAction.beforeStart(WorkflowModel workflow, BusinessProcessModel process) -
Uses of WorkflowModel in de.hybris.platform.processengine.helpers
Methods in de.hybris.platform.processengine.helpers that return WorkflowModelModifier and TypeMethodDescriptionWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template, Object item) Creates Workflow from given parametersMethods in de.hybris.platform.processengine.helpers with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel) Starts given workflow -
Uses of WorkflowModel in de.hybris.platform.processengine.helpers.impl
Methods in de.hybris.platform.processengine.helpers.impl that return WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template, Object object) Methods in de.hybris.platform.processengine.helpers.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidDefaultWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel) -
Uses of WorkflowModel in de.hybris.platform.warehousing.taskassignment.services.impl
Methods in de.hybris.platform.warehousing.taskassignment.services.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected voidDefaultWarehousingConsignmentWorkflowService.terminateWorkflow(WorkflowModel taskAssignmentWorkflow) Terminates the givenWorkflowModelas well as all of its relatedWorkflowActionModel -
Uses of WorkflowModel in de.hybris.platform.warehousing.taskassignment.strategy
Methods in de.hybris.platform.warehousing.taskassignment.strategy with parameters of type WorkflowModelModifier and TypeMethodDescriptionUserSelectionStrategy.getUserForConsignmentAssignment(WorkflowModel workflow) Gets theUserModelto which a consignment should be assigned -
Uses of WorkflowModel in de.hybris.platform.warehousing.taskassignment.strategy.impl
Methods in de.hybris.platform.warehousing.taskassignment.strategy.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionprotected Set<PrincipalModel>UserWithLowestLoadSelectionStrategy.getPosEmployees(WorkflowModel workflow, PrincipalGroupModel principalGroup) Finds the employees linked to the warehouse which the workflow attached consignment is allocated to.UserWithLowestLoadSelectionStrategy.getUserForConsignmentAssignment(WorkflowModel workflow) protected UserModelUserWithLowestLoadSelectionStrategy.userWithLowestLoad(WorkflowModel workflow, WorkflowActionModel workflowAction) Finds theUserModelwith the lowest load -
Uses of WorkflowModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowModelModifier and TypeMethodDescriptionWorkflowService.createAdhocWorkflow(String workflowName, List<ItemModel> itemsToAdd, UserModel owner) Creates adhoc workflow with a name and adds an attachment to it.WorkflowService.createWorkflow(WorkflowTemplateModel template, ItemModel attachment, UserModel owner) Creates workflow based on a template and adds an attachment to it.WorkflowService.createWorkflow(WorkflowTemplateModel template, UserModel owner) Creates workflow based on a template.WorkflowService.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) Creates workflow based on a template and adds an attachment to it.ScriptEvaluationService.evaluateActivationScripts(ItemModel item, Map currentValues, Map initialValues, String action) Evaluates activation script for actionWorkflowService.getWorkflowForCode(String string) Returns workflow for a given codeMethods in de.hybris.platform.workflow that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) Returns addhoc workflows that match statuses and time range.WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date)WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) Returns workflows that match statuses and time range.WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllWorkflows(EnumSet, Date, Date)WorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template, UserModel user) Returns workflows that was created from giventemplatewhom owner is givenuser.Methods in de.hybris.platform.workflow with parameters of type WorkflowModelModifier and TypeMethodDescriptionWorkflowAttachmentService.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) Adds items to workflow as an attachmentbooleanWorkflowService.assignUser(PrincipalModel principal, WorkflowModel workflow) Assigns principal to workflow.booleanWorkflowService.canBeStarted(WorkflowModel workflow) Checks if workflow can be startedWorkflowAttachmentService.containsItem(WorkflowModel workflow, List<? extends ItemModel> itemsToCheck) Checks if workflow contains item as an attachment and returns this item or null if not foundWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow) Creates workflow action based on template and attach it to workflowbooleanWorkflowProcessingService.endWorkflow(WorkflowModel workflow) Ends workflowWorkflowActionService.getActionForCode(WorkflowModel workflow, String code) WorkflowActionService.getEndWorkflowActions(WorkflowModel workflow) Returns ended workflow actionsWorkflowActionService.getNormalWorkflowActions(WorkflowModel workflow) Returns normal workflow actionsWorkflowService.getStartTime(WorkflowModel workflow) Gets start time from a workflowWorkflowActionService.getStartWorkflowActions(WorkflowModel workflow) Returns start workflow actionsWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow) Returns workflow actions by typebooleanWorkflowService.isAdhocWorkflow(WorkflowModel workflow) Checks if workflow is adhocbooleanWorkflowService.isCompleted(WorkflowModel workflow) Checks if workflow is completedbooleanWorkflowService.isFinished(WorkflowModel workflow) Checks if workflow is finishedbooleanWorkflowService.isPaused(WorkflowModel workflow) Checks if workflow is pausedbooleanWorkflowService.isPlanned(WorkflowModel workflow) Checks if workflow is plannedbooleanWorkflowService.isRunning(WorkflowModel workflow) Checks if workflow is runningbooleanWorkflowService.isTerminated(WorkflowModel workflow) Checks if workflow is terminateddefault voidWorkflowAttachmentService.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) Removes attachments from workflowbooleanWorkflowProcessingService.startWorkflow(WorkflowModel workflow) Starts workflowbooleanWorkflowProcessingService.terminateWorkflow(WorkflowModel workflow) Terminates workflowbooleanWorkflowProcessingService.toggleActions(WorkflowModel workflow) Toggle all actions assigned to workflowbooleanWorkflowService.unassignUser(WorkflowModel workflow) Unassigns principal from workflow and assign dummy user -
Uses of WorkflowModel in de.hybris.platform.workflow.dao
Methods in de.hybris.platform.workflow.dao that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowDAO.getAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowDao.findAllAdhocWorkflows(Date, Date)WorkflowDAO.getAllWorkflows(Date dateFrom, Date dateTo) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowDao.findAllWorkflows(Date, Date)Methods in de.hybris.platform.workflow.dao with parameters of type WorkflowModelModifier and TypeMethodDescriptionWorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionDao.findEndWorkflowActions(WorkflowModel)WorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionDao.findNormalWorkflowActions(WorkflowModel)WorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionDao.findStartWorkflowActions(WorkflowModel)WorkflowDAO.getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionDao.findWorkflowActionsByType(de.hybris.platform.workflow.enums.WorkflowActionType, WorkflowModel) -
Uses of WorkflowModel in de.hybris.platform.workflow.dao.impl
Methods in de.hybris.platform.workflow.dao.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowDAO.getAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo) DefaultWorkflowDAO.getAllWorkflows(Date dateFrom, Date dateTo) Methods in de.hybris.platform.workflow.dao.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel) DefaultWorkflowDAO.getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel) -
Uses of WorkflowModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo) WorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) WorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo) WorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) WorkflowDao.findWorkflowsByCode(String code) Searches for workflows by given codeWorkflowDao.findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template) Methods in de.hybris.platform.workflow.daos with parameters of type WorkflowModelModifier and TypeMethodDescriptionWorkflowActionDao.findEndWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findNormalWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findStartWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow) -
Uses of WorkflowModel in de.hybris.platform.workflow.daos.impl
Fields in de.hybris.platform.workflow.daos.impl declared as WorkflowModelMethods in de.hybris.platform.workflow.daos.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo) DefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) DefaultWorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo) DefaultWorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) DefaultWorkflowDao.findWorkflowsByCode(String code) DefaultWorkflowDao.findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template) Methods in de.hybris.platform.workflow.daos.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowActionDao.findEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findStartWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel) -
Uses of WorkflowModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowService.createAdhocWorkflow(String defaultName, List<ItemModel> itemsToAdd, UserModel owner) DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template, ItemModel attachmentItem, UserModel owner) DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template, UserModel owner) DefaultWorkflowService.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) DefaultScriptEvaluationService.evaluateActivationScripts(ItemModel itemModel, Map currentValues, Map initialValues, String action) DefaultWorkflowService.getWorkflowForCode(String code) Methods in de.hybris.platform.workflow.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) DefaultWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template, UserModel user) Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionDefaultWorkflowAttachmentService.addItems(WorkflowModel workflowModel, List<? extends ItemModel> itemsToAdd) booleanDefaultWorkflowService.assignUser(PrincipalModel principalModel, WorkflowModel workflowModel) booleanDefaultWorkflowService.canBeStarted(WorkflowModel workf) DefaultWorkflowAttachmentService.containsItem(WorkflowModel workflowModel, List<? extends ItemModel> itemsToAdd) DefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow) booleanDefaultWorkflowProcessingService.endWorkflow(WorkflowModel workflow) Ends workflowDefaultWorkflowActionService.getActionForCode(WorkflowModel workflow, String code) DefaultWorkflowActionService.getEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionService.getNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowService.getStartTime(WorkflowModel workflow) DefaultWorkflowActionService.getStartWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel) booleanDefaultWorkflowService.isAdhocWorkflow(WorkflowModel workflowModel) booleanDefaultWorkflowService.isCompleted(WorkflowModel workflowModel) booleanDefaultWorkflowService.isFinished(WorkflowModel workflowModel) booleanDefaultWorkflowService.isPaused(WorkflowModel workflowModel) booleanDefaultWorkflowService.isPlanned(WorkflowModel workflowModel) booleanDefaultWorkflowService.isRunning(WorkflowModel workflowModel) booleanDefaultWorkflowService.isTerminated(WorkflowModel workflowModel) voidDefaultWorkflowAttachmentService.removeItems(WorkflowModel workflowModel, List<WorkflowItemAttachmentModel> itemsToRemove) booleanDefaultWorkflowProcessingService.startWorkflow(WorkflowModel workflowModel) Starts workflowbooleanDefaultWorkflowProcessingService.terminateWorkflow(WorkflowModel workflowModel) Terminates workflowbooleanDefaultWorkflowProcessingService.toggleActions(WorkflowModel workflow) Toggle all actions assigned to workflowbooleanDefaultWorkflowService.unassignUser(WorkflowModel workflowModel) Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidDefaultWorkflowService.setActionsWorkflowTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowTemplateModel, List<WorkflowActionModel>> actionsFromWorkflowTemplate) voidDefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<WorkflowDecisionModel>> decisionsFromActionTemplate) voidDefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) -
Uses of WorkflowModel in de.hybris.platform.workflow.integration
Fields in de.hybris.platform.workflow.integration declared as WorkflowModelModifier and TypeFieldDescriptionprotected WorkflowModelWorkflowTest.testWorkflowworkflow instance created at each set up. -
Uses of WorkflowModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowModelModifier and TypeMethodDescriptionWorkflowActionModel.getWorkflow()Generated method - Getter of theWorkflowAction.workflowattribute defined at extensionworkflow.WorkflowItemAttachmentModel.getWorkflow()Generated method - Getter of theWorkflowItemAttachment.workflowattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setWorkflow(WorkflowModel value) Generated method - Initial setter ofWorkflowAction.workflowattribute defined at extensionworkflow.voidWorkflowItemAttachmentModel.setWorkflow(WorkflowModel value) Generated method - Initial setter ofWorkflowItemAttachment.workflowattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowModelModifierConstructorDescriptionWorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(ItemModel _item, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(String _code, ItemModel _item, ItemModel _owner, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WorkflowModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services that return WorkflowModelModifier and TypeMethodDescriptionWorkflowService.createAdhocWorkflow(String defaultName, List<ItemModel> itemsToAdd) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createAdhocWorkflow(String, List, de.hybris.platform.core.model.user.UserModel)WorkflowService.createWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(WorkflowTemplateModel, ItemModel, de.hybris.platform.core.model.user.UserModel)WorkflowService.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(String, WorkflowTemplateModel, List, de.hybris.platform.core.model.user.UserModel)Methods in de.hybris.platform.workflow.services that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowService.getAllWorkflows(int workflowsStatuses, int adhocWorkflowsStatuses, Date dateFrom, Date dateTo, Date adhocFilterFrom, Date adhocFilterTo) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getAllWorkflows(java.util.EnumSet, Date, Date)andWorkflowService.getAllAdhocWorkflows(java.util.EnumSet, Date, Date)WorkflowService.getWorkflowsByTemplate(WorkflowTemplateModel template) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)Methods in de.hybris.platform.workflow.services with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowService.assignUser(PrincipalModel principalModel, WorkflowModel workflow) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.assignUser(PrincipalModel, WorkflowModel)booleanWorkflowService.canBeStarted(WorkflowModel workf) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.canBeStarted(WorkflowModel)WorkflowService.getEndWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getEndWorkflowActions(WorkflowModel)WorkflowService.getNormalWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getNormalWorkflowActions(WorkflowModel)WorkflowService.getStartTime(WorkflowModel workflow) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getStartTime(WorkflowModel)WorkflowService.getStartWorkflowActions(WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getStartWorkflowActions(WorkflowModel)WorkflowService.getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getWorkflowActionsByType(de.hybris.platform.workflow.enums.WorkflowActionType, WorkflowModel)booleanWorkflowService.isAdhocWorkflow(WorkflowModel workflow) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isAdhocWorkflow(WorkflowModel)voidWorkflowService.unassignUser(PrincipalModel principalModel, WorkflowModel workflow) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.unassignUser(WorkflowModel) -
Uses of WorkflowModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl that return WorkflowModelModifier and TypeMethodDescriptionWorkflowServiceImpl.createAdhocWorkflow(String defaultName, List<ItemModel> itemsToAdd) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.createWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel) Deprecated, for removal: This API element is subject to removal in a future version.Creates workflow out of given template and starts it.WorkflowServiceImpl.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd) Deprecated, for removal: This API element is subject to removal in a future version.Creates workflow out of given template with given name but does NOT start it.Methods in de.hybris.platform.workflow.services.impl that return types with arguments of type WorkflowModelModifier and TypeMethodDescriptionWorkflowServiceImpl.getAllWorkflows(int workflowsStatuses, int adhocWorkflowsStatuses, Date dateFrom, Date dateTo, Date adhocDateFrom, Date adhocDateTo) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getWorkflowsByTemplate(WorkflowTemplateModel template) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getWorkflowsForTemplateAndUser(de.hybris.platform.workflow.model.WorkflowTemplateModel, UserModel)Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.assignUser(PrincipalModel principalModel, WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version.booleanWorkflowServiceImpl.canBeStarted(WorkflowModel workf) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getEndWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getNormalWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getStartTime(WorkflowModel workflow) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getStartWorkflowActions(WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel) Deprecated, for removal: This API element is subject to removal in a future version.booleanWorkflowServiceImpl.isAdhocWorkflow(WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowServiceImpl.unassignUser(PrincipalModel principalModel, WorkflowModel workflowModel) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowModelModifier and TypeMethodDescriptionActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction) ActionsFromWorkflowTemplateFactory.create(WorkflowModel target, WorkflowTemplateModel template) DecisionFromDecisionTemplateFactory.create(WorkflowModel root, WorkflowDecisionTemplateModel workflowDecisionTemplate) DecisionsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction) Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowModelModifier and TypeMethodDescriptionvoidDecisionsFromActionTemplateFactory.setDecisionFactory(WorkflowFactory<WorkflowModel, WorkflowDecisionTemplateModel, WorkflowDecisionModel> converter) -
Uses of WorkflowModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type WorkflowModelModifier and TypeMethodDescriptionvoidWorkflowUtil.waitUntilWorkflowProcessIsNotRunning(WorkflowModel workflow, int timeOut) Wait until the workflow process is not running
NotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead.