public class DefaultBusinessProcessServiceDao extends Object implements BusinessProcessServiceDao
| Constructor and Description |
|---|
DefaultBusinessProcessServiceDao() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findBusinessProcessTaskActions(PK businessProcessPk)
Finds all BusinessProcess task actions.
|
BusinessProcessModel |
findProcessByName(String processName)
Search for process that has processName.
|
BusinessProcessModel |
getProcess(String processName)
Search for process that has processName.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public BusinessProcessModel getProcess(String processName)
BusinessProcessServiceDaogetProcess in interface BusinessProcessServiceDaoprocessName - process namenull in cas of process has not been foundpublic BusinessProcessModel findProcessByName(String processName)
BusinessProcessServiceDaofindProcessByName in interface BusinessProcessServiceDaoprocessName - process namenull in cas of process has not been foundpublic List<String> findBusinessProcessTaskActions(PK businessProcessPk)
BusinessProcessServiceDaofindBusinessProcessTaskActions in interface BusinessProcessServiceDaobusinessProcessPk - PK of a BusinessProcessListpublic void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2017 SAP SE. All Rights Reserved.