Package com.isode.dsapi.config
Class DSACreationTemplate.IndexRequest
java.lang.Object
com.isode.dsapi.config.DSACreationTemplate.IndexRequest
- Enclosing class:
- DSACreationTemplate
Class representing a request for an index to be created in all the GDAMs
of the new DSA.
- Since:
- 16.0
- Author:
- tc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a string giving the name of the index to be created.
-
Field Details
-
type
-
match
-
-
Constructor Details
-
IndexRequest
Create a new index request- Parameters:
at
- Name of attribute type to index which may not be nullmt
- Index match type - must be one of "eq", "sub" "approx" or "pres"- Throws:
BadAttributeTypeException
BadValueException
-
-
Method Details
-
getIndexName
Return a string giving the name of the index to be created.- Returns:
- Index name string, which will never be null
-