Uses of Interface
org.wso2.carbon.governance.api.services.dataobjects.Service
Packages that use Service
Package
Description
-
Uses of Service in org.wso2.carbon.governance.api.services
Methods in org.wso2.carbon.governance.api.services that return ServiceModifier and TypeMethodDescriptionService[]ServiceManager.findServices(ServiceFilter criteria) Finds all service artifacts matching the given filter criteria.Service[]ServiceManager.getAllServices()Finds all service artifacts on the registry.Service[]ServiceManager.getAllServicesByLifecycle(String lcName) Retrieve all Services which associated with the given lifecycleService[]ServiceManager.getAllServicesByLifecycleStatus(String lcName, String lcState) Retrieve all Services which associated with the given lifecycle in the given lifecycle stateServiceManager.getService(String serviceId) Fetches the given service artifact on the registry.ServiceManager.newService(QName qName) Creates a new service artifact from the given qualified name.ServiceManager.newService(org.apache.axiom.om.OMElement content) Creates a new service artifact from the given content.Methods in org.wso2.carbon.governance.api.services with parameters of type ServiceModifier and TypeMethodDescriptionvoidServiceManager.addService(Service service) Adds the given service artifact to the registry.booleanWhether the given service artifact matches the expected filter criteria.voidServiceManager.updateService(Service service) Updates the given service artifact on the registry. -
Uses of Service in org.wso2.carbon.governance.api.services.dataobjects
Classes in org.wso2.carbon.governance.api.services.dataobjects that implement ServiceModifier and TypeClassDescriptionclassThis represents a service artifact stored on the Registry.