Record Class RightAssignmentContext.ContextInfo

java.lang.Object
java.lang.Record
org.ametys.core.right.RightAssignmentContext.ContextInfo
Record Components:
rightAssignmentContextId - the right assignment context id
rightAssignmentContextLabel - the right assignment context label
contextId - the context id
contextLabel - the context label
isRootContext - if the context is a root context
Enclosing interface:
RightAssignmentContext

public static record RightAssignmentContext.ContextInfo(String rightAssignmentContextId, I18nizableText rightAssignmentContextLabel, String contextId, I18nizableText contextLabel, boolean isRootContext) extends Record
Record describing a context and its associated right assignment context