toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
database
/
ru.sydis.database.interfaces
/
JsonTypeRepository
Json
Type
Repository
interface
JsonTypeRepository
Inheritors
JsonTypeRepositoryMariaDb
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
jsonType
:
ProtoDpTypeStruct
)
:
Long
delete
Link copied to clipboard
abstract
fun
delete
(
jsonType
:
ProtoDpTypeStructOrBuilder
)
:
Int
exists
Link copied to clipboard
abstract
fun
exists
(
name
:
ProtoDpTypeStruct.Builder
)
:
Long
get
Link copied to clipboard
abstract
fun
get
(
name
:
String
)
:
ProtoDpTypeStruct
?
get
All
Link copied to clipboard
abstract
fun
getAll
(
systemId
:
Long
)
:
List
<
ProtoNodeBrowse
>
get
By
Id
Link copied to clipboard
abstract
fun
getById
(
id
:
Long
)
:
ProtoDpTypeStruct
?
update
Link copied to clipboard
abstract
fun
update
(
jsonType
:
ProtoDpTypeStructOrBuilder
)
:
Int