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