Class RoleAnalysisCandidateTileModel<T extends Serializable>

java.lang.Object
com.evolveum.midpoint.gui.impl.component.tile.Tile<T>
com.evolveum.midpoint.gui.impl.component.tile.mining.candidate.RoleAnalysisCandidateTileModel<T>
All Implemented Interfaces:
Serializable, Comparable<Tile>

public class RoleAnalysisCandidateTileModel<T extends Serializable> extends Tile<T>
See Also:
  • Constructor Details

    • RoleAnalysisCandidateTileModel

      public RoleAnalysisCandidateTileModel(String icon, String title)
    • RoleAnalysisCandidateTileModel

      public RoleAnalysisCandidateTileModel(@NotNull @NotNull RoleType role, @NotNull @NotNull PageBase pageBase, @NotNull @NotNull String processMode, @NotNull @NotNull String clusterOid, @NotNull @NotNull RoleAnalysisCandidateRoleType candidateRole)
  • Method Details

    • resolveDateAndTime

      @NotNull public @NotNull String resolveDateAndTime(@NotNull @NotNull RoleType role)
    • getIcon

      public String getIcon()
      Overrides:
      getIcon in class Tile<T extends Serializable>
    • getName

      public String getName()
    • getCreateDate

      public String getCreateDate()
    • getInducementsCount

      public String getInducementsCount()
    • getMembersCount

      public String getMembersCount()
    • getProcessMode

      public String getProcessMode()
    • getPageBase

      public PageBase getPageBase()
    • getStatus

      public String getStatus()
    • getRole

      public RoleType getRole()
    • getClusterOid

      public String getClusterOid()
    • getId

      public Long getId()
    • getCandidateRole

      public RoleAnalysisCandidateRoleType getCandidateRole()