|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| org.ow2.petals.registry.api | |
| org.ow2.petals.registry.api.factory | |
| org.ow2.petals.registry.api.ws.adapters | |
| Uses of Resource in org.ow2.petals.registry.api |
|---|
| Methods in org.ow2.petals.registry.api that return Resource | |
|---|---|
Resource |
Operations.get(java.lang.String path,
boolean remote)
Get the element from its path only if the path refers to an element. |
Resource |
RemoteOperations.get(java.lang.String path,
Information info)
Get the element from its path only if the path refers to an element. |
| Methods in org.ow2.petals.registry.api that return types with arguments of type Resource | |
|---|---|
java.util.List<Resource> |
Operations.getAll(java.lang.String path,
boolean remote)
Get all the resources in the given path only if the given path is a directory. |
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. |
java.util.List<Resource> |
Operations.query(Query query,
boolean remote)
Get a list of resources under the given path which assert that the endpoint properties match the given ones. |
java.util.List<Resource> |
RemoteOperations.query(Query query,
Information info)
|
| Methods in org.ow2.petals.registry.api with parameters of type Resource | |
|---|---|
boolean |
Operations.put(java.lang.String path,
Resource resource,
boolean propagate)
Put a resource in the registry. |
boolean |
RemoteOperations.put(java.lang.String path,
Resource resource,
Information info)
Put a resource in the registry. |
| Uses of Resource in org.ow2.petals.registry.api.factory |
|---|
| Methods in org.ow2.petals.registry.api.factory that return Resource | |
|---|---|
static Resource |
ResourceFactory.createResource(Endpoint endpoint)
TODO : More to come since the resource can also be a collection |
| Uses of Resource in org.ow2.petals.registry.api.ws.adapters |
|---|
| Methods in org.ow2.petals.registry.api.ws.adapters that return Resource | |
|---|---|
Resource |
ResourceAdapter.toRegistryResource(Resource resource)
|
| Methods in org.ow2.petals.registry.api.ws.adapters with parameters of type Resource | |
|---|---|
Resource |
ResourceAdapter.toWSResource(Resource resource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||