Class PropertyEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<WorkObjectEngineConfiguration,PropertyEntity,PropertyDataManager>
com.flowable.workobject.engine.impl.persistence.entity.PropertyEntityManagerImpl
- All Implemented Interfaces:
- PropertyEntityManager,- org.flowable.common.engine.impl.persistence.entity.EntityManager<PropertyEntity>
public class PropertyEntityManagerImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<WorkObjectEngineConfiguration,PropertyEntity,PropertyDataManager> implements PropertyEntityManager
- Author:
- martin.grofcik
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description PropertyEntityManagerImpl(WorkObjectEngineConfiguration workObjectEngineConfiguration, PropertyDataManager propertyDataManager)
- 
Method SummaryModifier and Type Method Description PropertyEntitycreate(java.lang.String name, java.lang.String value)java.util.List<PropertyEntity>findPropertiesBySourceId(java.lang.String sourceId)java.util.List<PropertyEntity>findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)java.util.List<PropertyEntity>findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds)PropertyEntityfindPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String name)Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManagergetClock, getCommandExecutor, getEngineConfiguration, getEventDispatcherMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManagercreate, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
- 
Constructor Details- 
PropertyEntityManagerImplpublic PropertyEntityManagerImpl(WorkObjectEngineConfiguration workObjectEngineConfiguration, PropertyDataManager propertyDataManager)
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- PropertyEntityManager
 
- 
findPropertiesBySourceId- Specified by:
- findPropertiesBySourceIdin interface- PropertyEntityManager
 
- 
findPropertiesBySourceIdspublic java.util.List<PropertyEntity> findPropertiesBySourceIds(java.util.Set<java.lang.String> sourceIds)- Specified by:
- findPropertiesBySourceIdsin interface- PropertyEntityManager
 
- 
findPropertyBySourceIdAndNamepublic PropertyEntity findPropertyBySourceIdAndName(java.lang.String sourceId, java.lang.String name)- Specified by:
- findPropertyBySourceIdAndNamein interface- PropertyEntityManager
 
- 
findPropertiesBySourceIdAndNamespublic java.util.List<PropertyEntity> findPropertiesBySourceIdAndNames(java.lang.String sourceId, java.util.Collection<java.lang.String> names)- Specified by:
- findPropertiesBySourceIdAndNamesin interface- PropertyEntityManager
 
 
-