| Modifier and Type | Method and Description |
|---|---|
protected Div |
DefaultWorkflowActionsRenderer.createBottomContent(WidgetInstanceManager wim,
WorkflowActionModel data) |
protected Label |
DefaultWorkflowActionsRenderer.createDateLabel(WorkflowActionModel data) |
protected Div |
DefaultWorkflowActionsRenderer.createMiddleContent(WidgetInstanceManager wim,
WorkflowActionModel data) |
protected java.lang.String |
DefaultWorkflowActionsRenderer.createMiddleContentLabel(WorkflowActionModel data) |
protected Label |
DefaultWorkflowActionsRenderer.createNoOfAttachmentsLabel(WidgetInstanceManager wim,
WorkflowActionModel data) |
protected Button |
DefaultWorkflowActionsRenderer.createTitleButton(java.lang.String title,
WorkflowActionModel data,
WidgetInstanceManager wim) |
protected Div |
DefaultWorkflowActionsRenderer.createTopContent(java.lang.String title,
WorkflowActionModel data,
WidgetInstanceManager wim) |
protected Div |
DashboardWorkflowActionsRenderer.createTopContent(java.lang.String title,
WorkflowActionModel data,
WidgetInstanceManager wim) |
protected java.lang.String |
DefaultWorkflowActionsRenderer.createTopContentTitle(WorkflowActionModel data) |
protected void |
DefaultWorkflowActionsRenderer.onTitleClick(WorkflowActionModel data,
WidgetInstanceManager wim) |
void |
DefaultWorkflowActionsRenderer.render(Listitem listitem,
java.lang.Object configuration,
WorkflowActionModel data,
DataType dataType,
WidgetInstanceManager wim) |
void |
DashboardWorkflowActionsRenderer.render(Listitem listitem,
java.lang.Object configuration,
WorkflowActionModel data,
DataType dataType,
WidgetInstanceManager wim) |
| Modifier and Type | Method and Description |
|---|---|
protected Button |
DefaultWorkflowDetailsSummaryCurrentTasksRenderer.getActionRow(WorkflowActionModel workflowAction,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Menupopup |
DefaultRunningWorkflowsRenderer.createParallelActionsPopup(WidgetInstanceManager wim,
java.util.List<WorkflowActionModel> actions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
CoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel)
Gets all WorkflowAction items with status
WorkflowActionStatus.IN_PROGRESS. |
java.util.List<WorkflowActionModel> |
WorkflowFacade.getWorkflowActions()
Gets workflow actions for the current user.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowItem |
WorkflowItemModelFactory.create(WorkflowActionModel action)
Creates new
WorkflowItem from the WorkflowActionModel |
protected java.util.List<WorkflowDecisionModel> |
WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action) |
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissions(WorkflowActionModel action) |
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissionToMakeDecision(WorkflowActionModel action) |
void |
WorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager)
Sets selected decision for given workflow action
|
protected void |
WorkflowActionDecisionActionRenderer.registerWorkflowActionUpdateListener(WorkflowActionModel workflowAction,
Hlayout container,
Component parent) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<WorkflowItem> |
WorkflowItemFromModelExtractor.createNodes(java.util.List<WorkflowActionModel> models) |
protected java.util.stream.Stream<WorkflowItem> |
WorkflowItemFromModelExtractor.extractActionsAsWorkflowItems(java.util.List<WorkflowActionModel> models) |
protected java.util.stream.Stream<WorkflowItem> |
WorkflowItemFromModelExtractor.extractAndLinksAsWorkflowItems(java.util.List<WorkflowActionModel> models) |
protected java.util.stream.Stream<WorkflowItem> |
WorkflowItemFromModelExtractor.extractDecisionsAsWorkflowItems(java.util.List<WorkflowActionModel> models) |
void |
WorkflowEventPublisher.publishWorkflowActionsDeletedEvent(java.util.List<WorkflowActionModel> workflowActions)
Sends globally an event that WorkflowActions have been updated.
|
void |
WorkflowEventPublisher.publishWorkflowActionsUpdatedEvent(java.util.List<WorkflowActionModel> workflowActions)
Sends globally an event that WorkflowActions have been updated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
DefaultCoreWorkflowFacade.getCurrentTasks(WorkflowModel workflowModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowFacade.getWorkflowActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowEventPublisher.publishWorkflowActionsDeletedEvent(java.util.List<WorkflowActionModel> workflowActions) |
void |
DefaultWorkflowEventPublisher.publishWorkflowActionsUpdatedEvent(java.util.List<WorkflowActionModel> workflowActions) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowActionModel> |
WorkflowDetailedNameRenderer.getActiveWorkflowActionsFromWorkflow(WorkflowModel workflowModel) |
java.util.function.Predicate<WorkflowActionModel> |
WorkflowActionDecisionListSubMenuRenderer.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected <any> |
WorkflowActionDecisionMenuitemRenderer.createDecisionOnClickEventListener(WorkflowActionModel workflowAction,
WorkflowDecisionModel workflowDecision,
WidgetInstanceManager widgetInstanceManager) |
protected java.lang.String |
WorkflowDetailedNameRenderer.getTaskLabel(WidgetInstanceManager wim,
WorkflowActionModel task) |
protected void |
AbstractWorkflowActionDecisionRenderer.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager) |
void |
WorkflowActionDecisionListSubMenuRenderer.render(Menupopup menupopup,
ListColumn configuration,
WorkflowActionModel workflowAction,
DataType type,
WidgetInstanceManager wim) |
| Modifier and Type | Method and Description |
|---|---|
protected Menupopup |
WorkflowDetailedNameRenderer.createParallelTasksMenuPopup(java.util.List<WorkflowActionModel> actions) |
void |
WorkflowActionDecisionListSubMenuRenderer.setPredicate(java.util.function.Predicate<WorkflowActionModel> predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DecisionWorkflowActionPredicate.test(WorkflowActionModel workflowActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowIntegrationTest.approveWorkflowAction(WorkflowActionModel workflowActionModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
B2BWorflowActionDao.findWorkflowActionByCode(java.lang.String code)
Deprecated.
|
WorkflowActionModel |
B2BWorflowActionDao.getWorkflowActionByCode(java.lang.String code)
Deprecated.
As of hybris 4.4, replaced by
B2BWorflowActionDao.findWorkflowActionByCode(String) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
B2BWorflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status,
UserModel user)
|
java.util.Collection<WorkflowActionModel> |
B2BWorflowActionDao.findWorkflowActionsByUser(UserModel user)
Find all the workflow actions for given user
|
java.util.Collection<WorkflowActionModel> |
B2BWorflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user)
Finds a work flow action with a particular workflowaction status, user and template qualifier
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
DefaultB2BWorkflowActionDao.findWorkflowActionByCode(java.lang.String code) |
WorkflowActionModel |
DefaultB2BWorkflowActionDao.getWorkflowActionByCode(java.lang.String code)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowActionDao.findWorkflowActionByCode(String) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status,
UserModel user)
Deprecated.
Since 4.4.
|
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowActionDao.findWorkflowActionsByUser(UserModel user) |
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowActionModel> |
B2BWorkflowMigrationFor4_4Release.findWorkflowActionsToMigrate() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
B2BAbstractWorkflowAutomatedAction.perform(WorkflowActionModel action) |
void |
AfterRejectOrderWorkflowDecisionAction.performAction(WorkflowActionModel action) |
void |
ApproveDecisionAutomatedAction.performAction(WorkflowActionModel action) |
void |
AfterApproveOrderWorkflowDecisionAction.performAction(WorkflowActionModel action) |
void |
B2BAfterWorkflowAction.performAction(WorkflowActionModel action) |
abstract void |
B2BAbstractWorkflowAutomatedAction.performAction(WorkflowActionModel action) |
void |
RejectDecisionAutomatedAction.performAction(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
B2BWorkflowIntegrationService.getActionByCode(java.lang.String code)
Deprecated.
As of hybris 4.4, replaced by
B2BWorkflowIntegrationService.getActionForCode(String) |
WorkflowActionModel |
B2BWorkflowIntegrationService.getActionForCode(java.lang.String code)
Get WorkflowAction for its code.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.findByActionStatusAndUser(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user)
Deprecated.
As of hybris 4.4, replaced by
B2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel) |
java.util.Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow)
Gets all WorkFlowActions that are of
WorkflowActionType.START type. |
java.util.Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user)
Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)
|
java.util.Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user)
Gets a collection of workflow actions for a user
|
| Modifier and Type | Method and Description |
|---|---|
void |
B2BWorkflowIntegrationService.approveWorkflowAction(WorkflowActionModel workflowActionModel)
Deprecated.
Since 4.4. Use
B2BWorkflowIntegrationService.decideAction(de.hybris.platform.workflow.model.WorkflowActionModel, String)
decideAction(action, DECISIONCODES.APPROVE.name()) |
void |
B2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel,
java.lang.String decisionQualifier)
Makes a decision on an action based on the qualifier (The qualifier is used to look up a decision with its code
build from
AbstractWorkflowActionModel.CODE_decisionQualifier) |
OrderModel |
B2BWorkflowIntegrationService.getOrderFromAction(WorkflowActionModel workflowActionModel)
Gets the associated order to the WorkflowActionModel qualifier.
|
void |
B2BWorkflowIntegrationService.rejectWorkflowAction(WorkflowActionModel workflowActionModel)
Deprecated.
Since 4.4. Use
B2BWorkflowIntegrationService.decideAction(de.hybris.platform.workflow.model.WorkflowActionModel, String)
decideAction(action, DECISIONCODES.REJECT.name()) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
DefaultB2BWorkflowIntegrationService.getActionByCode(java.lang.String code)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowIntegrationService.getActionForCode(String) |
WorkflowActionModel |
DefaultB2BWorkflowIntegrationService.getActionForCode(java.lang.String code)
Deprecated.
Since 4.4.
|
protected WorkflowActionModel |
DefaultB2BWorkflowIntegrationService.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.Collection<WorkflowActionModel> workflowActions)
Deprecated.
Since 4.4. Unused, will be removed in the next release
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.findByActionStatusAndUser(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel) |
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.getStartWorkflowActions(WorkflowModel workflow) |
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status,
java.lang.String qualifier,
UserModel user)
Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)
|
java.util.Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BQuoteOrderApprovalProcessTest.approveQuoteWorkflowAction(WorkflowActionModel workflowActionModel,
OrderModel order) |
void |
DefaultB2BWorkflowIntegrationService.approveWorkflowAction(WorkflowActionModel workflowActionModel)
Deprecated.
Since 6.2. Use
DefaultB2BWorkflowIntegrationService.decideAction(de.hybris.platform.workflow.model.WorkflowActionModel, String)
decideAction(action, DECISIONCODES.APPROVE.name()) |
void |
B2BQuoteOrderApprovalProcessTest.approveWorkflowAction(WorkflowActionModel workflowActionModel) |
void |
DefaultB2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel,
java.lang.String decisionQualifier)
Makes a decision on an action based on the qualifier (The qualifier is used to look up a decision with its code
build from
AbstractWorkflowActionModel.CODE_decisionQualifier) |
protected void |
DefaultB2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel workflowDecisionModel) |
OrderModel |
DefaultB2BWorkflowIntegrationService.getOrderFromAction(WorkflowActionModel workflowActionModel) |
void |
DefaultB2BWorkflowIntegrationService.rejectWorkflowAction(WorkflowActionModel workflowActionModel)
Deprecated.
Since 6.2. Use
DefaultB2BWorkflowIntegrationService.decideAction(de.hybris.platform.workflow.model.WorkflowActionModel, String)
decideAction(action, DECISIONCODES.REJECT.name()) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionModel |
DefaultB2BWorkflowIntegrationService.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.Collection<WorkflowActionModel> workflowActions)
Deprecated.
Since 4.4. Unused, will be removed in the next release
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<WorkflowActionModel,B2BOrderApprovalData> |
DefaultB2BOrderFacade.getB2bOrderApprovalDashboardConverter() |
protected Converter<WorkflowActionModel,B2BOrderApprovalData> |
DefaultB2BOrderFacade.getB2bOrderApprovalDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BOrderFacade.addCommentToWorkflowAction(WorkflowActionModel workflowActionModel,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BOrderFacade.setB2bOrderApprovalDashboardConverter(Converter<WorkflowActionModel,B2BOrderApprovalData> b2bOrderApprovalDashboardConverter) |
void |
DefaultB2BOrderFacade.setB2bOrderApprovalDataConverter(Converter<WorkflowActionModel,B2BOrderApprovalData> b2bOrderApprovalDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BOrderApprovalDashboardPopulator.populate(WorkflowActionModel source,
B2BOrderApprovalData target) |
void |
B2BApprovalDataPopulator.populate(WorkflowActionModel source,
B2BOrderApprovalData target) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<WorkflowActionModel> |
PagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user,
WorkflowActionType[] actionTypes,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<WorkflowActionModel> |
DefaultPagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user,
WorkflowActionType[] actionTypes,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowFacade.getStartWorkflowActions(WorkflowModel adhocWorkflowModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskCellRenderer.doDecideAction(WorkflowActionModel action,
WorkflowDecisionModel decision,
TableModel model,
Component parent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowService.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowService.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowService.getStartWorkflowActions(WorkflowModel workflowModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowService.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getStartWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
InboxViewModel.getAction()
Generated method - Getter of the
InboxView.action attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowDecisionModel> |
WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action)
Deprecated.
|
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissions(WorkflowActionModel action)
Deprecated.
|
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissionToMakeDecision(WorkflowActionModel action)
Deprecated.
|
protected void |
WorkflowActionDecisionActionRenderer.registerWorkflowActionUpdateListener(WorkflowActionModel workflowAction,
Hlayout container,
Component parent)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Button |
WorkflowDecisionActionSectionRenderer.createActionButton(Combobox combobox,
WorkflowActionModel workflowActionModel,
WidgetInstanceManager widgetInstanceManager) |
protected EventListener |
WorkflowDecisionActionSectionRenderer.createSelectedDecisionListener(WidgetInstanceManager widgetInstanceManager,
WorkflowActionModel actionModel,
Component parent,
DataType dataType) |
protected Combobox |
WorkflowDecisionActionSectionRenderer.createSlectedDecisionCombobox(WidgetInstanceManager widgetInstanceManager,
WorkflowActionModel action,
Component component,
DataType dataType) |
protected void |
WorkflowDecisionActionSectionRenderer.performAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager wim) |
protected void |
WorkflowDecisionActionSectionRenderer.refreshAfterCancel(WidgetInstanceManager widgetInstanceManager,
WorkflowActionModel actionModel,
Component parent,
DataType dataType) |
protected void |
WorkflowDecisionActionSectionRenderer.refreshAfterSave(WidgetInstanceManager widgetInstanceManager,
WorkflowActionModel actionModel) |
protected void |
WorkflowDecisionActionSectionRenderer.refreshWidgetModelAfterSaveListeners(WorkflowActionModel actionModel,
WidgetInstanceManager widgetInstanceManager) |
protected void |
WorkflowDecisionActionSectionRenderer.renderSectionInternal(WidgetInstanceManager widgetInstanceManager,
WorkflowActionModel action,
Component parent,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
AbstractAutomatedWorkflowTemplateJob.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 workflow
|
protected <T extends ItemModel> |
AbstractAutomatedWorkflowTemplateJob.getModelOfType(WorkflowActionModel workflowActionModel,
java.lang.Class<T> clazz)
Gets a model of the provided class from the list
|
protected B2BRegistrationModel |
AbstractAutomatedWorkflowTemplateJob.getRegistrationAttachment(WorkflowActionModel workflowActionModel)
Gets the
B2BRegistrationModel attached to the workflow |
WorkflowDecisionModel |
SendEmailAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
SendEmailAutomatedWorkflowTemplateTestJob.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
RegistrationRejectedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
RegistrationApprovedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
DefaultTaskReallocateConsignmentsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel)
Deprecated.
|
WorkflowDecisionModel |
DefaultTaskDeleteCancellationEventsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
DefaultTaskDeleteStockLevelsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTaskAssignmentActions.assignNewPrincipalToAction(WorkflowActionModel automatedWorkflowAction,
WorkflowActionModel workflowAction)
Aligns
AbstractWorkflowActionModel.PRINCIPALASSIGNED between action and automated action. |
protected java.util.Optional<ItemModel> |
AbstractTaskAssignmentActions.getAttachedAsn(WorkflowActionModel action)
Fetches the
AdvancedShippingNoticeModel associated to the received WorkflowActionModel |
protected java.util.Optional<ItemModel> |
AbstractTaskAssignmentActions.getAttachedConsignment(WorkflowActionModel action)
Fetches the consignment
ConsignmentModel associated to the received WorkflowActionModel |
protected void |
AbstractTaskAssignmentActions.getWorkflowActionAndAssignPrincipal(java.lang.String templateCode,
WorkflowActionModel currentWorkflowAction,
ConsignmentModel attachedConsignment,
java.lang.String actionLabel)
Gets the
WorkflowActionModel and assigns the proper principal to it. |
protected void |
TaskAssignmentPackConsignmentAction.getWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction,
ConsignmentModel attachedConsignment,
java.lang.String actionLabel) |
WorkflowDecisionModel |
TaskAssignmentShipConsignmentAction.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
TaskAssignmentPackConsignmentAction.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
TaskAssignmentPickupConsignmentAction.perform(WorkflowActionModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
WarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(java.lang.String templateCode,
ConsignmentModel consignment)
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
DefaultWarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(java.lang.String templateCode,
ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
protected UserModel |
UserWithLowestLoadSelectionStrategy.userWithLowestLoad(WorkflowModel workflow,
WorkflowActionModel workflowAction)
Finds the
UserModel with the lowest load |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DoneAction.displayCancellationMessageBox(java.util.Collection<WorkflowActionModel> cancelledTasks,
<any> actionContext)
Displays a message box to notify the user that the given
Collection are cancelled. |
| Modifier and Type | Method and Description |
|---|---|
protected Menupopup |
ConsignmentMenuRenderer.createMenuPopup(WorkflowActionModel workflowActionModel,
WidgetInstanceManager widgetInstanceManager)
Creates the popup menu associated to the three-dots menu.
|
protected void |
ConsignmentMenuRenderer.printDocument(WorkflowActionModel workflowActionModel,
ConsignmentModel consignmentModel)
Prints a document depending on the
WorkflowActionModel that is to be performed |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
WorkflowActionService.complete(WorkflowActionModel action)
Completes action
|
WorkflowActionModel |
WorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow)
Creates workflow action based on template and attach it to workflow
|
WorkflowActionModel |
WorkflowActionService.disable(WorkflowActionModel action)
Disable action
|
WorkflowActionModel |
WorkflowActionService.getActionForCode(WorkflowModel workflow,
java.lang.String code) |
WorkflowActionModel |
WorkflowActionService.idle(WorkflowActionModel action)
Idles action
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType)
Returns workflow actions with attachment that match type passed as a parameter
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentTypeCodeOrClassName)
Returns workflow actions with attachment that match type or code passed as a parameter
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments)
Returns workflow actions with attachment that match types passed
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments,
java.util.Collection<WorkflowActionStatus> actionStatuses)
Returns workflow actions with attachment that match types passed and statuses
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getEndWorkflowActions(WorkflowModel workflow)
Returns ended workflow actions
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getNormalWorkflowActions(WorkflowModel workflow)
Returns normal workflow actions
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getStartWorkflowActions(WorkflowModel workflow)
Returns start workflow actions
|
java.util.List<WorkflowActionModel> |
WorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow)
Returns workflow actions by type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowProcessingService.activate(WorkflowActionModel action)
Activates an action and saves the activation
|
WorkflowActionCommentModel |
WorkflowActionCommentService.addCommentToAction(java.lang.String commentValue,
WorkflowActionModel action)
Adds comment to action
|
WorkflowActionModel |
WorkflowActionService.complete(WorkflowActionModel action)
Completes action
|
HtmlEmail |
EmailService.createActivationEmail(WorkflowActionModel action)
Creates activation e-mail for the given
action This is performed right after the activation of the
action. |
void |
WorkflowProcessingService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Decides an action and assign a decision
|
WorkflowActionModel |
WorkflowActionService.disable(WorkflowActionModel action)
Disable action
|
java.util.List<ItemModel> |
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action)
Returns attachments assigned to action or empty list
|
java.util.List<ItemModel> |
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action,
java.util.List<java.lang.String> attachmentClassNames)
Returns attachments assigned to action that match all class names passed as a paremeter
|
java.util.List<ItemModel> |
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action,
java.lang.String attachmentClassName)
Returns attachments assigned to action that match class name or empty list
|
WorkflowActionModel |
WorkflowActionService.idle(WorkflowActionModel action)
Idles action
|
boolean |
WorkflowActionService.isActive(WorkflowActionModel action)
Returns true if action is active
|
boolean |
WorkflowActionService.isCompleted(WorkflowActionModel action)
Returns true if action is completed
|
boolean |
WorkflowActionService.isDisabled(WorkflowActionModel action)
Returns true if action is disabled
|
boolean |
WorkflowActionService.isEndedByWorkflow(WorkflowActionModel action)
Returns true if action is ended by a workdlow
|
boolean |
WorkflowActionService.isUserAssignedPrincipal(WorkflowActionModel action)
Returns true if user is assigned to action
|
void |
WorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction)
Sets "andconnection" attribute for links.
|
void |
WorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction)
Sets "orconnection" attribute for links.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
DefaultWorkflowDAO.getEndWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowDAO.getNormalWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowDAO.getStartWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowDAO.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowActionDao.findEndWorkflowActions(WorkflowModel workflow) |
java.util.List<WorkflowActionModel> |
WorkflowActionDao.findNormalWorkflowActions(WorkflowModel workflow) |
java.util.List<WorkflowActionModel> |
WorkflowActionDao.findStartWorkflowActions(WorkflowModel workflow) |
java.util.List<WorkflowActionModel> |
WorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(java.util.List<ComposedTypeModel> attachmentTypes,
java.util.Collection<WorkflowActionStatus> actionStatuses) |
java.util.List<WorkflowActionModel> |
WorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionDao.findEndWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionDao.findNormalWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionDao.findStartWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(java.util.List<ComposedTypeModel> attachmentTypes,
java.util.Collection<WorkflowActionStatus> actionStatuses) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
DefaultWorkflowActionService.complete(WorkflowActionModel action) |
WorkflowActionModel |
DefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow) |
WorkflowActionModel |
DefaultWorkflowActionService.disable(WorkflowActionModel action) |
WorkflowActionModel |
DefaultWorkflowActionService.getActionForCode(WorkflowModel workflow,
java.lang.String code) |
protected WorkflowActionModel |
DefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.List<WorkflowActionModel> workflowActions) |
WorkflowActionModel |
DefaultWorkflowActionService.idle(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachment(ComposedTypeModel attachmentType) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentTypeCodeOrClassName) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments,
java.util.Collection<WorkflowActionStatus> actionStatuses) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getEndWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getNormalWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getStartWorkflowActions(WorkflowModel wfModel) |
java.util.List<WorkflowActionModel> |
DefaultWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultWorkflowProcessingService.activate(WorkflowActionModel action)
Activates an action and saves the activation
|
WorkflowActionCommentModel |
DefaultWorkflowActionCommentService.addCommentToAction(java.lang.String commentValue,
WorkflowActionModel action) |
protected void |
DefaultWorkflowProcessingService.checkIncomingLinks(WorkflowActionModel action) |
WorkflowActionModel |
DefaultWorkflowActionService.complete(WorkflowActionModel action) |
HtmlEmail |
DefaultEmailService.createActivationEmail(WorkflowActionModel action) |
protected void |
DefaultWorkflowProcessingService.decide(WorkflowActionModel action) |
void |
DefaultWorkflowProcessingService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Decides an action and assign a decision
|
WorkflowActionModel |
DefaultWorkflowActionService.disable(WorkflowActionModel action) |
java.util.List<ItemModel> |
DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action) |
java.util.List<ItemModel> |
DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action,
java.util.List<java.lang.String> attachmentClassNames) |
java.util.List<ItemModel> |
DefaultWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel action,
java.lang.String attachmentClassName) |
WorkflowActionModel |
DefaultWorkflowActionService.idle(WorkflowActionModel action) |
boolean |
DefaultWorkflowActionService.isActive(WorkflowActionModel action) |
boolean |
DefaultWorkflowActionService.isCompleted(WorkflowActionModel action) |
boolean |
DefaultWorkflowActionService.isDisabled(WorkflowActionModel action) |
boolean |
DefaultWorkflowActionService.isEndedByWorkflow(WorkflowActionModel action) |
boolean |
DefaultWorkflowActionService.isUserAssignedPrincipal(WorkflowActionModel action) |
protected boolean |
DefaultWorkflowProcessingService.predecessorsCompleted(WorkflowActionModel action) |
void |
DefaultWorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction) |
void |
DefaultWorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction) |
void |
DefaultWorkflowService.writeAutomatedComment(WorkflowActionModel action,
java.lang.String message,
java.lang.String... messageParams) |
protected void |
DefaultWorkflowProcessingService.writeAutomatedComment(WorkflowActionModel action,
java.lang.String message,
java.lang.String... messageParams) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionModel |
DefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.List<WorkflowActionModel> workflowActions) |
void |
DefaultWorkflowService.setActionsWorkflowTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowTemplateModel,java.util.List<WorkflowActionModel>> actionsFromWorkflowTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionModel |
WorkflowTest.getAction(java.lang.String code)
Gets the action with given code from test workflow instance.
|
protected WorkflowActionModel |
WorkflowCompatibleTest.getAction(java.lang.String code)
Gets the action with given code from test workflow instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
WorkflowTest.getDecision(java.lang.String code,
WorkflowActionModel action)
Gets the decision with given code from test workflow instance.
|
WorkflowDecisionModel |
WorkflowAutomatedAction.perform(WorkflowActionModel action) |
WorkflowDecisionModel |
WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
WorkflowAutomatedAction.perform(WorkflowActionModel action) |
WorkflowDecisionModel |
AutomatedWorkflowTemplateJob.perform(WorkflowActionModel action)
execution method for the automated workflow job
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
WorkflowDecisionModel.getAction()
Generated method - Getter of the
WorkflowDecision.action attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowModel.getActions()
Generated method - Getter of the
Workflow.actions attribute defined at extension workflow. |
java.util.Collection<WorkflowActionModel> |
WorkflowItemAttachmentModel.getActions()
Generated method - Getter of the
WorkflowItemAttachment.actions attribute defined at extension workflow. |
java.util.Collection<WorkflowActionModel> |
WorkflowDecisionModel.getToActions()
Generated method - Getter of the
WorkflowDecision.toActions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionModel.setAction(WorkflowActionModel value)
Generated method - Setter of
WorkflowDecision.action attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowItemAttachmentModel.setActions(java.util.Collection<WorkflowActionModel> value)
Generated method - Setter of
WorkflowItemAttachment.actions attribute defined at extension workflow. |
void |
WorkflowModel.setActions(java.util.List<WorkflowActionModel> value)
Generated method - Setter of
Workflow.actions attribute defined at extension workflow. |
void |
WorkflowDecisionModel.setToActions(java.util.Collection<WorkflowActionModel> value)
Generated method - Setter of
WorkflowDecision.toActions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
WorkflowActionResource.getWorkflowActionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WorkflowActionModel |
WorkflowActionResource.readResource(java.lang.String resourceId)
Gets the
WorkflowActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
WorkflowActionsResource.getWorkflowActionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionResource.setWorkflowActionModel(WorkflowActionModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionsResource.setWorkflowActionsCollection(java.util.Collection<WorkflowActionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.addComment(java.lang.Object comment,
WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionCommentService.addCommentToAction(String, WorkflowActionModel) |
void |
WorkflowService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Deprecated.
since ages - as of release 4.3, please use
WorkflowProcessingService.decideAction(WorkflowActionModel, WorkflowDecisionModel) |
java.util.List<ItemModel> |
WorkflowService.getAttachmentsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel) |
java.util.List<ItemModel> |
WorkflowService.getAttachmentsForAction(WorkflowActionModel action,
java.util.List<java.lang.String> attachmentClassNames)
Deprecated.
since ages - as of release 4.3, please use
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel,List) |
java.util.List<ItemModel> |
WorkflowService.getAttachmentsForAction(WorkflowActionModel action,
java.lang.String attachmentClassName)
Deprecated.
since ages - as of release 4.3, please use
WorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel,String) |
java.util.List<WorkflowActionCommentModel> |
WorkflowService.getCommentsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
AbstractWorkflowActionModel.getWorkflowActionComments() |
java.util.List<WorkflowDecisionModel> |
WorkflowService.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentClassName)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachmentClassNames,
java.util.Collection<WorkflowActionStatus> actionStatuses)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getEndWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getNormalWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getStartWorkflowActions(WorkflowModel wfModel)
Deprecated.
|
java.util.List<WorkflowActionModel> |
WorkflowServiceImpl.getWorkflowActionsByType(EnumerationValue type,
WorkflowModel wfModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.addComment(java.lang.Object comment,
WorkflowActionModel action)
Deprecated.
|
void |
WorkflowServiceImpl.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Deprecated.
|
java.util.List<ItemModel> |
WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action)
Deprecated.
|
java.util.List<ItemModel> |
WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action,
java.util.List<java.lang.String> attachmentClassNames)
Deprecated.
|
java.util.List<ItemModel> |
WorkflowServiceImpl.getAttachmentsForAction(WorkflowActionModel action,
java.lang.String attachmentClassName)
Deprecated.
|
java.util.List<WorkflowActionCommentModel> |
WorkflowServiceImpl.getCommentsForAction(WorkflowActionModel action)
Deprecated.
|
java.util.List<WorkflowDecisionModel> |
WorkflowServiceImpl.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionModel |
AbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.List<WorkflowActionModel> workflowActions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionModel> |
ActionsFromWorkflowTemplateFactory.create(WorkflowModel target,
WorkflowTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
DefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper.perform(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionModel |
AbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction,
java.util.List<WorkflowActionModel> workflowActions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionActivationStrategy.doAfterActivation(WorkflowActionModel action) |
void |
DecideActionStrategy.doAfterActivationOfAndLink(WorkflowActionModel action) |
void |
DecideActionStrategy.doAfterActivationOfOrLink(WorkflowActionModel action) |
void |
DecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action,
WorkflowDecisionModel selDec) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultActionActivationStrategy.doAfterActivation(WorkflowActionModel action) |
void |
DefaultDecideActionStrategy.doAfterActivationOfAndLink(WorkflowActionModel action) |
void |
DefaultDecideActionStrategy.doAfterActivationOfOrLink(WorkflowActionModel action) |
void |
DefaultDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action,
WorkflowDecisionModel selDec) |
protected void |
DefaultDecideActionStrategy.writeAutomatedComment(WorkflowActionModel action,
java.lang.String message,
java.lang.String... messageParams) |
Copyright © 2018 SAP SE. All Rights Reserved.