Uses of Class
com.attivio.sdk.esb.MessageId
-
Packages that use MessageId Package Description com.attivio.sdk.admin Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.esb com.attivio.sysstate com.attivio.util.ft com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of MessageId in com.attivio.sdk.admin
Methods in com.attivio.sdk.admin that return MessageId Modifier and Type Method Description MessageId
AdminMessage. getMessageId()
Gets the message id associated with the message.Methods in com.attivio.sdk.admin with parameters of type MessageId Modifier and Type Method Description void
AdminMessage. setMessageId(MessageId id)
Sets the message id associated with the message. -
Uses of MessageId in com.attivio.sdk.esb
Subclasses of MessageId in com.attivio.sdk.esb Modifier and Type Class Description class
GroupedMessageId
An Id used to associate messages together into a group.Methods in com.attivio.sdk.esb that return MessageId Modifier and Type Method Description MessageId
MessageId. addChild()
MessageId
MessageId. clone()
MessageId
MessageId. createNextSibling()
MessageId
AbstractListMessage. getMessageId()
Gets the message id associated with the message.MessageId
AbstractPlatformMessage. getMessageId()
Gets the message id associated with the message.MessageId
PlatformMessage. getMessageId()
Gets the message id associated with the message.static MessageId
MessageId. invalidMessageId()
Used for auditing failed message creationstatic MessageId
MessageId. valueOf(java.lang.String value)
Converts the result of MessageId.toString() to a MessageIdMethods in com.attivio.sdk.esb with parameters of type MessageId Modifier and Type Method Description int
MessageId. compareTo(MessageId o)
a comparison based on the id parts of the message id only.boolean
MessageId. isParentOf(MessageId child)
void
AbstractListMessage. setMessageId(MessageId msgId)
Sets the message id associated with the message.void
AbstractPlatformMessage. setMessageId(MessageId msgId)
Sets the message id associated with the message.void
PlatformMessage. setMessageId(MessageId id)
Sets the message id associated with the message. -
Uses of MessageId in com.attivio.sysstate
Methods in com.attivio.sysstate that return MessageId Modifier and Type Method Description MessageId
DocumentState. getMessageId()
Methods in com.attivio.sysstate with parameters of type MessageId Modifier and Type Method Description void
DocumentState. setMessageId(MessageId msgId)
-
Uses of MessageId in com.attivio.util.ft
Methods in com.attivio.util.ft that return MessageId Modifier and Type Method Description MessageId
TransactionStorage.TransactionInput. readMessageId()
Methods in com.attivio.util.ft with parameters of type MessageId Modifier and Type Method Description void
TransactionStorage.FrameOutputStream. writeMessageId(MessageId mid)
NOTE: this write bypasses the checksummed buffer. -
Uses of MessageId in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return MessageId Modifier and Type Method Description MessageId
MessageIdConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
static MessageId
MessageIdConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Unmarshal a MessageId.Methods in com.attivio.util.serialization with parameters of type MessageId Modifier and Type Method Description static void
MessageIdConverter. marshal(MessageId msgId, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a MessageId (without the containing element).static void
MessageIdConverter. marshalNode(MessageId msgId, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a MessageId.
-