Uses of Class
de.hybris.platform.workflow.model.WorkflowModel
-
Packages that use WorkflowModel Package Description de.hybris.platform.core.model.util Contains generated models for each type of de.hybris.platform.util package.de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return WorkflowModel Modifier and Type Method Description WorkflowModelInboxViewModel. getWorkflow()Generated method - Getter of theInboxView.workflowattribute defined at extensionworkflow. -
Uses of WorkflowModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowModel Modifier and Type Method Description WorkflowModelWorkflowActionModel. getWorkflow()Generated method - Getter of theWorkflowAction.workflowattribute defined at extensionworkflow.WorkflowModelWorkflowItemAttachmentModel. getWorkflow()Generated method - Getter of theWorkflowItemAttachment.workflowattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowModel Modifier and Type Method Description voidWorkflowActionModel. setWorkflow(WorkflowModel value)Generated method - Initial setter ofWorkflowAction.workflowattribute defined at extensionworkflow.voidWorkflowItemAttachmentModel. setWorkflow(WorkflowModel value)Generated method - Initial setter ofWorkflowItemAttachment.workflowattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowModel Constructor Description WorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(ItemModel _item, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(java.lang.String _code, ItemModel _item, ItemModel _owner, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-