Class UiPermissionDescriptor

java.lang.Object
io.jmix.ui.security.UiPermissionDescriptor

public class UiPermissionDescriptor extends Object
Stores id of subcomponent and UI permission value which will be applied to this subcomponent or ids of subcomponent and its action and UI permission value which will be applied to subcomponent's action.
  • Constructor Details

  • Method Details

    • getPermissionValue

      public UiPermissionValue getPermissionValue()
    • getScreenId

      public String getScreenId()
    • getSubComponentId

      @Nullable public String getSubComponentId()
    • getActionHolderComponentId

      @Nullable public String getActionHolderComponentId()
    • getActionId

      @Nullable public String getActionId()