public interface BusinessProcessServiceDao
| 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)
Deprecated.
since 6.2.0 - in favor of
findProcessByName(String) |
@Deprecated BusinessProcessModel getProcess(java.lang.String processName)
findProcessByName(String)processName - process namenull in cas of process has not been foundjava.lang.NullPointerException - if parameter processName is nullBusinessProcessModel findProcessByName(java.lang.String processName)
processName - process namenull in cas of process has not been foundjava.lang.NullPointerException - if parameter processName is nulljava.util.List<java.lang.String> findBusinessProcessTaskActions(PK businessProcessPk)
businessProcessPk - PK of a BusinessProcessListjava.lang.NullPointerException - if parameter businessProcessPk is nullCopyright © 2018 SAP SE. All Rights Reserved.