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