Interface VotingBatchManager

All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable, VotingBatchProfile

public interface VotingBatchManager extends OsidManager, VotingBatchProfile

The voting batch manager provides access to voting batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • VotingBatchSession : a session to vote in bulk
  • CandidateBatchAdminSession : a session to create, modify and delete Candidates in bulk
  • RaceBatchAdminSession : a session to create, modify and delete Races in bulk
  • BallotBatchAdminSession : a session to create, modify and delete Ballots in bulk
  • PollsBatchAdminSession : a session to create, modify and delete Polls in bulk