Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Base type for all objects that can be collaborated upon.

An artifact is a type of bondable entity that comes into existence at a well-defined time and is operated upon by actors. The userCreatedOn and userModifiedOn attributes hold the times when the artifact is created or modified offline. These timestamps may be different from the system's CreatedOn and ModifiedOn times. Associated with each entity are a set of properties that are private to each viewer. Every artifact has a set of attributes such as the date and time the artifact was last modified and by whom and a set of actor-shared properties.

Members

Name Type Required Description

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

bonds

bond[]

List of artifact bonds

changeStatus

changeStatus

The change status of the artifact

collabId

beeId

CollabId of the snapshot

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

parent

entity

The parent for this entity.

properties

collabProperties

The properties of the artifact that are shared among all the actors

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

userCreatedOn

dateTime

The user creation date (if created offline)

userModifiedOn

dateTime

The user last modified date (if modified offline)

viewer

actor

The actor for which this artifact snapshot was loaded. All the artifact viewer properties in this snapshot are loaded for this actor.

viewerProperties

collabProperties

The viewer properties of the artifact that are private to loading actor

Hierarchy

artifact is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

Applied Markers

XML Schema


<xs:complexType abstract="true" name="artifact">
    <xs:complexContent>
        <xs:extension base="tns:entity">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="bonds" nillable="true" type="tns:bond"/>
                <xs:element minOccurs="0" name="changeStatus" type="tns:changeStatus"/>
                <xs:element minOccurs="0" name="properties" type="tns:collabProperties"/>
                <xs:element minOccurs="0" name="userCreatedOn" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="userModifiedOn" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="viewer" type="tns:actor"/>
                <xs:element minOccurs="0" name="viewerProperties" type="tns:collabProperties"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to artifact

Referenced By Resources

Usage Resource Method
Response Heterogeneous Folder List

Referenced By Representaions