public class SiteController extends AbstractSakaiController
credential, gson| Constructor and Description |
|---|
SiteController(SakaiCredential credential) |
| Modifier and Type | Method and Description |
|---|---|
com.github.deinok.threading.Task<Boolean> |
exists(String id) |
com.github.deinok.threading.Task<Site[]> |
get() |
com.github.deinok.threading.Task<Site> |
get(String id) |
com.github.deinok.threading.Task<Object> |
groupDelete() |
com.github.deinok.threading.Task<Object> |
groupGet() |
com.github.deinok.threading.Task<Object> |
groupPost() |
com.github.deinok.threading.Task<Object> |
groupPut() |
com.github.deinok.threading.Task<Object> |
pages(String id) |
com.github.deinok.threading.Task<Object> |
perms(String id) |
com.github.deinok.threading.Task<Object> |
post() |
com.github.deinok.threading.Task<Object> |
put() |
com.github.deinok.threading.Task<Object> |
role() |
com.github.deinok.threading.Task<Object> |
setPerms(String id) |
com.github.deinok.threading.Task<Object> |
userPerms(String id) |
getBody, getBody, getCode, getCode, getInputStream, getInputStream, getJson, getJson, jsonPost, jsonPost, jsonPost, jsonPost, postBody, postBody, postBody, postBody, postCode, postCode, postCode, postCodepublic SiteController(@NotNull
SakaiCredential credential)
@NotNull public com.github.deinok.threading.Task<Site[]> get() throws IOException
IOException@NotNull public com.github.deinok.threading.Task<Site> get(@NotNull String id) throws IOException
IOException@NotNull public com.github.deinok.threading.Task<Object> post()
@NotNull public com.github.deinok.threading.Task<Object> put()
@NotNull public com.github.deinok.threading.Task<Object> role()
@NotNull public com.github.deinok.threading.Task<Object> groupGet()
@NotNull public com.github.deinok.threading.Task<Object> groupPost()
@NotNull public com.github.deinok.threading.Task<Object> groupPut()
@NotNull public com.github.deinok.threading.Task<Object> groupDelete()
Copyright © 2017. All rights reserved.