Uses of Class
com.hybris.backoffice.workflow.designer.dto.Operation
-
Packages that use Operation Package Description com.hybris.backoffice.workflow.designer.dto -
-
Uses of Operation in com.hybris.backoffice.workflow.designer.dto
Methods in com.hybris.backoffice.workflow.designer.dto that return Operation Modifier and Type Method Description OperationElementDto. getOperation()static OperationOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.backoffice.workflow.designer.dto with parameters of type Operation Modifier and Type Method Description voidElementDto. setOperation(Operation operation)Constructors in com.hybris.backoffice.workflow.designer.dto with parameters of type Operation Constructor Description AndDto(Operation operation, LinkModel model)
-