Uses of Class
de.hybris.platform.workflow.model.WorkflowActionModel
-
-
Uses of WorkflowActionModel in com.hybris.backoffice.widgets.workflowactions
Methods in com.hybris.backoffice.widgets.workflowactions that return types with arguments of type WorkflowActionModel Modifier and Type Method Description org.zkoss.zul.ListModelList<WorkflowActionModel>WorkflowActionsController. getWorkflowActionsListModel() -
Uses of WorkflowActionModel in com.hybris.backoffice.widgets.workflowactions.renderer
Methods in com.hybris.backoffice.widgets.workflowactions.renderer with parameters of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.DivDefaultWorkflowActionsRenderer. createBottomContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowActionModel data)protected org.zkoss.zul.LabelDefaultWorkflowActionsRenderer. createDateLabel(WorkflowActionModel data)protected org.zkoss.zul.DivDefaultWorkflowActionsRenderer. createMiddleContent(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowActionModel data)protected java.lang.StringDefaultWorkflowActionsRenderer. createMiddleContentLabel(WorkflowActionModel data)protected org.zkoss.zul.LabelDefaultWorkflowActionsRenderer. createNoOfAttachmentsLabel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowActionModel data)protected org.zkoss.zul.ButtonDefaultWorkflowActionsRenderer. createTitleButton(java.lang.String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim)protected org.zkoss.zk.ui.ComponentDefaultWorkflowActionsRenderer. createTitleComponent(java.lang.String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim)protected org.zkoss.zul.DivDashboardWorkflowActionsRenderer. createTopContent(java.lang.String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim)protected org.zkoss.zul.DivDefaultWorkflowActionsRenderer. createTopContent(java.lang.String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim)protected java.lang.StringDefaultWorkflowActionsRenderer. createTopContentTitle(WorkflowActionModel data)protected voidDefaultWorkflowActionsRenderer. onTitleClick(WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim)voidDashboardWorkflowActionsRenderer. render(org.zkoss.zul.Listitem listitem, java.lang.Object configuration, WorkflowActionModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim)voidDefaultWorkflowActionsRenderer. render(org.zkoss.zul.Listitem listitem, java.lang.Object configuration, WorkflowActionModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim) -
Uses of WorkflowActionModel in com.hybris.backoffice.widgets.workflowdetails.renderer
Methods in com.hybris.backoffice.widgets.workflowdetails.renderer with parameters of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.ButtonDefaultWorkflowDetailsSummaryCurrentTasksRenderer. getActionRow(WorkflowActionModel workflowAction, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of WorkflowActionModel in com.hybris.backoffice.widgets.workflows.renderer
Method parameters in com.hybris.backoffice.widgets.workflows.renderer with type arguments of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.MenupopupDefaultRunningWorkflowsRenderer. createParallelActionsPopup(com.hybris.cockpitng.engine.WidgetInstanceManager wim, java.util.List<WorkflowActionModel> actions) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>CoreWorkflowFacade. getCurrentTasks(WorkflowModel workflowModel)Gets all WorkflowAction items with statusWorkflowActionStatus.IN_PROGRESS.java.util.List<WorkflowActionModel>WorkflowFacade. getWorkflowActions()Gets workflow actions for the current user.Methods in com.hybris.backoffice.workflow with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowItemWorkflowItemModelFactory. create(WorkflowActionModel action)Creates newWorkflowItemfrom theWorkflowActionModelprotected java.util.List<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer. getPermittedDecisions(WorkflowActionModel action)protected booleanWorkflowActionDecisionActionRenderer. hasPermissions(WorkflowActionModel action)protected booleanWorkflowActionDecisionActionRenderer. hasPermissionToMakeDecision(WorkflowActionModel action)voidWorkflowDecisionMaker. makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Sets selected decision for given workflow actionprotected voidWorkflowActionDecisionActionRenderer. registerWorkflowActionUpdateListener(WorkflowActionModel workflowAction, org.zkoss.zul.Hlayout container, org.zkoss.zk.ui.Component parent)Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer. createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer. createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)protected org.zkoss.zul.ComboboxWorkflowActionDecisionActionRenderer. createDecisionCombobox(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, org.zkoss.zul.Button confirmButton)protected java.util.Collection<WorkflowItem>WorkflowItemFromModelExtractor. createNodes(java.util.List<WorkflowActionModel> models)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromModelExtractor. extractActionsAsWorkflowItems(java.util.List<WorkflowActionModel> models)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromModelExtractor. extractAndLinksAsWorkflowItems(java.util.List<WorkflowActionModel> models)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromModelExtractor. extractDecisionsAsWorkflowItems(java.util.List<WorkflowActionModel> models)com.hybris.cockpitng.actions.ActionResultWorkflowActionDecisionAction. perform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)voidWorkflowEventPublisher. publishWorkflowActionsDeletedEvent(java.util.List<WorkflowActionModel> workflowActions)Sends globally an event that WorkflowActions have been updated.voidWorkflowEventPublisher. publishWorkflowActionsUpdatedEvent(java.util.List<WorkflowActionModel> workflowActions)Sends globally an event that WorkflowActions have been updated.voidWorkflowActionDecisionActionRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)voidWorkflowActionDecisionActionRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)protected voidWorkflowActionDecisionActionRenderer. setInitialComboboxValue(org.zkoss.zul.Combobox combobox, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context)protected booleanWorkflowActionDecisionActionRenderer. shouldRenderAction(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowActionInstance. getModel()Constructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowActionModel Constructor Description WorkflowActionInstance(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>DefaultCoreWorkflowFacade. getCurrentTasks(WorkflowModel workflowModel)java.util.List<WorkflowActionModel>DefaultWorkflowFacade. getWorkflowActions()Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowActionModel Modifier and Type Method Description voidDefaultWorkflowDecisionMaker. makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description voidDefaultWorkflowEventPublisher. publishWorkflowActionsDeletedEvent(java.util.List<WorkflowActionModel> workflowActions)voidDefaultWorkflowEventPublisher. publishWorkflowActionsUpdatedEvent(java.util.List<WorkflowActionModel> workflowActions) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow.renderer
Methods in com.hybris.backoffice.workflow.renderer that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected java.util.List<WorkflowActionModel>WorkflowDetailedNameRenderer. getActiveWorkflowActionsFromWorkflow(WorkflowModel workflowModel)java.util.function.Predicate<WorkflowActionModel>WorkflowActionDecisionListSubMenuRenderer. getPredicate()Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>WorkflowActionDecisionMenuitemRenderer. createDecisionOnClickEventListener(WorkflowActionModel workflowAction, WorkflowDecisionModel workflowDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected java.lang.StringWorkflowDetailedNameRenderer. getTaskLabel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowActionModel task)protected booleanWorkflowActionDecisionMenuitemRenderer. hasPermissions(WorkflowActionModel action)protected voidAbstractWorkflowActionDecisionRenderer. makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)voidWorkflowActionDecisionListSubMenuRenderer. render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, WorkflowActionModel workflowAction, com.hybris.cockpitng.dataaccess.facades.type.DataType type, com.hybris.cockpitng.engine.WidgetInstanceManager wim)Method parameters in com.hybris.backoffice.workflow.renderer with type arguments of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.MenupopupWorkflowDetailedNameRenderer. createParallelTasksMenuPopup(java.util.List<WorkflowActionModel> actions)protected booleanWorkflowActionDecisionMenuitemRenderer. hasPermissions(org.apache.commons.lang3.tuple.Pair<WorkflowActionModel,WorkflowDecisionModel> data)voidWorkflowActionDecisionMenuitemRenderer. render(org.zkoss.zul.Menupopup parent, java.lang.Void configuration, org.apache.commons.lang3.tuple.Pair<WorkflowActionModel,WorkflowDecisionModel> data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)voidWorkflowActionDecisionListSubMenuRenderer. setPredicate(java.util.function.Predicate<WorkflowActionModel> predicate) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow.renderer.predicates
Methods in com.hybris.backoffice.workflow.renderer.predicates with parameters of type WorkflowActionModel Modifier and Type Method Description booleanDecisionWorkflowActionPredicate. test(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.b2b
Methods in de.hybris.platform.b2b with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowIntegrationTest. approveWorkflowAction(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowActionModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelB2BWorflowActionDao. findWorkflowActionByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.WorkflowActionModelB2BWorflowActionDao. getWorkflowActionByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BWorflowActionDao.findWorkflowActionByCode(String)Methods in de.hybris.platform.b2b.dao that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findActionByUserAndStatus(WorkflowActionStatus status, UserModel user)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findWorkflowActionsByUser(UserModel user)Find all the workflow actions for given userjava.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Finds a work flow action with a particular workflowaction status, user and template qualifier -
Uses of WorkflowActionModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelDefaultB2BWorkflowActionDao. findWorkflowActionByCode(java.lang.String code)WorkflowActionModelDefaultB2BWorkflowActionDao. getWorkflowActionByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byDefaultB2BWorkflowActionDao.findWorkflowActionByCode(String)Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findActionByUserAndStatus(WorkflowActionStatus status, UserModel user)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findWorkflowActionsByUser(UserModel user)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, java.lang.String qualifier, UserModel user) -
Uses of WorkflowActionModel in de.hybris.platform.b2b.migration
Methods in de.hybris.platform.b2b.migration that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected java.util.List<WorkflowActionModel>B2BWorkflowMigrationFor4_4Release. findWorkflowActionsToMigrate() -
Uses of WorkflowActionModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelB2BAbstractWorkflowAutomatedAction. perform(WorkflowActionModel action)voidAfterApproveOrderWorkflowDecisionAction. performAction(WorkflowActionModel action)voidAfterRejectOrderWorkflowDecisionAction. performAction(WorkflowActionModel action)voidApproveDecisionAutomatedAction. performAction(WorkflowActionModel action)abstract voidB2BAbstractWorkflowAutomatedAction. performAction(WorkflowActionModel action)voidB2BAfterWorkflowAction. performAction(WorkflowActionModel action)voidRejectDecisionAutomatedAction. performAction(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelB2BWorkflowIntegrationService. getActionByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BWorkflowIntegrationService.getActionForCode(String)WorkflowActionModelB2BWorkflowIntegrationService. getActionForCode(java.lang.String code)Get WorkflowAction for its code.Methods in de.hybris.platform.b2b.services that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. findByActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel)java.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. getStartWorkflowActions(WorkflowModel workflow)Gets all WorkFlowActions that are ofWorkflowActionType.STARTtype.java.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)java.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. getWorkflowActionsForUser(UserModel user)Gets a collection of workflow actions for a userMethods in de.hybris.platform.b2b.services with parameters of type WorkflowActionModel Modifier and Type Method Description voidB2BWorkflowIntegrationService. approveWorkflowAction(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.voidB2BWorkflowIntegrationService. decideAction(WorkflowActionModel workflowActionModel, java.lang.String decisionQualifier)Makes a decision on an action based on the qualifier (The qualifier is used to look up a decision with its code build fromAbstractWorkflowActionModel.CODE_decisionQualifier)OrderModelB2BWorkflowIntegrationService. getOrderFromAction(WorkflowActionModel workflowActionModel)Gets the associated order to the WorkflowActionModel qualifier.voidB2BWorkflowIntegrationService. rejectWorkflowAction(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of WorkflowActionModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelDefaultB2BWorkflowIntegrationService. getActionByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byDefaultB2BWorkflowIntegrationService.getActionForCode(String)WorkflowActionModelDefaultB2BWorkflowIntegrationService. getActionForCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.protected WorkflowActionModelDefaultB2BWorkflowIntegrationService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.Collection<WorkflowActionModel> workflowActions)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. findByActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byDefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. getStartWorkflowActions(WorkflowModel workflow)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. getWorkflowActionsForUser(UserModel user)Methods in de.hybris.platform.b2b.services.impl with parameters of type WorkflowActionModel Modifier and Type Method Description voidB2BQuoteOrderApprovalProcessTest. approveQuoteWorkflowAction(WorkflowActionModel workflowActionModel, OrderModel order)voidB2BQuoteOrderApprovalProcessTest. approveWorkflowAction(WorkflowActionModel workflowActionModel)voidDefaultB2BWorkflowIntegrationService. approveWorkflowAction(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.2.protected voidDefaultB2BWorkflowIntegrationService. decideAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel workflowDecisionModel)voidDefaultB2BWorkflowIntegrationService. decideAction(WorkflowActionModel workflowActionModel, java.lang.String decisionQualifier)Makes a decision on an action based on the qualifier (The qualifier is used to look up a decision with its code build fromAbstractWorkflowActionModel.CODE_decisionQualifier)OrderModelDefaultB2BWorkflowIntegrationService. getOrderFromAction(WorkflowActionModel workflowActionModel)voidDefaultB2BWorkflowIntegrationService. rejectWorkflowAction(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.2.Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelDefaultB2BWorkflowIntegrationService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.Collection<WorkflowActionModel> workflowActions)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of WorkflowActionModel in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected Converter<WorkflowActionModel,B2BOrderApprovalData>DefaultB2BOrderFacade. getB2bOrderApprovalDashboardConverter()protected Converter<WorkflowActionModel,B2BOrderApprovalData>DefaultB2BOrderFacade. getB2bOrderApprovalDataConverter()Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type WorkflowActionModel Modifier and Type Method Description protected voidDefaultB2BOrderFacade. addCommentToWorkflowAction(WorkflowActionModel workflowActionModel, java.lang.String comment)Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description voidDefaultB2BOrderFacade. setB2bOrderApprovalDashboardConverter(Converter<WorkflowActionModel,B2BOrderApprovalData> b2bOrderApprovalDashboardConverter)voidDefaultB2BOrderFacade. setB2bOrderApprovalDataConverter(Converter<WorkflowActionModel,B2BOrderApprovalData> b2bOrderApprovalDataConverter) -
Uses of WorkflowActionModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type WorkflowActionModel Modifier and Type Method Description voidB2BApprovalDataPopulator. populate(WorkflowActionModel source, B2BOrderApprovalData target)voidB2BOrderApprovalDashboardPopulator. populate(WorkflowActionModel source, B2BOrderApprovalData target) -
Uses of WorkflowActionModel in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchPageData<WorkflowActionModel>PagedB2BWorkflowActionDao. findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of WorkflowActionModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchPageData<WorkflowActionModel>DefaultPagedB2BWorkflowActionDao. findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of WorkflowActionModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses. -
Uses of WorkflowActionModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData) -
Uses of WorkflowActionModel in de.hybris.platform.cms2.workflow.actions
Methods in de.hybris.platform.cms2.workflow.actions with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelApprovePageAutomatedWorkflowAction. perform(WorkflowActionModel action)WorkflowDecisionModelRejectEditingAutomatedWorkflowAction. perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelCMSWorkflowActionService. getWorkflowActionForCode(WorkflowModel workflow, java.lang.String actionCode)Finds theWorkflowActionModelfor a givenWorkflowModelthat matches the provided action code.Methods in de.hybris.platform.cms2.workflow.service that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.Methods in de.hybris.platform.cms2.workflow.service with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelCMSWorkflowActionService. getActionDecisionForCode(WorkflowActionModel action, java.lang.String decisionCode)Finds theWorkflowDecisionModelfor a givenWorkflowActionModelthat matches the provided decision code.booleanCMSWorkflowParticipantService. isWorkflowActionParticipant(WorkflowActionModel workflowAction)Determines if the current session user is a participant of the given workflow. -
Uses of WorkflowActionModel in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelDefaultCMSWorkflowActionService. getWorkflowActionForCode(WorkflowModel workflow, java.lang.String actionCode)Methods in de.hybris.platform.cms2.workflow.service.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)Methods in de.hybris.platform.cms2.workflow.service.impl with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelDefaultCMSWorkflowActionService. getActionDecisionForCode(WorkflowActionModel action, java.lang.String decisionCode)booleanDefaultCMSWorkflowParticipantService. isWorkflowActionParticipant(WorkflowActionModel workflowAction) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.common.predicate
Methods in de.hybris.platform.cmsfacades.common.predicate with parameters of type WorkflowActionModel Modifier and Type Method Description booleanAutomatedWorkflowActionTypePredicate. test(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowActionModelBuilder. build()protected WorkflowActionModelWorkflowActionModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelBuilderWorkflowDecisionModelBuilder. withAction(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowActionModelMother. createAction(WorkflowActionTemplateModel actionTemplate, WorkflowModel workflow)Methods in de.hybris.platform.cmsfacades.util.models with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowDecisionModelMother. createWorkflowApproveDecision(WorkflowActionModel workflowActionModel)protected WorkflowDecisionModelWorkflowDecisionModelMother. createWorkflowDecision(WorkflowActionModel workflowActionModel, java.lang.String name)WorkflowDecisionModelWorkflowDecisionModelMother. createWorkflowRejectDecision(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelDefaultCMSWorkflowFacade. findNextAction(WorkflowActionModel action)Finds the next non-automated outgoing workflow action where a comment should be added to.Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected java.util.function.Predicate<WorkflowActionModel>DefaultCMSWorkflowFacade. getAutomatedWorkflowActionTypePredicate()protected Converter<WorkflowActionModel,java.util.List<CMSWorkflowTaskData>>DefaultCMSWorkflowActionFacade. getCmsWorkflowTaskDataConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type WorkflowActionModel Modifier and Type Method Description protected voidDefaultCMSWorkflowFacade. addCommentToAction(WorkflowActionModel action, CMSWorkflowCommentModel comment)Adds a comment to an action.protected voidDefaultCMSWorkflowFacadeTest. assertActionHasComment(WorkflowActionModel actionModel, CommentModel expectedComment)protected WorkflowActionModelDefaultCMSWorkflowFacade. findNextAction(WorkflowActionModel action)Finds the next non-automated outgoing workflow action where a comment should be added to.Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description voidDefaultCMSWorkflowFacade. setAutomatedWorkflowActionTypePredicate(java.util.function.Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate)voidDefaultCMSWorkflowActionFacade. setCmsWorkflowTaskDataConverter(Converter<WorkflowActionModel,java.util.List<CMSWorkflowTaskData>> cmsWorkflowTaskDataConverter) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected java.util.function.Predicate<WorkflowActionModel>CMSWorkflowWithActionsDataPopulator. getAutomatedWorkflowActionTypePredicate()protected Converter<WorkflowActionModel,CMSWorkflowActionData>CMSWorkflowTaskDataPopulator. getCmsWorkflowActionDataConverter()protected Converter<WorkflowActionModel,CMSWorkflowActionData>CMSWorkflowWithActionsDataPopulator. getCmsWorkflowActionDataConverter()protected java.util.function.Predicate<WorkflowActionModel>CMSWorkflowTaskDataPopulator. isPrincipalAssignedInCurrentPrincipals()Verifies that the PrincipalAssigned of givenWorkflowActionModelis part of related principals of current user.Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type WorkflowActionModel Modifier and Type Method Description voidCMSWorkflowActionDataPopulator. populate(WorkflowActionModel workflowActionModel, CMSWorkflowActionData workflowActionData)voidCMSWorkflowTaskDataPopulator. populate(WorkflowActionModel workflowActionModel, java.util.List<CMSWorkflowTaskData> cmsWorkflowTaskDataList)Method parameters in de.hybris.platform.cmsfacades.workflow.populator with type arguments of type WorkflowActionModel Modifier and Type Method Description voidCMSWorkflowWithActionsDataPopulator. setAutomatedWorkflowActionTypePredicate(java.util.function.Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate)voidCMSWorkflowTaskDataPopulator. setCmsWorkflowActionDataConverter(Converter<WorkflowActionModel,CMSWorkflowActionData> cmsWorkflowActionDataConverter)voidCMSWorkflowWithActionsDataPopulator. setCmsWorkflowActionDataConverter(Converter<WorkflowActionModel,CMSWorkflowActionData> cmsWorkflowActionDataConverter) -
Uses of WorkflowActionModel in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowFacade. getStartWorkflowActions(WorkflowModel adhocWorkflowModel) -
Uses of WorkflowActionModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type WorkflowActionModel Modifier and Type Method Description protected voidTaskCellRenderer. doDecideAction(WorkflowActionModel action, WorkflowDecisionModel decision, TableModel model, org.zkoss.zk.ui.Component parent) -
Uses of WorkflowActionModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelInboxViewModel. getAction()Generated method - Getter of theInboxView.actionattribute defined at extensionworkflow. -
Uses of WorkflowActionModel in de.hybris.platform.ordermanagementfacades.workflow.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.workflow.converters.populator that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected Converter<WorkflowActionModel,WorkflowActionData>WorkflowPopulator. getWorkflowActionConverter()Methods in de.hybris.platform.ordermanagementfacades.workflow.converters.populator with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowActionPopulator. populate(WorkflowActionModel source, WorkflowActionData target)Method parameters in de.hybris.platform.ordermanagementfacades.workflow.converters.populator with type arguments of type WorkflowActionModel Modifier and Type Method Description voidWorkflowPopulator. setWorkflowActionConverter(Converter<WorkflowActionModel,WorkflowActionData> workflowActionConverter) -
Uses of WorkflowActionModel in de.hybris.platform.ordermanagementfacades.workflow.impl
Methods in de.hybris.platform.ordermanagementfacades.workflow.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description protected Converter<WorkflowActionModel,WorkflowActionData>DefaultOmsWorkflowFacade. getWorkflowActionConverter()Method parameters in de.hybris.platform.ordermanagementfacades.workflow.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description voidDefaultOmsWorkflowFacade. setWorkflowActionConverter(Converter<WorkflowActionModel,WorkflowActionData> workflowActionConverter) -
Uses of WorkflowActionModel in de.hybris.platform.platformbackoffice.actions.workflow
Methods in de.hybris.platform.platformbackoffice.actions.workflow with parameters of type WorkflowActionModel Modifier and Type Method Description protected java.util.List<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer. getPermittedDecisions(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanWorkflowActionDecisionActionRenderer. hasPermissions(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanWorkflowActionDecisionActionRenderer. hasPermissionToMakeDecision(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.protected voidWorkflowActionDecisionActionRenderer. registerWorkflowActionUpdateListener(WorkflowActionModel workflowAction, org.zkoss.zul.Hlayout container, org.zkoss.zk.ui.Component parent)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.platformbackoffice.actions.workflow with type arguments of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer. createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)Deprecated, for removal: This API element is subject to removal in a future version.protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer. createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)Deprecated, for removal: This API element is subject to removal in a future version.protected org.zkoss.zul.ComboboxWorkflowActionDecisionActionRenderer. createDecisionCombobox(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, org.zkoss.zul.Button confirmButton)Deprecated, for removal: This API element is subject to removal in a future version.com.hybris.cockpitng.actions.ActionResultWorkflowActionDecisionAction. perform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowActionDecisionActionRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowActionDecisionActionRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener)Deprecated, for removal: This API element is subject to removal in a future version.protected voidWorkflowActionDecisionActionRenderer. setInitialComboboxValue(org.zkoss.zul.Combobox combobox, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanWorkflowActionDecisionActionRenderer. shouldRenderAction(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowActionModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.ButtonWorkflowDecisionActionSectionRenderer. createActionButton(org.zkoss.zul.Combobox combobox, WorkflowActionModel workflowActionModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected org.zkoss.zk.ui.event.EventListenerWorkflowDecisionActionSectionRenderer. createSelectedDecisionListener(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowActionModel actionModel, org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected org.zkoss.zul.ComboboxWorkflowDecisionActionSectionRenderer. createSlectedDecisionCombobox(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowActionModel action, org.zkoss.zk.ui.Component component, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected java.util.List<WorkflowDecisionModel>WorkflowDecisionActionSectionRenderer. getPermittedDecisions(WorkflowActionModel action)protected booleanWorkflowDecisionActionSectionRenderer. hasPermissions(WorkflowActionModel action)protected booleanWorkflowDecisionActionSectionRenderer. hasPermissionToMakeDecision(WorkflowActionModel action)protected voidWorkflowDecisionActionSectionRenderer. performAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager wim)protected voidWorkflowDecisionActionSectionRenderer. refreshAfterCancel(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowActionModel actionModel, org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected voidWorkflowDecisionActionSectionRenderer. refreshAfterSave(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowActionModel actionModel)protected voidWorkflowDecisionActionSectionRenderer. refreshWidgetModelAfterSaveListeners(WorkflowActionModel actionModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidWorkflowDecisionActionSectionRenderer. renderSectionInternal(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowActionModel action, org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType) -
Uses of WorkflowActionModel in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions with parameters of type WorkflowActionModel Modifier and Type Method Description protected WorkflowDecisionModelAbstractAutomatedWorkflowTemplateJob. defaultDecision(WorkflowActionModel workflowActionModel)Use this when there is only ONE decision from a given action! Gets the next decision and resumes the execution of the workflow UNLESS there are no more decisions in which case we return null to indicate the end of the workflowprotected <T extends ItemModel>
TAbstractAutomatedWorkflowTemplateJob. getModelOfType(WorkflowActionModel workflowActionModel, java.lang.Class<T> clazz)Gets a model of the provided class from the listprotected B2BRegistrationModelAbstractAutomatedWorkflowTemplateJob. getRegistrationAttachment(WorkflowActionModel workflowActionModel)Gets theB2BRegistrationModelattached to the workflowWorkflowDecisionModelRegistrationApprovedAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelRegistrationRejectedAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelSendEmailAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelSendEmailAutomatedWorkflowTemplateTestJob. perform(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelDefaultTaskDeleteCancellationEventsOnAsnCancelAction. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelDefaultTaskDeleteStockLevelsOnAsnCancelAction. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelDefaultTaskReallocateConsignmentsOnAsnCancelAction. perform(WorkflowActionModel workflowActionModel)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.taskassignment.actions
Methods in de.hybris.platform.warehousing.taskassignment.actions with parameters of type WorkflowActionModel Modifier and Type Method Description protected voidAbstractTaskAssignmentActions. assignNewPrincipalToAction(WorkflowActionModel automatedWorkflowAction, WorkflowActionModel workflowAction)AlignsAbstractWorkflowActionModel.PRINCIPALASSIGNEDbetween action and automated action.protected java.util.Optional<ItemModel>AbstractTaskAssignmentActions. getAttachedAsn(WorkflowActionModel action)Fetches theAdvancedShippingNoticeModelassociated to the receivedWorkflowActionModelprotected java.util.Optional<ItemModel>AbstractTaskAssignmentActions. getAttachedConsignment(WorkflowActionModel action)Fetches the consignmentConsignmentModelassociated to the receivedWorkflowActionModelprotected voidAbstractTaskAssignmentActions. getWorkflowActionAndAssignPrincipal(java.lang.String templateCode, WorkflowActionModel currentWorkflowAction, ConsignmentModel attachedConsignment, java.lang.String actionLabel)Gets theWorkflowActionModeland assigns the proper principal to it.protected voidTaskAssignmentPackConsignmentAction. getWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction, ConsignmentModel attachedConsignment, java.lang.String actionLabel)WorkflowDecisionModelTaskAssignmentPackConsignmentAction. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelTaskAssignmentPickupConsignmentAction. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelTaskAssignmentShipConsignmentAction. perform(WorkflowActionModel workflowAction) -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.taskassignment.services
Methods in de.hybris.platform.warehousing.taskassignment.services that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWarehousingConsignmentWorkflowService. getWorkflowActionForTemplateCode(java.lang.String templateCode, ConsignmentModel consignment) -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.taskassignment.services.impl
Methods in de.hybris.platform.warehousing.taskassignment.services.impl that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelDefaultWarehousingConsignmentWorkflowService. getWorkflowActionForTemplateCode(java.lang.String templateCode, ConsignmentModel consignment) -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.taskassignment.strategy.impl
Methods in de.hybris.platform.warehousing.taskassignment.strategy.impl with parameters of type WorkflowActionModel Modifier and Type Method Description protected UserModelUserWithLowestLoadSelectionStrategy. userWithLowestLoad(WorkflowModel workflow, WorkflowActionModel workflowAction)Finds theUserModelwith the lowest load -
Uses of WorkflowActionModel in de.hybris.platform.warehousingbackoffice.actions.done
Methods in de.hybris.platform.warehousingbackoffice.actions.done that return types with arguments of type WorkflowActionModel Modifier and Type Method Description com.hybris.cockpitng.actions.ActionResult<java.util.Collection<WorkflowActionModel>>DoneAction. perform(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)Method parameters in de.hybris.platform.warehousingbackoffice.actions.done with type arguments of type WorkflowActionModel Modifier and Type Method Description booleanDoneAction. canPerform(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)protected voidDoneAction. displayCancellationMessageBox(java.util.Collection<WorkflowActionModel> cancelledTasks, com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)Displays a message box to notify the user that the givenCollectionare cancelled.protected voidDoneAction. displayCancellationMessageBox(java.util.Collection<WorkflowActionModel> cancelledTasks, com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)Displays a message box to notify the user that the givenCollectionare cancelled.java.lang.StringDoneAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)booleanDoneAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext)com.hybris.cockpitng.actions.ActionResult<java.util.Collection<WorkflowActionModel>>DoneAction. perform(com.hybris.cockpitng.actions.ActionContext<java.util.Collection<WorkflowActionModel>> actionContext) -
Uses of WorkflowActionModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type WorkflowActionModel Modifier and Type Method Description protected org.zkoss.zul.MenupopupConsignmentMenuRenderer. createMenuPopup(WorkflowActionModel workflowActionModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Creates the popup menu associated to the three-dots menu.protected voidConsignmentMenuRenderer. printDocument(WorkflowActionModel workflowActionModel, ConsignmentModel consignmentModel)Prints a document depending on theWorkflowActionModelthat is to be performed -
Uses of WorkflowActionModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowActionService. complete(WorkflowActionModel action)Completes actionWorkflowActionModelWorkflowActionService. createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow)Creates workflow action based on template and attach it to workflowWorkflowActionModelWorkflowActionService. disable(WorkflowActionModel action)Disable actionWorkflowActionModelWorkflowActionService. getActionForCode(WorkflowModel workflow, java.lang.String code)WorkflowActionModelWorkflowActionService. idle(WorkflowActionModel action)Idles actionMethods in de.hybris.platform.workflow that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowActionService. getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType)Returns workflow actions with attachment that match type passed as a parameterjava.util.List<WorkflowActionModel>WorkflowActionService. getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentTypeCodeOrClassName)Returns workflow actions with attachment that match type or code passed as a parameterjava.util.List<WorkflowActionModel>WorkflowActionService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments)Returns workflow actions with attachment that match types passedjava.util.List<WorkflowActionModel>WorkflowActionService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments, java.util.Collection<WorkflowActionStatus> actionStatuses)Returns workflow actions with attachment that match types passed and statusesjava.util.List<WorkflowActionModel>WorkflowActionService. getEndWorkflowActions(WorkflowModel workflow)Returns ended workflow actionsjava.util.List<WorkflowActionModel>WorkflowActionService. getNormalWorkflowActions(WorkflowModel workflow)Returns normal workflow actionsjava.util.List<WorkflowActionModel>WorkflowActionService. getStartWorkflowActions(WorkflowModel workflow)Returns start workflow actionsjava.util.List<WorkflowActionModel>WorkflowActionService. getWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow)Returns workflow actions by typeMethods in de.hybris.platform.workflow with parameters of type WorkflowActionModel Modifier and Type Method Description booleanWorkflowProcessingService. activate(WorkflowActionModel action)Activates an action and saves the activationWorkflowActionCommentModelWorkflowActionCommentService. addCommentToAction(java.lang.String commentValue, WorkflowActionModel action)Adds comment to actionWorkflowActionModelWorkflowActionService. complete(WorkflowActionModel action)Completes actionorg.apache.commons.mail.HtmlEmailEmailService. createActivationEmail(WorkflowActionModel action)Creates activation e-mail for the givenactionThis is performed right after the activation of the action.voidWorkflowProcessingService. decideAction(WorkflowActionModel action, WorkflowDecisionModel decision)Decides an action and assign a decisionWorkflowActionModelWorkflowActionService. disable(WorkflowActionModel action)Disable actionjava.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action)Returns attachments assigned to action or empty listjava.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Returns attachments assigned to action that match class name or empty listjava.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Returns attachments assigned to action that match all class names passed as a paremeterWorkflowActionModelWorkflowActionService. idle(WorkflowActionModel action)Idles actionbooleanWorkflowActionService. isActive(WorkflowActionModel action)Returns true if action is activebooleanWorkflowActionService. isCompleted(WorkflowActionModel action)Returns true if action is completedbooleanWorkflowActionService. isDisabled(WorkflowActionModel action)Returns true if action is disabledbooleanWorkflowActionService. isEndedByWorkflow(WorkflowActionModel action)Returns true if action is ended by a workdlowbooleanWorkflowActionService. isUserAssignedPrincipal(WorkflowActionModel action)Returns true if user is assigned to actionvoidWorkflowProcessingService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction)Sets "andconnection" attribute for links.voidWorkflowProcessingService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction)Sets "orconnection" attribute for links. -
Uses of WorkflowActionModel in de.hybris.platform.workflow.dao
Methods in de.hybris.platform.workflow.dao that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowDAO. 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)java.util.List<WorkflowActionModel>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)java.util.List<WorkflowActionModel>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)java.util.List<WorkflowActionModel>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 WorkflowActionModel in de.hybris.platform.workflow.dao.impl
Methods in de.hybris.platform.workflow.dao.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>DefaultWorkflowDAO. getEndWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowDAO. getNormalWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowDAO. getStartWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowDAO. getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowActionDao. findEndWorkflowActions(WorkflowModel workflow)java.util.List<WorkflowActionModel>WorkflowActionDao. findNormalWorkflowActions(WorkflowModel workflow)java.util.List<WorkflowActionModel>WorkflowActionDao. findStartWorkflowActions(WorkflowModel workflow)java.util.List<WorkflowActionModel>WorkflowActionDao. findWorkflowActionsByStatusAndAttachmentType(java.util.List<ComposedTypeModel> attachmentTypes, java.util.Collection<WorkflowActionStatus> actionStatuses)java.util.List<WorkflowActionModel>WorkflowActionDao. findWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>DefaultWorkflowActionDao. findEndWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionDao. findNormalWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionDao. findStartWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionDao. findWorkflowActionsByStatusAndAttachmentType(java.util.List<ComposedTypeModel> attachmentTypes, java.util.Collection<WorkflowActionStatus> actionStatuses)java.util.List<WorkflowActionModel>DefaultWorkflowActionDao. findWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelDefaultWorkflowActionService. complete(WorkflowActionModel action)WorkflowActionModelDefaultWorkflowActionService. createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow)WorkflowActionModelDefaultWorkflowActionService. disable(WorkflowActionModel action)WorkflowActionModelDefaultWorkflowActionService. getActionForCode(WorkflowModel workflow, java.lang.String code)protected WorkflowActionModelDefaultWorkflowService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions)WorkflowActionModelDefaultWorkflowActionService. idle(WorkflowActionModel action)Methods in de.hybris.platform.workflow.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentTypeCodeOrClassName)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments, java.util.Collection<WorkflowActionStatus> actionStatuses)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getEndWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getNormalWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getStartWorkflowActions(WorkflowModel wfModel)java.util.List<WorkflowActionModel>DefaultWorkflowActionService. getWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel)Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionModel Modifier and Type Method Description booleanDefaultWorkflowProcessingService. activate(WorkflowActionModel action)Activates an action and saves the activationWorkflowActionCommentModelDefaultWorkflowActionCommentService. addCommentToAction(java.lang.String commentValue, WorkflowActionModel action)protected voidDefaultWorkflowProcessingService. checkIncomingLinks(WorkflowActionModel action)WorkflowActionModelDefaultWorkflowActionService. complete(WorkflowActionModel action)org.apache.commons.mail.HtmlEmailDefaultEmailService. createActivationEmail(WorkflowActionModel action)protected voidDefaultWorkflowProcessingService. decide(WorkflowActionModel action)voidDefaultWorkflowProcessingService. decideAction(WorkflowActionModel action, WorkflowDecisionModel decision)Decides an action and assign a decisionWorkflowActionModelDefaultWorkflowActionService. disable(WorkflowActionModel action)java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action)java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)WorkflowActionModelDefaultWorkflowActionService. idle(WorkflowActionModel action)booleanDefaultWorkflowActionService. isActive(WorkflowActionModel action)booleanDefaultWorkflowActionService. isCompleted(WorkflowActionModel action)booleanDefaultWorkflowActionService. isDisabled(WorkflowActionModel action)booleanDefaultWorkflowActionService. isEndedByWorkflow(WorkflowActionModel action)booleanDefaultWorkflowActionService. isUserAssignedPrincipal(WorkflowActionModel action)protected booleanDefaultWorkflowProcessingService. predecessorsCompleted(WorkflowActionModel action)voidDefaultWorkflowProcessingService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction)voidDefaultWorkflowProcessingService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction)protected voidDefaultWorkflowProcessingService. writeAutomatedComment(WorkflowActionModel action, java.lang.String message, java.lang.String... messageParams)voidDefaultWorkflowService. writeAutomatedComment(WorkflowActionModel action, java.lang.String message, java.lang.String... messageParams)Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelDefaultWorkflowService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions)voidDefaultWorkflowService. setActionsWorkflowTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowTemplateModel,java.util.List<WorkflowActionModel>> actionsFromWorkflowTemplate) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelWorkflowCompatibleTest. getAction(java.lang.String code)Gets the action with given code from test workflow instance.protected WorkflowActionModelWorkflowTest. getAction(java.lang.String code)Gets the action with given code from test workflow instance.Methods in de.hybris.platform.workflow.integration with parameters of type WorkflowActionModel Modifier and Type Method Description protected WorkflowDecisionModelWorkflowTest. getDecision(java.lang.String code, WorkflowActionModel action)Gets the decision with given code from test workflow instance.WorkflowDecisionModelWorkflowAutomatedAction. perform(WorkflowActionModel action)WorkflowDecisionModelWorkflowAutomatedTest.WorkflowAutomatedTestAction. perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.jobs
Methods in de.hybris.platform.workflow.jobs with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelAutomatedWorkflowTemplateJob. perform(WorkflowActionModel action)execution method for the automated workflow jobWorkflowDecisionModelWorkflowAutomatedAction. perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowDecisionModel. getAction()Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>WorkflowItemAttachmentModel. getActions()Generated method - Getter of theWorkflowItemAttachment.actionsattribute defined at extensionworkflow.java.util.List<WorkflowActionModel>WorkflowModel. getActions()Generated method - Getter of theWorkflow.actionsattribute defined at extensionworkflow.java.util.Collection<WorkflowActionModel>WorkflowDecisionModel. getToActions()Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowDecisionModel. setAction(WorkflowActionModel value)Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionModel Modifier and Type Method Description voidWorkflowItemAttachmentModel. setActions(java.util.Collection<WorkflowActionModel> value)Generated method - Setter ofWorkflowItemAttachment.actionsattribute defined at extensionworkflow.voidWorkflowModel. setActions(java.util.List<WorkflowActionModel> value)Generated method - Setter ofWorkflow.actionsattribute defined at extensionworkflow.voidWorkflowDecisionModel. setToActions(java.util.Collection<WorkflowActionModel> value)Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow. -
Uses of WorkflowActionModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowService. getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(de.hybris.platform.core.model.type.ComposedTypeModel)java.util.List<WorkflowActionModel>WorkflowService. getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String)java.util.List<WorkflowActionModel>WorkflowService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List)java.util.List<WorkflowActionModel>WorkflowService. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames, java.util.Collection<WorkflowActionStatus> actionStatuses)Deprecated, for removal: This API element is subject to removal in a future version.since agesjava.util.List<WorkflowActionModel>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)java.util.List<WorkflowActionModel>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)java.util.List<WorkflowActionModel>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)java.util.List<WorkflowActionModel>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)Methods in de.hybris.platform.workflow.services with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowService. addComment(java.lang.Object comment, WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionCommentService.addCommentToAction(String, WorkflowActionModel)voidWorkflowService. decideAction(WorkflowActionModel action, WorkflowDecisionModel decision)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowProcessingService.decideAction(WorkflowActionModel, WorkflowDecisionModel)java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel)java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, String)java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, List)java.util.List<WorkflowActionCommentModel>WorkflowService. getCommentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useAbstractWorkflowActionModel.getWorkflowActionComments()java.util.List<WorkflowDecisionModel>WorkflowService. getDecisionsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please usegetDecisions() -
Uses of WorkflowActionModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>WorkflowServiceImpl. getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames, java.util.Collection<WorkflowActionStatus> actionStatuses)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getEndWorkflowActions(WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getNormalWorkflowActions(WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getStartWorkflowActions(WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionModel>WorkflowServiceImpl. getWorkflowActionsByType(EnumerationValue type, WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowServiceImpl. addComment(java.lang.Object comment, WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowServiceImpl. decideAction(WorkflowActionModel action, WorkflowDecisionModel decision)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowActionCommentModel>WorkflowServiceImpl. getCommentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<WorkflowDecisionModel>WorkflowServiceImpl. getDecisionsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please usegetDecisions() -
Uses of WorkflowActionModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl that return WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelAbstractWorkflowFactory. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions)Methods in de.hybris.platform.workflow.services.internal.impl that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.List<WorkflowActionModel>ActionsFromWorkflowTemplateFactory. create(WorkflowModel target, WorkflowTemplateModel template)Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowActionModel Modifier and Type Method Description WorkflowDecisionModelDefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper. perform(WorkflowActionModel action)Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowActionModel Modifier and Type Method Description protected WorkflowActionModelAbstractWorkflowFactory. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.strategies
Methods in de.hybris.platform.workflow.strategies with parameters of type WorkflowActionModel Modifier and Type Method Description voidActionActivationStrategy. doAfterActivation(WorkflowActionModel action)voidDecideActionStrategy. doAfterActivationOfAndLink(WorkflowActionModel action)voidDecideActionStrategy. doAfterActivationOfOrLink(WorkflowActionModel action)voidDecideActionStrategy. doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.strategies.impl
Methods in de.hybris.platform.workflow.strategies.impl with parameters of type WorkflowActionModel Modifier and Type Method Description voidDefaultActionActivationStrategy. doAfterActivation(WorkflowActionModel action)voidDefaultDecideActionStrategy. doAfterActivationOfAndLink(WorkflowActionModel action)voidDefaultDecideActionStrategy. doAfterActivationOfOrLink(WorkflowActionModel action)voidDefaultDecideActionStrategy. doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec)protected voidDefaultDecideActionStrategy. writeAutomatedComment(WorkflowActionModel action, java.lang.String message, java.lang.String... messageParams)
-