Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.artifact.infos
Class XArtifactInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.artifact.infos.XArtifactInfo

Direct Known Subclasses:
XContentInfo, XVoiceConferenceInfo, XWidgetInfo

public class XArtifactInfo
extends XTagableInfo

Artifact Information DTO.


Field Summary
 List<XObjectID> AnnotatedByChatIDs
          The list of Chats that annotate this Artifact.
 XObjectID AssociatedWithChatID
          The Chat associated with this Artifact.
 EnumSet<XArtifactLockStatus> fLockStatus
          Artifact's URM lock status.
 XObjectID GroupID
          Artifact group id.
 XArtifactState State
          Current Artifact state.

 

Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo
TagInfos

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XArtifactInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

State

public XArtifactState State
Current Artifact state.

AssociatedWithChatID

public XObjectID AssociatedWithChatID
The Chat associated with this Artifact.

AnnotatedByChatIDs

public List<XObjectID> AnnotatedByChatIDs
The list of Chats that annotate this Artifact.

GroupID

public XObjectID GroupID
Artifact group id. Artifacts that are created as a part of a group (such as the case where multiple documents are uploaded at once) will be assigned the same group id. This field may be null.

fLockStatus

public EnumSet<XArtifactLockStatus> fLockStatus
Artifact's URM lock status.

Constructor Detail

XArtifactInfo

public XArtifactInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.