public class ModelUtils extends Object
Constructor and Description |
---|
ModelUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
recordFatalError(OperationResult result,
String message,
Throwable e) |
static void |
recordFatalError(OperationResult result,
Throwable e) |
static void |
recordPartialError(OperationResult result,
String message,
Throwable e) |
static void |
recordPartialError(OperationResult result,
Throwable e) |
static void |
validatePaging(ObjectPaging paging) |
public static void validatePaging(ObjectPaging paging)
public static void recordFatalError(OperationResult result, Throwable e)
public static void recordFatalError(OperationResult result, String message, Throwable e)
public static void recordPartialError(OperationResult result, Throwable e)
public static void recordPartialError(OperationResult result, String message, Throwable e)
Copyright © 2013 evolveum. All rights reserved.