Uses of Interface
com.flowable.workobject.engine.impl.persistence.entity.PropertyEntity
-
Uses of PropertyEntity in com.flowable.workobject.engine.impl.persistence.entity
Classes in com.flowable.workobject.engine.impl.persistence.entity that implement PropertyEntity Modifier and Type Class Description classDefinitionPropertyEntityImplMethods in com.flowable.workobject.engine.impl.persistence.entity that return PropertyEntity Modifier and Type Method Description PropertyEntityPropertyEntityManager. create(java.lang.String name, java.lang.String value)PropertyEntityPropertyEntityManagerImpl. create(java.lang.String name, java.lang.String value)PropertyEntityPropertyEntityManager. findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String name)PropertyEntityPropertyEntityManagerImpl. findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String name)Methods in com.flowable.workobject.engine.impl.persistence.entity that return types with arguments of type PropertyEntity Modifier and Type Method Description java.util.List<PropertyEntity>PropertyEntityManager. findPropertiesBySourceId(java.lang.String sourceId)java.util.List<PropertyEntity>PropertyEntityManagerImpl. findPropertiesBySourceId(java.lang.String sourceId)java.util.List<PropertyEntity>PropertyEntityManager. findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)java.util.List<PropertyEntity>PropertyEntityManagerImpl. findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)java.util.List<PropertyEntity>PropertyEntityManager. findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds)java.util.List<PropertyEntity>PropertyEntityManagerImpl. findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds) -
Uses of PropertyEntity in com.flowable.workobject.engine.impl.persistence.entity.data
Methods in com.flowable.workobject.engine.impl.persistence.entity.data that return PropertyEntity Modifier and Type Method Description PropertyEntityPropertyDataManager. findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String variableName)Methods in com.flowable.workobject.engine.impl.persistence.entity.data that return types with arguments of type PropertyEntity Modifier and Type Method Description java.util.List<PropertyEntity>PropertyDataManager. findPropertiesBySourceId(java.lang.String sourceId)java.util.List<PropertyEntity>PropertyDataManager. findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)java.util.List<PropertyEntity>PropertyDataManager. findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds) -
Uses of PropertyEntity in com.flowable.workobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl that return PropertyEntity Modifier and Type Method Description PropertyEntityMyBatisLegacyPropertyDataManager. create()PropertyEntityMyBatisLegacyPropertyDataManager. findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String propertyName)Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl that return types with arguments of type PropertyEntity Modifier and Type Method Description java.util.List<PropertyEntity>MyBatisLegacyPropertyDataManager. findPropertiesBySourceId(java.lang.String sourceId)java.util.List<PropertyEntity>MyBatisLegacyPropertyDataManager. findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)java.util.List<PropertyEntity>MyBatisLegacyPropertyDataManager. findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds)java.lang.Class<? extends PropertyEntity>MyBatisLegacyPropertyDataManager. getManagedEntityClass()