Table of Contents

Namespace ActivityPub.Types.AS.Extended.Activity

Classes

AcceptActivity

Indicates that the actor accepts the object. The target property can be used in certain circumstances to indicate the context into which the object has been accepted.

AcceptActivityEntity

Indicates that the actor accepts the object. The target property can be used in certain circumstances to indicate the context into which the object has been accepted.

AddActivity

Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.

AddActivityEntity

Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.

AnnounceActivity

Indicates that the actor is calling the target's attention the object. The origin typically has no defined meaning.

AnnounceActivityEntity

Indicates that the actor is calling the target's attention the object. The origin typically has no defined meaning.

ArriveActivity

An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.

ArriveActivityEntity

An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.

BlockActivity

Indicates that the actor is blocking the object. Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning.

BlockActivityEntity

Indicates that the actor is blocking the object. Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning.

CreateActivity

Indicates that the actor has created the object.

CreateActivityEntity

Indicates that the actor has created the object.

DeleteActivity

Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted.

DeleteActivityEntity

Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted.

DislikeActivity

Indicates that the actor dislikes the object.

DislikeActivityEntity

Indicates that the actor dislikes the object.

FlagActivity

Indicates that the actor is "flagging" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.

FlagActivityEntity

Indicates that the actor is "flagging" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.

FollowActivity

Indicates that the actor is "following" the object. Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.

FollowActivityEntity

Indicates that the actor is "following" the object. Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.

IgnoreActivity

Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.

IgnoreActivityEntity

Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.

InviteActivity

A specialization of Offer in which the actor is extending an invitation for the object to the target.

InviteActivityEntity

A specialization of Offer in which the actor is extending an invitation for the object to the target.

JoinActivity

Indicates that the actor has joined the object. The target and origin typically have no defined meaning.

JoinActivityEntity

Indicates that the actor has joined the object. The target and origin typically have no defined meaning.

LeaveActivity

Indicates that the actor has left the object. The target and origin typically have no meaning.

LeaveActivityEntity

Indicates that the actor has left the object. The target and origin typically have no meaning.

LikeActivity

Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning.

LikeActivityEntity

Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning.

ListenActivity

Indicates that the actor has listened to the object.

ListenActivityEntity

Indicates that the actor has listened to the object.

MoveActivity

Indicates that the actor has moved object from origin to target. If the origin or target are not specified, either can be determined by context.

MoveActivityEntity

Indicates that the actor has moved object from origin to target. If the origin or target are not specified, either can be determined by context.

OfferActivity

Indicates that the actor is offering the object. If specified, the target indicates the entity to which the object is being offered.

OfferActivityEntity

Indicates that the actor is offering the object. If specified, the target indicates the entity to which the object is being offered.

QuestionActivity

Represents a question being asked. Question objects are an extension of IntransitiveActivity. That is, the Question object is an Activity, but the direct object is the question itself and therefore it would not contain an object property. Either of the anyOf and oneOf properties MAY be used to express possible answers, but a Question object MUST NOT have both properties.

QuestionActivityEntity

Represents a question being asked. Question objects are an extension of IntransitiveActivity. That is, the Question object is an Activity, but the direct object is the question itself and therefore it would not contain an object property. Either of the anyOf and oneOf properties MAY be used to express possible answers, but a Question object MUST NOT have both properties.

ReadActivity

Indicates that the actor has read the object.

ReadActivityEntity

Indicates that the actor has read the object.

RejectActivity

Indicates that the actor is rejecting the object. The target and origin typically have no defined meaning.

RejectActivityEntity

Indicates that the actor is rejecting the object. The target and origin typically have no defined meaning.

RemoveActivity

Indicates that the actor is removing the object. If specified, the origin indicates the context from which the object is being removed.

RemoveActivityEntity

Indicates that the actor is removing the object. If specified, the origin indicates the context from which the object is being removed.

TentativeAcceptActivity

A specialization of TentativeAccept indicating that the tentativeAcceptance is tentative.

TentativeAcceptActivityEntity

A specialization of TentativeAccept indicating that the tentativeAcceptance is tentative.

TentativeRejectActivity

A specialization of Reject in which the rejection is considered tentative.

TentativeRejectActivityEntity

A specialization of Reject in which the rejection is considered tentative.

TravelActivity

Indicates that the actor is traveling to target from origin. Travel is an IntransitiveObject whose actor specifies the direct object. If the target or origin are not specified, either can be determined by context.

TravelActivityEntity

Indicates that the actor is traveling to target from origin. Travel is an IntransitiveObject whose actor specifies the direct object. If the target or origin are not specified, either can be determined by context.

UndoActivity

Indicates that the actor is undoing the object. In most cases, the object will be an Activity describing some previously performed action (for instance, a person may have previously "liked" an article but, for whatever reason, might choose to undo that like at some later point in time). The target and origin typically have no defined meaning.

UndoActivityEntity

Indicates that the actor is undoing the object. In most cases, the object will be an Activity describing some previously performed action (for instance, a person may have previously "liked" an article but, for whatever reason, might choose to undo that like at some later point in time). The target and origin typically have no defined meaning.

UpdateActivity

Indicates that the actor has updated the object. Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object. The target and origin typically have no defined meaning.

UpdateActivityEntity

Indicates that the actor has updated the object. Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object. The target and origin typically have no defined meaning.

ViewActivity

Indicates that the actor has viewed the object.

ViewActivityEntity

Indicates that the actor has viewed the object.