Package | Description |
---|---|
owltools.gaf.lego.server.handler |
Modifier and Type | Method and Description |
---|---|
M3BatchHandler.M3BatchResponse |
M3BatchHandler.m3Batch(String uid,
String intention,
String packetId,
M3BatchHandler.M3Request[] requests,
boolean isPrivileged)
Process a batch request.
|
M3BatchHandler.M3BatchResponse |
JsonOrJsonpBatchHandler.m3Batch(String uid,
String intention,
String packetId,
M3BatchHandler.M3Request[] requests,
boolean isPrivileged) |
M3BatchHandler.M3BatchResponse |
M3BatchHandler.m3BatchGet(String intention,
String packetId,
String requests)
Jersey REST method for GET with three query parameters.
|
M3BatchHandler.M3BatchResponse |
JsonOrJsonpBatchHandler.m3BatchGet(String intention,
String packetId,
String requestString) |
M3BatchHandler.M3BatchResponse |
M3BatchHandler.m3BatchGetPrivileged(String uid,
String intention,
String packetId,
String requests)
Jersey REST method for GET with three query parameters with privileged rights.
|
M3BatchHandler.M3BatchResponse |
JsonOrJsonpBatchHandler.m3BatchGetPrivileged(String uid,
String intention,
String packetId,
String requestString) |
M3BatchHandler.M3BatchResponse |
M3BatchHandler.m3BatchPost(String intention,
String packetId,
String requests)
Jersey REST method for POST with three form parameters.
|
M3BatchHandler.M3BatchResponse |
JsonOrJsonpBatchHandler.m3BatchPost(String intention,
String packetId,
String requestString) |
M3BatchHandler.M3BatchResponse |
M3BatchHandler.m3BatchPostPrivileged(String uid,
String intention,
String packetId,
String requests)
Jersey REST method for POST with three form parameters with privileged rights.
|
M3BatchHandler.M3BatchResponse |
JsonOrJsonpBatchHandler.m3BatchPostPrivileged(String uid,
String intention,
String packetId,
String requestString) |
Copyright © 2010–2015. All rights reserved.