Class ObjectCollectionViewUtil

java.lang.Object
com.evolveum.midpoint.gui.impl.util.ObjectCollectionViewUtil

public class ObjectCollectionViewUtil extends Object
  • Constructor Details

    • ObjectCollectionViewUtil

      public ObjectCollectionViewUtil()
  • Method Details

    • getArchetypeReferencesList

      @NotNull public static @NotNull List<ObjectReferenceType> getArchetypeReferencesList(CompiledObjectCollectionView collectionView)
    • businessRoleArchetypeViewExists

      public static boolean businessRoleArchetypeViewExists(ModelServiceLocator modelServiceLocator)
      Returns true in case there is at least one collection view in the system which has an assignment to Business Role archetype (or any of its sub-archetypes). This condition should be satisfied e.g. for creating a new role candidate (while role mining).
      Parameters:
      modelServiceLocator -
      Returns:
    • isBusinessRole

      public static boolean isBusinessRole(CompiledObjectCollectionView view, ModelServiceLocator modelServiceLocator)