com.evolveum.midpoint.schema.util
Class MiscUtil
java.lang.Object
com.evolveum.midpoint.schema.util.MiscUtil
public class MiscUtil
- extends java.lang.Object
- Author:
- Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiscUtil
public MiscUtil()
toObjectListType
public static ObjectListType toObjectListType(java.util.List<? extends ObjectType> list)
toList
public static <T extends ObjectType> java.util.List<T> toList(java.lang.Class<T> type,
ObjectListType listType)
toResultList
public static <T extends ObjectType> ResultList<T> toResultList(java.lang.Class<T> type,
ObjectListType listType)
toResultList
public static <T extends ObjectType> ResultList<T> toResultList(java.lang.Class<T> type,
java.util.List<? extends ObjectType> list)
getDefaultImportOptions
public static ImportOptionsType getDefaultImportOptions()
generateCachingMetadata
public static CachingMetadata generateCachingMetadata()
isNullOrEmpty
public static boolean isNullOrEmpty(ProtectedStringType ps)
setPassword
public static void setPassword(CredentialsType credentials,
ProtectedStringType password)
toCollection
public static java.util.Collection<java.lang.String> toCollection(java.lang.String entry)
Copyright © 2011 evolveum. All Rights Reserved.