Uses of Enum Class
org.kuali.rice.ksb.api.registry.ServiceEndpointStatus
Packages that use ServiceEndpointStatus
-
Uses of ServiceEndpointStatus in org.kuali.rice.ksb.api.registry
Methods in org.kuali.rice.ksb.api.registry that return ServiceEndpointStatusModifier and TypeMethodDescriptionstatic ServiceEndpointStatusReturns the endpoint status for the given status code.ServiceInfo.Builder.getStatus()ServiceInfo.getStatus()ServiceInfoContract.getStatus()Return the status of the service endpoint represented by this service.static ServiceEndpointStatusReturns the enum constant of this class with the specified name.static ServiceEndpointStatus[]ServiceEndpointStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.ksb.api.registry with parameters of type ServiceEndpointStatusModifier and TypeMethodDescriptionvoidServiceInfo.Builder.setStatus(ServiceEndpointStatus status) booleanServiceRegistry.updateStatus(String serviceId, ServiceEndpointStatus status) Updates the status for the service with the given id to the givenServiceEndpointStatus.ServiceRegistry.updateStatuses(List<String> serviceIds, ServiceEndpointStatus status) As perServiceRegistry.updateStatus(String, ServiceEndpointStatus)but updates mutliple statuses as part of a single operation.