Uses of Class
de.hybris.platform.workflow.model.WorkflowActionModel
Packages that use WorkflowActionModel
Package
Description
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 WorkflowActionModel in com.hybris.backoffice.widgets.workflowactions
Methods in com.hybris.backoffice.widgets.workflowactions that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionorg.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 StringDefaultWorkflowActionsRenderer.createMiddleContentLabel(WorkflowActionModel data) protected org.zkoss.zul.LabelDefaultWorkflowActionsRenderer.createNoOfAttachmentsLabel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, WorkflowActionModel data) protected org.zkoss.zul.ButtonDefaultWorkflowActionsRenderer.createTitleButton(String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zk.ui.ComponentDefaultWorkflowActionsRenderer.createTitleComponent(String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.DivDashboardWorkflowActionsRenderer.createTopContent(String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected org.zkoss.zul.DivDefaultWorkflowActionsRenderer.createTopContent(String title, WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) protected StringDefaultWorkflowActionsRenderer.createTopContentTitle(WorkflowActionModel data) protected voidDefaultWorkflowActionsRenderer.onTitleClick(WorkflowActionModel data, com.hybris.cockpitng.engine.WidgetInstanceManager wim) voidDashboardWorkflowActionsRenderer.render(org.zkoss.zul.Listitem listitem, 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, 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.MenupopupDefaultRunningWorkflowsRenderer.createParallelActionsPopup(com.hybris.cockpitng.engine.WidgetInstanceManager wim, List<WorkflowActionModel> actions) -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionCoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel) Gets all WorkflowAction items with statusWorkflowActionStatus.IN_PROGRESS.WorkflowFacade.getWorkflowActions()Gets workflow actions for the current user.Methods in com.hybris.backoffice.workflow with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowItemModelFactory.create(WorkflowActionModel action) Creates newWorkflowItemfrom theWorkflowActionModelprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 Collection<WorkflowItem>WorkflowItemFromModelExtractor.createNodes(List<WorkflowActionModel> models) protected Stream<WorkflowItem>WorkflowItemFromModelExtractor.extractActionsAsWorkflowItems(List<WorkflowActionModel> models) protected Stream<WorkflowItem>WorkflowItemFromModelExtractor.extractAndLinksAsWorkflowItems(List<WorkflowActionModel> models) protected Stream<WorkflowItem>WorkflowItemFromModelExtractor.extractDecisionsAsWorkflowItems(List<WorkflowActionModel> models) com.hybris.cockpitng.actions.ActionResultWorkflowActionDecisionAction.perform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx) voidWorkflowEventPublisher.publishWorkflowActionsDeletedEvent(List<WorkflowActionModel> workflowActions) Sends globally an event that WorkflowActions have been updated.voidWorkflowEventPublisher.publishWorkflowActionsUpdatedEvent(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 WorkflowActionModelConstructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowActionModel -
Uses of WorkflowActionModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel) DefaultWorkflowFacade.getWorkflowActions()Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultWorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultWorkflowEventPublisher.publishWorkflowActionsDeletedEvent(List<WorkflowActionModel> workflowActions) voidDefaultWorkflowEventPublisher.publishWorkflowActionsUpdatedEvent(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 WorkflowActionModelModifier and TypeMethodDescriptionprotected List<WorkflowActionModel>WorkflowDetailedNameRenderer.getActiveWorkflowActionsFromWorkflow(WorkflowModel workflowModel) WorkflowActionDecisionListSubMenuRenderer.getPredicate()Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.MenupopupWorkflowDetailedNameRenderer.createParallelTasksMenuPopup(List<WorkflowActionModel> actions) protected booleanWorkflowActionDecisionMenuitemRenderer.hasPermissions(org.apache.commons.lang3.tuple.Pair<WorkflowActionModel, WorkflowDecisionModel> data) voidWorkflowActionDecisionMenuitemRenderer.render(org.zkoss.zul.Menupopup parent, 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(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 WorkflowActionModelModifier and TypeMethodDescriptionbooleanDecisionWorkflowActionPredicate.test(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.b2b
Methods in de.hybris.platform.b2b with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowIntegrationTest.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 WorkflowActionModelModifier and TypeMethodDescriptionB2BWorflowActionDao.findWorkflowActionByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BWorflowActionDao.getWorkflowActionByCode(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 WorkflowActionModelModifier and TypeMethodDescriptionB2BWorflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BWorflowActionDao.findWorkflowActionsByUser(UserModel user) Find all the workflow actions for given userB2BWorflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, 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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultB2BWorkflowActionDao.findWorkflowActionByCode(String code) DefaultB2BWorkflowActionDao.getWorkflowActionByCode(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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultB2BWorkflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BWorkflowActionDao.findWorkflowActionsByUser(UserModel user) DefaultB2BWorkflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionfinal 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 WorkflowActionModelModifier and TypeMethodDescriptionB2BWorkflowIntegrationService.getActionForCode(String code) Get WorkflowAction for its code.Methods in de.hybris.platform.b2b.services that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) Gets all WorkFlowActions that are ofWorkflowActionType.STARTtype.B2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, String qualifier, UserModel user) Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)B2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user) Gets a collection of workflow actions for a userMethods in de.hybris.platform.b2b.services with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidB2BWorkflowIntegrationService.approveWorkflowAction(WorkflowActionModel workflowActionModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.voidB2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel, 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)B2BWorkflowIntegrationService.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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultB2BWorkflowIntegrationService.getActionForCode(String code) 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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, String qualifier, UserModel user) Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)DefaultB2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user) Methods in de.hybris.platform.b2b.services.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidB2BQuoteOrderApprovalProcessTest.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, 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)DefaultB2BWorkflowIntegrationService.getOrderFromAction(WorkflowActionModel workflowActionModel) voidDefaultB2BWorkflowIntegrationService.rejectWorkflowAction(WorkflowActionModel workflowActionModel) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.2. -
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 WorkflowActionModelModifier and TypeMethodDescriptionprotected Converter<WorkflowActionModel,B2BOrderApprovalData> DefaultB2BOrderFacade.getB2bOrderApprovalDashboardConverter()protected Converter<WorkflowActionModel,B2BOrderApprovalData> DefaultB2BOrderFacade.getB2bOrderApprovalDataConverter()Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected voidDefaultB2BOrderFacade.addCommentToWorkflowAction(WorkflowActionModel workflowActionModel, String comment) Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultB2BOrderFacade.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 WorkflowActionModelModifier and TypeMethodDescriptionvoidB2BApprovalDataPopulator.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 WorkflowActionModelModifier and TypeMethodDescriptionPagedB2BWorkflowActionDao.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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultPagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of WorkflowActionModel in de.hybris.platform.b2bacceleratorservices.workflows.actions
Methods in de.hybris.platform.b2bacceleratorservices.workflows.actions that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionB2BRegistrationWorkflowIntegrationTest.getStartWorkflowActions(WorkflowModel workflow) Methods in de.hybris.platform.b2bacceleratorservices.workflows.actions with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected 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, Class<T> clazz) Gets a model of the provided class from the listprotected B2BRegistrationModelAbstractAutomatedWorkflowTemplateJob.getRegistrationAttachment(WorkflowActionModel workflowActionModel) Gets theB2BRegistrationModelattached to the workflowRegistrationApprovedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) RegistrationRejectedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) SendEmailAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowActionModel) SendEmailAutomatedWorkflowTemplateTestJob.perform(WorkflowActionModel workflowActionModel) -
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 WorkflowActionModelModifier and TypeMethodDescriptionCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, 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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, 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 WorkflowActionModelModifier and TypeMethodDescriptionApprovePageAutomatedWorkflowAction.perform(WorkflowActionModel action) RejectEditingAutomatedWorkflowAction.perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return WorkflowActionModelModifier and TypeMethodDescriptionCMSWorkflowActionService.getWorkflowActionForCode(WorkflowModel workflow, 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 WorkflowActionModelModifier and TypeMethodDescriptionCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, 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 WorkflowActionModelModifier and TypeMethodDescriptionCMSWorkflowActionService.getActionDecisionForCode(WorkflowActionModel action, 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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.getWorkflowActionForCode(WorkflowModel workflow, String actionCode) Methods in de.hybris.platform.cms2.workflow.service.impl that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) Methods in de.hybris.platform.cms2.workflow.service.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.getActionDecisionForCode(WorkflowActionModel action, 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 WorkflowActionModelModifier and TypeMethodDescriptionbooleanAutomatedWorkflowActionTypePredicate.test(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionModelBuilder.build()protected WorkflowActionModelWorkflowActionModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowDecisionModelBuilder.withAction(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionModelMother.createAction(WorkflowActionTemplateModel actionTemplate, WorkflowModel workflow) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowDecisionModelMother.createWorkflowApproveDecision(WorkflowActionModel workflowActionModel) protected WorkflowDecisionModelWorkflowDecisionModelMother.createWorkflowDecision(WorkflowActionModel workflowActionModel, String name) WorkflowDecisionModelMother.createWorkflowRejectDecision(WorkflowActionModel workflowActionModel) -
Uses of WorkflowActionModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected Predicate<WorkflowActionModel>DefaultCMSWorkflowFacade.getAutomatedWorkflowActionTypePredicate()protected Converter<WorkflowActionModel,List<CMSWorkflowTaskData>> DefaultCMSWorkflowActionFacade.getCmsWorkflowTaskDataConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacade.setAutomatedWorkflowActionTypePredicate(Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate) voidDefaultCMSWorkflowActionFacade.setCmsWorkflowTaskDataConverter(Converter<WorkflowActionModel, 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected Predicate<WorkflowActionModel>CMSWorkflowWithActionsDataPopulator.getAutomatedWorkflowActionTypePredicate()protected Converter<WorkflowActionModel,CMSWorkflowActionData> CMSWorkflowTaskDataPopulator.getCmsWorkflowActionDataConverter()protected Converter<WorkflowActionModel,CMSWorkflowActionData> CMSWorkflowWithActionsDataPopulator.getCmsWorkflowActionDataConverter()protected 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 WorkflowActionModelModifier and TypeMethodDescriptionvoidCMSWorkflowActionDataPopulator.populate(WorkflowActionModel workflowActionModel, CMSWorkflowActionData workflowActionData) voidCMSWorkflowTaskDataPopulator.populate(WorkflowActionModel workflowActionModel, List<CMSWorkflowTaskData> cmsWorkflowTaskDataList) Method parameters in de.hybris.platform.cmsfacades.workflow.populator with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidCMSWorkflowWithActionsDataPopulator.setAutomatedWorkflowActionTypePredicate(Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate) voidCMSWorkflowTaskDataPopulator.setCmsWorkflowActionDataConverter(Converter<WorkflowActionModel, CMSWorkflowActionData> cmsWorkflowActionDataConverter) voidCMSWorkflowWithActionsDataPopulator.setCmsWorkflowActionDataConverter(Converter<WorkflowActionModel, CMSWorkflowActionData> cmsWorkflowActionDataConverter) -
Uses of WorkflowActionModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionInboxViewModel.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected Converter<WorkflowActionModel,WorkflowActionData> WorkflowPopulator.getWorkflowActionConverter()Methods in de.hybris.platform.ordermanagementfacades.workflow.converters.populator with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowActionPopulator.populate(WorkflowActionModel source, WorkflowActionData target) Method parameters in de.hybris.platform.ordermanagementfacades.workflow.converters.populator with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowPopulator.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected Converter<WorkflowActionModel,WorkflowActionData> DefaultOmsWorkflowFacade.getWorkflowActionConverter()Method parameters in de.hybris.platform.ordermanagementfacades.workflow.impl with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultOmsWorkflowFacade.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 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.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultTaskDeleteCancellationEventsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) DefaultTaskDeleteStockLevelsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) DefaultTaskReallocateConsignmentsOnAsnCancelAction.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected voidAbstractTaskAssignmentActions.assignNewPrincipalToAction(WorkflowActionModel automatedWorkflowAction, WorkflowActionModel workflowAction) AlignsAbstractWorkflowActionModel.PRINCIPALASSIGNEDbetween action and automated action.AbstractTaskAssignmentActions.getAttachedAsn(WorkflowActionModel action) Fetches theAdvancedShippingNoticeModelassociated to the receivedWorkflowActionModelAbstractTaskAssignmentActions.getAttachedConsignment(WorkflowActionModel action) Fetches the consignmentConsignmentModelassociated to the receivedWorkflowActionModelprotected voidAbstractTaskAssignmentActions.getWorkflowActionAndAssignPrincipal(String templateCode, WorkflowActionModel currentWorkflowAction, ConsignmentModel attachedConsignment, String actionLabel) Gets theWorkflowActionModeland assigns the proper principal to it.protected voidTaskAssignmentPackConsignmentAction.getWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction, ConsignmentModel attachedConsignment, String actionLabel) TaskAssignmentPackConsignmentAction.perform(WorkflowActionModel workflowAction) TaskAssignmentPickupConsignmentAction.perform(WorkflowActionModel workflowAction) TaskAssignmentShipConsignmentAction.perform(WorkflowActionModel workflowAction) -
Uses of WorkflowActionModel in de.hybris.platform.warehousing.taskassignment.services
Methods in de.hybris.platform.warehousing.taskassignment.services that return WorkflowActionModelModifier and TypeMethodDescriptionWarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultWarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(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 WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<Collection<WorkflowActionModel>>DoneAction.perform(com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.done with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionbooleanDoneAction.canPerform(com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) protected voidDoneAction.displayCancellationMessageBox(Collection<WorkflowActionModel> cancelledTasks, com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) Displays a message box to notify the user that the givenCollection<WorkflowActionModel>are cancelled.protected voidDoneAction.displayCancellationMessageBox(Collection<WorkflowActionModel> cancelledTasks, com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) Displays a message box to notify the user that the givenCollection<WorkflowActionModel>are cancelled.DoneAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) booleanDoneAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) com.hybris.cockpitng.actions.ActionResult<Collection<WorkflowActionModel>>DoneAction.perform(com.hybris.cockpitng.actions.ActionContext<Collection<WorkflowActionModel>> actionContext) -
Uses of WorkflowActionModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected 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 WorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionService.complete(WorkflowActionModel action) Completes actionWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow) Creates workflow action based on template and attach it to workflowWorkflowActionService.disable(WorkflowActionModel action) Disable actionWorkflowActionService.getActionForCode(WorkflowModel workflow, String code) WorkflowActionService.idle(WorkflowActionModel action) Idles actionMethods in de.hybris.platform.workflow that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionService.getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType) Returns workflow actions with attachment that match type passed as a parameterWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String attachmentTypeCodeOrClassName) Returns workflow actions with attachment that match type or code passed as a parameterWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments) Returns workflow actions with attachment that match types passedWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments, Collection<WorkflowActionStatus> actionStatuses) Returns workflow actions with attachment that match types passed and statusesWorkflowActionService.getEndWorkflowActions(WorkflowModel workflow) Returns ended workflow actionsWorkflowActionService.getNormalWorkflowActions(WorkflowModel workflow) Returns normal workflow actionsWorkflowActionService.getStartWorkflowActions(WorkflowModel workflow) Returns start workflow actionsWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow) Returns workflow actions by typeMethods in de.hybris.platform.workflow with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionbooleanWorkflowProcessingService.activate(WorkflowActionModel action) Activates an action and saves the activationWorkflowActionCommentService.addCommentToAction(String commentValue, WorkflowActionModel action) Adds comment to actionWorkflowActionService.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 decisionWorkflowActionService.disable(WorkflowActionModel action) Disable actionWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action) Returns attachments assigned to action or empty listWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action, String attachmentClassName) Returns attachments assigned to action that match class name or empty listWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action, List<String> attachmentClassNames) Returns attachments assigned to action that match all class names passed as a paremeterWorkflowActionService.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 WorkflowActionModelModifier 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 WorkflowActionModel in de.hybris.platform.workflow.dao.impl
Methods in de.hybris.platform.workflow.dao.impl that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel) 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 WorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionDao.findEndWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findNormalWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findStartWorkflowActions(WorkflowModel workflow) WorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes, Collection<WorkflowActionStatus> actionStatuses) 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 WorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowActionDao.findEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findStartWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes, Collection<WorkflowActionStatus> actionStatuses) DefaultWorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowActionService.complete(WorkflowActionModel action) DefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow) DefaultWorkflowActionService.disable(WorkflowActionModel action) DefaultWorkflowActionService.getActionForCode(WorkflowModel workflow, String code) protected WorkflowActionModelDefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction, List<WorkflowActionModel> workflowActions) DefaultWorkflowActionService.idle(WorkflowActionModel action) Methods in de.hybris.platform.workflow.impl that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType) DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String attachmentTypeCodeOrClassName) DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments) DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments, Collection<WorkflowActionStatus> actionStatuses) DefaultWorkflowActionService.getEndWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionService.getNormalWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionService.getStartWorkflowActions(WorkflowModel wfModel) DefaultWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type, WorkflowModel wfModel) Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionbooleanDefaultWorkflowProcessingService.activate(WorkflowActionModel action) Activates an action and saves the activationDefaultWorkflowActionCommentService.addCommentToAction(String commentValue, WorkflowActionModel action) protected voidDefaultWorkflowProcessingService.checkIncomingLinks(WorkflowActionModel action) DefaultWorkflowActionService.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 decisionDefaultWorkflowActionService.disable(WorkflowActionModel action) DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action) DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action, String attachmentClassName) DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action, List<String> attachmentClassNames) DefaultWorkflowActionService.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, String message, String... messageParams) voidDefaultWorkflowService.writeAutomatedComment(WorkflowActionModel action, String message, String... messageParams) Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionprotected WorkflowActionModelDefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction, List<WorkflowActionModel> workflowActions) voidDefaultWorkflowService.setActionsWorkflowTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowTemplateModel, List<WorkflowActionModel>> actionsFromWorkflowTemplate) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowActionModelModifier and TypeMethodDescriptionprotected WorkflowActionModelGets the action with given code from test workflow instance.protected WorkflowActionModelGets the action with given code from test workflow instance.Methods in de.hybris.platform.workflow.integration with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionprotected WorkflowDecisionModelWorkflowTest.getDecision(String code, WorkflowActionModel action) Gets the decision with given code from test workflow instance.WorkflowAutomatedAction.perform(WorkflowActionModel action) WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.jobs
Methods in de.hybris.platform.workflow.jobs with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionAutomatedWorkflowTemplateJob.perform(WorkflowActionModel action) execution method for the automated workflow jobWorkflowAutomatedAction.perform(WorkflowActionModel action) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionModelModifier and TypeMethodDescriptionWorkflowDecisionModel.getAction()Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowItemAttachmentModel.getActions()Generated method - Getter of theWorkflowItemAttachment.actionsattribute defined at extensionworkflow.WorkflowModel.getActions()Generated method - Getter of theWorkflow.actionsattribute defined at extensionworkflow.WorkflowDecisionModel.getToActions()Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowDecisionModel.setAction(WorkflowActionModel value) Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowItemAttachmentModel.setActions(Collection<WorkflowActionModel> value) Generated method - Setter ofWorkflowItemAttachment.actionsattribute defined at extensionworkflow.voidWorkflowModel.setActions(List<WorkflowActionModel> value) Generated method - Setter ofWorkflow.actionsattribute defined at extensionworkflow.voidWorkflowDecisionModel.setToActions(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 WorkflowActionModelModifier and TypeMethodDescriptionWorkflowService.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)WorkflowService.getAllUserWorkflowActionsWithAttachment(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)WorkflowService.getAllUserWorkflowActionsWithAttachments(List<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)WorkflowService.getAllUserWorkflowActionsWithAttachments(List<String> attachmentClassNames, Collection<WorkflowActionStatus> actionStatuses) Deprecated, for removal: This API element is subject to removal in a future version.since agesWorkflowService.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.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)Methods in de.hybris.platform.workflow.services with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowService.addComment(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)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)WorkflowService.getAttachmentsForAction(WorkflowActionModel action, 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)WorkflowService.getAttachmentsForAction(WorkflowActionModel action, List<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)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()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 WorkflowActionModelModifier and TypeMethodDescriptionWorkflowServiceImpl.getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachment(String attachmentClassName) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachments(List<String> attachmentClassNames) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachments(List<String> attachmentClassNames, Collection<WorkflowActionStatus> actionStatuses) 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.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.Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.addComment(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.WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action, String attachmentClassName) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action, List<String> attachmentClassNames) Deprecated, for removal: This API element is subject to removal in a future version.WorkflowServiceImpl.getCommentsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.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 WorkflowActionModelModifier and TypeMethodDescriptionprotected WorkflowActionModelAbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction, List<WorkflowActionModel> workflowActions) Methods in de.hybris.platform.workflow.services.internal.impl that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionActionsFromWorkflowTemplateFactory.create(WorkflowModel target, WorkflowTemplateModel template) Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionDefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper.perform(WorkflowActionModel action) Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionprotected WorkflowActionModelAbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction, List<WorkflowActionModel> workflowActions) -
Uses of WorkflowActionModel in de.hybris.platform.workflow.strategies
Methods in de.hybris.platform.workflow.strategies with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidActionActivationStrategy.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 WorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultActionActivationStrategy.doAfterActivation(WorkflowActionModel action) voidDefaultDecideActionStrategy.doAfterActivationOfAndLink(WorkflowActionModel action) voidDefaultDecideActionStrategy.doAfterActivationOfOrLink(WorkflowActionModel action) voidDefaultDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec) protected voidDefaultDecideActionStrategy.writeAutomatedComment(WorkflowActionModel action, String message, String... messageParams)