*/
public List getParents(SlideToken token, ObjectNode object, boolean pathOnly, boolean storeOnly, boolean includeSelf) throws ServiceAccessException, ObjectNotFoundException, LinkedObjectNotFoundException, AccessDeniedException {
List result = new ArrayList();
if (token.isForceStoreEnlistment()) {
// get read-only token
token = new SlideTokenWrapper(token, false);
}
if (pathOnly) {
String[] uriTokens = object.getPath().tokens();
UriPath path = new UriPath("/");