| Package | Description |
|---|---|
| org.wso2.appserver.sample.chad.command |
| Modifier and Type | Class and Description |
|---|---|
class |
AddAdminUserCommand
Command to add an administrator
|
class |
AddPollCommand
Command to add a poll
|
class |
ChangeAdminUserPasswordCommand
Command to change a administrator's password
|
class |
DeleteAdminUserCommand
Command to delete an adminsitrator
|
class |
GetAdminUserCommand
Command to retrieve an administrator
|
class |
GetAllPollsCommand
Command to retrieve all polls
|
class |
GetPollCommand
Command to retrieve a single poll with a particular pollId
|
class |
GetPollResultCommand
Command to retrieve the result of a particular poll in any point in time
|
class |
ListAdminUsersCommand
Command to retrive all administrator usernames
|
class |
ListPollsCommand
Command to retrieve all polls
|
class |
UpdatePollCommand
Command to update a particular poll
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandExecutor.execute(ChadCommand command)
Execute any ChadCommand provided to this method, after switching to the Chad.aar classloader
and, finally switches back to the original classloader.
|
Copyright © 2015 WSO2 Inc. All rights reserved.