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.peopleconnections.connections
Interface Invitation


public interface Invitation

Represents an invitation from one user to another to form a social connection.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getDateFormattedAsReceived()
           
 java.lang.String getDateFormattedAsSent()
           
 java.lang.String getId()
          Returns a unique ID for this invitation.
 java.lang.String getInvitationMessage()
          Returns the invitation message.
 java.lang.String getInviteeUserid()
          Returns the user whom the invitation is intended for.
 java.lang.String getInvitorUserid()
          Returns the user who initiated the invitation.
 java.util.Date getSentDate()
          Returns the date on which the invitation was initiated and sent.

 

Method Detail

getId

java.lang.String getId()
Returns a unique ID for this invitation.
Returns:
An ID that refers to this invitation uniquely within the entire application

getInvitorUserid

java.lang.String getInvitorUserid()
Returns the user who initiated the invitation.
Returns:
GUID of the user who initiated the invitation

getInviteeUserid

java.lang.String getInviteeUserid()
Returns the user whom the invitation is intended for.
Returns:
GUID of the user whom the invitation is intended for

getInvitationMessage

java.lang.String getInvitationMessage()
Returns the invitation message.
Returns:
The invitation message

getSentDate

java.util.Date getSentDate()
Returns the date on which the invitation was initiated and sent.
Returns:
Date on which the invitation was initiated and sent

getDateFormattedAsReceived

java.lang.String getDateFormattedAsReceived()

getDateFormattedAsSent

java.lang.String getDateFormattedAsSent()

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.