|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.collaboration.data.PollInfo
The PollInfo
class is a collection of data used to create a teamspace poll.
Constructor Summary | |
PollInfo()
|
Method Summary | |
java.util.Date |
getClosingDate()
Returns the poll's closing date. |
java.lang.String |
getOwnerID()
Returns the ID of the member who created the poll. |
java.lang.String[] |
getParticipants()
Returns an array of String objects that define the poll participants. |
java.lang.String[] |
getPossibleResponses()
Returns a String array of possible responses to the poll. |
java.lang.Integer |
getPriority()
Returns the priority for the poll. |
java.lang.String |
getQuestion()
Returns the poll question. |
java.lang.Boolean |
getResponsesHiddenFlag()
Returns the responses hidden flag. |
void |
setClosingDate(java.util.Date closingDate)
Set a closing date for the poll. |
void |
setOwnerID(java.lang.String ownerID)
|
void |
setParticipants(java.lang.String[] participants)
Set poll participants. |
void |
setPossibleResponses(java.lang.String[] responses)
Set the possible responses to the poll question. |
void |
setPriority(int value)
Set the poll priority. |
void |
setQuestion(java.lang.String question)
Set the poll question. |
void |
setResponsesHiddenFlag(boolean flag)
Set the show poll responses flag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PollInfo()
Method Detail |
public java.lang.String getOwnerID()
String
containing the creator-owner member ID.public java.lang.String[] getPossibleResponses()
String
array of possible responses to the poll.
String
array.public java.lang.String getQuestion()
String
containing the poll question.public java.util.Date getClosingDate()
Date
object that specifies the poll's closing date.public java.lang.Integer getPriority()
Integer
object that specifies the poll priority.public java.lang.Boolean getResponsesHiddenFlag()
Boolean
value that specifies whether participants may see poll results.public java.lang.String[] getParticipants()
String
objects that define the poll participants.
String
objects.public void setOwnerID(java.lang.String ownerID)
ownerID
- The LDAP SID of the member granted creator-owner rights for the poll.public void setPossibleResponses(java.lang.String[] responses)
public void setPriority(int value)
public void setQuestion(java.lang.String question)
public void setResponsesHiddenFlag(boolean flag)
public void setClosingDate(java.util.Date closingDate)
public void setParticipants(java.lang.String[] participants)
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |