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)
           
static ArrayList<String> parseRetryIntervals(String failedJobRetryIntervals)
           
 
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 -

parseIntegerAttribute

protected static Integer parseIntegerAttribute(String attributeName,
                                               String text)

parseRetryIntervals

public static ArrayList<String> parseRetryIntervals(String failedJobRetryIntervals)


Copyright © 2017 camunda services GmbH. All rights reserved.