|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Information | |
|---|---|
| org.ow2.petals.registry.api | |
| org.ow2.petals.registry.api.ws.adapters | |
| Uses of Information in org.ow2.petals.registry.api |
|---|
| Methods in org.ow2.petals.registry.api with parameters of type Information | |
|---|---|
boolean |
RemoteOperations.delete(java.lang.String path,
Information information)
Delete the element from the registry. |
Resource |
RemoteOperations.get(java.lang.String path,
Information info)
Get the element from its path only if the path refers to an element. |
java.util.List<Resource> |
RemoteOperations.getAll(java.lang.String path,
Information info)
Get all the resources in the given path only if the given path is a directory. |
boolean |
RemoteOperations.put(java.lang.String path,
Resource resource,
Information info)
Put a resource in the registry. |
java.util.List<Resource> |
RemoteOperations.query(Query query,
Information info)
|
| Uses of Information in org.ow2.petals.registry.api.ws.adapters |
|---|
| Methods in org.ow2.petals.registry.api.ws.adapters that return Information | |
|---|---|
Information |
InformationAdapter.toRegistry(Information information)
|
| Methods in org.ow2.petals.registry.api.ws.adapters with parameters of type Information | |
|---|---|
Information |
InformationAdapter.toWS(Information information)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||