Serialized Form
-
Package com.mayam.wf.attributes.shared
-
Class com.mayam.wf.attributes.shared.AttributeMultiMap
class AttributeMultiMap extends Object implements Serializable- serialVersionUID:
- -284280368690045064L
-
Class com.mayam.wf.attributes.shared.AttributeRangeMap
class AttributeRangeMap extends Object implements Serializable- serialVersionUID:
- 5154885890834671622L
-
Serialized Fields
-
internal
Map<Attribute,
AttributeRangeMap.Range> internal
-
-
Class com.mayam.wf.attributes.shared.AttributeSet
- serialVersionUID:
- -3632447419837248224L
-
Exception Class com.mayam.wf.attributes.shared.AttributeValidationException
class AttributeValidationException extends RuntimeException implements Serializable- serialVersionUID:
- -3258965697800292002L
-
Serialized Fields
-
attr
Attribute attr
-
constraint
String constraint
-
type
AttributeValidationException.FailureType type
-
value
String value
-
-
Class com.mayam.wf.attributes.shared.ValueHolder.Deserializer
class Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ValueHolder> implements Serializable -
Class com.mayam.wf.attributes.shared.ValueHolder.Serializer
class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<ValueHolder> implements Serializable
-
-
Package com.mayam.wf.attributes.shared.expr
-
Class com.mayam.wf.attributes.shared.expr.AdditiveExpressionSequence
class AdditiveExpressionSequence extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.AndExpressionSequence
class AndExpressionSequence extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.ArrayLiteral
class ArrayLiteral extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.ComparisonExpressionSequence
class ComparisonExpressionSequence extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.CompleteExpression
class CompleteExpression extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.CompositeReference
class CompositeReference extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.ConditionalExpression
class ConditionalExpression extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.Elision
class Elision extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.FunctionCallParameters
class FunctionCallParameters extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.Identifier
class Identifier extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.JJTExpressionState
class JJTExpressionState extends Object implements Serializable -
Class com.mayam.wf.attributes.shared.expr.Literal
class Literal extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.MultiplicativeExpressionSequence
class MultiplicativeExpressionSequence extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.Operator
class Operator extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.OrExpressionSequence
class OrExpressionSequence extends SimpleNode implements Serializable -
Exception Class com.mayam.wf.attributes.shared.expr.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class com.mayam.wf.attributes.shared.expr.PropertyIdentifierReference
class PropertyIdentifierReference extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.PropertyValueReference
class PropertyValueReference extends SimpleNode implements Serializable -
Class com.mayam.wf.attributes.shared.expr.SimpleNode
class SimpleNode extends Object implements Serializable -
Class com.mayam.wf.attributes.shared.expr.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class com.mayam.wf.attributes.shared.expr.TokenMgrException
class TokenMgrException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
Class com.mayam.wf.attributes.shared.expr.UnaryExpression
class UnaryExpression extends SimpleNode implements Serializable -
Exception Class com.mayam.wf.attributes.shared.expr.VisitException
class VisitException extends Exception implements Serializable- serialVersionUID:
- -2973583564714114457L
-
-
Package com.mayam.wf.attributes.shared.type
-
Class com.mayam.wf.attributes.shared.type.Approval
- serialVersionUID:
- 4780282172528256227L
-
Class com.mayam.wf.attributes.shared.type.Approval.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 1356773161844626643L
-
Serialized Fields
-
comment
String comment
-
state
Approval.State state
-
user
String user
-
-
Class com.mayam.wf.attributes.shared.type.AssetAccess.ControlList
- serialVersionUID:
- -6989798639559119915L
-
Class com.mayam.wf.attributes.shared.type.AttachmentList
- serialVersionUID:
- -3194196494377084894L
-
Class com.mayam.wf.attributes.shared.type.AttributeMapList
- serialVersionUID:
- 8530018783179402128L
-
Class com.mayam.wf.attributes.shared.type.AudioTrackList
- serialVersionUID:
- 619389633832886889L
-
Class com.mayam.wf.attributes.shared.type.ComputedMap
- serialVersionUID:
- 1246670831288217502L
-
Class com.mayam.wf.attributes.shared.type.FileFormatInfo
class FileFormatInfo extends Object implements Serializable- serialVersionUID:
- -2316834449034977858L
-
Serialized Fields
-
audioBitrate
Integer audioBitrate
-
audioChannels
Integer audioChannels
-
audioEncoding
String audioEncoding
-
audioFormat
String audioFormat
-
audioMime
String audioMime
-
audioSamplerate
Integer audioSamplerate
-
audioSamplewidth
Integer audioSamplewidth
-
audioTracks
Integer audioTracks
-
dataUrls
StringList dataUrls
-
durationFrames
Integer durationFrames
-
fileSize
Long fileSize
-
frameRate100
Integer frameRate100
-
imageSizeX
Integer imageSizeX
-
imageSizeY
Integer imageSizeY
-
mediaUrls
StringList mediaUrls
-
tcIn
String tcIn
-
tcOut
String tcOut
-
videoAspect
String videoAspect
-
videoBitrate
Integer videoBitrate
-
videoBitrateType
String videoBitrateType
-
videoChroma
String videoChroma
-
videoEncoding
String videoEncoding
-
videoFormat
String videoFormat
-
videoGopsize
Integer videoGopsize
-
videoMime
String videoMime
-
videoStdDesc
String videoStdDesc
-
wrapperFormat
String wrapperFormat
-
wrapperMime
String wrapperMime
-
-
Class com.mayam.wf.attributes.shared.type.FilterCriteria.Map
- serialVersionUID:
- 2946982373189322087L
-
Class com.mayam.wf.attributes.shared.type.GenericTable.Row
- serialVersionUID:
- -2481283524498272795L
-
Class com.mayam.wf.attributes.shared.type.InvokerUrls
- serialVersionUID:
- 7806933319618528926L
-
Class com.mayam.wf.attributes.shared.type.MarkerList
- serialVersionUID:
- 619389633832886889L
-
Class com.mayam.wf.attributes.shared.type.RememberedForms
- serialVersionUID:
- 3989745642620669433L
-
Class com.mayam.wf.attributes.shared.type.SegmentListList
- serialVersionUID:
- 1474117292687697L
-
Class com.mayam.wf.attributes.shared.type.StringList
- serialVersionUID:
- -4216249893767470294L
-
Class com.mayam.wf.attributes.shared.type.StyleMap
- serialVersionUID:
- 4601706042310499723L
-
Class com.mayam.wf.attributes.shared.type.StyleSet
- serialVersionUID:
- 4045575564555115542L
-
Exception Class com.mayam.wf.attributes.shared.type.Timecode.InvalidTimecodeException
class InvalidTimecodeException extends RuntimeException implements Serializable -
Exception Class com.mayam.wf.attributes.shared.type.Timecode.UnsupportedFramerateException
class UnsupportedFramerateException extends Exception implements Serializable -
Class com.mayam.wf.attributes.shared.type.TranslatedString
- serialVersionUID:
- -4925699686108664177L
-
Class com.mayam.wf.attributes.shared.type.ValueList
- serialVersionUID:
- -9027602441380832896L
-
-
Package com.mayam.wf.config.shared
-
Class com.mayam.wf.config.shared.Action
class Action extends Object implements Serializable- serialVersionUID:
- -3157965890206386482L
-
Serialized Fields
-
activationExpression
String activationExpression
-
activities
ArrayList<ActivityBundle.Main> activities
-
description
TranslatedString description
-
embedContexts
Set<EmbedContext> embedContexts
-
icon
String icon
-
id
String id
-
multiplicity
Action.TaskMultiplicity multiplicity
-
states
Set<TaskState> states
-
userAction
UserAction userAction
-
viewGroup
String viewGroup
-
-
Class com.mayam.wf.config.shared.ActivityBundle
class ActivityBundle extends Object implements Serializable- serialVersionUID:
- -4228226099393065462L
-
Class com.mayam.wf.config.shared.ActivityBundle.Base
class Base extends Object implements Serializable- serialVersionUID:
- 2317439831382404303L
-
Serialized Fields
-
configMap
AttributeMap configMap
-
serverActivity
ServerActivity serverActivity
-
uiActivity
UiActivity uiActivity
-
-
Class com.mayam.wf.config.shared.ActivityBundle.Main
class Main extends ActivityBundle.Base implements Serializable- serialVersionUID:
- 5736541569230573985L
-
Serialized Fields
-
activationExpression
String activationExpression
-
recoveryActivities
List<ActivityBundle.Recovery> recoveryActivities
-
-
Class com.mayam.wf.config.shared.ActivityBundle.Recovery
class Recovery extends ActivityBundle.Base implements Serializable- serialVersionUID:
- -7974321254596288952L
-
Class com.mayam.wf.config.shared.AlertType
class AlertType extends Object implements Serializable- serialVersionUID:
- 1999922488111123641L
-
Serialized Fields
-
id
String id
-
label
TranslatedString label
-
-
Class com.mayam.wf.config.shared.ApprovalRole
class ApprovalRole extends Object implements Serializable- serialVersionUID:
- -1735473137081466404L
-
Serialized Fields
-
id
String id
-
label
TranslatedString label
-
-
Class com.mayam.wf.config.shared.ApprovalRole.RoleList
- serialVersionUID:
- -3703737860120963624L
-
Class com.mayam.wf.config.shared.AttachmentConstraints
class AttachmentConstraints extends Object implements Serializable- serialVersionUID:
- -519202659116480482L
-
Class com.mayam.wf.config.shared.AttributeMamMapping
class AttributeMamMapping extends Object implements Serializable- serialVersionUID:
- 1637308881599583652L
-
Serialized Fields
-
assetSubType
AssetSubType assetSubType
-
assetType
AssetType assetType
-
qualifier
String qualifier
-
readOnly
boolean readOnly
-
-
Class com.mayam.wf.config.shared.AttributeMamMapping.Map
- serialVersionUID:
- -6386101792747352874L
-
Class com.mayam.wf.config.shared.AttributeSchema
class AttributeSchema extends Object implements Serializable- serialVersionUID:
- 4201634573974498254L
-
Serialized Fields
-
mamMappings
AttributeMamMapping.Map mamMappings
-
tableDetails
TableSchemaDetails tableDetails
-
-
Class com.mayam.wf.config.shared.AttributeSchema.Map
- serialVersionUID:
- -6386101792747352874L
-
Class com.mayam.wf.config.shared.CardView
class CardView extends Object implements Serializable- serialVersionUID:
- -7280579368693295779L
-
Class com.mayam.wf.config.shared.Computed
class Computed extends Object implements Serializable-
Serialized Fields
-
operation
Computed.Operation operation
-
parameter
String parameter
-
-
-
Class com.mayam.wf.config.shared.Config
class Config extends Object implements Serializable- serialVersionUID:
- -4329705655115905582L
-
Class com.mayam.wf.config.shared.ConfigDiff
class ConfigDiff extends Object implements Serializable- serialVersionUID:
- 752167542876435492L
-
Serialized Fields
-
entries
List<ConfigDiff.Entry> entries
-
-
Class com.mayam.wf.config.shared.ConfigDiff.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- -4827468928786309981L
-
Serialized Fields
-
changeType
ConfigDiff.ChangeType changeType
-
entityId
String entityId
-
entityType
ConfigDiff.EntityType entityType
-
parentTaskList
String parentTaskList
-
propertyFromValue
String propertyFromValue
-
propertyName
String propertyName
-
propertyToValue
String propertyToValue
-
-
Class com.mayam.wf.config.shared.Cvl
class Cvl extends Object implements Serializable- serialVersionUID:
- -7464623526856445089L
-
Class com.mayam.wf.config.shared.Cvl.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- -4465863148000442054L
-
Serialized Fields
-
text
TranslatedString text
-
value
String value
-
-
Class com.mayam.wf.config.shared.DetailsCategory
class DetailsCategory extends Object implements Serializable- serialVersionUID:
- 6469224313199841927L
-
Class com.mayam.wf.config.shared.DetailsSection
class DetailsSection extends Object implements Serializable- serialVersionUID:
- 8374714047980015397L
-
Serialized Fields
-
categories
List<DetailsCategory> categories
-
fields
List<Ref<Field>> fields
-
-
Class com.mayam.wf.config.shared.Divider
class Divider extends Object implements Serializable- serialVersionUID:
- -23333781123443L
-
Serialized Fields
-
activated
boolean activated
-
excludes
boolean excludes
-
label
TranslatedString label
-
pattern
String pattern
-
-
Class com.mayam.wf.config.shared.EnumTranslations
class EnumTranslations extends Object implements Serializable- serialVersionUID:
- 7989355910730561005L
-
Serialized Fields
-
entries
List<EnumTranslations.TranslatedEnum> entries
-
-
Class com.mayam.wf.config.shared.EnumTranslations.TranslatedEnum
class TranslatedEnum extends Object implements Serializable- serialVersionUID:
- 1765758135312733221L
-
Serialized Fields
-
translations
Map<String,
TranslatedString> translations -
valueClass
Class<?> valueClass
-
-
Class com.mayam.wf.config.shared.Field
class Field extends Object implements Serializable- serialVersionUID:
- 1577622488486923641L
-
Serialized Fields
-
attribute
Attribute attribute
-
computed
Computed computed
-
cvl
Cvl cvl
-
defaultValue
String defaultValue
-
displayMode
Field.DisplayMode displayMode
-
displayRows
int displayRows
-
dividers
List<Divider> dividers
-
editGroup
String editGroup
-
embedContexts
Set<EmbedContext> embedContexts
-
filterMode
Field.FilterMode filterMode
-
formHeight
String formHeight
-
formWidth
Field.FormWidth formWidth
-
hierarchyLevel
Field.HierarchyLevel hierarchyLevel
-
hint
TranslatedString hint
-
iconMap
StyledIcon.Map iconMap
-
id
String id
-
label
TranslatedString label
-
labelWidth
String labelWidth
-
mandatory
boolean mandatory
-
maxConstraint
Long maxConstraint
-
minConstraint
Long minConstraint
-
normalizationFn
String normalizationFn
-
patternConstraint
String patternConstraint
-
readOnly
boolean readOnly
-
shortLabel
TranslatedString shortLabel
-
viewGroup
String viewGroup
-
-
Class com.mayam.wf.config.shared.FilterSection
class FilterSection extends Object implements Serializable- serialVersionUID:
- -1126027125109461981L
-
Class com.mayam.wf.config.shared.Form
class Form extends Object implements Serializable- serialVersionUID:
- 5585786551668116531L
-
Serialized Fields
-
breakPolicy
ActivityFlowControl breakPolicy
-
breakText
TranslatedString breakText
-
cancelText
TranslatedString cancelText
-
fields
List<Ref<Field>> fields
-
format
String format
-
id
String id
-
labelWidth
String labelWidth
-
okText
TranslatedString okText
-
prevPolicy
ActivityFlowControl prevPolicy
Deprecated. -
prevText
TranslatedString prevText
Deprecated. -
title
TranslatedString title
-
-
Class com.mayam.wf.config.shared.Graph
class Graph extends Object implements Serializable- serialVersionUID:
- 314572471256608582L
-
Serialized Fields
-
edges
List<Graph.Edge> edges
-
-
Class com.mayam.wf.config.shared.Graph.Edge
class Edge extends Object implements Serializable- serialVersionUID:
- 6356657657505584051L
-
Serialized Fields
-
fields
List<Ref<Field>> fields
-
fromVertex
Graph.Vertex fromVertex
-
id
String id
-
label
TranslatedString label
-
sortOrders
List<Graph.EdgeSortOrder> sortOrders
-
toVertex
Graph.Vertex toVertex
-
-
Class com.mayam.wf.config.shared.Graph.Vertex
class Vertex extends Object implements Serializable- serialVersionUID:
- -5820378580809532753L
-
Class com.mayam.wf.config.shared.ImageDimensions
class ImageDimensions extends Object implements Serializable- serialVersionUID:
- -1790225821625967026L
-
Serialized Fields
-
height
int height
-
width
int width
-
-
Class com.mayam.wf.config.shared.ListSection
class ListSection extends Object implements Serializable- serialVersionUID:
- 356089677986907179L
-
Class com.mayam.wf.config.shared.ManagedFolderDefinition
class ManagedFolderDefinition extends Object implements Serializable- serialVersionUID:
- -3936473484516101020L
-
Serialized Fields
-
categoryCvl
Cvl categoryCvl
-
fileFields
List<ManagedFolderDefinition.ManagedFileField> fileFields
-
-
Class com.mayam.wf.config.shared.ManagedFolderDefinition.Map
- serialVersionUID:
- 5797677029893623672L
-
Class com.mayam.wf.config.shared.Ref
class Ref extends Object implements Serializable- serialVersionUID:
- 3961619670252406164L
-
Serialized Fields
-
id
String id
-
object
T extends HasIdentity object
-
-
Class com.mayam.wf.config.shared.Relation
class Relation extends Object implements Serializable- serialVersionUID:
- 95579546854205710L
-
Serialized Fields
-
expression
String expression
-
fields
ArrayList<Ref<Field>> fields
-
label
TranslatedString label
-
sortOrders
ArrayList<FilterCriteria.SortOrder> sortOrders
-
-
Class com.mayam.wf.config.shared.ReportSection
class ReportSection extends Object implements Serializable- serialVersionUID:
- 5144383179346987298L
-
Class com.mayam.wf.config.shared.SearchSection
class SearchSection extends Object implements Serializable- serialVersionUID:
- 4860729957029663527L
-
Class com.mayam.wf.config.shared.SortOrderPreset
class SortOrderPreset extends Object implements Serializable- serialVersionUID:
- 6350809248157078356L
-
Serialized Fields
-
entries
ArrayList<FilterCriteria.SortOrder> entries
-
id
String id
-
label
TranslatedString label
-
-
Class com.mayam.wf.config.shared.SortSection
class SortSection extends Object implements Serializable- serialVersionUID:
- -6101364612574043561L
-
Serialized Fields
-
orders
List<SortOrderPreset> orders
-
selection
SortSection.PresetSelection selection
-
-
Class com.mayam.wf.config.shared.StyledIcon
class StyledIcon extends Object implements Serializable- serialVersionUID:
- 1033884054174639805L
-
Serialized Fields
-
color
StyledIcon.Color color
-
icon
String icon
-
text
TranslatedString text
-
-
Class com.mayam.wf.config.shared.StyledIcon.Map
-
Class com.mayam.wf.config.shared.TableSchemaDetails
class TableSchemaDetails extends Object implements Serializable- serialVersionUID:
- -8023390268815823192L
-
Serialized Fields
-
columns
List<TableSchemaDetails.ColumnDefinition> columns
-
max
Integer max
-
min
Integer min
-
ordering
TableSchemaDetails.Ordering ordering
-
primaryColumn
String primaryColumn
-
selectionColumn
String selectionColumn
-
-
Class com.mayam.wf.config.shared.TableSchemaDetails.ColumnDefinition
class ColumnDefinition extends Object implements Serializable- serialVersionUID:
- 4758062064548666467L
-
Serialized Fields
-
cvl
Cvl cvl
-
displayMode
Field.DisplayMode displayMode
-
hidden
boolean hidden
-
label
TranslatedString label
-
mamMapping
String mamMapping
-
mandatory
boolean mandatory
-
maxConstraint
Long maxConstraint
-
minConstraint
Long minConstraint
-
name
String name
-
patternConstraint
String patternConstraint
-
readOnly
boolean readOnly
-
valueClass
Class<?> valueClass
-
-
Class com.mayam.wf.config.shared.TaskList
class TaskList extends Object implements Serializable- serialVersionUID:
- 7936134619425500261L
-
Serialized Fields
-
approvalRoles
ApprovalRole.RoleList approvalRoles
-
assetConstraint
TaskList.AssetConstraint assetConstraint
-
attachmentConstraints
AttachmentConstraints attachmentConstraints
-
cardView
CardView cardView
-
detailsSection
DetailsSection detailsSection
-
enumTranslationOverrides
EnumTranslations enumTranslationOverrides
-
externalActions
List<Action> externalActions
-
filterCriteria
FilterCriteria filterCriteria
-
filterSection
FilterSection filterSection
-
historyViewWindow
int historyViewWindow
-
id
String id
-
imageDimensions
ImageDimensions imageDimensions
-
listSection
ListSection listSection
-
managedFolderDefinitions
ManagedFolderDefinition.Map managedFolderDefinitions
-
mediaActions
List<Action> mediaActions
-
navigationMode
TaskList.NavigationMode navigationMode
-
relations
List<Relation> relations
-
reportSection
ReportSection reportSection
-
searchSection
SearchSection searchSection
-
sortSection
SortSection sortSection
-
taskActions
List<Action> taskActions
-
title
TranslatedString title
-
userFacingAttribute
Attribute userFacingAttribute
-
viewGroup
String viewGroup
-
-
-
Package com.mayam.wf.exception
-
Class com.mayam.wf.exception.ExceptionBean
class ExceptionBean extends Object implements Serializable- serialVersionUID:
- 2531708777563293558L
-
Serialized Fields
-
links
List<ExceptionBean.Link> links
-
-
Class com.mayam.wf.exception.ExceptionBean.Link
class Link extends Object implements Serializable- serialVersionUID:
- -751350479124439699L
-
Serialized Fields
-
className
String className
-
message
String message
-
trace
List<StackTraceElement> trace
-
-
Exception Class com.mayam.wf.exception.MarshallingException
class MarshallingException extends Exception implements Serializable- serialVersionUID:
- 7167313765270963549L
-
Serialized Fields
-
payload
String payload
-
-
Exception Class com.mayam.wf.exception.RemoteException
class RemoteException extends Exception implements Serializable- serialVersionUID:
- 9223229438640122560L
-
Serialized Fields
-
bean
ExceptionBean bean
-
statusCode
Integer statusCode
-
-
Exception Class com.mayam.wf.exception.RemoteException.Cause
class Cause extends Exception implements Serializable- serialVersionUID:
- -4255161383284545415L
-
-
Package com.mayam.wf.mq
-
Exception Class com.mayam.wf.mq.MqException
class MqException extends Exception implements Serializable- serialVersionUID:
- -8743684842946646966L
-
Exception Class com.mayam.wf.mq.RetryMessageException
class RetryMessageException extends RuntimeException implements Serializable- serialVersionUID:
- -9205481270869161733L
-
-
Package com.mayam.wf.siteconfig
-
Exception Class com.mayam.wf.siteconfig.SiteConfigException
class SiteConfigException extends RuntimeException implements Serializable- serialVersionUID:
- 4922106080569756201L
-
Serialized Fields
-
configClass
Class<? extends AbstractSiteConfig> configClass
-
-
-
Package javax.xml.bind
-
Exception Class javax.xml.bind.JAXBException
class JAXBException extends Exception implements Serializable- serialVersionUID:
- -5621384651494307979L
-
Exception Class javax.xml.bind.MarshalException
class MarshalException extends JAXBException implements Serializable- serialVersionUID:
- 1570397297836071517L
-