| Package | Description |
|---|---|
| com.daikit.graphql.meta.attribute |
| Modifier and Type | Method and Description |
|---|---|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setMandatory(boolean mandatory)
Set whether this attribute can be null.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setMandatoryForCreate(boolean mandatoryForCreate)
Set whether this attribute must be provided during parent entity
creation.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setMandatoryForUpdate(boolean mandatoryForUpdate)
Set whether this attribute must be provided during parent entity update.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setNullable(boolean nullable)
Set whether this attribute can be null.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setNullableForCreate(boolean nullableForCreate)
Set whether this attribute can be null at parent entity creation time.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setNullableForUpdate(boolean nullableForUpdate)
Set whether this attribute can be null at parent entity creation time.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setReadable(boolean readable)
Set whether this attribute will be available in schema queries for
retrieving this attribute parent entity.
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setRole(Object role)
Set the role this attribute rights is configured for
|
GQLAttributeRightsMetaData |
GQLAttributeRightsMetaData.setSaveable(boolean saveable)
Set whether this attribute will be available in schema mutations for
saving this attribute parent entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<GQLAttributeRightsMetaData> |
GQLAbstractAttributeMetaData.getRights() |
| Modifier and Type | Method and Description |
|---|---|
GQLAbstractAttributeMetaData |
GQLAbstractAttributeMetaData.addRights(GQLAttributeRightsMetaData... rightsArray)
Add given rights
|
| Modifier and Type | Method and Description |
|---|---|
void |
GQLAbstractAttributeMetaData.setRights(List<GQLAttributeRightsMetaData> rights) |
Copyright © 2019–2020. All rights reserved.