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