Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
239d3482
Commit
239d3482
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
added definitions for externalDms
parent
e164ac44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pybis/src/python/pybis/definitions.py
+9
-0
9 additions, 0 deletions
pybis/src/python/pybis/definitions.py
with
9 additions
and
0 deletions
pybis/src/python/pybis/definitions.py
+
9
−
0
View file @
239d3482
...
@@ -37,6 +37,14 @@ def openbis_definitions(entity):
...
@@ -37,6 +37,14 @@ def openbis_definitions(entity):
"
create
"
:
{
"
@type
"
:
"
as.dto.experiment.create.ExperimentCreation
"
},
"
create
"
:
{
"
@type
"
:
"
as.dto.experiment.create.ExperimentCreation
"
},
"
update
"
:
{
"
@type
"
:
"
as.dto.experiment.update.ExperimentUpdate
"
},
"
update
"
:
{
"
@type
"
:
"
as.dto.experiment.update.ExperimentUpdate
"
},
},
},
"
externalDms
"
:
{
"
attrs_new
"
:
"
code label address addressType creationId
"
.
split
(),
"
attrs_up
"
:
"
label address
"
.
split
(),
"
attrs
"
:
"
code permId label address addressType urlTemplate
"
.
split
(),
"
identifier
"
:
"
externalDmsId
"
,
"
create
"
:
{
"
@type
"
:
"
as.dto.externaldms.create.ExternalDmsCreation
"
},
"
update
"
:
{
"
@type
"
:
"
as.dto.externaldms.update.ExternalDmsUpdate
"
},
},
"
sample
"
:
{
"
sample
"
:
{
"
attrs_new
"
:
"
code type project parents children container components space experiment tags attachments
"
.
split
(),
"
attrs_new
"
:
"
code type project parents children container components space experiment tags attachments
"
.
split
(),
"
attrs_up
"
:
"
project parents children container components space experiment tags attachments freeze freezeForComponents freezeForChildren freezeForParents freezeForDataSets
"
.
split
(),
"
attrs_up
"
:
"
project parents children container components space experiment tags attachments freeze freezeForComponents freezeForChildren freezeForParents freezeForDataSets
"
.
split
(),
...
@@ -453,6 +461,7 @@ fetch_option = {
...
@@ -453,6 +461,7 @@ fetch_option = {
"
vocabularyTerm
"
:
{
"
@type
"
:
"
as.dto.vocabulary.fetchoptions.VocabularyTermFetchOptions
"
},
"
vocabularyTerm
"
:
{
"
@type
"
:
"
as.dto.vocabulary.fetchoptions.VocabularyTermFetchOptions
"
},
"
deletedObjects
"
:
{
"
@type
"
:
"
as.dto.deletion.fetchoptions.DeletedObjectFetchOptions
"
},
"
deletedObjects
"
:
{
"
@type
"
:
"
as.dto.deletion.fetchoptions.DeletedObjectFetchOptions
"
},
"
deletion
"
:
{
"
@type
"
:
"
as.dto.deletion.fetchoptions.DeletionFetchOptions
"
},
"
deletion
"
:
{
"
@type
"
:
"
as.dto.deletion.fetchoptions.DeletionFetchOptions
"
},
"
externalDms
"
:
{
"
@type
"
:
"
as.dto.externaldms.fetchoptions.ExternalDmsFetchOptions
"
},
}
}
def
get_fetchoption_for_entity
(
entity
):
def
get_fetchoption_for_entity
(
entity
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment