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 Summary
Modifier and TypeFieldDescriptionprotected 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
ConstructorDescriptionGraphQLOperationAccessContext
(String operationName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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 permittedDeprecated, for removal: This API element is subject to removal in a future version. -
operationName
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
GraphQLOperationAccessContext
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
Deprecated, for removal: This API element is subject to removal in a future version.
-