Uses of Enum Class
com.mayam.wf.attributes.shared.Attribute
Packages that use 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
Methods in com.mayam.wf.mq with parameters of type AttributeModifier and TypeMethodDescriptionstatic String
AttributeMessageBuilder.highlightedPropertyName
(boolean isBefore, Attribute attribute) Returns the property name used for a highlighted attribute.Method parameters in com.mayam.wf.mq with type arguments of type AttributeModifier 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
Methods in com.mayam.wf.ws.rest.domain that return types with arguments of type AttributeMethod parameters in com.mayam.wf.ws.rest.domain with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
UserActionState.setCvlOverrides
(Map<Attribute, ValueList> cvlOverrides)