Serialized Form


Package org.ikasan.console.web.command

Class org.ikasan.console.web.command.UserCriteria extends Object implements Serializable

serialVersionUID: 3595514737829632181L

Serialized Fields

username

String username
Username


password

String password
Password


email

String email
Email

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

serialVersionUID: 3595514737829632181L

Serialized Fields

ddMMyyyyFormat

SimpleDateFormat ddMMyyyyFormat
Simple date format definition for days months and years


HHmmss

SimpleDateFormat HHmmss
Simple date format definition for hours minutes and seconds


logger

org.apache.log4j.Logger logger
The logger


moduleIds

Set<E> moduleIds
Set of module ids whose wiretapped events we're going to search for


moduleFlow

String moduleFlow
Name of Flow internal to the Module Flow to restrict by


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-2014 Ikasan. All Rights Reserved.