Interface CAICommandType<R extends CAIResponseType>
- Type Parameters:
R- The associated response type
- All Superinterfaces:
CAIMessageType,CAProtocolMessageType,com.io7m.hibiscus.api.HBMessageType
- All Known Implementing Classes:
CAICommandAuditSearchBegin,CAICommandAuditSearchNext,CAICommandAuditSearchPrevious,CAICommandDebugInvalid,CAICommandDebugRandom,CAICommandFileDelete,CAICommandFileGet,CAICommandFilePut,CAICommandFileSearchBegin,CAICommandFileSearchNext,CAICommandFileSearchPrevious,CAICommandItemAttachmentAdd,CAICommandItemAttachmentRemove,CAICommandItemCreate,CAICommandItemDelete,CAICommandItemGet,CAICommandItemMetadataPut,CAICommandItemMetadataRemove,CAICommandItemSearchBegin,CAICommandItemSearchNext,CAICommandItemSearchPrevious,CAICommandItemSetName,CAICommandItemTypesAssign,CAICommandItemTypesRevoke,CAICommandLocationAttachmentAdd,CAICommandLocationAttachmentRemove,CAICommandLocationDelete,CAICommandLocationGet,CAICommandLocationList,CAICommandLocationMetadataPut,CAICommandLocationMetadataRemove,CAICommandLocationPut,CAICommandLocationTypesAssign,CAICommandLocationTypesRevoke,CAICommandLogin,CAICommandRolesAssign,CAICommandRolesGet,CAICommandRolesRevoke,CAICommandStockCount,CAICommandStockReposit,CAICommandStockSearchBegin,CAICommandStockSearchNext,CAICommandStockSearchPrevious,CAICommandTypePackageGetText,CAICommandTypePackageInstall,CAICommandTypePackageSearchBegin,CAICommandTypePackageSearchNext,CAICommandTypePackageSearchPrevious,CAICommandTypePackageUninstall,CAICommandTypePackageUpgrade
public sealed interface CAICommandType<R extends CAIResponseType>
extends CAIMessageType
permits CAICommandAuditSearchBegin, CAICommandAuditSearchNext, CAICommandAuditSearchPrevious, CAICommandDebugInvalid, CAICommandDebugRandom, CAICommandFileDelete, CAICommandFileGet, CAICommandFilePut, CAICommandFileSearchBegin, CAICommandFileSearchNext, CAICommandFileSearchPrevious, CAICommandItemAttachmentAdd, CAICommandItemAttachmentRemove, CAICommandItemCreate, CAICommandItemDelete, CAICommandItemGet, CAICommandItemMetadataPut, CAICommandItemMetadataRemove, CAICommandItemSearchBegin, CAICommandItemSearchNext, CAICommandItemSearchPrevious, CAICommandItemSetName, CAICommandItemTypesAssign, CAICommandItemTypesRevoke, CAICommandLocationAttachmentAdd, CAICommandLocationAttachmentRemove, CAICommandLocationDelete, CAICommandLocationGet, CAICommandLocationList, CAICommandLocationMetadataPut, CAICommandLocationMetadataRemove, CAICommandLocationPut, CAICommandLocationTypesAssign, CAICommandLocationTypesRevoke, CAICommandLogin, CAICommandRolesAssign, CAICommandRolesGet, CAICommandRolesRevoke, CAICommandStockCount, CAICommandStockReposit, CAICommandStockSearchBegin, CAICommandStockSearchNext, CAICommandStockSearchPrevious, CAICommandTypePackageGetText, CAICommandTypePackageInstall, CAICommandTypePackageSearchBegin, CAICommandTypePackageSearchNext, CAICommandTypePackageSearchPrevious, CAICommandTypePackageUninstall, CAICommandTypePackageUpgrade
The type of commands in the User protocol.
-
Method Summary
-
Method Details
-
responseClass
-