Uses of Interface
com.flowable.workobject.api.LegacyProperty
Package | Description |
---|---|
com.flowable.workobject.api | |
com.flowable.workobject.engine.impl.persistence.entity |
-
Uses of LegacyProperty in com.flowable.workobject.api
Methods in com.flowable.workobject.api that return types with arguments of type LegacyProperty Modifier and Type Method Description java.util.List<LegacyProperty>
LegacyWorkObjectDefinition. getProperties()
-
Uses of LegacyProperty in com.flowable.workobject.engine.impl.persistence.entity
Subinterfaces of LegacyProperty in com.flowable.workobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
PropertyEntity
Write access toLegacyProperty
Classes in com.flowable.workobject.engine.impl.persistence.entity that implement LegacyProperty Modifier and Type Class Description class
DefinitionPropertyEntityImpl
Fields in com.flowable.workobject.engine.impl.persistence.entity with type parameters of type LegacyProperty Modifier and Type Field Description protected java.util.List<LegacyProperty>
LegacyWorkObjectDefinitionEntityImpl. properties
Methods in com.flowable.workobject.engine.impl.persistence.entity that return types with arguments of type LegacyProperty Modifier and Type Method Description java.util.List<LegacyProperty>
LegacyWorkObjectDefinitionEntityImpl. getProperties()
Method parameters in com.flowable.workobject.engine.impl.persistence.entity with type arguments of type LegacyProperty Modifier and Type Method Description void
LegacyWorkObjectDefinitionEntity. setProperties(java.util.List<LegacyProperty> properties)
void
LegacyWorkObjectDefinitionEntityImpl. setProperties(java.util.List<LegacyProperty> properties)