@StableMinor(version="12.5", sinceVersion="8.2") public class ActivityDocument extends Document
Activities
are stored on portal big data as this document.
Activity documents are generated by the activity stream framework and should not be modified manually. Activity framework clients should use this document only for reading data.
ActivityDocumentType
,
ManagerFactory.getBigDataManager()
,
IBigDataManager.getDefaultRepository()
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
ActivityDocument.IActivity
Contains data in an
ActivityDocument that corresponds to an Activity . |
static interface |
ActivityDocument.IActivityActor
Contains data in an
ActivityDocument that corresponds to an ActivityActor . |
static interface |
ActivityDocument.IActivityDocumentPriority
Contains information about a priority to be applied to different principals, stored in a
ActivityDocument
. |
static interface |
ActivityDocument.IActivityDocumentPriorityIncludedEntry
Contains information about which principals a priority applies to.
|
static interface |
ActivityDocument.IActivityObject
Contains data in an
ActivityDocument that corresponds to an ActivityObject . |
Modifier | Constructor and Description |
---|---|
protected |
ActivityDocument(DocumentType documentType) |
Modifier and Type | Method and Description |
---|---|
ActivityDocument.IActivity |
getActivity()
Returns an API for accessing the activity fields in this document.
|
clear, containsKey, containsValue, entrySet, get, get, getDocumentType, getId, isEmpty, keySet, newFieldValueProxy, put, put, putAll, remove, setId, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected ActivityDocument(DocumentType documentType)
public ActivityDocument.IActivity getActivity()
If a document field value is modified without using this API, the object previously returned by this method (or
its child objects) may no longer reflect the correct data in the document. In this case this method should be
called again to obtain another ActivityDocument.IActivity
object to be used.
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.