public class BoxCommentObject extends AbstractResource<ResourceTypeImpl>
Constructor and Description |
---|
BoxCommentObject() |
Modifier and Type | Method and Description |
---|---|
void |
doDeleteComment(String commentId) |
String |
doGetComment(String commentId) |
String |
doGetComments() |
String |
doPostComment(String jsonBoxComment) |
String |
doPutComment(String commentId,
String jsonBoxComment) |
void |
initialize(Object... args) |
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
public BoxCommentObject()
public void initialize(Object... args)
initialize
in class AbstractResource<ResourceTypeImpl>
public String doGetComment(String commentId) throws DocumentNotFoundException, BoxJSONException
public String doPostComment(String jsonBoxComment) throws DocumentNotFoundException, BoxJSONException
public String doPutComment(String commentId, String jsonBoxComment) throws BoxJSONException, ParseException, IllegalAccessException, InvocationTargetException, DocumentNotFoundException
public void doDeleteComment(String commentId)
public String doGetComments() throws DocumentNotFoundException, BoxJSONException
Copyright © 2015 Nuxeo SA. All rights reserved.