Uses of Interface
com.flowable.workobject.api.Identifiable
Package | Description |
---|---|
com.flowable.workobject.api | |
com.flowable.workobject.engine.impl.persistence.entity |
-
Uses of Identifiable in com.flowable.workobject.api
Subinterfaces of Identifiable 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.interface
LegacyWorkObjectDefinition
An object structure representing aWorkObject
definition At deploy time, the engine will then parse the work object definition files to an work object instance of this class. -
Uses of Identifiable in com.flowable.workobject.engine.impl.persistence.entity
Subinterfaces of Identifiable in com.flowable.workobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
LegacyVariableEntity
Write access toLegacyVariable
is not allowedinterface
LegacyWorkObjectDefinitionEntity
interface
PropertyEntity
Write access toLegacyProperty
Classes in com.flowable.workobject.engine.impl.persistence.entity that implement Identifiable 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
class
LegacyWorkObjectDefinitionEntityImpl