Uses of Class
org.xwiki.rest.XWikiRestException
-
-
Uses of XWikiRestException in org.xwiki.rest.resources
Methods in org.xwiki.rest.resources that throw XWikiRestException Modifier and Type Method Description History
ModificationsResource. getModifications(String wikiName, Integer start, Integer number, String order, Long ts, Boolean withPrettyNames)
-
Uses of XWikiRestException in org.xwiki.rest.resources.attachments
Methods in org.xwiki.rest.resources.attachments that throw XWikiRestException Modifier and Type Method Description javax.ws.rs.core.Response
AttachmentsResource. addAttachment(String wikiName, String spaceName, String pageName, javax.mail.Multipart multipart, Boolean withPrettyNames, Boolean createPage)
void
AttachmentResource. deleteAttachment(String wikiName, String spaceName, String pageName, String attachmentName)
javax.ws.rs.core.Response
AttachmentAtPageVersionResource. getAttachment(String wikiName, String spaceName, String pageName, String version, String attachmentName)
Attachment
AttachmentMetadataResource. getAttachment(String wikiName, String spaceName, String pageName, String attachmentName, Boolean withPrettyNames)
javax.ws.rs.core.Response
AttachmentResource. getAttachment(String wikiName, String spaceName, String pageName, String attachmentName)
javax.ws.rs.core.Response
AttachmentVersionResource. getAttachment(String wikiName, String spaceName, String pageName, String attachmentName, String attachmentVersion)
Attachments
AttachmentHistoryResource. getAttachmentHistory(String wikiName, String spaceName, String pageName, String attachmentName, Integer start, Integer number)
Attachments
AttachmentsResource. getAttachments(String wikiName, String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames, String name, String author, String types)
Attachments
AttachmentsAtPageVersionResource. getAttachmentsAtPageVersion(String wikiName, String spaceName, String pageName, String version, Integer start, Integer number, Boolean withPrettyNames)
javax.ws.rs.core.Response
AttachmentResource. putAttachment(String wikiName, String spaceName, String pageName, String attachmentName, byte[] content)
-
Uses of XWikiRestException in org.xwiki.rest.resources.classes
Methods in org.xwiki.rest.resources.classes that throw XWikiRestException Modifier and Type Method Description Class
ClassResource. getClass(String wikiName, String className)
Classes
ClassesResource. getClasses(String wikiName, Integer start, Integer number)
Properties
ClassPropertiesResource. getClassProperties(String wikiName, String className)
Property
ClassPropertyResource. getClassProperty(String wikiName, String className, String propertyName)
PropertyValues
ClassPropertyValuesResource. getClassPropertyValues(String wikiName, String className, String propertyName, Integer limit, List<String> filterParameters, Boolean isExactMatch)
default PropertyValue
ClassPropertyValuesProvider. getValue(ClassPropertyReference propertyReference, Object rawValue)
Resolves the given raw value into aPropertyValue
of the specified class property.PropertyValues
ClassPropertyValuesProvider. getValues(ClassPropertyReference propertyReference, int limit, Object... filterParameters)
Provides values for a class property. -
Uses of XWikiRestException in org.xwiki.rest.resources.comments
Methods in org.xwiki.rest.resources.comments that throw XWikiRestException Modifier and Type Method Description Comment
CommentResource. getComment(String wikiName, String spaceName, String pageName, Integer id, Integer start, Integer number, Boolean withPrettyNames)
Comments
CommentsResource. getComments(String wikiName, String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames)
Comments
CommentsVersionResource. getCommentsVersion(String wikiName, String spaceName, String pageName, String version, Integer start, Integer number, Boolean withPrettyNames)
Comment
CommentVersionResource. getCommentVersion(String wikiName, String spaceName, String pageName, String version, Integer id, Integer start, Integer number, Boolean withPrettyNames)
javax.ws.rs.core.Response
CommentsResource. postComment(String wikiName, String spaceName, String pageName, Comment comment)
-
Uses of XWikiRestException in org.xwiki.rest.resources.job
Methods in org.xwiki.rest.resources.job that throw XWikiRestException Modifier and Type Method Description JobStatus
JobsResource. executeJob(String jobType, boolean async, JobRequest jobRequest)
Start a new Job.JobLog
JobLogResource. getJobLog(String jobId, String level, String fromLevel)
JobStatus
JobStatusResource. getJobStatus(String jobId, boolean request, boolean progress, boolean log, String logFromLevel)
Find and return the status of the running job (of the stored status if the job is finished). -
Uses of XWikiRestException in org.xwiki.rest.resources.objects
Methods in org.xwiki.rest.resources.objects that throw XWikiRestException Modifier and Type Method Description javax.ws.rs.core.Response
ObjectsResource. addObject(String wikiName, String spaceName, String pageName, Boolean minorRevision, Object object)
void
ObjectResource. deleteObject(String wikiName, String spaceName, String pageName, String className, Integer objectNumber)
Object
ObjectAtPageVersionResource. getObject(String wikiName, String spaceName, String pageName, String version, String className, Integer objectNumber, Boolean withPrettyName)
Object
ObjectResource. getObject(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, Boolean withPrettyNames)
Properties
ObjectPropertiesAtPageVersionResource. getObjectProperties(String wikiName, String spaceName, String pageName, String version, String className, Integer objectNumber, Boolean withPrettyNames)
Properties
ObjectPropertiesResource. getObjectProperties(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, Boolean withPrettyNames)
Property
ObjectPropertyAtPageVersionResource. getObjectProperty(String wikiName, String spaceName, String pageName, String version, String className, Integer objectNumber, String propertyName, Boolean withPrettyNames)
Property
ObjectPropertyResource. getObjectProperty(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean withPrettyNames)
Objects
AllObjectsForClassNameResource. getObjects(String wikiName, String className, Integer start, Integer number, String order, Boolean withPrettyNames)
Objects
ObjectsAtPageVersionResource. getObjects(String wikiName, String spaceName, String pageName, String version, Integer start, Integer number, Boolean withPrettyNames)
Objects
ObjectsForClassNameResource. getObjects(String wikiName, String spaceName, String pageName, String className, Integer start, Integer number, Boolean withPrettyNames)
Objects
ObjectsResource. getObjects(String wikiName, String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames)
javax.ws.rs.core.Response
ObjectResource. updateObject(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, Boolean minorRevision, Object object)
javax.ws.rs.core.Response
ObjectPropertyResource. updateObjectProperty(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean minorRevision, Property property)
-
Uses of XWikiRestException in org.xwiki.rest.resources.pages
Methods in org.xwiki.rest.resources.pages that throw XWikiRestException Modifier and Type Method Description void
PageResource. deletePage(String wikiName, String spaceNames, String pageName)
void
PageTranslationResource. deletePageTranslation(String wikiName, String spaceName, String pageName, String language)
Page
PageResource. getPage(String wikiName, String spaceNames, String pageName, Boolean withPrettyNames, Boolean withObjects, Boolean withClass, Boolean withAttachments)
Pages
PageChildrenResource. getPageChildren(String wikiName, String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames)
History
PageHistoryResource. getPageHistory(String wikiName, String spaceName, String pageName, Integer start, Integer number, String order, Boolean withPrettyNames)
Pages
PagesResource. getPages(String wikiName, String spaceName, Integer start, Integer number, String parentFilterExpression, String order, Boolean withPrettyNames)
Tags
PageTagsResource. getPageTags(String wikiName, String spaceName, String pageName)
Page
PageTranslationResource. getPageTranslation(String wikiName, String spaceName, String pageName, String language, Boolean withPrettyNames)
History
PageTranslationHistoryResource. getPageTranslationHistory(String wikiName, String spaceName, String pageName, String language, Integer start, Integer number, String order, Boolean withPrettyNames)
Page
PageTranslationVersionResource. getPageTranslationVersion(String wikiName, String spaceName, String pageName, String language, String version, Boolean withPrettyNames)
Page
PageVersionResource. getPageVersion(String wikiName, String spaceName, String pageName, String version, Boolean withPrettyNames)
Translations
PageTranslationsResource. getTranslations(String wikiName, String spaceName, String pageName)
javax.ws.rs.core.Response
PageResource. putPage(String wikiName, String spaceNames, String pageName, Boolean minorRevision, Page page)
javax.ws.rs.core.Response
PageTranslationResource. putPageTranslation(String wikiName, String spaceName, String pageName, String language, Boolean minorRevision, Page page)
javax.ws.rs.core.Response
PageTagsResource. setTags(String wikiName, String spaceName, String pageName, Boolean minorRevision, Tags tags)
-
Uses of XWikiRestException in org.xwiki.rest.resources.spaces
Methods in org.xwiki.rest.resources.spaces that throw XWikiRestException Modifier and Type Method Description Attachments
SpaceAttachmentsResource. getAttachments(String wikiName, String spaceName, String name, String page, String author, String types, Integer start, Integer number, Boolean withPrettyNames)
Space
SpaceResource. getSpace(String wikiName, String spaceName)
Spaces
SpacesResource. getSpaces(String wikiName, Integer start, Integer number)
SearchResults
SpaceSearchResource. search(String wikiName, String spaceName, String keywords, List<String> searchScopeStrings, Integer number, Integer start, String orderField, String order, Boolean withPrettyNames, Boolean isLocaleAware)
-
Uses of XWikiRestException in org.xwiki.rest.resources.tags
Methods in org.xwiki.rest.resources.tags that throw XWikiRestException Modifier and Type Method Description Pages
PagesForTagsResource. getTags(String wikiName, String tagNames, Integer start, Integer number, Boolean withPrettyNames)
Tags
TagsResource. getTags(String wikiName)
-
Uses of XWikiRestException in org.xwiki.rest.resources.user
Methods in org.xwiki.rest.resources.user that throw XWikiRestException Modifier and Type Method Description javax.ws.rs.core.Response
CurrentUserPropertyResource. setNextPropertyValue(String propertyName)
-
Uses of XWikiRestException in org.xwiki.rest.resources.wikis
Methods in org.xwiki.rest.resources.wikis that throw XWikiRestException Modifier and Type Method Description Wiki
WikiResource. get(String wikiName)
Get information about a wiki.Attachments
WikiAttachmentsResource. getAttachments(String wikiName, String name, String page, String space, String author, String types, Integer start, Integer number, Boolean withPrettyNames)
Pages
WikiPagesResource. getPages(String wikiName, Integer start, String name, String space, String author, Integer number)
Wikis
WikisResource. getWikis()
Wiki
WikiResource. importXAR(String wikiName, Boolean backup, String history, InputStream is)
Import a XAR into a given wiki.SearchResults
WikiSearchQueryResource. search(String wikiName, String query, String queryTypeString, Integer number, Integer start, Boolean distinct, String orderField, String order, Boolean withPrettyNames, String className)
SearchResults
WikiSearchResource. search(String wikiName, String keywords, List<String> searchScopeStrings, Integer number, Integer start, String orderField, String order, Boolean withPrettyNames, Boolean isLocaleAware)
SearchResults
WikisSearchQueryResource. search(String query, Integer number, Integer start, Boolean distinct, String searchWikis, String orderField, String order, Boolean withPrettyNames, String className)
-
Uses of XWikiRestException in org.xwiki.rest.url
Methods in org.xwiki.rest.url that throw XWikiRestException Modifier and Type Method Description URL
ParametrizedRestURLGenerator. getURL(T resource)
URL
RestURLGenerator. getURL(EntityReference entityReference)
Generate a REST URL to access the given entity.
-