Uses of Class
org.craftercms.studio.model.rest.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type ApiResponseModifier and TypeMethodDescriptionprotected ResponseBodyExceptionHandlers.handleExceptionInternal(javax.servlet.http.HttpServletRequest request, Exception e, ApiResponse response) protected ResponseBodyExceptionHandlers.handleExceptionInternal(javax.servlet.http.HttpServletRequest request, Exception e, ApiResponse response, org.slf4j.event.Level logLevel) -
Uses of ApiResponse in org.craftercms.studio.model.rest
Fields in org.craftercms.studio.model.rest declared as ApiResponseModifier and TypeFieldDescriptionstatic final ApiResponseApiResponse.ADD_REMOTE_INVALIDstatic final ApiResponseApiResponse.AWS_UNREACHABLEstatic final ApiResponseApiResponse.BLOB_NOT_FOUNDstatic final ApiResponseApiResponse.BOX_UNREACHABLEstatic final ApiResponseApiResponse.CLUSTER_MEMBER_ALREADY_EXISTSstatic final ApiResponseApiResponse.CLUSTER_MEMBER_NOT_FOUNDstatic final ApiResponseApiResponse.COMPLETED_WITH_ERRORSstatic final ApiResponseApiResponse.CONFIGURATION_PROFILE_NOT_FOUNDstatic final ApiResponseApiResponse.CONTENT_ALREADY_EXISTSstatic final ApiResponseApiResponse.CONTENT_ALREADY_LOCKEDstatic final ApiResponseApiResponse.CONTENT_ALREADY_UNLOCKEDstatic final ApiResponseApiResponse.CONTENT_MOVE_INVALID_LOCATIONstatic final ApiResponseApiResponse.CONTENT_NOT_FOUNDstatic final ApiResponseApiResponse.CREATEDstatic final ApiResponseApiResponse.DELETEDstatic final ApiResponseApiResponse.DEPRECATEDstatic final ApiResponseApiResponse.GROUP_ALREADY_EXISTSstatic final ApiResponseApiResponse.GROUP_EXTERNALLY_MANAGEDstatic final ApiResponseApiResponse.GROUP_NOT_FOUNDstatic final ApiResponseApiResponse.INTERNAL_SYSTEM_FAILUREstatic final ApiResponseApiResponse.INVALID_PARAMSstatic final ApiResponseApiResponse.INVALID_SITE_STATEstatic final ApiResponseApiResponse.LOGGER_NOT_FOUNDstatic final ApiResponseApiResponse.LOV_NOT_FOUNDstatic final ApiResponseApiResponse.MARKETPLACE_NOT_INITIALIZEDstatic final ApiResponseApiResponse.MARKETPLACE_UNREACHABLEstatic final ApiResponseApiResponse.OKstatic final ApiResponseApiResponse.ORG_ALREADY_EXISTSstatic final ApiResponseApiResponse.ORG_NOT_FOUNDstatic final ApiResponseApiResponse.PLUGIN_ALREADY_INSTALLEDstatic final ApiResponseApiResponse.PLUGIN_INSTALLATION_ERRORstatic final ApiResponseApiResponse.PUBLISHING_DISABLEDstatic final ApiResponseApiResponse.PULL_FROM_REMOTE_REPOSITORY_CONFLICTstatic final ApiResponseApiResponse.PUSH_TO_REMOTE_FAILEDstatic final ApiResponseApiResponse.REMOTE_REPOSITORY_ALREADY_EXISTSstatic final ApiResponseApiResponse.REMOTE_REPOSITORY_AUTHENTICATION_FAILEDstatic final ApiResponseApiResponse.REMOTE_REPOSITORY_NOT_FOUNDstatic final ApiResponseApiResponse.REMOTE_REPOSITORY_NOT_REMOVABLEstatic final ApiResponseApiResponse.REMOVE_REMOTE_FAILEDprotected ApiResponseResult.responsestatic final ApiResponseApiResponse.SEARCH_UNREACHABLEstatic final ApiResponseApiResponse.SITE_ALREADY_EXISTSstatic final ApiResponseApiResponse.SITE_NOT_FOUNDstatic final ApiResponseApiResponse.UNAUTHENTICATEDstatic final ApiResponseApiResponse.UNAUTHORIZEDstatic final ApiResponseApiResponse.USER_ALREADY_EXISTSstatic final ApiResponseApiResponse.USER_EXTERNALLY_MANAGEDstatic final ApiResponseApiResponse.USER_NOT_FOUNDstatic final ApiResponseApiResponse.USER_PASSWORD_DOES_NOT_MATCHstatic final ApiResponseApiResponse.USER_PASSWORD_REQUIREMENTS_FAILEDMethods in org.craftercms.studio.model.rest that return ApiResponseMethods in org.craftercms.studio.model.rest with parameters of type ApiResponseModifier and TypeMethodDescriptionvoidResult.setResponse(ApiResponse response) Sets the API response.Constructors in org.craftercms.studio.model.rest with parameters of type ApiResponse