Class EdorasVisProperty

java.lang.Object
com.flowable.platform.common.util.EdorasVisProperty

public class EdorasVisProperty extends Object
Author:
Filip Hrisafov
  • Method Details

    • isEdorasVisProperty

      public static boolean isEdorasVisProperty(ExtensionElement extensionElement)
    • createWithoutLanguage

      public static EdorasVisProperty createWithoutLanguage(ExtensionElement extensionElement)
    • create

      public static EdorasVisProperty create(ExtensionElement extensionElement)
    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • getLanguage

      public String getLanguage()
    • getValue

      public <V> V getValue(Function<String,V> converter)
      Get the value by applying the converter to it,
      Type Parameters:
      V - the type of the returned value
      Parameters:
      converter - to be used to get the value
      Returns:
      the converted value