Methods in org.apache.abdera.protocol.server.adapters.jcr that throw ResponseContextException |
void |
JcrCollectionAdapter.deleteEntry(String resourceName,
RequestContext request)
|
String |
JcrCollectionAdapter.getAuthor(RequestContext request)
|
List<Person> |
JcrCollectionAdapter.getAuthors(javax.jcr.Node entry,
RequestContext request)
|
Object |
JcrCollectionAdapter.getContent(javax.jcr.Node entry,
RequestContext request)
|
static Calendar |
JcrCollectionAdapter.getDateOrNull(javax.jcr.Node node,
String propName)
|
Iterable<javax.jcr.Node> |
JcrCollectionAdapter.getEntries(RequestContext request)
|
javax.jcr.Node |
JcrCollectionAdapter.getEntry(String resourceName,
RequestContext request)
|
String |
JcrCollectionAdapter.getId(javax.jcr.Node entry)
|
String |
JcrCollectionAdapter.getMediaName(javax.jcr.Node entry)
|
InputStream |
JcrCollectionAdapter.getMediaStream(javax.jcr.Node entry)
|
String |
JcrCollectionAdapter.getName(javax.jcr.Node entry)
|
static String |
JcrCollectionAdapter.getStringOrNull(javax.jcr.Node node,
String propName)
|
Text |
JcrCollectionAdapter.getSummary(javax.jcr.Node entry,
RequestContext request)
|
String |
JcrCollectionAdapter.getTitle(javax.jcr.Node entry)
|
Date |
JcrCollectionAdapter.getUpdated(javax.jcr.Node entry)
|
boolean |
JcrCollectionAdapter.isMediaEntry(javax.jcr.Node entry)
|
javax.jcr.Node |
JcrCollectionAdapter.postEntry(String title,
IRI id,
String summary,
Date updated,
List<Person> authors,
Content content,
RequestContext request)
|
protected javax.jcr.Node |
JcrCollectionAdapter.postEntry(String title,
String summary,
Date updated,
List<Person> authors,
Content content,
javax.jcr.Session session,
javax.jcr.Node collectionNode,
String resourceName,
int num)
|
javax.jcr.Node |
JcrCollectionAdapter.postMedia(javax.activation.MimeType mimeType,
String slug,
InputStream inputStream,
RequestContext request)
|
void |
JcrCollectionAdapter.putEntry(javax.jcr.Node entry,
String title,
Date updated,
List<Person> authors,
String summary,
Content content,
RequestContext request)
|
void |
JcrCollectionAdapter.start(RequestContext request)
|