Class EdorasVisProperty
java.lang.Object
com.flowable.platform.common.util.EdorasVisProperty
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic EdorasVisProperty
create
(ExtensionElement extensionElement) static EdorasVisProperty
createWithoutLanguage
(ExtensionElement extensionElement) getKey()
getValue()
<V> V
Get the value by applying the converter to it,static boolean
isEdorasVisProperty
(ExtensionElement extensionElement)
-
Method Details
-
isEdorasVisProperty
-
createWithoutLanguage
-
create
-
getKey
-
getValue
-
getLanguage
-
getValue
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
-