Uses of Class
de.hybris.platform.workflow.model.WorkflowActionCommentModel
-
Packages that use WorkflowActionCommentModel Package Description de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionCommentModel Modifier and Type Method Description java.util.Collection<WorkflowActionCommentModel>AbstractWorkflowActionModel. getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionCommentModel Modifier and Type Method Description voidAbstractWorkflowActionModel. setWorkflowActionComments(java.util.Collection<WorkflowActionCommentModel> value)Generated method - Setter ofAbstractWorkflowAction.workflowActionCommentsattribute defined at extensionworkflow.
-