Uses of Enum Class
ch.cern.eam.wshub.core.services.EAM_OPERATION
Packages that use EAM_OPERATION
-
Uses of EAM_OPERATION in ch.cern.eam.wshub.core.interceptors
Methods in ch.cern.eam.wshub.core.interceptors with parameters of type EAM_OPERATIONModifier and TypeMethodDescriptionvoidEAMInterceptor.afterError(EAM_OPERATION operation, EAMRequestData requestData, EAMErrorData errorData, EAMExtractedData extractedData) Callback executed after the actual call to every EAM service, in case of errorvoidEAMInterceptor.afterSuccess(EAM_OPERATION operation, EAMRequestData requestData, EAMResponseData responseData, EAMExtractedData extractedData) Callback executed after the call to every EAM service, in case of successvoidEAMInterceptor.before(EAM_OPERATION operation, EAMRequestData requestData) Callback executed before the actual call to every EAM service -
Uses of EAM_OPERATION in ch.cern.eam.wshub.core.services
Methods in ch.cern.eam.wshub.core.services that return EAM_OPERATIONModifier and TypeMethodDescriptionstatic EAM_OPERATIONReturns the enum constant of this class with the specified name.static EAM_OPERATION[]EAM_OPERATION.values()Returns an array containing the constants of this enum class, in the order they are declared.