@ExtensionField(beanName = "syncSelfAllowedFieldBean")
@ExtensionField(beanName = "syncOthersAllowedFieldBean")
A target where users can configure how the sync should behave.
Inheritors
Properties
Link copied to clipboard
The description of this entity.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ConvertWith(converter = LazyLoadingContextConverter::class)
Link copied to clipboard
Version used for optimistic locking
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "CAN_SYNC_OTHERS", direction = Direction.INCOMING)
@FilterProperty
The users which allow to sync the data of other users to this target.
Link copied to clipboard
@NodeRelationship(type = "CAN_SYNC_SELF", direction = Direction.INCOMING)
@FilterProperty
The users which allow to sync their data to this target.
Functions
Link copied to clipboard
internal suspend fun getFromGraphQL(@Autowired nodeQueryParser: NodeQueryParser, dataFetchingEnvironment: DataFetchingEnvironment): Any?
Link copied to clipboard
Link copied to clipboard
internal suspend fun <T : Node?> loadNodesOfRelationship(property: KProperty1<*, *>, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit?)
Link copied to clipboard
Link copied to clipboard
protected fun <T : Node> NodeSetProperty(): PropertyDelegateProvider<Node, NodeSetPropertyDelegate<T>>
Link copied to clipboard