public interface BulkProcessingManagement
| Modifier and Type | Method and Description |
|---|---|
void |
applyRule(pl.edu.icm.unity.types.translation.TranslationRule rule)
Schedule a rule to be invoked immediately.
|
void |
applyRuleSync(pl.edu.icm.unity.types.translation.TranslationRule rule,
long timeout) |
List<pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule> |
getScheduledRules() |
void |
removeScheduledRule(String id) |
String |
scheduleRule(pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam rule) |
void |
updateScheduledRule(pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule rule) |
void applyRule(pl.edu.icm.unity.types.translation.TranslationRule rule)
throws pl.edu.icm.unity.exceptions.AuthorizationException
rule - pl.edu.icm.unity.exceptions.AuthorizationExceptionvoid applyRuleSync(pl.edu.icm.unity.types.translation.TranslationRule rule,
long timeout)
throws pl.edu.icm.unity.exceptions.AuthorizationException,
TimeoutException
pl.edu.icm.unity.exceptions.AuthorizationExceptionTimeoutExceptionString scheduleRule(pl.edu.icm.unity.types.bulkops.ScheduledProcessingRuleParam rule) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid removeScheduledRule(String id) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid updateScheduledRule(pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule rule)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<pl.edu.icm.unity.types.bulkops.ScheduledProcessingRule> getScheduledRules() throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.