Uses of Class
com.attivio.sdk.esb.GroupedMessageId
-
Packages that use GroupedMessageId Package Description com.attivio.sdk.esb com.attivio.sdk.ingest com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of GroupedMessageId in com.attivio.sdk.esb
Methods in com.attivio.sdk.esb that return GroupedMessageId Modifier and Type Method Description GroupedMessageId
GroupedMessageId. addChild()
Adds a child to this group.GroupedMessageId
GroupedMessageId. clone()
GroupedMessageId
GroupedMessage. getGroupedMessageId()
Methods in com.attivio.sdk.esb with parameters of type GroupedMessageId Modifier and Type Method Description void
GroupedMessage. setGroupedMessageId(GroupedMessageId groupedMessageId)
Sets the GroupedMessageId for this message. -
Uses of GroupedMessageId in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return GroupedMessageId Modifier and Type Method Description GroupedMessageId
BulkUpdate. getGroupedMessageId()
GroupedMessageId
DocumentList. getGroupedMessageId()
Methods in com.attivio.sdk.ingest with parameters of type GroupedMessageId Modifier and Type Method Description void
BulkUpdate. setGroupedMessageId(GroupedMessageId groupedMessageId)
void
DocumentList. setGroupedMessageId(GroupedMessageId groupedMessageId)
-
Uses of GroupedMessageId in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return GroupedMessageId Modifier and Type Method Description static GroupedMessageId
GroupedMessageIdConverter. 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 GroupedMessageId Modifier and Type Method Description static void
GroupedMessageIdConverter. marshal(GroupedMessageId groupedMessageId, 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
GroupedMessageIdConverter. marshalNode(GroupedMessageId groupedMessageId, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a MessageId.
-