|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Input
- the input for the searchOutput
- the output of the search operationpublic interface SearchOSGiService<Input,Output>
API to perform a search through an OSGi service
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 search
org.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 search
org.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 search
org.wso2.carbon.registry.core.exceptions.RegistryException
- if the operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |