Uses of Class
org.kuali.rice.ksb.api.registry.RemoveAndPublishResult
Packages that use RemoveAndPublishResult
-
Uses of RemoveAndPublishResult in org.kuali.rice.ksb.api.registry
Methods in org.kuali.rice.ksb.api.registry that return RemoveAndPublishResultModifier and TypeMethodDescriptionstatic RemoveAndPublishResultRemoveAndPublishResult.create(List<ServiceEndpoint> servicesRemoved, List<ServiceEndpoint> servicesPublished) Creates a newRemoveAndPublishResultfrom the given lists of services removed and published.ServiceRegistry.removeAndPublish(List<String> removeServiceIds, List<ServiceEndpoint> publishServiceEndpoints) Performs a single atomic operation of removing and publishing a set of services in the registry.