Interface ProcessTranslationService
- All Superinterfaces:
BaseFinder<ProcessTranslationTable,
Long>
Perform operations about process translations
-
Method Summary
Modifier and TypeMethodDescriptiongetByProcessId
(String processId) Returns list ofProcessTranslationTable
by 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 ofProcessTranslationTable
by process id- Parameters:
processId
- process id- Returns:
- list of
ProcessTranslationTable
-