public class WebModelUtils extends Object
Constructor and Description |
---|
WebModelUtils() |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
loadObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page) |
static <T extends ObjectType> |
loadObject(Class<T> type,
String oid,
OperationResult result,
PageBase page) |
static <T extends ObjectType> |
loadObjectAsync(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page,
PrismObject<UserType> principal) |
static <T extends ObjectType> |
loadObjectAsync(Class<T> type,
String oid,
OperationResult result,
PageBase page,
PrismObject<UserType> principal) |
public static <T extends ObjectType> PrismObject<T> loadObjectAsync(Class<T> type, String oid, OperationResult result, PageBase page, PrismObject<UserType> principal)
public static <T extends ObjectType> PrismObject<T> loadObjectAsync(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page, PrismObject<UserType> principal)
public static <T extends ObjectType> PrismObject<T> loadObject(Class<T> type, String oid, OperationResult result, PageBase page)
public static <T extends ObjectType> PrismObject<T> loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page)
Copyright © 2013 evolveum. All rights reserved.