Interface B2BApprovalProcessLookUpStrategy
-
- All Known Subinterfaces:
B2BApprovalProcessLookUpStrategy
- All Known Implementing Classes:
DefaultB2BApprovalProcessLookUpStrategy,DefaultB2BApprovalProcessLookUpStrategy
public interface B2BApprovalProcessLookUpStrategyThe Interface B2BApprovalProcessLookUpStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProcesses(BaseStoreModel store)Gets the processes.
-
-
-
Method Detail
-
getProcesses
java.util.Map<java.lang.String,java.lang.String> getProcesses(BaseStoreModel store)
Gets the processes.- Parameters:
store- the store- Returns:
- the processes
-
-