Package | Description |
---|---|
fr.pcreations.labs.RESTDroid.core |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ResourceRepresentation<?>> |
ResourcesList.getResourcesList()
Getter for the
ResourceRepresentation list holding by this ResourcesList |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourcesList.addInList(ResourceRepresentation<?> resourceRepresentation)
Add a
ResourceRepresentation in the list of ResourceRepresentation |
static boolean |
Processor.isRemotelySync(ResourceRepresentation<?> r)
Provides a way to know if a specific
ResourceRepresentation is remotely sync or not. |
protected void |
Processor.mirrorServerStateRoutine(HTTPVerb verb,
ResourceRepresentation<?> resource) |
protected <R extends Resource> |
WebService.post(java.lang.Class<R> clazz,
java.lang.String uri,
ResourceRepresentation<?> resource)
Initializes and prepares a POST request or retrieve it if already pending.
|
protected void |
Processor.updateLocalResourceRoutine(int statusCode,
ResourceRepresentation<?> resource) |
Modifier and Type | Method and Description |
---|---|
void |
ResourcesList.setResourcesList(java.util.List<? extends ResourceRepresentation<?>> list)
Getter for the
ResourceRepresentation list holding by this ResourcesList |