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 class
DefinitionPropertyEntityImpl
Methods in com.flowable.workobject.engine.impl.persistence.entity that return PropertyEntity Modifier and Type Method Description PropertyEntity
PropertyEntityManager. create(java.lang.String name, java.lang.String value)
PropertyEntity
PropertyEntityManagerImpl. create(java.lang.String name, java.lang.String value)
PropertyEntity
PropertyEntityManager. findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String name)
PropertyEntity
PropertyEntityManagerImpl. 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 PropertyEntity
PropertyDataManager. 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 PropertyEntity
MyBatisLegacyPropertyDataManager. create()
PropertyEntity
MyBatisLegacyPropertyDataManager. 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()