Class GraphQLOperationAccessContext

java.lang.Object
io.jmix.core.accesscontext.GraphQLOperationAccessContext
All Implemented Interfaces:
AccessContext

@Deprecated(forRemoval=true) public class GraphQLOperationAccessContext extends Object implements AccessContext
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.jmix.core.accesscontext.AccessContext

    explainConstraints
  • Field Details

    • permitted

      protected boolean permitted
      Deprecated, for removal: This API element is subject to removal in a future version.
    • operationName

      protected final String operationName
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GraphQLOperationAccessContext

      public GraphQLOperationAccessContext(String operationName)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isPermitted

      public boolean isPermitted()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDenied

      public void setDenied()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOperationName

      public String getOperationName()
      Deprecated, for removal: This API element is subject to removal in a future version.