| Package | Description |
|---|---|
| de.hybris.platform.workflow.dto | |
| de.hybris.platform.workflow.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatedWorkflowActionTemplateDTO
Generated dto class for type AutomatedWorkflowActionTemplate first defined at extension workflow
|
class |
WorkflowActionDTO
Generated dto class for type WorkflowAction first defined at extension workflow
|
class |
WorkflowActionTemplateDTO
Generated dto class for type WorkflowActionTemplate first defined at extension workflow
|
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflowActionDTO |
WorkflowActionCommentDTO.getWorkflowAction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractWorkflowActionDTO> |
AbstractWorkflowActionsDTO.getAbstractWorkflowActions() |
java.util.List<AbstractWorkflowActionDTO> |
AbstractWorkflowActionDTO.getPredecessors() |
java.util.List<AbstractWorkflowActionDTO> |
AbstractWorkflowActionDTO.getSuccessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionCommentDTO.setWorkflowAction(AbstractWorkflowActionDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionsDTO.setAbstractWorkflowActions(java.util.List<AbstractWorkflowActionDTO> abstractworkflowactionsList) |
void |
AbstractWorkflowActionDTO.setPredecessors(java.util.List<AbstractWorkflowActionDTO> value) |
void |
AbstractWorkflowActionDTO.setSuccessors(java.util.List<AbstractWorkflowActionDTO> value) |
| Constructor and Description |
|---|
AbstractWorkflowActionsDTO(java.util.List<AbstractWorkflowActionDTO> abstractworkflowactionsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
AbstractWorkflowActionResource.putAbstractWorkflowAction(AbstractWorkflowActionDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.