Interface Target
public interface Target
Page or blogpost subjected to an activity
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionAttachment listSpacekey where the activity took placeId of the target page or blogpostint
Version of the target page or blogpostId of the version of the target page or blogpost where the action took place
-
Method Details
-
getTargetId
Long getTargetId()Id of the target page or blogpost- Returns:
- id of the page or blogpost of an activity
- Since:
- 7.0
-
getTargetVersionId
Long getTargetVersionId()Id of the version of the target page or blogpost where the action took place- Returns:
- id version of the page or blogpost of an activity
- Since:
- 7.0
-
getTargetVersion
int getTargetVersion()Version of the target page or blogpost- Returns:
- the integer version number of the page / blogpost
- Since:
- 7.0
-
getSpaceKey
String getSpaceKey()Spacekey where the activity took place- Returns:
- spaceKey where the page / blogpost belongs
- Since:
- 7.0
-
getAttachmentList
List<TargetAttachment> getAttachmentList()Attachment list- Returns:
- list of
TargetAttachment
- Since:
- 7.0
-