Input
- the input for the searchOutput
- the output of the search operationpublic interface SearchOSGiService<Input,Output>
Modifier and Type | Method and Description |
---|---|
Output |
search(Input input)
Method to search for results matching the given parameters.
|
Output |
search(int tenantId,
Input input)
Method to search for results matching the given parameters for the given tenant.
|
Output |
search(org.wso2.carbon.registry.core.session.UserRegistry registry,
Input input)
Method to search for results matching the given parameters from the registry instance
provided.
|
Output search(org.wso2.carbon.registry.core.session.UserRegistry registry, Input input) throws org.wso2.carbon.registry.core.exceptions.RegistryException
registry
- the registry instance to be used.input
- the input for the searchorg.wso2.carbon.registry.core.exceptions.RegistryException
- if the operation failed.Output search(int tenantId, Input input) throws org.wso2.carbon.registry.core.exceptions.RegistryException
tenantId
- the identifier of the tenant.input
- the input for the searchorg.wso2.carbon.registry.core.exceptions.RegistryException
- if the operation failed.Output search(Input input) throws org.wso2.carbon.registry.core.exceptions.RegistryException
input
- the input for the searchorg.wso2.carbon.registry.core.exceptions.RegistryException
- if the operation failed.Copyright © 2017 WSO2. All rights reserved.