Uses of Enum Class
org.exoplatform.commons.search.domain.OperationType
Packages that use OperationType
-
Uses of OperationType in org.exoplatform.commons.search.domain
Methods in org.exoplatform.commons.search.domain that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeIndexingOperation.getOperation()static OperationTypeReturns the enum constant of this class with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.commons.search.domain with parameters of type OperationTypeConstructors in org.exoplatform.commons.search.domain with parameters of type OperationTypeModifierConstructorDescriptionIndexingOperation(String entityId, String entityIndex, OperationType operation)