Class SynonymsKey
java.lang.Object
com.orchestranetworks.search.strategy.SynonymsKey
Identifies a Synonyms list.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanformat()Returns a persistent identifier for this service key.getModel()Returns the name of the data model to which the synonyms list belongs, or null if the list does not belong to a specific model.getName()inthashCode()static SynonymsKey
-
Method Details
-
parse
- Throws:
IllegalArgumentException- if the specified key does not match the regular expression([-\\d\\pL:_.]*)@?(%?[-\\d\\pL:_. /]+).
-
getModuleName
-
getModel
Returns the name of the data model to which the synonyms list belongs, or null if the list does not belong to a specific model.- Since:
- 6.1.3
-
format
Returns a persistent identifier for this service key.The strategy key can be re-obtained by parsing this persistent identifier using the method
parse(String). -
getName
- Since:
- 6.1.3
-
hashCode
public int hashCode() -
equals
-