public interface ActivityActor
Modifier and Type | Method and Description |
---|---|
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)
|
boolean |
isGroup()
Returns true is the Actor's is a group (Enterprise Role)
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getEmail()
java.lang.String getDepartment()
java.lang.String getJobTitle()
java.util.Date getUpdatedOn()
java.lang.String getManagerId()
boolean isGroup()