Interface ProcessDataDao
- All Superinterfaces:
BaseDao<ProcessData,,Long> EditableDao<ProcessData,Long>
Umożliwia wykonywanie operacji na tabeli pm_processdata.
- Author:
- Paweł Rosolak 19-10-2012
-
Method Summary
Modifier and TypeMethodDescriptionfindAllProcessDataByProcessDefId(String processDefId) findProcessData(String processDefId, String activityDefId, String processFieldName) Methods inherited from interface com.suncode.pwfl.support.BaseDao
countAll, countByCriteria, countByCriteria, findByCriteria, findByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList, scrollByCriteria, scrollByCriteria
-
Method Details
-
findProcessData
Optional<ProcessData> findProcessData(String processDefId, String activityDefId, String processFieldName) -
findAllProcessDataByProcessDefId
-