|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.wso2.carbon.governance.api.services |
Uses of Service in org.wso2.carbon.governance.api.services |
---|
Methods in org.wso2.carbon.governance.api.services that return Service | |
---|---|
Service[] |
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.getService(String serviceId)
Fetches the given service artifact on the registry. |
Service |
ServiceManager.newService(org.apache.axiom.om.OMElement content)
Creates a new service artifact from the given content. |
Service |
ServiceManager.newService(QName qName)
Creates a new service artifact from the given qualified name. |
Methods in org.wso2.carbon.governance.api.services with parameters of type Service | |
---|---|
void |
ServiceManager.addService(Service service)
Adds the given service artifact to the registry. |
boolean |
ServiceFilter.matches(Service service)
Whether the given service artifact matches the expected filter criteria. |
protected void |
ServiceManager.setContent(Service service,
org.wso2.carbon.registry.core.Resource serviceResource)
Sets content of the given service artifact to the given resource on the registry. |
void |
ServiceManager.updateService(Service service)
Updates the given service artifact on the registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |