Uses of Interface
com.flowable.workobject.api.NamedValue
Package | Description |
---|---|
com.flowable.workobject.api | |
com.flowable.workobject.engine.impl.persistence.entity |
-
Uses of NamedValue in com.flowable.workobject.api
Subinterfaces of NamedValue in com.flowable.workobject.api Modifier and Type Interface Description interface
LegacyProperty
Represents single property which consists of name andString
valueinterface
LegacyVariable
Represents single variable which consists of name andObject
value. -
Uses of NamedValue in com.flowable.workobject.engine.impl.persistence.entity
Subinterfaces of NamedValue in com.flowable.workobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
LegacyVariableEntity
Write access toLegacyVariable
is not allowedinterface
PropertyEntity
Write access toLegacyProperty
Classes in com.flowable.workobject.engine.impl.persistence.entity that implement NamedValue Modifier and Type Class Description class
DefinitionPropertyEntityImpl
class
JavaVariable
Method object that allows to convert from its representation in one of several columns of a database table to a Java value.class
LegacyVariableEntityImpl