Uses of Class
ru.i_novus.ms.rdm.api.async.AsyncOperationTypeEnum
| Package | Description |
|---|---|
| ru.i_novus.ms.rdm.api.async | |
| ru.i_novus.ms.rdm.api.service |
-
Uses of AsyncOperationTypeEnum in ru.i_novus.ms.rdm.api.async
Methods in ru.i_novus.ms.rdm.api.async that return AsyncOperationTypeEnum Modifier and Type Method Description AsyncOperationTypeEnumAsyncOperationLogEntry. getOperationType()AsyncOperationTypeEnumAsyncOperationLogEntryCriteria. getOperationType()static AsyncOperationTypeEnumAsyncOperationTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsyncOperationTypeEnum[]AsyncOperationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.i_novus.ms.rdm.api.async with parameters of type AsyncOperationTypeEnum Modifier and Type Method Description java.io.SerializableAsyncOperationHandler. handle(AsyncOperationTypeEnum operationType, java.lang.String code, java.io.Serializable[] args)booleanAsyncOperationResolver. isSatisfied(AsyncOperationTypeEnum operationType)voidAsyncOperationLogEntry. setOperationType(AsyncOperationTypeEnum operationType)voidAsyncOperationLogEntryCriteria. setOperationType(AsyncOperationTypeEnum operationType) -
Uses of AsyncOperationTypeEnum in ru.i_novus.ms.rdm.api.service
Methods in ru.i_novus.ms.rdm.api.service that return types with arguments of type AsyncOperationTypeEnum Modifier and Type Method Description org.springframework.data.domain.Page<AsyncOperationTypeEnum>AsyncOperationLogEntryService. getOperationTypes()