Uses of Enum Class
overit.geocall.edm.model.IndexCreationStatus
Packages that use IndexCreationStatus
-
Uses of IndexCreationStatus in overit.geocall.edm.model
Methods in overit.geocall.edm.model that return IndexCreationStatusModifier and TypeMethodDescriptionstatic IndexCreationStatusIndexCreationStatus.fromCode(int code) Index.getStatus()Returns theIndexCreationStatusof thisIndex.IndexCreationParameters.status()Returns the value of thestatusrecord component.static IndexCreationStatusReturns the enum constant of this class with the specified name.static IndexCreationStatus[]IndexCreationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.edm.model with parameters of type IndexCreationStatusModifier and TypeMethodDescriptionvoidIndex.setStatus(IndexCreationStatus status) Sets theIndexCreationStatusof thisIndex.Constructors in overit.geocall.edm.model with parameters of type IndexCreationStatusModifierConstructorDescriptionIndexCreationParameters(Long id, @NotNull String realName, String description, boolean unique, boolean addReverse, @NotEmpty List<BaseDataAttribute> fields, @NotNull IndexCreationStatus status) Creates and returns a newIndexCreationParametersinstance using the provided parameters.