Class HistoryTimeToLiveParser.HTTLParsedResult

java.lang.Object
org.camunda.bpm.engine.impl.HistoryTimeToLiveParser.HTTLParsedResult
Enclosing class:
HistoryTimeToLiveParser

protected class HistoryTimeToLiveParser.HTTLParsedResult extends Object
  • Field Details

    • systemDefaultConfigWillBeUsed

      protected final boolean systemDefaultConfigWillBeUsed
    • value

      protected final String value
    • valueAsInteger

      protected final Integer valueAsInteger
  • Constructor Details

    • HTTLParsedResult

      public HTTLParsedResult(String historyTimeToLiveString)
  • Method Details

    • isInValidAgainstConfig

      protected boolean isInValidAgainstConfig()
    • hasLongerModelValueThanGlobalConfig

      protected boolean hasLongerModelValueThanGlobalConfig()