Skip navigation links
A C D E F G H I O P R S U 

A

addBlacklisted(IDENTIFIER, String, FlowInvocationContext) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Add this identifier to the blacklist based on a specified identifier and associated URI.

C

count(List<String>, List<String>, Date, Date, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Count all exclusion event entities based on criteria.

D

DEFAULT_TIME_TO_LIVE - Static variable in interface org.ikasan.spec.exclusion.ExclusionService
one year default time to live
delete(String, String, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Remove the event
delete(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Remove the event
delete(String, String, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Remove the event
delete(String) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Remove the event
deleteAllExpired() - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Delete all e

E

ExclusionEvent - Interface in org.ikasan.spec.exclusion
ExclusionEvent window instance.
ExclusionEventDao<IDENTIFIER,EVENT> - Interface in org.ikasan.spec.exclusion
Exclusion Event Data Access Contract.
ExclusionManagementService<ENTITY,IDENTIFIER> - Interface in org.ikasan.spec.exclusion
 
ExclusionSearchService<EVENT,IDENTIFIER> - Interface in org.ikasan.spec.exclusion
ExclusionService contract.
ExclusionService<ENTITY,IDENTIFIER> - Interface in org.ikasan.spec.exclusion
ExclusionService contract.

F

find(String, String, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Find a specific excluded event
find(int, int, String, boolean, String, String, String, IDENTIFIER, Date, Date) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Perform a paged search for ExclusionEvents
find(List<String>, List<String>, Date, Date, IDENTIFIER, int) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Find a list of event entities based on criteria.
find(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Find the event based on it's URI
find(String, String, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Find all exclusion event entities based on criteria.
find(List<String>, List<String>, Date, Date, IDENTIFIER, int) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Find all exclusion event entities based on criteria.
find(List<String>, List<String>, Date, Date, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Find a list of event entities based on criteria.
find(String) - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Find the event based on it's URI
find(int, int, String, boolean, String, String, String, IDENTIFIER, Date, Date) - Method in interface org.ikasan.spec.exclusion.ExclusionSearchService
Perform a paged search for ExclusionEvents
findAll() - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Find all excluded events
findAll() - Method in interface org.ikasan.spec.exclusion.ExclusionManagementService
Find all exclusion event entities.

G

getErrorUri() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getErrorUri(IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Get the errorUri from the blacklist associated with the identifier.
getEvent() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getFlowInvocationContext(IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Get the flow invocation from the blacklist associated with the identifier.
getFlowName() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getHarvestableRecords(int) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Get (housekeepingBatchSize) harvestable records.
getId() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getIdentifier() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getModuleName() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
getTimestamp() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 

H

housekeep() - Method in interface org.ikasan.spec.exclusion.ExclusionService
Housekeep expired exclusionEvents.

I

isBlackListed(IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Is this identifier on the blacklist.
isBlackListEmpty() - Method in interface org.ikasan.spec.exclusion.ExclusionService
 
IsExclusionServiceAware - Interface in org.ikasan.spec.exclusion
Created by elliga on 03/06/2015.
isHarvested() - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 

O

org.ikasan.spec.exclusion - package org.ikasan.spec.exclusion
 

P

park(ENTITY, IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Park this entity

R

removeBlacklisted(IDENTIFIER) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Remove this entity from the blacklist
rowCount(List<String>, List<String>, Date, Date, String) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Get the row count for the given criteria.

S

save(EVENT) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Save the event
save(List<EVENT>) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Save a list of events
setErrorUri(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setEvent(byte[]) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setExclusionService(ExclusionService) - Method in interface org.ikasan.spec.exclusion.IsExclusionServiceAware
Allow the ExclusionService to be set at runtime for a component implementing this contract
setFlowName(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setHarvested(boolean) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setId(long) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setIdentifier(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setModuleName(String) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setTimestamp(long) - Method in interface org.ikasan.spec.exclusion.ExclusionEvent
 
setTimeToLive(Long) - Method in interface org.ikasan.spec.exclusion.ExclusionService
Allow entities blacklisted to be marked with a timeToLive.

U

updateAsHarvested(List<EVENT>) - Method in interface org.ikasan.spec.exclusion.ExclusionEventDao
Update entity as being harvested.
A C D E F G H I O P R S U 
Skip navigation links

Copyright © 2007-2020 Ikasan. All Rights Reserved.