| 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
|
| 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AutomatedWorkflowActionTemplateModel |
AutomatedWorkflowActionTemplateResource.getAutomatedWorkflowActionTemplateModel()
Convenience method which just delegates to
#getResourceValue() |
protected AutomatedWorkflowActionTemplateModel |
AutomatedWorkflowActionTemplateResource.readResource(String resourceId)
Gets the
AutomatedWorkflowActionTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutomatedWorkflowActionTemplateModel> |
AutomatedWorkflowActionTemplatesResource.getAutomatedWorkflowActionTemplatesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedWorkflowActionTemplateResource.setAutomatedWorkflowActionTemplateModel(AutomatedWorkflowActionTemplateModel value)
Convenience method which just delegates to
#setResourceValue(AutomatedWorkflowActionTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedWorkflowActionTemplatesResource.setAutomatedWorkflowActionTemplatesCollection(Collection<AutomatedWorkflowActionTemplateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AutomatedWorkflowTemplateJob |
AutomatedWorkflowTemplateRegistry.getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)
Gets the automated workflow template job for passed as parameter template.
|
| Modifier and Type | Method and Description |
|---|---|
AutomatedWorkflowTemplateJob |
DefaultAutomatedWorkflowTemplateRegistry.getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template) |
Copyright © 2017 SAP SE. All Rights Reserved.