Serialized Form


Package org.ikasan.framework.web.command

Class org.ikasan.framework.web.command.TriggerDetails extends Object implements Serializable

serialVersionUID: -6834247440035517997L

Serialized Fields

flowElementName

String flowElementName
Name of the flow element


flowName

String flowName
Name of the flow


jobName

String jobName
Name of the job


moduleName

String moduleName
Name of the module


params

Map<K,V> params
Map of parameters


relationship

String relationship
Trigger relationship

Class org.ikasan.framework.web.command.WiretapSearchCriteria extends Object implements Serializable

serialVersionUID: 3595514737829632181L

Serialized Fields

logger

org.apache.log4j.Logger logger
Logger for the class


ddMMyyyyFormat

SimpleDateFormat ddMMyyyyFormat
Simple date format definition for days months and years


HHmmss

SimpleDateFormat HHmmss
Simple date format definition for hours minutes and seconds


modules

Set<E> modules
Set of names of modules whose wiretapped events to include Note that this must be non empty


componentName

String componentName
Name of component to restrict by


eventId

String eventId
Event Id to restrict by


payloadId

String payloadId
Payload Id to restrict by


payloadContent

String payloadContent
Payload content to restrict by


fromDate

String fromDate
From date to search on


untilDate

String untilDate
To date to search on


fromTime

String fromTime
From time to search on


untilTime

String untilTime
To time to search on



Copyright © 2007-2011 Ikasan. All Rights Reserved.