Interface ProcessTranslationService
- All Superinterfaces:
BaseFinder<ProcessTranslationTable,Long>
Perform operations about process translations
-
Method Summary
Modifier and TypeMethodDescriptiongetByProcessId(String processId) Returns list ofProcessTranslationTableby process idMethods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteria
-
Method Details
-
getByProcessId
Returns list ofProcessTranslationTableby process id- Parameters:
processId- process id- Returns:
- list of
ProcessTranslationTable
-