A B D F G H I L O S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AFTER - org.ikasan.spec.trigger.TriggerRelationship
-
After the trigger
- appliesToFlowElement() - Method in interface org.ikasan.spec.trigger.Trigger
B
- BEFORE - org.ikasan.spec.trigger.TriggerRelationship
-
Before the trigger
D
- deleteAllExpired() - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Deletes all WiretapFlowEvents that have surpassed their expiryDate
- deleteDynamicTrigger(Long) - Method in interface org.ikasan.spec.trigger.TriggerService
-
Deletes a dynamic trigger, specified by trigger id.
F
- findById(IDENTIFIER) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Find wiretap entry by identifier
- findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Perform a paged search for
WiretapFlowEvents - findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Allows previously stored FlowEvents to be searched for.
- findWiretapEvents(int, int, String, boolean, Set<String>, Set<String>, Set<String>, String, String, Date, Date, String) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Perform a paged search for
WiretapFlowEvents - findWiretapEvents(int, int, String, boolean, Set<String>, Set<String>, Set<String>, String, String, Date, Date, String) - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Allows previously stored FlowEvents to be searched for.
G
- get(String) - Static method in enum org.ikasan.spec.trigger.TriggerRelationship
-
Get the trigger relationship based off a description
- getComponentName() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the component name from where this event is tapped
- getDescription() - Method in enum org.ikasan.spec.trigger.TriggerJobType
-
Get the trigger job type description
- getDescription() - Method in enum org.ikasan.spec.trigger.TriggerRelationship
-
Get the trigger relationship description
- getEvent() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the event within this wiretap.
- getEventId() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the event identifier
- getExpiry() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the expiry time of this event
- getFlowElementName() - Method in interface org.ikasan.spec.trigger.Trigger
- getFlowName() - Method in interface org.ikasan.spec.trigger.Trigger
- getFlowName() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the flow name from where this event is tapped
- getHarvestableRecords(int) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Get a List of harvestable wiretaps.
- getHousekeepingBatchSize() - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Get the batch size for housekeeping.
- getId() - Method in interface org.ikasan.spec.trigger.Trigger
- getIdentifier() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get immutable flow event identifier.
- getJobName() - Method in interface org.ikasan.spec.trigger.Trigger
- getModuleName() - Method in interface org.ikasan.spec.trigger.Trigger
- getModuleName() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the module name from where this event is tapped
- getParams() - Method in interface org.ikasan.spec.trigger.Trigger
- getRelationship() - Method in interface org.ikasan.spec.trigger.Trigger
- getTimestamp() - Method in interface org.ikasan.spec.wiretap.WiretapEvent
-
Get the immutable created date/time of the flow event.
- getTransactionBatchSize() - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Get the transaction bactch size used for housekeeping.
- getTrigger(Long) - Method in interface org.ikasan.spec.trigger.TriggerService
-
Get a dynamic trigger, specified by trigger id.
- getTriggers() - Method in interface org.ikasan.spec.trigger.TriggerService
-
Returns all triggers associated with a particular module
- getTriggers(String, String) - Method in interface org.ikasan.spec.trigger.TriggerService
-
Returns a Map all the triggers associated with a particular flow
- getTriggers(String, String, TriggerRelationship, String) - Method in interface org.ikasan.spec.trigger.TriggerService
-
Returns a safe List of all the triggers associated with a particular point in a particular flow
- getWiretapEvent(IDENTIFIER) - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Retrieve a specific
WiretapFlowEventby Id
H
- housekeep() - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Causes all
WiretapFlowEvents that are past their expiry to be deleted - housekeepablesExist() - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Method to state that there are housekeepable records available.
- housekeepablesExist() - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Method to state that there are housekeepable records available.
I
- isBatchHousekeepDelete() - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Get flag to indicate if housekeeping is in batch mode.
L
- LOG_WIRETAP - org.ikasan.spec.trigger.TriggerJobType
-
After the trigger
O
- org.ikasan.spec.trigger - package org.ikasan.spec.trigger
- org.ikasan.spec.wiretap - package org.ikasan.spec.wiretap
S
- save(List<WiretapEvent>) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Save a wiretapEvent entry.
- save(WiretapEvent) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Save a List of wiretapEvent entries.
- save(WiretapEvent) - Method in interface org.ikasan.spec.wiretap.WiretapService
-
Save the wiretap event.
- serialise(SOURCE) - Method in interface org.ikasan.spec.wiretap.WiretapSerialiser
- setBatchHousekeepDelete(boolean) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Set flag to indicate if housekeeping is in batch mode.
- setHarvestQueryOrdered(boolean) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Set flag to determine if harvest query should be ordered.
- setHousekeepingBatchSize(Integer) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Set the batch size for housekeeping.
- setHousekeepQuery(String) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Set the housekeeping query.
- setTransactionBatchSize(Integer) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Set the transaction bactch size used for housekeeping.
T
- tapEvent(RUNTIMEEVENT, String, String, String, Long) - Method in interface org.ikasan.spec.wiretap.WiretapService
-
dumps a snapshot of an
FlowEventat runtime in the form of one or moreWiretapFlowEvents - one for everyPayloadcontained - Trigger - Interface in org.ikasan.spec.trigger
- TriggerJobType - Enum in org.ikasan.spec.trigger
-
An enum listing the possible trigger job types
- TriggerRelationship - Enum in org.ikasan.spec.trigger
-
An enum listing the possible trigger relationships
- TriggerService - Interface in org.ikasan.spec.trigger
U
- updateAsHarvested(List<WiretapEvent>) - Method in interface org.ikasan.spec.wiretap.WiretapDao
-
Update records as harvested.
V
- valueOf(String) - Static method in enum org.ikasan.spec.trigger.TriggerJobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ikasan.spec.trigger.TriggerRelationship
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ikasan.spec.trigger.TriggerJobType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ikasan.spec.trigger.TriggerRelationship
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WIRETAP - org.ikasan.spec.trigger.TriggerJobType
-
Before the trigger
- WiretapDao<IDENTIFIER> - Interface in org.ikasan.spec.wiretap
-
Interface for all wiretap event data access.
- WiretapEvent<TAPPED_EVENT> - Interface in org.ikasan.spec.wiretap
-
Ikasan WiretapFlowEvent Value Object.
- WiretapSerialiser<SOURCE,TARGET> - Interface in org.ikasan.spec.wiretap
-
Wiretap Serialiser service.
- WiretapService<RUNTIMEEVENT,PAGEDRESULT,IDENTIFIER> - Interface in org.ikasan.spec.wiretap
-
This Service allows
FlowEvents to be dumped out at runtime for later retrieval and inspection
All Classes All Packages