Class ObjectCollectionViewUtil
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.util.ObjectCollectionViewUtil
-
public class ObjectCollectionViewUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectCollectionViewUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ObjectReferenceType>
getArchetypeReferencesList(CompiledObjectCollectionView collectionView)
static boolean
isArchetypedCollectionView(CompiledObjectCollectionView view)
-
-
-
Method Detail
-
getArchetypeReferencesList
public static List<ObjectReferenceType> getArchetypeReferencesList(CompiledObjectCollectionView collectionView)
-
isArchetypedCollectionView
public static boolean isArchetypedCollectionView(CompiledObjectCollectionView view)
-
-