Interface WorkflowService
-
- All Known Implementing Classes:
CmsWorkflowServiceImpl,WorkflowServiceImpl
@Deprecated(since="ages", forRemoval=true) public interface WorkflowServiceDeprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTION_CREATEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringACTION_REMOVEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringACTION_SAVEDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddComment(java.lang.Object comment, WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionCommentService.addCommentToAction(String, WorkflowActionModel)voidaddItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.addItems(WorkflowModel, List)voidassignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.assignUser(PrincipalModel, WorkflowModel)booleancanBeStarted(WorkflowModel workf)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.canBeStarted(WorkflowModel)ItemModelcontainsItem(ItemModel modelData, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.containsItem(WorkflowModel, List)WorkflowModelcreateAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createAdhocWorkflow(String, List, de.hybris.platform.core.model.user.UserModel)WorkflowModelcreateWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(WorkflowTemplateModel, ItemModel, de.hybris.platform.core.model.user.UserModel)WorkflowModelcreateWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(String, WorkflowTemplateModel, List, de.hybris.platform.core.model.user.UserModel)voiddecideAction(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)voidevaluteActivationScripts(ItemModel item, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useScriptEvaluationService.evaluateActivationScripts(ItemModel, Map, Map, String)java.util.List<WorkflowActionModel>getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(de.hybris.platform.core.model.type.ComposedTypeModel)java.util.List<WorkflowActionModel>getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String)java.util.List<WorkflowActionModel>getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List)java.util.List<WorkflowActionModel>getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames, java.util.Collection<WorkflowActionStatus> actionStatuses)Deprecated, for removal: This API element is subject to removal in a future version.since agesjava.util.List<WorkflowTemplateModel>getAllVisibleWorkflowTemplates()Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowTemplateService.getAllVisibleWorkflowTemplatesForUser(de.hybris.platform.core.model.user.UserModel)java.util.List<WorkflowModel>getAllWorkflows(int workflowsStatuses, int adhocWorkflowsStatuses, java.util.Date dateFrom, java.util.Date dateTo, java.util.Date adhocFilterFrom, java.util.Date adhocFilterTo)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getAllWorkflows(java.util.EnumSet, Date, Date)andWorkflowService.getAllAdhocWorkflows(java.util.EnumSet, Date, Date)java.util.List<WorkflowTemplateModel>getAllWorkflowTemplates()Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowTemplateService.getAllWorkflowTemplates()java.util.List<ItemModel>getAttachmentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel)java.util.List<ItemModel>getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, String)java.util.List<ItemModel>getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, List)java.util.List<WorkflowActionCommentModel>getCommentsForAction(WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useAbstractWorkflowActionModel.getWorkflowActionComments()java.util.List<WorkflowDecisionModel>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 useWorkflowActionModel.getDecisions()java.util.List<WorkflowActionModel>getEndWorkflowActions(WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getEndWorkflowActions(WorkflowModel)java.util.List<WorkflowActionModel>getNormalWorkflowActions(WorkflowModel wfModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getNormalWorkflowActions(WorkflowModel)java.util.DategetStartTime(WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getStartTime(WorkflowModel)java.util.List<WorkflowActionModel>getStartWorkflowActions(WorkflowModel workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getStartWorkflowActions(WorkflowModel)java.util.List<WorkflowActionModel>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)java.util.List<WorkflowModel>getWorkflowsByTemplate(WorkflowTemplateModel template)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)booleanisAdhocWorkflow(WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isAdhocWorkflow(WorkflowModel)booleanisAutomatedComment(WorkflowActionCommentModel comment)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel)booleanisFinished(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isFinished(WorkflowModel)booleanisPaused(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isPaused(WorkflowModel)booleanisPlanned(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isPlanned(WorkflowModel)booleanisRunning(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since agesbooleanisTerminated(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isTerminated(WorkflowModel)voidstartWorkflow(ItemModel workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowProcessingService.startWorkflow(WorkflowModel)voidterminateWorkflow(ItemModel workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since agesvoidunassignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.unassignUser(WorkflowModel)
-
-
-
Field Detail
-
ACTION_CREATE
static final java.lang.String ACTION_CREATE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ACTION_REMOVE
static final java.lang.String ACTION_REMOVE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ACTION_SAVE
static final java.lang.String ACTION_SAVE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllUserWorkflowActionsWithAttachment
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String)
-
getAllUserWorkflowActionsWithAttachment
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> 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)
-
getAllUserWorkflowActionsWithAttachments
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List)
-
getAllUserWorkflowActionsWithAttachments
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames, java.util.Collection<WorkflowActionStatus> actionStatuses)Deprecated, for removal: This API element is subject to removal in a future version.since ages* @deprecated as of release 4.3, please useWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List, Collection)Retrieves workflow actions with specified criteria.
- Parameters:
attachmentClassNames- list of allowed attachment class namesactionStatuses- allowed action statuses- Returns:
- list of workflow actions
-
getCommentsForAction
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionCommentModel> 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()
-
getAttachmentsForAction
@Deprecated(since="ages", forRemoval=true) java.util.List<ItemModel> 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)
-
getAttachmentsForAction
@Deprecated(since="ages", forRemoval=true) java.util.List<ItemModel> getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, String)
-
getAttachmentsForAction
@Deprecated(since="ages", forRemoval=true) java.util.List<ItemModel> getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, List)
-
getDecisionsForAction
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowDecisionModel> 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 useWorkflowActionModel.getDecisions()
-
decideAction
@Deprecated(since="ages", forRemoval=true) void 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)
-
addComment
@Deprecated(since="ages", forRemoval=true) void addComment(java.lang.Object comment, WorkflowActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionCommentService.addCommentToAction(String, WorkflowActionModel)
-
evaluteActivationScripts
@Deprecated(since="ages", forRemoval=true) void evaluteActivationScripts(ItemModel item, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useScriptEvaluationService.evaluateActivationScripts(ItemModel, Map, Map, String)
-
createWorkflow
@Deprecated(since="ages", forRemoval=true) WorkflowModel createWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(WorkflowTemplateModel, ItemModel, de.hybris.platform.core.model.user.UserModel)Creates workflow out of given template and starts it. Given item is attached to it.
-
createWorkflow
@Deprecated(since="ages", forRemoval=true) WorkflowModel createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createWorkflow(String, WorkflowTemplateModel, List, de.hybris.platform.core.model.user.UserModel)Creates workflow out of given template with given name but does NOT start it. Given list of items is attached to it.
-
isAutomatedComment
@Deprecated(since="ages", forRemoval=true) boolean isAutomatedComment(WorkflowActionCommentModel comment)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel)
-
getAllWorkflowTemplates
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowTemplateModel> getAllWorkflowTemplates()Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowTemplateService.getAllWorkflowTemplates()
-
getWorkflowsByTemplate
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowModel> getWorkflowsByTemplate(WorkflowTemplateModel template)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)
-
getAllWorkflows
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowModel> getAllWorkflows(int workflowsStatuses, int adhocWorkflowsStatuses, java.util.Date dateFrom, java.util.Date dateTo, java.util.Date adhocFilterFrom, java.util.Date adhocFilterTo)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getAllWorkflows(java.util.EnumSet, Date, Date)andWorkflowService.getAllAdhocWorkflows(java.util.EnumSet, Date, Date)- Parameters:
workflowsStatuses- 0 - all, seeWorkflowConstants.WorkflowStatusfor other valuesadhocWorkflowsStatuses- 0 - all, seeWorkflowConstants.WorkflowStatusfor other values- Returns:
- List of workflows fulfilling given criteria, e.g. if only planned and running workflows should be returned then put 3 as workflowsStatuses and 0 for adhocWorkflowsStatuses.
-
createAdhocWorkflow
@Deprecated(since="ages", forRemoval=true) WorkflowModel createAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.createAdhocWorkflow(String, List, de.hybris.platform.core.model.user.UserModel)Creates adhoc workflow with given name, assigns given items to it and sets current user as owner.
- Parameters:
itemsToAdd- list of items to adddefaultName- of adhoc workflow- Returns:
- created adhoc workflow
-
assignUser
@Deprecated(since="ages", forRemoval=true) void assignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.assignUser(PrincipalModel, WorkflowModel)- Parameters:
principalModel- to assign to given workflow
-
getAllVisibleWorkflowTemplates
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowTemplateModel> getAllVisibleWorkflowTemplates()Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowTemplateService.getAllVisibleWorkflowTemplatesForUser(de.hybris.platform.core.model.user.UserModel)- Returns:
- all visible workflow templates for current session user, including templates that user is owner of, excluding special adhoc-workflow template
-
isPaused
@Deprecated(since="ages", forRemoval=true) boolean isPaused(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isPaused(WorkflowModel)- Parameters:
workflowModel- or adhoc workflow model- Returns:
- true if workflow is paused
-
startWorkflow
@Deprecated(since="ages", forRemoval=true) void startWorkflow(ItemModel workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowProcessingService.startWorkflow(WorkflowModel)starts given (adhoc) workflow
-
terminateWorkflow
@Deprecated(since="ages", forRemoval=true) void terminateWorkflow(ItemModel workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages* @deprecated as of release 4.3, please useWorkflowProcessingService.terminateWorkflow(WorkflowModel)terminate given (adhoc) workflow
-
isTerminated
@Deprecated(since="ages", forRemoval=true) boolean isTerminated(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isTerminated(WorkflowModel)- Parameters:
workflowModel- or adhoc workflow model- Returns:
- true if workflow is terminated
-
isRunning
@Deprecated(since="ages", forRemoval=true) boolean isRunning(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages* @deprecated as of release 4.3, please useWorkflowService.isRunning(WorkflowModel)- Parameters:
workflowModel- or adhoc workflow model- Returns:
- true if workflow is running
-
isFinished
@Deprecated(since="ages", forRemoval=true) boolean isFinished(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isFinished(WorkflowModel)- Parameters:
workflowModel- or adhoc workflow model- Returns:
- true if workflow is finished
-
isPlanned
@Deprecated(since="ages", forRemoval=true) boolean isPlanned(java.lang.Object workflowModel)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isPlanned(WorkflowModel)- Parameters:
workflowModel- or adhoc workflow model- Returns:
- true if workflow is planned
-
addItems
@Deprecated(since="ages", forRemoval=true) void addItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.addItems(WorkflowModel, List)adds given items to given workflow
-
containsItem
@Deprecated(since="ages", forRemoval=true) ItemModel containsItem(ItemModel modelData, java.util.List<ItemModel> itemsToAdd)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowAttachmentService.containsItem(WorkflowModel, List)Checks if given workflow has one of given items attached.
- Returns:
- first item from given list found in workflow, null otherwise
-
isAdhocWorkflow
@Deprecated(since="ages", forRemoval=true) boolean isAdhocWorkflow(WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.isAdhocWorkflow(WorkflowModel)- Returns:
- true if given workflow was created out of adhoc-workflow template
-
canBeStarted
@Deprecated(since="ages", forRemoval=true) boolean canBeStarted(WorkflowModel workf)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.canBeStarted(WorkflowModel)- Returns:
- true if given workflow can be started, false otherwise (e.g. when there are is no user assigned)
-
getStartTime
@Deprecated(since="ages", forRemoval=true) java.util.Date getStartTime(WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.getStartTime(WorkflowModel)- Returns:
- start time of given workflow
-
unassignUser
@Deprecated(since="ages", forRemoval=true) void unassignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowService.unassignUser(WorkflowModel)- Parameters:
principalModel- to unassign from given adhoc workflow
-
getStartWorkflowActions
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> 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)- Returns:
- all workflow actions that are marked as 'start action'
-
getNormalWorkflowActions
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> 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)- Returns:
- all workflow actions that are marked as 'normal action'
-
getEndWorkflowActions
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> 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)- Returns:
- all workflow actions that are marked as 'end action'
-
getWorkflowActionsByType
@Deprecated(since="ages", forRemoval=true) java.util.List<WorkflowActionModel> 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)- Returns:
- all workflow actions which are of given type
-
-