Uses of Enum
eu.dnetlib.app.directindex.repo.OperationType
Packages that use OperationType
-
Uses of OperationType in eu.dnetlib.app.directindex.repo
Methods in eu.dnetlib.app.directindex.repo that return OperationTypeModifier and TypeMethodDescriptionPendingAction.getOperation()static OperationTypeReturns the enum constant of this type with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.dnetlib.app.directindex.repo with parameters of type OperationTypeModifier and TypeMethodDescriptionlongPendingActionRepository.countByOperation(OperationType operation) longPendingActionRepository.countByOperationAndExecutionDateIsNull(OperationType operation) voidPendingAction.setOperation(OperationType operation)