Uses of Enum Class
org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
Packages that use LogOperation
Package
Description
-
Uses of LogOperation in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
Methods in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog that return LogOperationModifier and TypeMethodDescriptionstatic LogOperationReturns the enum constant of this class with the specified name.static LogOperation[]LogOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog with parameters of type LogOperationModifierConstructorDescriptionActionLog(EntityType entityType, String entityId, String entityName, EntityType parentType, String parentId, String parentName, LogOperation operation)