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