Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class PollResponseInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.PollResponseInfo
All Implemented Interfaces:
java.io.Serializable

public class PollResponseInfo
extends java.lang.Object
implements java.io.Serializable

The PollResponseInfo class is a collection of data used to create a teamspace poll response.

See Also:
Serialized Form

Constructor Summary
PollResponseInfo()
           
 
Method Summary
 java.lang.Integer getMaximumValidResponses()
           
 java.lang.String getOwnerID()
          Returns the ID of the member who created the PollResponse object.
 com.filenet.wcm.api.Document getParent()
           
 java.lang.String getResponderID()
           
 void setMaximumValidResponses(java.lang.Integer maxValidResponses)
           
 void setOwnerID(java.lang.String ownerID)
           
 void setParent(com.filenet.wcm.api.Document poll)
           
 void setResponderID(java.lang.String responderID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollResponseInfo

public PollResponseInfo()
Method Detail

getOwnerID

public java.lang.String getOwnerID()
Returns the ID of the member who created the PollResponse object.

Returns:
A String containing the creator-owner member ID.

getResponderID

public java.lang.String getResponderID()

getMaximumValidResponses

public java.lang.Integer getMaximumValidResponses()

getParent

public com.filenet.wcm.api.Document getParent()

setOwnerID

public void setOwnerID(java.lang.String ownerID)
Parameters:
ownerID - The LDAP SID of the member will be granted creator-owner rights for the PollResponse object.

setResponderID

public void setResponderID(java.lang.String responderID)

setMaximumValidResponses

public void setMaximumValidResponses(java.lang.Integer maxValidResponses)

setParent

public void setParent(com.filenet.wcm.api.Document poll)

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.