Uses of Enum Class
org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType 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 EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeReturns the enum constant of this class with the specified name.static EntityType[]EntityType.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 EntityTypeModifierConstructorDescriptionActionLog(EntityType entityType, String entityId, String entityName, EntityType parentType, String parentId, String parentName, LogOperation operation)