| Package | Description |
|---|---|
| org.wso2.appserver.sample.chad | |
| org.wso2.appserver.sample.chad.data |
| Modifier and Type | Method and Description |
|---|---|
String |
Chad.createPoll(String title,
String description,
boolean isSingleVote,
String[] choices)
Create a new poll.
|
void |
Chad.startPoll(String pollId)
Start a poll.
|
void |
Chad.stopPoll(String pollId)
Stop a poll.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChadPersistenceManager.changeAdminPassword(String username,
String oldPassword,
String newPassword)
Change the password of the administrator
|
Copyright © 2015 WSO2 Inc. All rights reserved.