org.camunda.bpm.engine.impl.util
Class ParseUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.ParseUtil

public class ParseUtil
extends Object


Field Summary
protected static Pattern REGEX_TTL_ISO
           
 
Constructor Summary
ParseUtil()
           
 
Method Summary
static Integer parseHistoryTimeToLive(String historyTimeToLive)
          Parse History Time To Live in ISO-8601 format to integer and set into the given entity
protected static Integer parseIntegerAttribute(String attributeName, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGEX_TTL_ISO

protected static final Pattern REGEX_TTL_ISO
Constructor Detail

ParseUtil

public ParseUtil()
Method Detail

parseHistoryTimeToLive

public static Integer parseHistoryTimeToLive(String historyTimeToLive)
Parse History Time To Live in ISO-8601 format to integer and set into the given entity

Parameters:
historyTimeToLive -
entity -

parseIntegerAttribute

protected static Integer parseIntegerAttribute(String attributeName,
                                               String text)


Copyright © 2017 camunda services GmbH. All rights reserved.