Interface CxProcessKeyStrategy
-
- All Known Implementing Classes:
DefaultCxProcessKeyStrategy
public interface CxProcessKeyStrategyStrategy which generates key identifying process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProcessKey(UserModel user, CatalogVersionModel catalogVersion)Create key identifying process
-
-
-
Method Detail
-
getProcessKey
java.lang.String getProcessKey(UserModel user, CatalogVersionModel catalogVersion)
Create key identifying process- Parameters:
user- User for which process will be startedcatalogVersion- Catalog version for which process will be started- Returns:
- Key identifying process
-
-