public interface VotingBatchProfile extends OsidProfile
The VotingBatchProfile describes the interoperability
among batch voting services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBallotBatchAdmin()
Tests if bulk administration of ballots is available.
|
boolean |
supportsCandidateBatchAdmin()
Tests if bulk administration of candidates is available.
|
boolean |
supportsPollsBatchAdmin()
Tests if bulk administration of polls is available.
|
boolean |
supportsRaceBatchAdmin()
Tests if bulk administration of races is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
boolean |
supportsVotingBatchAdmin()
Tests if bulk voting is available.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsVotingBatchAdmin()
true if a voting bulk service is available,
false otherwisemandatory - This method must be implemented. boolean supportsCandidateBatchAdmin()
true if a candidate bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsRaceBatchAdmin()
true if a race bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsBallotBatchAdmin()
true if a ballot bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsPollsBatchAdmin()
true if a polls bulk administrative service is
available, false otherwisemandatory - This method must be implemented.