Skip to content

Commit

Permalink
Automated update: Mon Feb 26 19:17:24 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
isi-isrd-dev committed Feb 26, 2024
1 parent 0c235d1 commit 140e1e6
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 69 deletions.
24 changes: 24 additions & 0 deletions docs/_sources/ermrestjs/dev-docs/api.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ to use for ERMrest JavaScript agents.
* [.ignore](#ERMrest.ForeignKeyRef+ignore) : <code>boolean</code>
* [.annotations](#ERMrest.ForeignKeyRef+annotations) : [<code>Annotations</code>](#ERMrest.Annotations)
* ~~[.comment](#ERMrest.ForeignKeyRef+comment) : <code>Object</code>~~
* [.onDeleteCascade](#ERMrest.ForeignKeyRef+onDeleteCascade) : <code>boolean</code>
* [.compressedDataSource](#ERMrest.ForeignKeyRef+compressedDataSource)
* [.name](#ERMrest.ForeignKeyRef+name) : <code>string</code>
* [.simple](#ERMrest.ForeignKeyRef+simple) : <code>Boolean</code>
Expand Down Expand Up @@ -432,6 +433,7 @@ to use for ERMrest JavaScript agents.
* [.defaultExportTemplate](#ERMrest.Reference+defaultExportTemplate) : <code>string</code>
* [.citation](#ERMrest.Reference+citation) : <code>ERMrest.Citation</code>
* [.googleDatasetMetadata](#ERMrest.Reference+googleDatasetMetadata) : <code>ERMrest.GoogleDatasetMetadata</code>
* [.cascadingDeletedItems](#ERMrest.Reference+cascadingDeletedItems) : <code>Array.&lt;Object&gt;</code>
* [.generateFacetColumns()](#ERMrest.Reference+generateFacetColumns)
* [.validateFacetsFilters(facetAndFilters, facetObjectWrappers, searchTerm, skipMappingEntityChoices, changeLocation)](#ERMrest.Reference+validateFacetsFilters)
* [.removeAllFacetFilters(sameFilter, sameCustomFacet, sameFacet)](#ERMrest.Reference+removeAllFacetFilters) ⇒ <code>ERMrest.reference</code>
Expand Down Expand Up @@ -766,6 +768,7 @@ to use for ERMrest JavaScript agents.
* [.defaultExportTemplate](#ERMrest.Reference+defaultExportTemplate) : <code>string</code>
* [.citation](#ERMrest.Reference+citation) : <code>ERMrest.Citation</code>
* [.googleDatasetMetadata](#ERMrest.Reference+googleDatasetMetadata) : <code>ERMrest.GoogleDatasetMetadata</code>
* [.cascadingDeletedItems](#ERMrest.Reference+cascadingDeletedItems) : <code>Array.&lt;Object&gt;</code>
* [.generateFacetColumns()](#ERMrest.Reference+generateFacetColumns)
* [.validateFacetsFilters(facetAndFilters, facetObjectWrappers, searchTerm, skipMappingEntityChoices, changeLocation)](#ERMrest.Reference+validateFacetsFilters)
* [.removeAllFacetFilters(sameFilter, sameCustomFacet, sameFacet)](#ERMrest.Reference+removeAllFacetFilters) ⇒ <code>ERMrest.reference</code>
Expand Down Expand Up @@ -2557,6 +2560,7 @@ get the foreign key of the given column set
* [.ignore](#ERMrest.ForeignKeyRef+ignore) : <code>boolean</code>
* [.annotations](#ERMrest.ForeignKeyRef+annotations) : [<code>Annotations</code>](#ERMrest.Annotations)
* ~~[.comment](#ERMrest.ForeignKeyRef+comment) : <code>Object</code>~~
* [.onDeleteCascade](#ERMrest.ForeignKeyRef+onDeleteCascade) : <code>boolean</code>
* [.compressedDataSource](#ERMrest.ForeignKeyRef+compressedDataSource)
* [.name](#ERMrest.ForeignKeyRef+name) : <code>string</code>
* [.simple](#ERMrest.ForeignKeyRef+simple) : <code>Boolean</code>
Expand Down Expand Up @@ -2627,6 +2631,12 @@ The constraint names for this foreign key

Documentation for this foreign key reference

**Kind**: instance property of [<code>ForeignKeyRef</code>](#ERMrest.ForeignKeyRef)
<a name="ERMrest.ForeignKeyRef+onDeleteCascade"></a>

#### foreignKeyRef.onDeleteCascade : <code>boolean</code>
whether the "on delete cascade" is set for this foreign key.

**Kind**: instance property of [<code>ForeignKeyRef</code>](#ERMrest.ForeignKeyRef)
<a name="ERMrest.ForeignKeyRef+compressedDataSource"></a>

Expand Down Expand Up @@ -3181,6 +3191,7 @@ Constructor for a ParsedFilter.
* [.defaultExportTemplate](#ERMrest.Reference+defaultExportTemplate) : <code>string</code>
* [.citation](#ERMrest.Reference+citation) : <code>ERMrest.Citation</code>
* [.googleDatasetMetadata](#ERMrest.Reference+googleDatasetMetadata) : <code>ERMrest.GoogleDatasetMetadata</code>
* [.cascadingDeletedItems](#ERMrest.Reference+cascadingDeletedItems) : <code>Array.&lt;Object&gt;</code>
* [.generateFacetColumns()](#ERMrest.Reference+generateFacetColumns)
* [.validateFacetsFilters(facetAndFilters, facetObjectWrappers, searchTerm, skipMappingEntityChoices, changeLocation)](#ERMrest.Reference+validateFacetsFilters)
* [.removeAllFacetFilters(sameFilter, sameCustomFacet, sameFacet)](#ERMrest.Reference+removeAllFacetFilters) ⇒ <code>ERMrest.reference</code>
Expand Down Expand Up @@ -3565,6 +3576,12 @@ In the future we might also want to generate citation based on page and not nece
If annotation is defined and has the required attributes, will return
a Metadata object

**Kind**: instance property of [<code>Reference</code>](#ERMrest.Reference)
<a name="ERMrest.Reference+cascadingDeletedItems"></a>

#### reference.cascadingDeletedItems : <code>Array.&lt;Object&gt;</code>
The related reference or tables that might be deleted as a result of deleting the current table.

**Kind**: instance property of [<code>Reference</code>](#ERMrest.Reference)
<a name="ERMrest.Reference+generateFacetColumns"></a>

Expand Down Expand Up @@ -7032,6 +7049,7 @@ get PathColumn object by column name
* [.defaultExportTemplate](#ERMrest.Reference+defaultExportTemplate) : <code>string</code>
* [.citation](#ERMrest.Reference+citation) : <code>ERMrest.Citation</code>
* [.googleDatasetMetadata](#ERMrest.Reference+googleDatasetMetadata) : <code>ERMrest.GoogleDatasetMetadata</code>
* [.cascadingDeletedItems](#ERMrest.Reference+cascadingDeletedItems) : <code>Array.&lt;Object&gt;</code>
* [.generateFacetColumns()](#ERMrest.Reference+generateFacetColumns)
* [.validateFacetsFilters(facetAndFilters, facetObjectWrappers, searchTerm, skipMappingEntityChoices, changeLocation)](#ERMrest.Reference+validateFacetsFilters)
* [.removeAllFacetFilters(sameFilter, sameCustomFacet, sameFacet)](#ERMrest.Reference+removeAllFacetFilters) ⇒ <code>ERMrest.reference</code>
Expand Down Expand Up @@ -7416,6 +7434,12 @@ In the future we might also want to generate citation based on page and not nece
If annotation is defined and has the required attributes, will return
a Metadata object

**Kind**: instance property of [<code>Reference</code>](#ERMrest.Reference)
<a name="ERMrest.Reference+cascadingDeletedItems"></a>

#### reference.cascadingDeletedItems : <code>Array.&lt;Object&gt;</code>
The related reference or tables that might be deleted as a result of deleting the current table.

**Kind**: instance property of [<code>Reference</code>](#ERMrest.Reference)
<a name="ERMrest.Reference+generateFacetColumns"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this

<dl class="attribute">
<dt id="deriva.utils.catalog.components.deriva_model.DerivaModel.contexts">
<code class="descname">contexts</code><em class="property"> = {&lt;DerivaContext.detailed: 'detailed'&gt;, &lt;DerivaContext.entry: 'entry'&gt;, &lt;DerivaContext.row_name_compact: 'row_name/compact'&gt;, &lt;DerivaContext.star: '*'&gt;, &lt;DerivaContext.row_name: 'row_name'&gt;, &lt;DerivaContext.compact: 'compact'&gt;, &lt;DerivaContext.compact_select: 'compact/select'&gt;, &lt;DerivaContext.row_name_title: 'row_name/title'&gt;, &lt;DerivaContext.row_name_detailed: 'row_name/detailed'&gt;, &lt;DerivaContext.filter: 'filter'&gt;, &lt;DerivaContext.entry_edit: 'entry/edit'&gt;, &lt;DerivaContext.entry_create: 'entry/create'&gt;, &lt;DerivaContext.compact_brief: 'compact/brief'&gt;}</em><a class="headerlink" href="#deriva.utils.catalog.components.deriva_model.DerivaModel.contexts" title="Permalink to this definition"></a></dt>
<code class="descname">contexts</code><em class="property"> = {&lt;DerivaContext.compact_select: 'compact/select'&gt;, &lt;DerivaContext.entry_create: 'entry/create'&gt;, &lt;DerivaContext.entry: 'entry'&gt;, &lt;DerivaContext.star: '*'&gt;, &lt;DerivaContext.compact_brief: 'compact/brief'&gt;, &lt;DerivaContext.detailed: 'detailed'&gt;, &lt;DerivaContext.row_name_title: 'row_name/title'&gt;, &lt;DerivaContext.row_name: 'row_name'&gt;, &lt;DerivaContext.entry_edit: 'entry/edit'&gt;, &lt;DerivaContext.compact: 'compact'&gt;, &lt;DerivaContext.row_name_compact: 'row_name/compact'&gt;, &lt;DerivaContext.filter: 'filter'&gt;, &lt;DerivaContext.row_name_detailed: 'row_name/detailed'&gt;}</em><a class="headerlink" href="#deriva.utils.catalog.components.deriva_model.DerivaModel.contexts" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
Expand Down
40 changes: 20 additions & 20 deletions docs/deriva-py/get-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"metadata": {
"collapsed": true,
"execution": {
"iopub.execute_input": "2024-02-23T01:46:44.674536Z",
"iopub.status.busy": "2024-02-23T01:46:44.671927Z",
"iopub.status.idle": "2024-02-23T01:46:44.917410Z",
"shell.execute_reply": "2024-02-23T01:46:44.917827Z"
"iopub.execute_input": "2024-02-26T19:16:23.910644Z",
"iopub.status.busy": "2024-02-26T19:16:23.908995Z",
"iopub.status.idle": "2024-02-26T19:16:24.151492Z",
"shell.execute_reply": "2024-02-26T19:16:24.151944Z"
}
},
"outputs": [
Expand Down Expand Up @@ -46,10 +46,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-02-23T01:46:44.921529Z",
"iopub.status.busy": "2024-02-23T01:46:44.921012Z",
"iopub.status.idle": "2024-02-23T01:46:44.923553Z",
"shell.execute_reply": "2024-02-23T01:46:44.923137Z"
"iopub.execute_input": "2024-02-26T19:16:24.155696Z",
"iopub.status.busy": "2024-02-26T19:16:24.154942Z",
"iopub.status.idle": "2024-02-26T19:16:24.157612Z",
"shell.execute_reply": "2024-02-26T19:16:24.157075Z"
}
},
"outputs": [],
Expand All @@ -72,10 +72,10 @@
"metadata": {
"collapsed": true,
"execution": {
"iopub.execute_input": "2024-02-23T01:46:44.926885Z",
"iopub.status.busy": "2024-02-23T01:46:44.926339Z",
"iopub.status.idle": "2024-02-23T01:46:44.928908Z",
"shell.execute_reply": "2024-02-23T01:46:44.928452Z"
"iopub.execute_input": "2024-02-26T19:16:24.160543Z",
"iopub.status.busy": "2024-02-26T19:16:24.160035Z",
"iopub.status.idle": "2024-02-26T19:16:24.162913Z",
"shell.execute_reply": "2024-02-26T19:16:24.162482Z"
}
},
"outputs": [],
Expand All @@ -96,10 +96,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2024-02-23T01:46:44.933616Z",
"iopub.status.busy": "2024-02-23T01:46:44.932540Z",
"iopub.status.idle": "2024-02-23T01:46:45.012349Z",
"shell.execute_reply": "2024-02-23T01:46:45.012814Z"
"iopub.execute_input": "2024-02-26T19:16:24.167662Z",
"iopub.status.busy": "2024-02-26T19:16:24.166588Z",
"iopub.status.idle": "2024-02-26T19:16:24.247951Z",
"shell.execute_reply": "2024-02-26T19:16:24.247401Z"
}
},
"outputs": [
Expand Down Expand Up @@ -135,10 +135,10 @@
"execution_count": 5,
"metadata": {
"execution": {
"iopub.execute_input": "2024-02-23T01:46:45.016923Z",
"iopub.status.busy": "2024-02-23T01:46:45.015422Z",
"iopub.status.idle": "2024-02-23T01:46:45.021404Z",
"shell.execute_reply": "2024-02-23T01:46:45.020830Z"
"iopub.execute_input": "2024-02-26T19:16:24.251226Z",
"iopub.status.busy": "2024-02-26T19:16:24.250689Z",
"iopub.status.idle": "2024-02-26T19:16:24.256248Z",
"shell.execute_reply": "2024-02-26T19:16:24.256747Z"
}
},
"outputs": [
Expand Down
Loading

0 comments on commit 140e1e6

Please sign in to comment.