Interface ProcessFieldDao
- All Superinterfaces:
BaseDao<ProcessField,
,Long> EditableDao<ProcessField,
Long>
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessField
(String processDefId, String activityDefId, String variableId) getProcessFields
(String processDefId, String activityDefId) 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
-
getProcessField
Optional<ProcessField> getProcessField(String processDefId, String activityDefId, String variableId) -
getProcessFields
-