gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.Node.Update

Description

 

Documentation

type API = Summary " Update node according to NodeType params" :> AsyncJobs JobLog '[JSON] UpdateNodeParams JobLog #

data UpdateNodeParams #

Instances

Instances details
Arbitrary UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

FromJSON UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

ToJSON UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

Generic UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

Associated Types

type Rep UpdateNodeParams :: Type -> Type #

ToSchema UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep UpdateNodeParams # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep UpdateNodeParams = D1 ('MetaData "UpdateNodeParams" "Gargantext.API.Node.Update" "gargantext-0.0.7.1.5.3-inplace" 'False) ((C1 ('MetaCons "UpdateNodeParamsList" 'PrefixI 'True) (S1 ('MetaSel ('Just "methodList") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Method)) :+: (C1 ('MetaCons "UpdateNodeParamsGraph" 'PrefixI 'True) ((S1 ('MetaSel ('Just "methodGraphMetric") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 GraphMetric) :*: (S1 ('MetaSel ('Just "methodGraphClustering") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 PartitionMethod) :*: S1 ('MetaSel ('Just "methodGraphBridgeness") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 BridgenessMethod))) :*: (S1 ('MetaSel ('Just "methodGraphEdgesStrength") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Strength) :*: (S1 ('MetaSel ('Just "methodGraphNodeType1") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 NgramsType) :*: S1 ('MetaSel ('Just "methodGraphNodeType2") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 NgramsType)))) :+: C1 ('MetaCons "UpdateNodeParamsTexts" 'PrefixI 'True) (S1 ('MetaSel ('Just "methodTexts") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Granularity)))) :+: (C1 ('MetaCons "UpdateNodeParamsBoard" 'PrefixI 'True) (S1 ('MetaSel ('Just "methodBoard") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Charts)) :+: (C1 ('MetaCons "LinkNodeReq" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodeType") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 NodeType) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 NodeId)) :+: C1 ('MetaCons "UpdateNodePhylo" 'PrefixI 'True) (S1 ('MetaSel ('Just "config") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 PhyloSubConfigAPI)))))

data Method #

Constructors

Basic 
Advanced 
WithModel 

Instances

Instances details
Arbitrary Method # 
Instance details

Defined in Gargantext.API.Node.Update

FromJSON Method # 
Instance details

Defined in Gargantext.API.Node.Update

ToJSON Method # 
Instance details

Defined in Gargantext.API.Node.Update

Bounded Method # 
Instance details

Defined in Gargantext.API.Node.Update

Enum Method # 
Instance details

Defined in Gargantext.API.Node.Update

Generic Method # 
Instance details

Defined in Gargantext.API.Node.Update

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Eq Method # 
Instance details

Defined in Gargantext.API.Node.Update

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Ord Method # 
Instance details

Defined in Gargantext.API.Node.Update

ToSchema Method # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Method # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Method = D1 ('MetaData "Method" "Gargantext.API.Node.Update" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "Basic" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Advanced" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "WithModel" 'PrefixI 'False) (U1 :: Type -> Type)))

data Granularity #

Constructors

NewNgrams 
NewTexts 
Both 

Instances

Instances details
Arbitrary Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

FromJSON Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

ToJSON Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

Bounded Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

Enum Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

Generic Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

Associated Types

type Rep Granularity :: Type -> Type #

Eq Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

Ord Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

ToSchema Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Granularity # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Granularity = D1 ('MetaData "Granularity" "Gargantext.API.Node.Update" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "NewNgrams" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "NewTexts" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Both" 'PrefixI 'False) (U1 :: Type -> Type)))

data Charts #

Constructors

Sources 
Authors 
Institutes 
Ngrams 
All 

Instances

Instances details
Arbitrary Charts # 
Instance details

Defined in Gargantext.API.Node.Update

FromJSON Charts # 
Instance details

Defined in Gargantext.API.Node.Update

ToJSON Charts # 
Instance details

Defined in Gargantext.API.Node.Update

Bounded Charts # 
Instance details

Defined in Gargantext.API.Node.Update

Enum Charts # 
Instance details

Defined in Gargantext.API.Node.Update

Generic Charts # 
Instance details

Defined in Gargantext.API.Node.Update

Associated Types

type Rep Charts :: Type -> Type #

Methods

from :: Charts -> Rep Charts x #

to :: Rep Charts x -> Charts #

Eq Charts # 
Instance details

Defined in Gargantext.API.Node.Update

Methods

(==) :: Charts -> Charts -> Bool #

(/=) :: Charts -> Charts -> Bool #

Ord Charts # 
Instance details

Defined in Gargantext.API.Node.Update

ToSchema Charts # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Charts # 
Instance details

Defined in Gargantext.API.Node.Update

type Rep Charts = D1 ('MetaData "Charts" "Gargantext.API.Node.Update" "gargantext-0.0.7.1.5.3-inplace" 'False) ((C1 ('MetaCons "Sources" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Authors" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Institutes" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Ngrams" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "All" 'PrefixI 'False) (U1 :: Type -> Type))))

updateDocs :: HasNodeStory env err m => NodeId -> m () #