public interface EngineSettings extends CommonSettings
Modifier and Type | Method and Description |
---|---|
boolean |
getCompileToJava()
Returns true if model is compiled to java.
|
CreateProcessLog |
getCreateProcessLog()
Returns enum value that determines creation of process logs.
|
long |
getHealthCheckNumberOfEngineLoops()
If the specified number of loops is exceeded it is reported in health check.
|
InterpretationStrategy |
getInterpretationStrategy()
Returns interpreter strategy.
|
long |
getMaxNumberOfEngineLoops()
If specified the engine can execute only the specified number of loops.
|
int |
getTimerInterval()
Gets minimal interval for time events.
|
long |
getUserActivityTrackingTimeout()
Returns timeout in milliseconds for tracking of users.
|
boolean |
isConfirmModelUpload()
Indicates if the user should be asked for confirmation prior to uploading
a model to the server.
|
boolean |
isCutLongStrings()
Returns true if strings longer that defined in database are cut.
|
boolean |
isDumpModelInstanceOnException()
Returns true if model instance should be dumped if exception occurs.
|
boolean |
isReplaceUnsupportedXMLCharacters()
Returns true if unsupported xml characters can are replaced.
|
boolean |
isSsoEnabled()
Returns true if SSO is enabled.
|
boolean |
isUserActivityTracked()
Returns true if tracking of active users is on.
|
void |
setCompileToJava(boolean compileToJava)
Sets value that determines whether model is compiled to java.
|
void |
setConfirmModelUpload(boolean value)
Sets the settings for requiring confirmation prior to uploading a model.
|
void |
setCreateProcessLog(CreateProcessLog createProcessLog)
Sets value that determines creation of process logs.
|
void |
setCutLongStrings(boolean cutLongStrings)
Sets settings for cutting of strings longer that defined in database.
|
void |
setDumpModelInstanceOnException(boolean dumpModelInstanceOnException)
Sets settings for dumping of model instance state if exception occurs.
|
void |
setReplaceUnsupportedXMLCharacters(boolean isReplaceUnsupportedXMLCharacters)
Sets settings for replacing of unsupported xml characters.
|
void |
setTimerInterval(int integer)
Sets minimal interval for time events.
|
InterpretationStrategy getInterpretationStrategy()
boolean isDumpModelInstanceOnException()
void setDumpModelInstanceOnException(boolean dumpModelInstanceOnException)
dumpModelInstanceOnException
- CreateProcessLog getCreateProcessLog()
void setCreateProcessLog(CreateProcessLog createProcessLog)
createProcessLog
- boolean isCutLongStrings()
void setCutLongStrings(boolean cutLongStrings)
cutLongStrings
- boolean isReplaceUnsupportedXMLCharacters()
void setReplaceUnsupportedXMLCharacters(boolean isReplaceUnsupportedXMLCharacters)
isReplaceUnsupportedXMLCharacters
- boolean isConfirmModelUpload()
true
if confirmation should be required; otherwise false
.void setConfirmModelUpload(boolean value)
value
- the setting valueint getTimerInterval()
void setTimerInterval(int integer)
integer
- boolean getCompileToJava()
void setCompileToJava(boolean compileToJava)
compileToJava
- boolean isUserActivityTracked()
long getUserActivityTrackingTimeout()
boolean isSsoEnabled()
long getMaxNumberOfEngineLoops()
LspsRuntimeException
is thrown.long getHealthCheckNumberOfEngineLoops()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.