Searched defs:skipAttrs (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DRestUtil.java484 public static RestResponse sendCreateRequest(String endpoint, Map<String, Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse) { argument
485 removeSpecifiedAttrs(attrs, skipAttrs);
495 public static RestResponse sendUpdateRequest(String endpoint, Map<String, Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse) { argument
496 removeSpecifiedAttrs(attrs, skipAttrs);

Completed in 14 milliseconds