Uses of Enum Class
de.hybris.platform.workflow.WorkflowStatus
Packages that use WorkflowStatus
Package
Description
-
Uses of WorkflowStatus in com.hybris.backoffice.renderer
Methods in com.hybris.backoffice.renderer with parameters of type WorkflowStatusModifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.HtmlBasedComponentWorkflowStatusRenderer.createStatusIconComponent(WorkflowStatus workflowStatus) protected org.zkoss.zk.ui.HtmlBasedComponentWorkflowStatusRenderer.createStatusLabelComponent(WorkflowStatus workflowStatus, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected StringWorkflowStatusRenderer.getWorkflowStatusIconCssClass(WorkflowStatus workflowStatus) protected StringWorkflowStatusRenderer.getWorkflowStatusName(WorkflowStatus workflowStatus) -
Uses of WorkflowStatus in com.hybris.backoffice.widgets.workflows
Methods in com.hybris.backoffice.widgets.workflows that return types with arguments of type WorkflowStatusModifier and TypeMethodDescriptionstatic Map<String,WorkflowStatus> WorkflowsController.getAllWorkflowStatuses()protected List<WorkflowStatus>WorkflowsController.getWorkflowStatusesFromSettings()Method parameters in com.hybris.backoffice.widgets.workflows with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.list.LazyPageableListModel<WorkflowModel>WorkflowsController.createWorkflowsListModel(List<WorkflowStatus> workflowStatuses) -
Uses of WorkflowStatus in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return WorkflowStatusModifier and TypeMethodDescriptionCoreWorkflowFacade.getWorkflowStatus(WorkflowModel workflowModel) ChecksWorkflowStatusof workflow modelMethods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowStatusMethod parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionvoidWorkflowSearchData.setStatuses(Collection<WorkflowStatus> statuses) Constructor parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowStatusModifierConstructorDescriptionWorkflowSearchData(int pageSize, Collection<WorkflowStatus> statuses) WorkflowSearchData(int pageSize, Collection<WorkflowStatus> statuses, Date dateFrom, Date dateTo) -
Uses of WorkflowStatus in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return WorkflowStatusModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.getWorkflowStatus(WorkflowModel workflowModel) Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionBackofficeWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) BackofficeWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) BackofficeWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) BackofficeWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) -
Uses of WorkflowStatus in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowStatusModifier and TypeMethodDescriptionstatic WorkflowStatusReturns the enum constant of this class with the specified name.static WorkflowStatus[]WorkflowStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.workflow that return types with arguments of type WorkflowStatusMethod parameters in de.hybris.platform.workflow with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) Returns addhoc workflows that match statuses and time range.WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date)WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) Returns workflows that match statuses and time range.WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllWorkflows(EnumSet, Date, Date) -
Uses of WorkflowStatus in de.hybris.platform.workflow.daos
Method parameters in de.hybris.platform.workflow.daos with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) WorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) -
Uses of WorkflowStatus in de.hybris.platform.workflow.daos.impl
Method parameters in de.hybris.platform.workflow.daos.impl with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionDefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) DefaultWorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) -
Uses of WorkflowStatus in de.hybris.platform.workflow.impl
Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowStatusModifier and TypeMethodDescriptionDefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo) DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo) DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize)