public interface IdBatchIssueSession extends IdIssueSession
This session is used to create new Ids.
| Modifier and Type | Method and Description |
|---|---|
IdList |
issueIds(long quantity)
Issues a set of new
Ids . |
canIssueIds, issueIdgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseIdList issueIds(long quantity) throws OperationFailedException, PermissionDeniedException
Ids .quantity - the number to create Ids OperationFailedException - unable to complete requestPermissionDeniedException - authorization failuremandatory - This method must be implemented.