Interface CxProcessKeyStrategy
- All Known Implementing Classes:
DefaultCxProcessKeyStrategy
public interface CxProcessKeyStrategy
Strategy which generates key identifying process
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessKey(UserModel user, CatalogVersionModel catalogVersion) Create key identifying process
-
Method Details
-
getProcessKey
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
-