mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-4595: changed all ocurences of IGNode to FilePlanComponent in
ig-core.yaml file
This commit is contained in:
@@ -36,7 +36,7 @@ paths:
|
|||||||
operationId: getFileplanComponent
|
operationId: getFileplanComponent
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/fileplanComponentIdWithAliasParam'
|
- $ref: '#/parameters/fileplanComponentIdWithAliasParam'
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/relativePathParam'
|
- $ref: '#/parameters/relativePathParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
produces:
|
produces:
|
||||||
@@ -45,7 +45,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeEntry'
|
$ref: '#/definitions/FilePlanComponentEntry'
|
||||||
'400':
|
'400':
|
||||||
description: |
|
description: |
|
||||||
Invalid parameter: **fileplanComponentId** is not a valid format
|
Invalid parameter: **fileplanComponentId** is not a valid format
|
||||||
@@ -86,21 +86,21 @@ paths:
|
|||||||
operationId: updateFileplanComponent
|
operationId: updateFileplanComponent
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/fileplanComponentIdWithAliasParam'
|
- $ref: '#/parameters/fileplanComponentIdWithAliasParam'
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
- in: body
|
- in: body
|
||||||
name: nodeBodyUpdate
|
name: nodeBodyUpdate
|
||||||
description: The node information to update.
|
description: The node information to update.
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeBodyUpdate'
|
$ref: '#/definitions/FilePlanComponentBodyUpdate'
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeEntry'
|
$ref: '#/definitions/FilePlanComponentEntry'
|
||||||
'400':
|
'400':
|
||||||
description: |
|
description: |
|
||||||
Invalid parameter: the update request is invalid or **fileplanComponentId** is not a valid format or **nodeBody** is invalid
|
Invalid parameter: the update request is invalid or **fileplanComponentId** is not a valid format or **nodeBody** is invalid
|
||||||
@@ -175,7 +175,7 @@ paths:
|
|||||||
- $ref: '#/parameters/maxItemsParam'
|
- $ref: '#/parameters/maxItemsParam'
|
||||||
- $ref: '#/parameters/orderByParam'
|
- $ref: '#/parameters/orderByParam'
|
||||||
- $ref: '#/parameters/whereParam'
|
- $ref: '#/parameters/whereParam'
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/relativePathParam'
|
- $ref: '#/parameters/relativePathParam'
|
||||||
- $ref: '#/parameters/includeSourceParam'
|
- $ref: '#/parameters/includeSourceParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
@@ -183,7 +183,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeAssociationPaging'
|
$ref: '#/definitions/FilePlanComponentAssociationPaging'
|
||||||
'401':
|
'401':
|
||||||
description: If authentication fails
|
description: If authentication fails
|
||||||
'403':
|
'403':
|
||||||
@@ -375,7 +375,7 @@ paths:
|
|||||||
description: If true, then a name clash will cause an attempt to auto rename by finding a unique name using an integer suffix.
|
description: If true, then a name clash will cause an attempt to auto rename by finding a unique name using an integer suffix.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
- in: body
|
- in: body
|
||||||
name: nodeBodyCreate
|
name: nodeBodyCreate
|
||||||
@@ -395,7 +395,7 @@ paths:
|
|||||||
'201':
|
'201':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeEntry'
|
$ref: '#/definitions/FilePlanComponentEntry'
|
||||||
'400':
|
'400':
|
||||||
description: |
|
description: |
|
||||||
Invalid parameter: **fileplanComponentId** is not a valid format or **nodeBodyCreate** is invalid
|
Invalid parameter: **fileplanComponentId** is not a valid format or **nodeBodyCreate** is invalid
|
||||||
@@ -617,7 +617,7 @@ paths:
|
|||||||
operationId: fileRecord
|
operationId: fileRecord
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/recordIdParam'
|
- $ref: '#/parameters/recordIdParam'
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
- in: body
|
- in: body
|
||||||
name: nodeBodyFile
|
name: nodeBodyFile
|
||||||
@@ -633,7 +633,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeEntry'
|
$ref: '#/definitions/FilePlanComponentEntry'
|
||||||
'400':
|
'400':
|
||||||
description: |
|
description: |
|
||||||
Invalid parameter: **recordIdParam** or **targetParentId** is not a valid format,
|
Invalid parameter: **recordIdParam** or **targetParentId** is not a valid format,
|
||||||
@@ -670,7 +670,7 @@ paths:
|
|||||||
description: Flag to indicate whether the record should be hidden from the current parent folder.
|
description: Flag to indicate whether the record should be hidden from the current parent folder.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- $ref: '#/parameters/IGNodeEntryIncludeParam'
|
- $ref: '#/parameters/FilePlanComponentEntryIncludeParam'
|
||||||
- $ref: '#/parameters/fieldsParam'
|
- $ref: '#/parameters/fieldsParam'
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
@@ -680,7 +680,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/IGNodeEntry'
|
$ref: '#/definitions/FilePlanComponentEntry'
|
||||||
'400':
|
'400':
|
||||||
description: |
|
description: |
|
||||||
Invalid parameter: **fileId** is not a valid format
|
Invalid parameter: **fileId** is not a valid format
|
||||||
@@ -742,7 +742,7 @@ parameters:
|
|||||||
information is returned on the node resolved by this path.
|
information is returned on the node resolved by this path.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
IGNodeEntryIncludeParam:
|
FilePlanComponentEntryIncludeParam:
|
||||||
name: include
|
name: include
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
@@ -854,14 +854,14 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
definitions:
|
definitions:
|
||||||
IGNodeEntry:
|
FilePlanComponentEntry:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- entry
|
- entry
|
||||||
properties:
|
properties:
|
||||||
entry:
|
entry:
|
||||||
$ref: '#/definitions/IGNode'
|
$ref: '#/definitions/FilePlanComponent'
|
||||||
IGNode:
|
FilePlanComponent:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
@@ -932,7 +932,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
path:
|
path:
|
||||||
$ref: '#/definitions/PathInfo'
|
$ref: '#/definitions/PathInfo'
|
||||||
IGNodeAssociationPaging:
|
FilePlanComponentAssociationPaging:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
list:
|
list:
|
||||||
@@ -943,24 +943,24 @@ definitions:
|
|||||||
entries:
|
entries:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/IGNodeChildAssociationEntry'
|
$ref: '#/definitions/FilePlanComponentChildAssociationEntry'
|
||||||
source:
|
source:
|
||||||
$ref: '#/definitions/IGNode'
|
$ref: '#/definitions/FilePlanComponent'
|
||||||
IGNodeChildAssociationEntry:
|
FilePlanComponentChildAssociationEntry:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- entry
|
- entry
|
||||||
properties:
|
properties:
|
||||||
entry:
|
entry:
|
||||||
$ref: '#/definitions/IGNodeChildAssociation'
|
$ref: '#/definitions/FilePlanComponentChildAssociation'
|
||||||
IGNodeChildAssociation:
|
FilePlanComponentChildAssociation:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/IGNode'
|
- $ref: '#/definitions/FilePlanComponent'
|
||||||
- type: object
|
- type: object
|
||||||
properties:
|
properties:
|
||||||
association:
|
association:
|
||||||
$ref: '#/definitions/ChildAssociationInfo'
|
$ref: '#/definitions/ChildAssociationInfo'
|
||||||
IGNodeBodyUpdate:
|
FilePlanComponentBodyUpdate:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
|
Reference in New Issue
Block a user