public interface BusinessProcessServiceDao
| 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)
Deprecated.
in favor of
findProcessByName(String) |
@Deprecated BusinessProcessModel getProcess(String processName)
findProcessByName(String)processName - process namenull in cas of process has not been foundNullPointerException - if parameter processName is nullBusinessProcessModel findProcessByName(String processName)
processName - process namenull in cas of process has not been foundNullPointerException - if parameter processName is nullList<String> findBusinessProcessTaskActions(PK businessProcessPk)
businessProcessPk - PK of a BusinessProcessListNullPointerException - if parameter businessProcessPk is nullCopyright © 2017 SAP SE. All Rights Reserved.