Skip navigation links

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


oracle.webcenter.activitystreaming
Interface SummaryActivityDisplayElement

All Superinterfaces:
ActivityDisplayElement, ActivityElement, java.io.Serializable

public interface SummaryActivityDisplayElement
extends ActivityDisplayElement

Nested Class Summary
static class SummaryActivityDisplayElement.SummaryType
           

 

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

 

Method Summary
 java.util.List<ActivityDisplayElement> getActivityDisplayElements()
           
 java.lang.String getDisplayMessage()
          Return the evaluated message 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 getTemplateMessage()
          Return the original templatized message of the activity

 

Methods inherited from interface oracle.webcenter.activitystreaming.ActivityDisplayElement
getCreateDate, getDisplayDescription, getIconFile, getServiceId, getTemplateDescription, getUserIds, isSummary

 

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

 

Method Detail

getDisplayMessage

java.lang.String getDisplayMessage()
Return the evaluated message of the activity
Specified by:
getDisplayMessage in interface ActivityDisplayElement
Returns:
the evalauted message of the activity

getTemplateMessage

java.lang.String getTemplateMessage()
Return the original templatized message of the activity
Specified by:
getTemplateMessage in interface ActivityDisplayElement
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
Specified by:
getSubstitutionDictionary in interface ActivityDisplayElement
Returns:
substitution mapping for each of the templatized chunk

getActivityDisplayElements

java.util.List<ActivityDisplayElement> getActivityDisplayElements()

Skip navigation links

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


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