| Package | Description |
|---|---|
| de.hybris.platform.b2b.strategies.impl | |
| de.hybris.platform.print.tests | |
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.daos | |
| de.hybris.platform.workflow.daos.impl | |
| de.hybris.platform.workflow.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.integration | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
protected AutomatedWorkflowActionTemplateModel |
AbstractWorkflowTemplateStrategy.createAutomatedWorkflowActionTemplate(String code,
String qualifier,
WorkflowActionType actionType,
UserModel user,
WorkflowTemplateModel workflowTemplateModel,
Class<? extends AutomatedWorkflowTemplateJob> jobClass,
String jobHandlerBeanId)
Creates an automated workflow cronjob by either joblass or springBean id
|
protected WorkflowActionTemplateModel |
AbstractWorkflowTemplateStrategy.createWorkflowActionTemplateModel(String code,
String qualifier,
WorkflowActionType actionType,
UserModel user,
WorkflowTemplateModel workflowTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
protected AutomatedWorkflowActionTemplateModel |
AbstractPrintServicelayerTest.createAutomatedWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow,
Class jobClass)
Creates new automated action template.
|
protected WorkflowActionTemplateModel |
AbstractPrintServicelayerTest.createWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow)
Creates new action template.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow)
Returns workflow actions by type
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowActionType |
WorkflowActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowActionType[] |
WorkflowActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowActionService.getWorkflowActionsByType(WorkflowActionType type,
WorkflowModel wfModel) |
| Modifier and Type | Method and Description |
|---|---|
protected AutomatedWorkflowActionTemplateModel |
WorkflowTest.createAutomatedWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow,
Class jobClass)
Creates new automated action template.
|
protected WorkflowActionTemplateModel |
WorkflowTest.createWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow)
Creates new action template.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionType |
AbstractWorkflowActionModel.getActionType()
Generated method - Getter of the
AbstractWorkflowAction.actionType attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionModel.setActionType(WorkflowActionType value)
Generated method - Setter of
AbstractWorkflowAction.actionType attribute defined at extension workflow. |
| Constructor and Description |
|---|
AbstractWorkflowActionModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractWorkflowActionModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
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
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.