Class DefaultBusinessProcessServiceDao
java.lang.Object
de.hybris.platform.processengine.impl.DefaultBusinessProcessServiceDao
- All Implemented Interfaces:
BusinessProcessServiceDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBusinessProcessTaskActions(PK businessProcessPk) Finds all BusinessProcess task actions.findProcessByName(String processName) Search for process that has processName.getProcess(String processName) Search for process that has processName.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultBusinessProcessServiceDao
public DefaultBusinessProcessServiceDao()
-
-
Method Details
-
getProcess
Description copied from interface:BusinessProcessServiceDaoSearch for process that has processName.- Specified by:
getProcessin interfaceBusinessProcessServiceDao- Parameters:
processName- process name- Returns:
- process or
nullin cas of process has not been found
-
findProcessByName
Description copied from interface:BusinessProcessServiceDaoSearch for process that has processName.- Specified by:
findProcessByNamein interfaceBusinessProcessServiceDao- Parameters:
processName- process name- Returns:
- process or
nullin cas of process has not been found
-
findBusinessProcessTaskActions
Description copied from interface:BusinessProcessServiceDaoFinds all BusinessProcess task actions.- Specified by:
findBusinessProcessTaskActionsin interfaceBusinessProcessServiceDao- Parameters:
businessProcessPk- PK of a BusinessProcess- Returns:
- list of Task actions or empty
List
-
setFlexibleSearchService
-