public interface ExclusionManagementService<ENTITY,IDENTIFIER>
| Modifier and Type | Method and Description |
|---|---|
long |
count(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
IDENTIFIER identifier)
Count all exclusion event entities based on criteria.
|
void |
delete(String errorUri)
Remove the event
|
void |
delete(String moduleName,
String flowName,
IDENTIFIER identifier)
Remove the event
|
List<ENTITY> |
find(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
IDENTIFIER identifier)
Find a list of event entities based on criteria.
|
List<ENTITY> |
find(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
IDENTIFIER identifier,
int size)
Find all exclusion event entities based on criteria.
|
ENTITY |
find(String errorUri)
Find the event based on it's URI
|
ENTITY |
find(String moduleName,
String flowName,
IDENTIFIER identifier)
Find all exclusion event entities based on criteria.
|
List<ENTITY> |
findAll()
Find all exclusion event entities.
|
ENTITY find(String moduleName, String flowName, IDENTIFIER identifier)
moduleName - flowName - identifier - long count(List<String> moduleName, List<String> flowName, Date startDate, Date endDate, IDENTIFIER identifier)
moduleName - flowName - identifier - List<ENTITY> find(List<String> moduleName, List<String> flowName, Date startDate, Date endDate, IDENTIFIER identifier, int size)
moduleName - flowName - endDate - identifier - size - List<ENTITY> find(List<String> moduleName, List<String> flowName, Date startDate, Date endDate, IDENTIFIER identifier)
moduleName - flowName - starteDate - endDate - identifier - void delete(String moduleName, String flowName, IDENTIFIER identifier)
moduleName - flowName - identifier - void delete(String errorUri)
errorUri - Copyright © 2007-2020 Ikasan. All Rights Reserved.