boolean |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
File video) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
File video,
ResponseDelegate<ContentFile> responseDelegate) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
ResponseDelegate<ContentFile> responseDelegate) |
ContentFile |
UploadService.createContentFile(ContentFile contentFile,
Upload upload) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
Upload upload) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
Upload upload,
ResponseDelegate<ContentFile> responseDelegate) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
URL url,
boolean isFlash) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
URL url,
boolean isFlash,
ResponseDelegate<ContentFile> responseDelegate) |
int |
PostService.createPost(Post post,
ContentFile contentFile) |
EQAsyncTask<Integer> |
PostService.createPost(Post post,
ContentFile contentFile,
ResponseDelegate<Integer> responseDelegate) |
boolean |
ContentFileService.deleteContentFile(ContentFile contentFile) |
EQAsyncTask<Boolean> |
ContentFileService.deleteContentFile(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.flagAsInappropriate(ContentFile contentFile) |
EQAsyncTask<Boolean> |
ContentFileService.flagAsInappropriate(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
List<Post> |
PostService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters) |
List<Post> |
ContentFileService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters) |
EQAsyncTask<List<Post>> |
PostService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters,
ResponseDelegate<List<Post>> responseDelegate) |
EQAsyncTask<List<Post>> |
ContentFileService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters,
ResponseDelegate<List<Post>> responseDelegate) |
boolean |
ContentFileService.markAsViewed(ContentFile contentFile) |
EQAsyncTask<Boolean> |
ContentFileService.markAsViewed(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force) |
EQAsyncTask<Boolean> |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.updateContentFile(ContentFile contentFile) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
File video) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
File video,
ResponseDelegate<ContentFile> responseDelegate) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.updateContentFile(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |