Skip navigation links

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


oracle.webcenter.activitystreaming
Interface ActivityActor


public interface ActivityActor

Actor is a user who is involved in the activity


Method Summary
 java.lang.String getDepartment()
          Returns the Actor's department
 java.lang.String getDisplayName()
          Returns the Actor's display name
 java.lang.String getEmail()
          Returns the Actor's email address
 java.lang.String getId()
          Return the Actor's id (GUID)
 java.lang.String getJobTitle()
          Returns the Actor's job title
 java.lang.String getManagerId()
          Returns the Actor's manager id (LDAP Distinguished Name)
 java.lang.String getName()
          Returns the Actor's user name (login ID)
 java.util.Date getUpdatedOn()
          Returns the Actor's last updated time (the most recent time the actor did an activity)

 

Method Detail

getId

java.lang.String getId()
Return the Actor's id (GUID)
Returns:
the Actor's id

getName

java.lang.String getName()
Returns the Actor's user name (login ID)
Returns:
the Actor's user name

getDisplayName

java.lang.String getDisplayName()
Returns the Actor's display name
Returns:
the Actor's display name

getEmail

java.lang.String getEmail()
Returns the Actor's email address
Returns:
the Actor's email address

getDepartment

java.lang.String getDepartment()
Returns the Actor's department
Returns:
the Actor's department

getJobTitle

java.lang.String getJobTitle()
Returns the Actor's job title
Returns:
the Actor's job title

getUpdatedOn

java.util.Date getUpdatedOn()
Returns the Actor's last updated time (the most recent time the actor did an activity)
Returns:
the Actor's last updated time

getManagerId

java.lang.String getManagerId()
Returns the Actor's manager id (LDAP Distinguished Name)
Returns:
the Actor's manager id

Skip navigation links

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


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