|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class that implements the Participant
interface represent a
participant in a meeting or meeting session.
Meeting
,
MeetingSession
Field Summary | |
static java.lang.String |
COLLABORATION_TYPE_SYMNAME
Value of "CollaborationType"; Content Engine property. |
static java.lang.String |
DIRECTCONTAINER_SYMNAME
Value of "DirectContainer"; Content Engine property. |
static java.lang.String |
EMAILADDRESS_SYMNAME
Value of "EmailAddress"; Content Engine property. |
static java.lang.String |
ISENTERPRISEUSER_SYMNAME
Value of "IsEnterpriseUser"; Content Engine property. |
static java.lang.String |
ISHOST_SYMNAME
Value of "IsHost"; Content Engine property. |
static java.lang.String |
MEMBERID_SYMNAME
Value of "MemberID"; Content Engine property. |
static java.lang.String |
MEMBERSHIPMANAGEDSECURITY_SYMNAME
Value of "MembershipManagedSecurity"; Content Engine property. |
static java.lang.String[] |
PROPERTIES
String array of persistent Participant properties. |
static java.lang.String |
SECURITYOWNERID_SYMNAME
Value of "SecurityOwnerID"; Content Engine property. |
static java.lang.String |
TEAMSPACE_SYMNAME
Value of "Teamspace"; Content Engine property. |
static java.lang.String |
USERDISPLAYNAME_SYMNAME
Value of "UserDisplayName"; Content Engine property. |
Method Summary | |
Meeting |
getMeeting()
Returns the Meeting object that contains this participant. |
SubjectInfo |
getSubjectInfo()
Returns a SubjectInfo object for the participant. |
Teamspace |
getTeamspace()
Returns the target Teamspace object. |
boolean |
isEnterpriseUser()
Returns true if the participant is registered in the enterprise directory. |
boolean |
isHost()
Returns true if the participant is the host of the meeting or session. |
Methods inherited from interface com.filenet.bso.api.collaboration.CollaborationObject |
getSymbolicName, getType |
Methods inherited from interface com.filenet.bso.api.collaboration.PersistentBaseObject |
getBaseObject, getID, getObjectStore, getProperties, isMembershipManagedSecurity, isOwner, refresh, setProperties |
Field Detail |
public static final java.lang.String DIRECTCONTAINER_SYMNAME
public static final java.lang.String EMAILADDRESS_SYMNAME
public static final java.lang.String ISHOST_SYMNAME
public static final java.lang.String MEMBERID_SYMNAME
public static final java.lang.String MEMBERSHIPMANAGEDSECURITY_SYMNAME
public static final java.lang.String SECURITYOWNERID_SYMNAME
public static final java.lang.String TEAMSPACE_SYMNAME
public static final java.lang.String USERDISPLAYNAME_SYMNAME
public static final java.lang.String ISENTERPRISEUSER_SYMNAME
public static final java.lang.String COLLABORATION_TYPE_SYMNAME
public static final java.lang.String[] PROPERTIES
Method Detail |
public Teamspace getTeamspace()
Teamspace
object.
Teamspace
object.public SubjectInfo getSubjectInfo()
SubjectInfo
object for the participant.
SubjectInfo
object.public Meeting getMeeting() throws com.filenet.wcm.api.PropertyNotFoundException
Meeting
object that contains this participant.
Meeting
object.public boolean isHost()
boolean
value.public boolean isEnterpriseUser()
boolean
value.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |