Package io.jmix.core.accesscontext
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 SummaryFieldsModifier and TypeFieldDescriptionprotected final StringDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionGraphQLOperationAccessContext(String operationName) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.core.accesscontext.AccessContextexplainConstraints
- 
Field Details- 
permittedprotected boolean permittedDeprecated, for removal: This API element is subject to removal in a future version.
- 
operationNameDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
GraphQLOperationAccessContextDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
isPermittedpublic boolean isPermitted()Deprecated, for removal: This API element is subject to removal in a future version.
- 
setDeniedpublic void setDenied()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getOperationNameDeprecated, for removal: This API element is subject to removal in a future version.
 
-