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 interfacePropertyEntityWrite access toLegacyPropertyClasses in com.flowable.workobject.engine.impl.persistence.entity that implement LegacyProperty Modifier and Type Class Description classDefinitionPropertyEntityImplFields 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. propertiesMethods 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 voidLegacyWorkObjectDefinitionEntity. setProperties(java.util.List<LegacyProperty> properties)voidLegacyWorkObjectDefinitionEntityImpl. setProperties(java.util.List<LegacyProperty> properties)