Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.activitystreaming
Interface ActivityDisplayElement

All Superinterfaces:
ActivityElement, java.io.Serializable
All Known Subinterfaces:
SummaryActivityDisplayElement

public interface ActivityDisplayElement
extends ActivityElement

ActivityStreamingDisplayElement is used for displaying activity.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.webcenter.activitystreaming.ActivityElement
ActivityElement.State

 

Method Summary
 java.util.Date getCreateDate()
          Return the create date of the activity
 java.lang.String getDisplayDescription()
          Return the evaluated description of the activity
 java.lang.String getDisplayMessage()
          Return the evaluated message of the activity
 java.lang.String getIconFile()
          Return the icon file specified when creating an activity
 java.lang.String getServiceId()
          Return the service id of the activity
 java.util.HashMap<java.lang.String,java.lang.String> getSubstitutionDictionary()
          Return the substitution mapping for each of the templatized chunk
 java.lang.String getTemplateDescription()
          Return the original templatized description of the activity
 java.lang.String getTemplateMessage()
          Return the original templatized message of the activity
 java.util.List<java.lang.String> getUserIds()
          Return the list of actors' id who are involved in the activity
 boolean isSummary()
           

 

Methods inherited from interface oracle.webcenter.activitystreaming.ActivityElement
addCustAttr, getActivityID, getActivityTime, getActivityType, getActors, getApplicationId, getCommentsSummary, getCreatedBy, getCreatedOn, getCustAttr, getCustAttrs, getDescription, getDetail, getDetailURL, getLikesSummary, getMessage, getObjects, getPermission, getScope, getScopeWrapper, setDetail, setDetailURL, setState

 

Method Detail

getServiceId

java.lang.String getServiceId()
Return the service id of the activity
Specified by:
getServiceId in interface ActivityElement
Returns:
the service id of the activity

getDisplayMessage

java.lang.String getDisplayMessage()
Return the evaluated message of the activity
Returns:
the evalauted message of the activity

getCreateDate

java.util.Date getCreateDate()
Return the create date of the activity
Returns:
the create date of the activity

getTemplateMessage

java.lang.String getTemplateMessage()
Return the original templatized message of the activity
Returns:
the original/templatized message of the activity

getSubstitutionDictionary

java.util.HashMap<java.lang.String,java.lang.String> getSubstitutionDictionary()
Return the substitution mapping for each of the templatized chunk
Returns:
substitution mapping for each of the templatized chunk

getUserIds

java.util.List<java.lang.String> getUserIds()
Return the list of actors' id who are involved in the activity
Returns:
the list of actors' id

getDisplayDescription

java.lang.String getDisplayDescription()
Return the evaluated description of the activity
Returns:
the display description of the activity

getTemplateDescription

java.lang.String getTemplateDescription()
Return the original templatized description of the activity
Returns:
the original/templatized description of the activity

getIconFile

java.lang.String getIconFile()
Return the icon file specified when creating an activity
Returns:
the icon file

isSummary

boolean isSummary()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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