Package org.ehrbase.api.definitions
Interface ServerConfig
-
public interface ServerConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetAqlDepth()StringgetAqlIterationSkipList()StringgetNodename()intgetPort()booleanisDisableStrictValidation()voidsetNodename(String nodename)voidsetPort(int port)
-
-
-
Method Detail
-
getPort
int getPort()
-
setPort
void setPort(int port)
-
getNodename
String getNodename()
-
setNodename
void setNodename(String nodename)
-
getAqlIterationSkipList
String getAqlIterationSkipList()
-
getAqlDepth
Integer getAqlDepth()
-
isDisableStrictValidation
boolean isDisableStrictValidation()
-
-