Uses of Enum Class
com.mayam.wf.attributes.shared.Attribute
Package
Description
This package contains the only types outside of
java.lang.*
and Date
that
are allowed to become value classes
of
attributes.This package provides the main interface to MQ handling within Mayam Tasks
and associated applications and libraries.
-
Uses of Attribute in com.mayam.wf.mq
Modifier and TypeMethodDescriptionstatic String
AttributeMessageBuilder.highlightedPropertyName
(boolean isBefore, Attribute attribute) Returns the property name used for a highlighted attribute.Modifier and TypeMethodDescriptionSpecifies a set of attributes that should be excluded from serialization.Specifies a set of attributes that should be highlighted as a property of theMqMessage
.Specifies a set of attributes that should be included in serialization. -
Uses of Attribute in com.mayam.wf.ws.rest.domain
Modifier and TypeMethodDescriptionvoid
UserActionState.setCvlOverrides
(Map<Attribute, ValueList> cvlOverrides)