| Package | Description |
|---|---|
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| de.hybris.platform.workflow.resource | |
| de.hybris.platform.workflow.services | |
| de.hybris.platform.workflow.services.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionCommentModel |
WorkflowActionCommentService.addCommentToAction(java.lang.String commentValue,
WorkflowActionModel action)
Adds comment to action
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel comment)
Returns true if comment is automated
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionCommentModel |
DefaultWorkflowActionCommentService.addCommentToAction(java.lang.String commentValue,
WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultWorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionCommentModel> |
AbstractWorkflowActionModel.getWorkflowActionComments()
Generated method - Getter of the
AbstractWorkflowAction.workflowActionComments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionModel.setWorkflowActionComments(java.util.Collection<WorkflowActionCommentModel> value)
Generated method - Setter of
AbstractWorkflowAction.workflowActionComments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionCommentModel |
WorkflowActionCommentResource.getWorkflowActionCommentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WorkflowActionCommentModel |
WorkflowActionCommentResource.readResource(java.lang.String resourceId)
Gets the
WorkflowActionCommentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionCommentModel> |
WorkflowActionCommentsResource.getWorkflowActionCommentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionCommentResource.setWorkflowActionCommentModel(WorkflowActionCommentModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowActionCommentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionCommentsResource.setWorkflowActionCommentsCollection(java.util.Collection<WorkflowActionCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionCommentModel> |
WorkflowService.getCommentsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
AbstractWorkflowActionModel.getWorkflowActionComments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowService.isAutomatedComment(WorkflowActionCommentModel comment)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowActionCommentModel> |
WorkflowServiceImpl.getCommentsForAction(WorkflowActionModel action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowServiceImpl.isAutomatedComment(WorkflowActionCommentModel comment)
Deprecated.
since ages
|
Copyright © 2018 SAP SE. All Rights Reserved.