public class RemoveAndPublishResult extends AbstractDataTransferObject
ServiceEndpoint instances
 for services that were published and those that were removed| Modifier and Type | Method and Description | 
|---|---|
| static RemoveAndPublishResult | create(List<ServiceEndpoint> servicesRemoved,
            List<ServiceEndpoint> servicesPublished)Creates a new  RemoveAndPublishResultfrom the given lists of services removed and published. | 
| List<ServiceEndpoint> | getServicesPublished()Returns an unmodifiable list of services that were published as the result
 of a remove-and-publish operation. | 
| List<ServiceEndpoint> | getServicesRemoved()Returns an unmodifiable list of services that were removed as the result
 of a remove-and-publish operation. | 
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic static RemoveAndPublishResult create(List<ServiceEndpoint> servicesRemoved, List<ServiceEndpoint> servicesPublished)
RemoveAndPublishResult from the given lists of services removed and published.servicesRemoved - the list of services removed by the operation, can be a null or empty listservicesPublished - the list of services published by the operation, can be a null or empty listRemoveAndPublishResult, should never return nullpublic List<ServiceEndpoint> getServicesRemoved()
public List<ServiceEndpoint> getServicesPublished()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.