Uses of Class
org.exoplatform.commons.search.domain.OperationType
-
Packages that use OperationType Package Description org.exoplatform.commons.search.domain -
-
Uses of OperationType in org.exoplatform.commons.search.domain
Methods in org.exoplatform.commons.search.domain that return OperationType Modifier and Type Method Description static OperationTypeOperationType. getById(String operation)OperationTypeIndexingOperation. getOperation()static OperationTypeOperationType. valueOf(String name)Returns 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 org.exoplatform.commons.search.domain with parameters of type OperationType Modifier and Type Method Description voidIndexingOperation. setOperation(OperationType operation)Constructors in org.exoplatform.commons.search.domain with parameters of type OperationType Constructor Description IndexingOperation(String entityId, String entityIndex, OperationType operation)
-