Interface Target
-
public interface Target
Page or blogpost subjected to an activity- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TargetAttachment>
getAttachmentList()
Attachment listString
getSpaceKey()
Spacekey where the activity took placeLong
getTargetId()
Id of the target page or blogpostint
getTargetVersion()
Version of the target page or blogpostLong
getTargetVersionId()
Id of the version of the target page or blogpost where the action took place
-
-
-
Method Detail
-
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
-
-