| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
B2BWorkflowDao.findWorkflowByOrder(OrderModel order)
Find the workflow of an order.
|
WorkflowModel |
B2BWorkflowDao.findWorkflowForOrder(OrderModel order)
Deprecated.
As of hybris 4.4, replaced by
B2BWorkflowDao.findWorkflowByOrder(OrderModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
DefaultB2BWorkflowDao.findWorkflowByOrder(OrderModel order) |
WorkflowModel |
DefaultB2BWorkflowDao.findWorkflowForOrder(OrderModel order)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowDao.findWorkflowByOrder(OrderModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
B2BWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template,
List<? extends ItemModel> attachments)
|
WorkflowModel |
B2BWorkflowIntegrationService.findWorkflowForOrder(OrderModel order)
Deprecated.
As of hybris 4.4, replaced by
B2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel) |
WorkflowModel |
B2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel order)
Get the Workflow for an Order.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow)
Gets all WorkFlowActions that are of
WorkflowActionType.START type. |
void |
B2BWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel)
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
DefaultB2BWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template,
List<? extends ItemModel> attachments)
Deprecated.
Use
WorkflowService.createWorkflow(String, de.hybris.platform.workflow.model.WorkflowTemplateModel, java.util.List, de.hybris.platform.core.model.user.UserModel)
usage of the method should be removed pending fix to https://jira.hybris.com/browse/PLA-10938 |
WorkflowModel |
DefaultB2BWorkflowIntegrationService.findWorkflowForOrder(OrderModel order)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel) |
WorkflowModel |
DefaultB2BWorkflowIntegrationService.getWorkflowForOrder(OrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) |
void |
DefaultB2BWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel)
Deprecated.
Use
WorkflowProcessingService.startWorkflow(de.hybris.platform.workflow.model.WorkflowModel)
usage of the method should be removed pending fix to https://jira.hybris.com/browse/PLA-10938 |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowFacade.createAdhocWorkflow(String workflowName,
List emptyList,
UserModel userModel) |
WorkflowModel |
WorkflowFacade.createWorkflow(String workflowName,
WorkflowTemplateModel workflowTemplate,
List emptyList,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowFacade.getAllWorkflows(WorkflowViewOptions wflOptions,
WorkflowViewOptions adhocwflOptions)
Deprecated.
|
SearchResult<WorkflowModel> |
WorkflowFacade.getAllWorkflows(WorkflowViewOptions wflOptions,
WorkflowViewOptions adhocwflOptions,
int startIndex,
int pageSize)
Return all workflows (normal and adhoc workflows) assigned to current user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowFacade.addItems(WorkflowModel modelData,
List<ItemModel> unwrapItems) |
void |
WorkflowFacade.assignUser(PrincipalModel principalModel,
WorkflowModel object) |
boolean |
WorkflowFacade.canBeStarted(WorkflowModel object) |
ItemModel |
WorkflowFacade.containsItem(WorkflowModel modelData,
List<ItemModel> unwrapItems) |
static String |
WorkflowVisualizationTools.createWorkflowUrl(WorkflowModel workflow,
EdgeStyle style,
String language) |
static String |
WorkflowVisualizationTools.createWorkflowUrlForRedirect(WorkflowModel workflow,
EdgeStyle style,
String language) |
List<WorkflowActionModel> |
WorkflowFacade.getStartWorkflowActions(WorkflowModel adhocWorkflowModel) |
boolean |
WorkflowFacade.isAdhocWorkflow(WorkflowModel object) |
boolean |
WorkflowFacade.isFinished(WorkflowModel workflow) |
boolean |
WorkflowFacade.isPlanned(WorkflowModel modelData) |
boolean |
WorkflowFacade.isRunning(WorkflowModel object) |
boolean |
WorkflowFacade.isTerminated(WorkflowModel workflow) |
void |
WorkflowFacade.startWorkflow(WorkflowModel workflow) |
void |
WorkflowFacade.terminateWorkflow(WorkflowModel workflow) |
void |
WorkflowFacade.unassignUser(WorkflowModel object) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
WorkflowModelLabelProvider.getIconPath(WorkflowModel item) |
protected String |
WorkflowModelLabelProvider.getIconPath(WorkflowModel item,
String languageIso) |
protected String |
WorkflowModelLabelProvider.getItemDescription(WorkflowModel item) |
protected String |
WorkflowModelLabelProvider.getItemDescription(WorkflowModel item,
String languageIso) |
protected String |
WorkflowModelLabelProvider.getItemLabel(WorkflowModel item) |
protected String |
WorkflowModelLabelProvider.getItemLabel(WorkflowModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.assignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowService.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowService.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
Date |
WorkflowService.getStartTime(WorkflowModel workflow)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowService.getStartWorkflowActions(WorkflowModel workflowModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowService.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
void |
WorkflowService.unassignUser(PrincipalModel principalModel,
WorkflowModel workflow)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
Date |
WorkflowServiceImpl.getStartTime(WorkflowModel workflow)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getStartWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
void |
WorkflowServiceImpl.unassignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
AbstractCommentModel.getWorkflow()
Generated method - Getter of the
AbstractComment.workflow attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommentModel.setWorkflow(WorkflowModel value)
Generated method - Setter of
AbstractComment.workflow attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
PrintCommentDao.getCommentForWorkflow(WorkflowModel workflow) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
AbstractOrderModel.getWorkflow()
Generated method - Getter of the
AbstractOrder.workflow attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setWorkflow(WorkflowModel value)
Generated method - Setter of
AbstractOrder.workflow attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
InboxViewModel.getWorkflow()
Generated method - Getter of the
InboxView.workflow attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
CreateWorkflowForm.getCreatedWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkflowForm.setCreatedWorkflow(WorkflowModel createdWorkflow) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
PrintJobService.createJob(AbstractCommentModel workflowJob,
ItemModel attachment,
PrincipalModel assignee)
This method should be used to create a
WorkflowModel for the given
CommentModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintJobService.assignJob(WorkflowModel workflow,
PrincipalModel principal)
This method should be used to handle the assignment of the given
UserModel to the given
WorkflowModel. |
List<WorkflowActionModel> |
PrintJobService.getCurrentActions(WorkflowModel workflow)
This method should be used to get the current active
WorkflowActionModels of the given
WorkflowModel. |
List<PrintJobHistoryEntryDTO> |
PrintJobService.getJobHistory(WorkflowModel workflow)
This method should be used to get a list of
PrintJobHistoryEntryDTO from the WorkflowModel sorted
by
creation time. |
boolean |
PrintJobService.isStatusChangeAllowed(UserModel currentUser,
WorkflowModel workflow)
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
DefaultPrintJobService.createJob(AbstractCommentModel workflowJob,
ItemModel attachment,
PrincipalModel assignee) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintJobService.assignJob(WorkflowModel workflow,
PrincipalModel principal) |
List<WorkflowActionModel> |
DefaultPrintJobService.getCurrentActions(WorkflowModel workflow) |
List<PrintJobHistoryEntryDTO> |
DefaultPrintJobService.getJobHistory(WorkflowModel workflow) |
boolean |
DefaultPrintJobService.isStatusChangeAllowed(UserModel currentUser,
WorkflowModel workflow) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
WorkflowAssignedJobAttributeHandler.get(WorkflowModel workflow) |
void |
WorkflowAssignedJobAttributeHandler.set(WorkflowModel workflow,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StartingWorkflowAction.beforeStart(WorkflowModel workflow,
BusinessProcessModel process) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template,
Object item)
Creates Workflow from given parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel)
Starts given workflow
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
DefaultWorkflowIntegrationService.createWorkflow(WorkflowTemplateModel template,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowIntegrationService.startWorkflow(WorkflowModel workflowModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowService.createAdhocWorkflow(String workflowName,
List<ItemModel> itemsToAdd,
UserModel owner)
Creates adhoc workflow with a name and adds an attachment to it.
|
WorkflowModel |
WorkflowService.createWorkflow(String workflowName,
WorkflowTemplateModel template,
List<ItemModel> itemsToAdd,
UserModel owner)
Creates workflow based on a template and adds an attachment to it.
|
WorkflowModel |
WorkflowService.createWorkflow(WorkflowTemplateModel template,
ItemModel attachment,
UserModel owner)
Creates workflow based on a template and adds an attachment to it.
|
WorkflowModel |
WorkflowService.createWorkflow(WorkflowTemplateModel template,
UserModel owner)
Creates workflow based on a template.
|
WorkflowModel |
ScriptEvaluationService.evaluateActivationScripts(ItemModel item,
Map currentValues,
Map initialValues,
String action)
Evaluates activation script for action
|
WorkflowModel |
WorkflowService.getWorkflowForCode(String string)
Returns workflow for a given code
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo)
Returns addhoc workflows that match statuses and time range.
|
SearchResult<WorkflowModel> |
WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize)
Pageable version of method
WorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date) |
List<WorkflowModel> |
WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo)
Returns workflows that match statuses and time range.
|
SearchResult<WorkflowModel> |
WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo,
int startIndex,
int pageSize)
Pageable version of method
WorkflowService.getAllWorkflows(EnumSet, Date, Date) |
List<WorkflowModel> |
WorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template,
UserModel user)
Returns workflows that was created from given
template whom owner is given user . |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
WorkflowAttachmentService.addItems(WorkflowModel workflow,
List<? extends ItemModel> itemsToAdd)
Adds items to workflow as an attachment
|
boolean |
WorkflowService.assignUser(PrincipalModel principal,
WorkflowModel workflow)
Assigns principal to workflow.
|
boolean |
WorkflowService.canBeStarted(WorkflowModel workflow)
Checks if workflow can be started
|
ItemModel |
WorkflowAttachmentService.containsItem(WorkflowModel workflow,
List<? extends ItemModel> itemsToCheck)
Checks if workflow contains item as an attachment and returns this item or null if not found
|
WorkflowActionModel |
WorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow)
Creates workflow action based on template and attach it to workflow
|
boolean |
WorkflowProcessingService.endWorkflow(WorkflowModel workflow)
Ends workflow
|
WorkflowActionModel |
WorkflowActionService.getActionForCode(WorkflowModel workflow,
String code) |
List<WorkflowActionModel> |
WorkflowActionService.getEndWorkflowActions(WorkflowModel workflow)
Returns ended workflow actions
|
List<WorkflowActionModel> |
WorkflowActionService.getNormalWorkflowActions(WorkflowModel workflow)
Returns normal workflow actions
|
Date |
WorkflowService.getStartTime(WorkflowModel workflow)
Gets start time from a workflow
|
List<WorkflowActionModel> |
WorkflowActionService.getStartWorkflowActions(WorkflowModel workflow)
Returns start workflow actions
|
List<WorkflowActionModel> |
WorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow)
Returns workflow actions by type
|
boolean |
WorkflowService.isAdhocWorkflow(WorkflowModel workflow)
Checks if workflow is adhoc
|
boolean |
WorkflowService.isCompleted(WorkflowModel workflow)
Checks if workflow is completed
|
boolean |
WorkflowService.isFinished(WorkflowModel workflow)
Checks if workflow is finished
|
boolean |
WorkflowService.isPaused(WorkflowModel workflow)
Checks if workflow is paused
|
boolean |
WorkflowService.isPlanned(WorkflowModel workflow)
Checks if workflow is planned
|
boolean |
WorkflowService.isRunning(WorkflowModel workflow)
Checks if workflow is running
|
boolean |
WorkflowService.isTerminated(WorkflowModel workflow)
Checks if workflow is terminated
|
boolean |
WorkflowProcessingService.startWorkflow(WorkflowModel workflow)
Starts workflow
|
boolean |
WorkflowProcessingService.terminateWorkflow(WorkflowModel workflow)
Terminates workflow
|
boolean |
WorkflowProcessingService.toggleActions(WorkflowModel workflow)
Toggle all actions assigned to workflow
|
boolean |
WorkflowService.unassignUser(WorkflowModel workflow)
Unassigns principal from workflow and assign dummy user
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowDAO.getAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo)
Deprecated.
as of release 4.3, please use
WorkflowDao.findAllAdhocWorkflows(Date, Date) |
List<WorkflowModel> |
WorkflowDAO.getAllWorkflows(Date dateFrom,
Date dateTo)
Deprecated.
as of release 4.3, please use
WorkflowDao.findAllWorkflows(Date, Date) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
as of release 4.3, please use
WorkflowActionDao.findEndWorkflowActions(WorkflowModel) |
List<WorkflowActionModel> |
WorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
as of release 4.3, please use
WorkflowActionDao.findNormalWorkflowActions(WorkflowModel) |
List<WorkflowActionModel> |
WorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel)
Deprecated.
as of release 4.3, please use
WorkflowActionDao.findStartWorkflowActions(WorkflowModel) |
List<WorkflowActionModel> |
WorkflowDAO.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
as of release 4.3, please use
WorkflowActionDao.findWorkflowActionsByType(de.hybris.platform.workflow.enums.WorkflowActionType, WorkflowModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
DefaultWorkflowDAO.getAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo) |
List<WorkflowModel> |
DefaultWorkflowDAO.getAllWorkflows(Date dateFrom,
Date dateTo) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowDAO.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo) |
SearchResult<WorkflowModel> |
WorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
List<WorkflowModel> |
WorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo) |
SearchResult<WorkflowModel> |
WorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
List<WorkflowModel> |
WorkflowDao.findWorkflowsByCode(String code)
Searches for workflows by given code
|
List<WorkflowModel> |
WorkflowDao.findWorkflowsByUserAndTemplate(UserModel user,
WorkflowTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowActionDao.findEndWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
WorkflowActionDao.findNormalWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
WorkflowActionDao.findStartWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
WorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow) |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowModel |
DefaultWorkflowDaoTest.adhocWorkflow |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
DefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
List<WorkflowModel> |
DefaultWorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
List<WorkflowModel> |
DefaultWorkflowDao.findWorkflowsByCode(String code) |
List<WorkflowModel> |
DefaultWorkflowDao.findWorkflowsByUserAndTemplate(UserModel user,
WorkflowTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findEndWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findNormalWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findStartWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
DefaultWorkflowService.createAdhocWorkflow(String defaultName,
List<ItemModel> itemsToAdd,
UserModel owner) |
WorkflowModel |
DefaultWorkflowService.createWorkflow(String workflowName,
WorkflowTemplateModel template,
List<ItemModel> itemsToAdd,
UserModel owner) |
WorkflowModel |
DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template,
ItemModel attachmentItem,
UserModel owner) |
WorkflowModel |
DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template,
UserModel owner) |
WorkflowModel |
DefaultScriptEvaluationService.evaluateActivationScripts(ItemModel itemModel,
Map currentValues,
Map initialValues,
String action) |
WorkflowModel |
DefaultWorkflowService.getWorkflowForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize) |
List<WorkflowModel> |
DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo,
int startIndex,
int pageSize) |
List<WorkflowModel> |
DefaultWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
DefaultWorkflowAttachmentService.addItems(WorkflowModel workflowModel,
List<? extends ItemModel> itemsToAdd) |
boolean |
DefaultWorkflowService.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.canBeStarted(WorkflowModel workf) |
ItemModel |
DefaultWorkflowAttachmentService.containsItem(WorkflowModel workflowModel,
List<? extends ItemModel> itemsToAdd) |
WorkflowActionModel |
DefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow) |
boolean |
DefaultWorkflowProcessingService.endWorkflow(WorkflowModel workflow)
Ends workflow
|
WorkflowActionModel |
DefaultWorkflowActionService.getActionForCode(WorkflowModel workflow,
String code) |
List<WorkflowActionModel> |
DefaultWorkflowActionService.getEndWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowActionService.getNormalWorkflowActions(WorkflowModel wfModel) |
Date |
DefaultWorkflowService.getStartTime(WorkflowModel workflow) |
List<WorkflowActionModel> |
DefaultWorkflowActionService.getStartWorkflowActions(WorkflowModel wfModel) |
List<WorkflowActionModel> |
DefaultWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
boolean |
DefaultWorkflowService.isAdhocWorkflow(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isCompleted(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isFinished(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isPaused(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isPlanned(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isRunning(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowService.isTerminated(WorkflowModel workflowModel) |
boolean |
DefaultWorkflowProcessingService.startWorkflow(WorkflowModel workflowModel)
Starts workflow
|
boolean |
DefaultWorkflowProcessingService.terminateWorkflow(WorkflowModel workflowModel)
Terminates workflow
|
boolean |
DefaultWorkflowProcessingService.toggleActions(WorkflowModel workflow)
Toggle all actions assigned to workflow
|
boolean |
DefaultWorkflowService.unassignUser(WorkflowModel workflowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowService.setActionsWorkflowTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowTemplateModel,List<WorkflowActionModel>> actionsFromWorkflowTemplate) |
void |
DefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<WorkflowDecisionModel>> decisionsFromActionTemplate) |
void |
DefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowModel |
WorkflowTest.testWorkflow
workflow instance created at each set up.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowActionModel.getWorkflow()
Generated method - Getter of the
WorkflowAction.workflow attribute defined at extension workflow. |
WorkflowModel |
WorkflowItemAttachmentModel.getWorkflow()
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionModel.setWorkflow(WorkflowModel value)
Generated method - Initial setter of
WorkflowAction.workflow attribute defined at extension workflow. |
void |
WorkflowItemAttachmentModel.setWorkflow(WorkflowModel value)
Generated method - Initial setter of
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
| Constructor and Description |
|---|
WorkflowActionModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowItemAttachmentModel(ItemModel _item,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowItemAttachmentModel(String _code,
ItemModel _item,
ItemModel _owner,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowResource.getWorkflowModel()
Convenience method which just delegates to
#getResourceValue() |
protected WorkflowModel |
WorkflowResource.readResource(String resourceId)
Gets the
WorkflowModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowModel> |
WorkflowsResource.getWorkflowsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowResource.setWorkflowModel(WorkflowModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowsResource.setWorkflowsCollection(Collection<WorkflowModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowService.createAdhocWorkflow(String defaultName,
List<ItemModel> itemsToAdd)
Deprecated.
as of release 4.3, please use
WorkflowService.createAdhocWorkflow(String, List, de.hybris.platform.core.model.user.UserModel)
Creates adhoc workflow with given name, assigns given items to it and sets current user as
owner. |
WorkflowModel |
WorkflowService.createWorkflow(String workflowName,
WorkflowTemplateModel template,
List<ItemModel> itemsToAdd)
Deprecated.
as of release 4.3, please use
WorkflowService.createWorkflow(String, WorkflowTemplateModel, List,de.hybris.platform.core.model.user.UserModel)
Creates workflow out of given template with given name but does NOT start it. Given list of
items is attached to it. |
WorkflowModel |
WorkflowService.createWorkflow(WorkflowTemplateModel templateModel,
ItemModel itemModel)
Deprecated.
as of release 4.3, please use
WorkflowService.createWorkflow(WorkflowTemplateModel, ItemModel,de.hybris.platform.core.model.user.UserModel)
Creates workflow out of given template and starts it. Given item is attached to it. |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowService.getAllWorkflows(int workflowsStatuses,
int adhocWorkflowsStatuses,
Date dateFrom,
Date dateTo,
Date adhocFilterFrom,
Date adhocFilterTo)
Deprecated.
as of release 4.3, please use
WorkflowService.getAllWorkflows(java.util.EnumSet, Date, Date) and
WorkflowService.getAllAdhocWorkflows(java.util.EnumSet, Date, Date) |
List<WorkflowModel> |
WorkflowService.getWorkflowsByTemplate(WorkflowTemplateModel template)
Deprecated.
as of release 4.3, please use
WorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel,de.hybris.platform.core.model.user.UserModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
WorkflowServiceImpl.createAdhocWorkflow(String defaultName,
List<ItemModel> itemsToAdd)
Deprecated.
|
WorkflowModel |
WorkflowServiceImpl.createWorkflow(String workflowName,
WorkflowTemplateModel template,
List<ItemModel> itemsToAdd)
Deprecated.
Creates workflow out of given template with given name but does NOT start it.
|
WorkflowModel |
WorkflowServiceImpl.createWorkflow(WorkflowTemplateModel templateModel,
ItemModel itemModel)
Deprecated.
Creates workflow out of given template and starts it.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowServiceImpl.getAllWorkflows(int workflowsStatuses,
int adhocWorkflowsStatuses,
Date dateFrom,
Date dateTo,
Date adhocDateFrom,
Date adhocDateTo)
Deprecated.
|
List<WorkflowModel> |
WorkflowServiceImpl.getWorkflowsByTemplate(WorkflowTemplateModel template)
Deprecated.
as of release 4.3, please use
WorkflowService.getWorkflowsForTemplateAndUser(de.hybris.platform.workflow.model.WorkflowTemplateModel,UserModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.assignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
boolean |
WorkflowServiceImpl.canBeStarted(WorkflowModel workf)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
Date |
WorkflowServiceImpl.getStartTime(WorkflowModel workflow)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getStartWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
List<WorkflowActionModel> |
WorkflowServiceImpl.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
boolean |
WorkflowServiceImpl.isAdhocWorkflow(WorkflowModel workflowModel)
Deprecated.
|
void |
WorkflowServiceImpl.unassignUser(PrincipalModel principalModel,
WorkflowModel workflowModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDecisionModel> |
DecisionsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
List<AbstractWorkflowActionModel> |
ActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
WorkflowDecisionModel |
DecisionFromDecisionTemplateFactory.create(WorkflowModel root,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
List<WorkflowActionModel> |
ActionsFromWorkflowTemplateFactory.create(WorkflowModel target,
WorkflowTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionsFromActionTemplateFactory.setDecisionFactory(WorkflowFactory<WorkflowModel,WorkflowDecisionTemplateModel,WorkflowDecisionModel> converter) |
Copyright © 2017 SAP SE. All Rights Reserved.