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 ActorDetails


public interface ActorDetails

This interface represents the actor details table data. The getter methods are exposed on this class to get the different properties of the actor


Method Summary
 java.lang.String getActorId()
          This method returns the Id or the GUID of the Actor
 java.lang.String getActorName()
          This method returns the name of the actor
 java.lang.String getDepartment()
          This method returns the department of the actor
 java.lang.String getDisplayName()
          This method returns the display name of the actor
 java.lang.String getEmail()
          This method returns the business email of the actor
 java.lang.String getJobTitle()
          This method returns the Job title of the actor
 java.lang.String getStatus()
           
 java.sql.Timestamp getUpdatedOn()
          This method returns the timestap when the actor profile was updated

 

Method Detail

getActorId

java.lang.String getActorId()
This method returns the Id or the GUID of the Actor
Returns:
Id of the Actor

getEmail

java.lang.String getEmail()
This method returns the business email of the actor
Returns:
Email of the actor

getDisplayName

java.lang.String getDisplayName()
This method returns the display name of the actor
Returns:
Display name

getActorName

java.lang.String getActorName()
This method returns the name of the actor
Returns:
Actor name

getUpdatedOn

java.sql.Timestamp getUpdatedOn()
This method returns the timestap when the actor profile was updated
Returns:
Timestamp

getDepartment

java.lang.String getDepartment()
This method returns the department of the actor
Returns:
Department

getJobTitle

java.lang.String getJobTitle()
This method returns the Job title of the actor
Returns:
Job Title

getStatus

java.lang.String getStatus()

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.