7778798081828384
} @Override public RestMethodResult doPut(Map<String, Object> propertySet) throws FrameworkException { throw new NotAllowedException(); }
8485868788899091
} @Override public RestMethodResult doDelete() throws FrameworkException { throw new NotAllowedException(); }
93949596979899100
} @Override public Result doGet(PropertyKey sortKey, boolean sortDescending, int pageSize, int page, String offsetId) throws FrameworkException { throw new NotAllowedException(); }
100101102103104105106107
183184185186187188189190
} @Override public RestMethodResult doOptions() throws FrameworkException { throw new NotAllowedException(); }
979899100101102103104
104105106107108109110111
111112113114115116117118