Uses of Enum Class
pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils.CommonOperationStatus
Packages that use CommonOperationStatus
Package
Description
-
Uses of CommonOperationStatus in pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils that return CommonOperationStatusModifier and TypeMethodDescriptionstatic CommonOperationStatusReturns the enum constant of this class with the specified name.static CommonOperationStatus[]CommonOperationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonOperationStatus in pt.unl.fct.di.novasys.babel.protocols.storage.replies
Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.replies with parameters of type CommonOperationStatusModifierConstructorDescriptionCreateCollectionReply(String keySpace, String collectionID, CommonOperationStatus status) Creates a create collection reply with a given status, as well as the keySpace and collection identifiers.CreateCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message) Creates a create collection reply with a given status, as well as the keySpace and collection identifiers.CreateCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message, String reqID) Creates a create collection reply with a given status, as well as the keySpace and collection identifiers.Creates a create collection reply with a given status.CreateCollectionReply(CommonOperationStatus status, String message) Creates a create collection reply with a given status an a message detailing the status.CreateKeySpaceReply(String keySpace, CommonOperationStatus status) Creates a create key space reply with a given status, as well as the keySpace identifier.CreateKeySpaceReply(String keySpace, CommonOperationStatus status, String message) Creates a create key space reply with a given status, as well as the keySpace identifier.CreateKeySpaceReply(String keySpace, CommonOperationStatus status, String message, String reqID) Creates a create key space reply with a given status, as well as the keySpace identifier.Creates a create key space reply with a given status.CreateKeySpaceReply(CommonOperationStatus status, String message) Creates a create key space reply with a given status an a message detailing the status.DeleteCollectionReply(String keySpace, String collectionID, CommonOperationStatus status) Creates a delete key space reply with a given status, as well as the keySpace and collection identifier.DeleteCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message) Creates a delete key space reply with a given status, as well as the keySpace and collection identifier.DeleteCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message, String reqID) Creates a delete key space reply with a given status, as well as the keySpace and collection identifier.Creates a delete key space reply with a given status.DeleteCollectionReply(CommonOperationStatus status, String message) Creates a delete key space eply with a given status an a message detailing the status.DeleteKeySpaceReply(String keySpace, CommonOperationStatus status) Creates a delete key space eply with a given status and a message detailing the status.DeleteKeySpaceReply(String keySpace, CommonOperationStatus status, String message) Creates a delete key space reply with a given status, as well as the keySpace and collection identifier and a message detailing the status.DeleteKeySpaceReply(String keySpace, CommonOperationStatus status, String message, String reqID) Creates a delete key space reply with a given status, as well as the keySpace and collection identifier and a message detailing the status.Creates a delete key space reply with a given status.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, Object result, String reqID) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.The message should detail the status of the operation.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, byte[] data, String reqID) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.The message should detail the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type) Creates a execute status reply, with the type of operation issued on the request.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.ModifyCollectionReply(String keySpace, String collectionID, CommonOperationStatus status) Creates a modify collection reply with a given status, as well as the keySpace and collection identifiers.ModifyCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message) Creates a modify collection reply with a given status, as well as the keySpace and collection identifiers.ModifyCollectionReply(String keySpace, String collectionID, CommonOperationStatus status, String message, String reqID) Creates a modify collection reply with a given status, as well as the keySpace and collection identifiers.Creates a modify collection reply with a given status.ModifyCollectionReply(CommonOperationStatus status, String message) Creates a modify collection reply with a given status an a message detailing the status.ModifyKeySpaceReply(String keySpace, CommonOperationStatus status) Creates a modify key space reply with a given status, as well as the keySpace identifier.ModifyKeySpaceReply(String keySpace, CommonOperationStatus status, String message) Creates a modify key space reply with a given status, as well as the keySpace identifier.ModifyKeySpaceReply(String keySpace, CommonOperationStatus status, String message, String reqID) Creates a modify key space reply with a given status, as well as the keySpace identifier.Creates a modify key space reply with a given status.ModifyKeySpaceReply(CommonOperationStatus status, String message) Creates a modify key space reply with a given status an a message detailing the status.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation. -
Uses of CommonOperationStatus in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common that return CommonOperationStatusModifier and TypeMethodDescriptionCommonReply.getStatus()Gets the reply status (e.g., OK, ERROR, NOT_SUPPORTED, etc.)Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common with parameters of type CommonOperationStatusModifierConstructorDescriptionCommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.CommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.CommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.CommonReply(CommonOperationStatus status, short protoID) Constructs a CommonReply with a given status and protocol identifier.CommonReply(CommonOperationStatus status, String message, short protoID) Constructs a CommonReply with a given status, protocol identifier and a message explaining the reply status.CommonReply(CommonOperationStatus status, String message, String reqID, short protoID) Constructs a CommonReply with a given status, protocol identifier and a message explaining the reply status.