HOPEX - SDL Schema - Risk
GET {{server_url}}/HOPEXGraphQL/api/Risk/sdl
This endpoint allows you to download a file of the GraphQL schema publishedL. This SDL can be used in developers tool to ease the writing of GraphQL queries, for instance in Qodex.
RESPONSES
status: OK
"directive @camelCase on FIELD\r\n\r\ndirective @capitalize on FIELD\r\n\r\ndirective @currency(\r\n format: String\r\n currency: String\r\n) on FIELD\r\n\r\ndirective @date(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @deburr on FIELD\r\n\r\ndirective @kebabCase on FIELD\r\n\r\ndirective @lowerFirst on FIELD\r\n\r\ndirective @number(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @pascalCase on FIELD\r\n\r\ndirective @phone(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @snakeCase on FIELD\r\n\r\ndirective @toLower on FIELD\r\n\r\ndirective @toUpper on FIELD\r\n\r\ndirective @trim on FIELD\r\n\r\ndirective @trimEnd on FIELD\r\n\r\ndirective @trimStart on FIELD\r\n\r\ndirective @upperFirst on FIELD\r\n\r\ntype Account implements GraphQLObjectInterface {\r\n accountCode: String\r\n accountType(format: EnumFormat): AccountTypeEnum\r\n totalValue(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n accountStatus(format: EnumFormat): AccountStatusEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n externalName(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n account_ParentAccount(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_ParentAccountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n account_SubAccount(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_SubAccountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n orgUnit_Entity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_EntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n provision_IncidentFinancialElement(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [Provision]\r\n provision_IncidentFinancialElementAggregatedValues(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [ProvisionAggregatedValues]\r\n loss_IncidentFinancialElement(filter: LossFilter, orderBy: [LossOrderBy]): [Loss]\r\n loss_IncidentFinancialElementAggregatedValues(filter: LossFilter, orderBy: [LossOrderBy]): [LossAggregatedValues]\r\n recovery_IncidentFinancialElement(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [Recovery]\r\n recovery_IncidentFinancialElementAggregatedValues(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [RecoveryAggregatedValues]\r\n gain_IncidentFinancialElement(filter: GainFilter, orderBy: [GainOrderBy]): [Gain]\r\n gain_IncidentFinancialElementAggregatedValues(filter: GainFilter, orderBy: [GainOrderBy]): [GainAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n}\r\n\r\ntype AccountAggregatedValues {\r\n accountCode(function: AggregateFunctionType): CustomFloat\r\n accountType(function: AggregateFunctionType): CustomFloat\r\n totalValue(function: AggregateNumbersFunctionType): CustomFloat\r\n accountStatus(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n externalName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput AccountFilter {\r\n and: [AccountFilter!]\r\n or: [AccountFilter!]\r\n accountCode: String\r\n accountCode_not: String\r\n accountCode_in: [String!]\r\n accountCode_not_in: [String!]\r\n accountCode_lt: String\r\n accountCode_lte: String\r\n accountCode_gt: String\r\n accountCode_gte: String\r\n accountCode_contains: String\r\n accountCode_not_contains: String\r\n accountCode_starts_with: String\r\n accountCode_not_starts_with: String\r\n accountCode_ends_with: String\r\n accountCode_not_ends_with: String\r\n accountCode_empty: Boolean\r\n accountType: AccountTypeEnum\r\n accountType_not: AccountTypeEnum\r\n accountType_in: [AccountTypeEnum!]\r\n accountType_not_in: [AccountTypeEnum!]\r\n accountType_empty: Boolean\r\n totalValue: CustomFloat\r\n totalValue_not: CustomFloat\r\n totalValue_in: [CustomFloat!]\r\n totalValue_not_in: [CustomFloat!]\r\n totalValue_lt: CustomFloat\r\n totalValue_lte: CustomFloat\r\n totalValue_gt: CustomFloat\r\n totalValue_gte: CustomFloat\r\n totalValue_empty: Boolean\r\n accountStatus: AccountStatusEnum\r\n accountStatus_not: AccountStatusEnum\r\n accountStatus_in: [AccountStatusEnum!]\r\n accountStatus_not_in: [AccountStatusEnum!]\r\n accountStatus_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n externalName: String\r\n externalName_not: String\r\n externalName_in: [String!]\r\n externalName_not_in: [String!]\r\n externalName_lt: String\r\n externalName_lte: String\r\n externalName_gt: String\r\n externalName_gte: String\r\n externalName_contains: String\r\n externalName_not_contains: String\r\n externalName_starts_with: String\r\n externalName_not_starts_with: String\r\n externalName_ends_with: String\r\n externalName_not_ends_with: String\r\n externalName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n account_ParentAccount_some: [AccountFilter!]\r\n account_ParentAccount_count: countFilter\r\n account_SubAccount_some: [AccountFilter!]\r\n account_SubAccount_count: countFilter\r\n orgUnit_Entity_some: [OrgUnitFilter!]\r\n orgUnit_Entity_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n organizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_count: countFilter\r\n provision_IncidentFinancialElement_some: [ProvisionFilter!]\r\n provision_IncidentFinancialElement_count: countFilter\r\n loss_IncidentFinancialElement_some: [LossFilter!]\r\n loss_IncidentFinancialElement_count: countFilter\r\n recovery_IncidentFinancialElement_some: [RecoveryFilter!]\r\n recovery_IncidentFinancialElement_count: countFilter\r\n gain_IncidentFinancialElement_some: [GainFilter!]\r\n gain_IncidentFinancialElement_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n}\r\n\r\nenum AccountOrderBy {\r\n accountCode_ASC\r\n accountCode_DESC\r\n accountType_ASC\r\n accountType_DESC\r\n totalValue_ASC\r\n totalValue_DESC\r\n accountStatus_ASC\r\n accountStatus_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n externalName_ASC\r\n externalName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum AccountStatusEnum {\r\n Open\r\n Closed\r\n}\r\n\r\nenum AccountTypeEnum {\r\n Revenue\r\n Loss\r\n}\r\n\r\ntype ActionActionPlan implements GraphQLObjectInterface {\r\n actionProgress(format: EnumFormat): ActionProgressEnum\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n statusact(format: EnumFormat): StatusactEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan_CalledActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_CalledActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype ActionActionPlanAggregatedValues {\r\n actionProgress(function: AggregateFunctionType): CustomFloat\r\n plannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n plannedEndDate(function: AggregateFunctionType): CustomFloat\r\n realBeginDate(function: AggregateFunctionType): CustomFloat\r\n realEndDate(function: AggregateFunctionType): CustomFloat\r\n statusact(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ActionActionPlanFilter {\r\n defaultField_b680ae54a5b640b2ac4da92f833393d9: String\r\n and: [ActionActionPlanFilter!]\r\n or: [ActionActionPlanFilter!]\r\n actionProgress: ActionProgressEnum\r\n actionProgress_not: ActionProgressEnum\r\n actionProgress_in: [ActionProgressEnum!]\r\n actionProgress_not_in: [ActionProgressEnum!]\r\n actionProgress_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n statusact: StatusactEnum\r\n statusact_not: StatusactEnum\r\n statusact_in: [StatusactEnum!]\r\n statusact_not_in: [StatusactEnum!]\r\n statusact_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionOwner_PersonSystem_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n actionPlan_CalledActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_CalledActionPlan_count: countFilter\r\n actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_OwnerActionPlan_count: countFilter\r\n}\r\n\r\nenum ActionActionPlanOrderBy {\r\n actionProgress_ASC\r\n actionProgress_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n statusact_ASC\r\n statusact_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype ActionPlan implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n}\r\n\r\ntype ActionPlanAggregatedValues {\r\n lastProgressPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n lastProgressComment(function: AggregateFunctionType): CustomFloat\r\n successful(function: AggregateFunctionType): CustomFloat\r\n realCost(function: AggregateNumbersFunctionType): CustomFloat\r\n forecastCost(function: AggregateNumbersFunctionType): CustomFloat\r\n forecastCostManDays(function: AggregateNumbersFunctionType): CustomFloat\r\n realCostManDays(function: AggregateNumbersFunctionType): CustomFloat\r\n actionPlanCategory(function: AggregateFunctionType): CustomFloat\r\n actionPlanStatus(function: AggregateFunctionType): CustomFloat\r\n means(function: AggregateFunctionType): CustomFloat\r\n actionPlanOrigin(function: AggregateFunctionType): CustomFloat\r\n keySuccessFactor(function: AggregateFunctionType): CustomFloat\r\n successfullComments(function: AggregateFunctionType): CustomFloat\r\n plannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n plannedEndDate(function: AggregateFunctionType): CustomFloat\r\n realBeginDate(function: AggregateFunctionType): CustomFloat\r\n realEndDate(function: AggregateFunctionType): CustomFloat\r\n actionPlanPriority(function: AggregateFunctionType): CustomFloat\r\n delay(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n actionPlanNature(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum ActionPlanCategoryEnum {\r\n Generic\r\n AuditRecommandation\r\n ControlPerformanceImprovement\r\n ControlRelevanceImprovement\r\n ImpactReducing\r\n EventLikelihoodReducing\r\n ITImprovement\r\n KRIThresholdLimits\r\n ObjectiveManagement\r\n ProcessImprovement\r\n ProjectManagement\r\n RFCManagement\r\n RiskImpactReducing\r\n RiskLikelihoodReducing\r\n}\r\n\r\ninput ActionPlanFilter {\r\n defaultField_8eeb4a2e58fd440f9ec7e1cec9afd9d0: String\r\n and: [ActionPlanFilter!]\r\n or: [ActionPlanFilter!]\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum ActionPlanNatureEnum {\r\n Corrective\r\n Preventive\r\n}\r\n\r\nenum ActionPlanOrderBy {\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ActionPlanOriginEnum {\r\n Audit\r\n Compliance\r\n Event\r\n Risk\r\n RFC\r\n Other\r\n}\r\n\r\nenum ActionPlanPriorityEnum {\r\n High\r\n Critical\r\n Medium\r\n Low\r\n}\r\n\r\nenum ActionPlanStatusEnum {\r\n Rejected\r\n ToBeSubmitted\r\n ToBeStarted\r\n ToBeValidated\r\n Cancelled\r\n Closed\r\n InProgress\r\n ToBeSent\r\n Completed\r\n ToBeReviewed\r\n}\r\n\r\nenum ActionProgressEnum {\r\n InProgress\r\n Completed\r\n}\r\n\r\nenum ActualStatusEnum {\r\n Unknown\r\n Operational\r\n Warning\r\n Unsatisfactory\r\n Critical\r\n Failed\r\n}\r\n\r\nenum AggregateFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n}\r\n\r\nenum AggregateNumbersFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n SUM\r\n AVERAGE\r\n MEDIAN\r\n MIN\r\n MAX\r\n}\r\n\r\ntype Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype ApplicationAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n applicationStereotype(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n statusReview(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ApplicationFilter {\r\n defaultField_48632911898e48149781f452843b4f4c: String\r\n and: [ApplicationFilter!]\r\n or: [ApplicationFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n applicationStereotype_ASC\r\n applicationStereotype_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ApplicationStereotypeEnum {\r\n GUI\r\n PresentationLogic\r\n BusinessLogic\r\n DataManagement\r\n}\r\n\r\ntype BusinessDocument implements GraphQLObjectInterface {\r\n uploadUrl: String\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n actionPlan_DocumentedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_DocumentedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine_DocumentedObject(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_DocumentedObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n actionActionPlan_DocumentedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_DocumentedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n objective_DocumentedObject(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_DocumentedObjectAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n indicator_DocumentedObject(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [Indicator]\r\n indicator_DocumentedObjectAggregatedValues(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [IndicatorAggregatedValues]\r\n product_DocumentedObject(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_DocumentedObjectAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n riskType_DocumentedObject(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_DocumentedObjectAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_DocumentedObject(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_DocumentedObjectAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_DocumentedObject(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_DocumentedObjectAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_DocumentedObject(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_DocumentedObjectAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_DocumentedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_DocumentedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_DocumentedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_DocumentedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_DocumentedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_DocumentedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_DocumentedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DocumentedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan_Object(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine_Object(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n actionActionPlan_Object(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n objective_Object(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ObjectAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n indicator_Object(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [Indicator]\r\n indicator_ObjectAggregatedValues(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [IndicatorAggregatedValues]\r\n product_Object(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_ObjectAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n riskType_Object(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ObjectAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_Object(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_ObjectAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_Object(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ObjectAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Object(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ObjectAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Object(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Object(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Object(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Object(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Object(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocumentPattern_DocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPattern_DocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n businessDocumentVersion_DocumentVersions(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_DocumentVersionsAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isCiphered(function: AggregateFunctionType): CustomFloat\r\n gDPRDocumentID(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentFilter {\r\n defaultField_dd0498f6661f4055a71daec2b1681c2a: String\r\n and: [BusinessDocumentFilter!]\r\n or: [BusinessDocumentFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n isCiphered: Boolean\r\n isCiphered_not: Boolean\r\n isCiphered_empty: Boolean\r\n gDPRDocumentID: String\r\n gDPRDocumentID_not: String\r\n gDPRDocumentID_in: [String!]\r\n gDPRDocumentID_not_in: [String!]\r\n gDPRDocumentID_lt: String\r\n gDPRDocumentID_lte: String\r\n gDPRDocumentID_gt: String\r\n gDPRDocumentID_gte: String\r\n gDPRDocumentID_contains: String\r\n gDPRDocumentID_not_contains: String\r\n gDPRDocumentID_starts_with: String\r\n gDPRDocumentID_not_starts_with: String\r\n gDPRDocumentID_ends_with: String\r\n gDPRDocumentID_not_ends_with: String\r\n gDPRDocumentID_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n actionPlan_DocumentedObject_some: [ActionPlanFilter!]\r\n actionPlan_DocumentedObject_count: countFilter\r\n businessLine_DocumentedObject_some: [BusinessLineFilter!]\r\n businessLine_DocumentedObject_count: countFilter\r\n actionActionPlan_DocumentedObject_some: [ActionActionPlanFilter!]\r\n actionActionPlan_DocumentedObject_count: countFilter\r\n objective_DocumentedObject_some: [ObjectiveFilter!]\r\n objective_DocumentedObject_count: countFilter\r\n indicator_DocumentedObject_some: [IndicatorFilter!]\r\n indicator_DocumentedObject_count: countFilter\r\n product_DocumentedObject_some: [ProductFilter!]\r\n product_DocumentedObject_count: countFilter\r\n riskType_DocumentedObject_some: [RiskTypeFilter!]\r\n riskType_DocumentedObject_count: countFilter\r\n risk_DocumentedObject_some: [RiskFilter!]\r\n risk_DocumentedObject_count: countFilter\r\n regulationFramework_DocumentedObject_some: [RegulationFrameworkFilter!]\r\n regulationFramework_DocumentedObject_count: countFilter\r\n incident_DocumentedObject_some: [IncidentFilter!]\r\n incident_DocumentedObject_count: countFilter\r\n issue_DocumentedObject_some: [IssueFilter!]\r\n issue_DocumentedObject_count: countFilter\r\n control_DocumentedObject_some: [ControlFilter!]\r\n control_DocumentedObject_count: countFilter\r\n application_DocumentedObject_some: [ApplicationFilter!]\r\n application_DocumentedObject_count: countFilter\r\n orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n orgUnit_DocumentedObject_count: countFilter\r\n organizationalProcess_DocumentedObject_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_DocumentedObject_count: countFilter\r\n requirement_DocumentedObject_some: [RequirementFilter!]\r\n requirement_DocumentedObject_count: countFilter\r\n businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n businessProcess_DocumentedObject_count: countFilter\r\n actionPlan_Object_some: [ActionPlanFilter!]\r\n actionPlan_Object_count: countFilter\r\n businessLine_Object_some: [BusinessLineFilter!]\r\n businessLine_Object_count: countFilter\r\n actionActionPlan_Object_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Object_count: countFilter\r\n objective_Object_some: [ObjectiveFilter!]\r\n objective_Object_count: countFilter\r\n indicator_Object_some: [IndicatorFilter!]\r\n indicator_Object_count: countFilter\r\n product_Object_some: [ProductFilter!]\r\n product_Object_count: countFilter\r\n riskType_Object_some: [RiskTypeFilter!]\r\n riskType_Object_count: countFilter\r\n risk_Object_some: [RiskFilter!]\r\n risk_Object_count: countFilter\r\n regulationFramework_Object_some: [RegulationFrameworkFilter!]\r\n regulationFramework_Object_count: countFilter\r\n incident_Object_some: [IncidentFilter!]\r\n incident_Object_count: countFilter\r\n issue_Object_some: [IssueFilter!]\r\n issue_Object_count: countFilter\r\n control_Object_some: [ControlFilter!]\r\n control_Object_count: countFilter\r\n application_Object_some: [ApplicationFilter!]\r\n application_Object_count: countFilter\r\n orgUnit_Object_some: [OrgUnitFilter!]\r\n orgUnit_Object_count: countFilter\r\n organizationalProcess_Object_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Object_count: countFilter\r\n requirement_Object_some: [RequirementFilter!]\r\n requirement_Object_count: countFilter\r\n businessProcess_Object_some: [BusinessProcessFilter!]\r\n businessProcess_Object_count: countFilter\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n businessDocumentPattern_DocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_DocumentPattern_count: countFilter\r\n businessDocumentVersion_DocumentVersions_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_DocumentVersions_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentOrderBy {\r\n name_ASC\r\n name_DESC\r\n isCiphered_ASC\r\n isCiphered_DESC\r\n gDPRDocumentID_ASC\r\n gDPRDocumentID_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessDocumentPattern implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n ciphered: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentPatternAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n ciphered(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n defaultField_6719caded0cd4959a4b4e656321ab81d: String\r\n and: [BusinessDocumentPatternFilter!]\r\n or: [BusinessDocumentPatternFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n ciphered: Boolean\r\n ciphered_not: Boolean\r\n ciphered_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n businessDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentPatternOrderBy {\r\n name_ASC\r\n name_DESC\r\n ciphered_ASC\r\n ciphered_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessDocumentVersion implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n actionPlan_DocumentedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_DocumentedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine_DocumentedObject(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_DocumentedObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n actionActionPlan_DocumentedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_DocumentedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n objective_DocumentedObject(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_DocumentedObjectAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n indicator_DocumentedObject(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [Indicator]\r\n indicator_DocumentedObjectAggregatedValues(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [IndicatorAggregatedValues]\r\n product_DocumentedObject(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_DocumentedObjectAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n riskType_DocumentedObject(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_DocumentedObjectAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_DocumentedObject(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_DocumentedObjectAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_DocumentedObject(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_DocumentedObjectAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_DocumentedObject(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_DocumentedObjectAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_DocumentedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_DocumentedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_DocumentedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_DocumentedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_DocumentedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_DocumentedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_DocumentedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DocumentedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan_Object(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine_Object(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n actionActionPlan_Object(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n objective_Object(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ObjectAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n indicator_Object(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [Indicator]\r\n indicator_ObjectAggregatedValues(filter: IndicatorFilter, orderBy: [IndicatorOrderBy]): [IndicatorAggregatedValues]\r\n product_Object(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_ObjectAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n riskType_Object(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ObjectAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_Object(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_ObjectAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_Object(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ObjectAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Object(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ObjectAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Object(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Object(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Object(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Object(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Object(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessDocument_Document(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_DocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentVersionAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n fileExtension(function: AggregateFunctionType): CustomFloat\r\n businessDocumentVersionName(function: AggregateFunctionType): CustomFloat\r\n documentVersion(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentVersionFilter {\r\n defaultField_ca2b53d94fac4791a9097847176f21f7: String\r\n and: [BusinessDocumentVersionFilter!]\r\n or: [BusinessDocumentVersionFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n fileExtension: String\r\n fileExtension_not: String\r\n fileExtension_in: [String!]\r\n fileExtension_not_in: [String!]\r\n fileExtension_lt: String\r\n fileExtension_lte: String\r\n fileExtension_gt: String\r\n fileExtension_gte: String\r\n fileExtension_contains: String\r\n fileExtension_not_contains: String\r\n fileExtension_starts_with: String\r\n fileExtension_not_starts_with: String\r\n fileExtension_ends_with: String\r\n fileExtension_not_ends_with: String\r\n fileExtension_empty: Boolean\r\n businessDocumentVersionName: String\r\n businessDocumentVersionName_not: String\r\n businessDocumentVersionName_in: [String!]\r\n businessDocumentVersionName_not_in: [String!]\r\n businessDocumentVersionName_lt: String\r\n businessDocumentVersionName_lte: String\r\n businessDocumentVersionName_gt: String\r\n businessDocumentVersionName_gte: String\r\n businessDocumentVersionName_contains: String\r\n businessDocumentVersionName_not_contains: String\r\n businessDocumentVersionName_starts_with: String\r\n businessDocumentVersionName_not_starts_with: String\r\n businessDocumentVersionName_ends_with: String\r\n businessDocumentVersionName_not_ends_with: String\r\n businessDocumentVersionName_empty: Boolean\r\n documentVersion: String\r\n documentVersion_not: String\r\n documentVersion_in: [String!]\r\n documentVersion_not_in: [String!]\r\n documentVersion_lt: String\r\n documentVersion_lte: String\r\n documentVersion_gt: String\r\n documentVersion_gte: String\r\n documentVersion_contains: String\r\n documentVersion_not_contains: String\r\n documentVersion_starts_with: String\r\n documentVersion_not_starts_with: String\r\n documentVersion_ends_with: String\r\n documentVersion_not_ends_with: String\r\n documentVersion_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n actionPlan_DocumentedObject_some: [ActionPlanFilter!]\r\n actionPlan_DocumentedObject_count: countFilter\r\n businessLine_DocumentedObject_some: [BusinessLineFilter!]\r\n businessLine_DocumentedObject_count: countFilter\r\n actionActionPlan_DocumentedObject_some: [ActionActionPlanFilter!]\r\n actionActionPlan_DocumentedObject_count: countFilter\r\n objective_DocumentedObject_some: [ObjectiveFilter!]\r\n objective_DocumentedObject_count: countFilter\r\n indicator_DocumentedObject_some: [IndicatorFilter!]\r\n indicator_DocumentedObject_count: countFilter\r\n product_DocumentedObject_some: [ProductFilter!]\r\n product_DocumentedObject_count: countFilter\r\n riskType_DocumentedObject_some: [RiskTypeFilter!]\r\n riskType_DocumentedObject_count: countFilter\r\n risk_DocumentedObject_some: [RiskFilter!]\r\n risk_DocumentedObject_count: countFilter\r\n regulationFramework_DocumentedObject_some: [RegulationFrameworkFilter!]\r\n regulationFramework_DocumentedObject_count: countFilter\r\n incident_DocumentedObject_some: [IncidentFilter!]\r\n incident_DocumentedObject_count: countFilter\r\n issue_DocumentedObject_some: [IssueFilter!]\r\n issue_DocumentedObject_count: countFilter\r\n control_DocumentedObject_some: [ControlFilter!]\r\n control_DocumentedObject_count: countFilter\r\n application_DocumentedObject_some: [ApplicationFilter!]\r\n application_DocumentedObject_count: countFilter\r\n orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n orgUnit_DocumentedObject_count: countFilter\r\n organizationalProcess_DocumentedObject_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_DocumentedObject_count: countFilter\r\n requirement_DocumentedObject_some: [RequirementFilter!]\r\n requirement_DocumentedObject_count: countFilter\r\n businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n businessProcess_DocumentedObject_count: countFilter\r\n actionPlan_Object_some: [ActionPlanFilter!]\r\n actionPlan_Object_count: countFilter\r\n businessLine_Object_some: [BusinessLineFilter!]\r\n businessLine_Object_count: countFilter\r\n actionActionPlan_Object_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Object_count: countFilter\r\n objective_Object_some: [ObjectiveFilter!]\r\n objective_Object_count: countFilter\r\n indicator_Object_some: [IndicatorFilter!]\r\n indicator_Object_count: countFilter\r\n product_Object_some: [ProductFilter!]\r\n product_Object_count: countFilter\r\n riskType_Object_some: [RiskTypeFilter!]\r\n riskType_Object_count: countFilter\r\n risk_Object_some: [RiskFilter!]\r\n risk_Object_count: countFilter\r\n regulationFramework_Object_some: [RegulationFrameworkFilter!]\r\n regulationFramework_Object_count: countFilter\r\n incident_Object_some: [IncidentFilter!]\r\n incident_Object_count: countFilter\r\n issue_Object_some: [IssueFilter!]\r\n issue_Object_count: countFilter\r\n control_Object_some: [ControlFilter!]\r\n control_Object_count: countFilter\r\n application_Object_some: [ApplicationFilter!]\r\n application_Object_count: countFilter\r\n orgUnit_Object_some: [OrgUnitFilter!]\r\n orgUnit_Object_count: countFilter\r\n organizationalProcess_Object_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Object_count: countFilter\r\n requirement_Object_some: [RequirementFilter!]\r\n requirement_Object_count: countFilter\r\n businessProcess_Object_some: [BusinessProcessFilter!]\r\n businessProcess_Object_count: countFilter\r\n businessDocument_Document_some: [BusinessDocumentFilter!]\r\n businessDocument_Document_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentVersionOrderBy {\r\n name_ASC\r\n name_DESC\r\n fileExtension_ASC\r\n fileExtension_DESC\r\n businessDocumentVersionName_ASC\r\n businessDocumentVersionName_DESC\r\n documentVersion_ASC\r\n documentVersion_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessLine implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n customerSatisfaction(format: EnumFormat): CustomerSatisfactionEnum\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n businessLineCode: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessLine_ParentBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ParentBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n businessLine_SubBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_SubBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n grossIncome(filter: GrossIncomeFilter, orderBy: [GrossIncomeOrderBy]): [GrossIncome]\r\n grossIncomeAggregatedValues(filter: GrossIncomeFilter, orderBy: [GrossIncomeOrderBy]): [GrossIncomeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype BusinessLineAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n customerSatisfaction(function: AggregateFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n businessLineCode(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n standardizedApproachRatioTSA(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessLineFilter {\r\n and: [BusinessLineFilter!]\r\n or: [BusinessLineFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n customerSatisfaction_not: CustomerSatisfactionEnum\r\n customerSatisfaction_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_not_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n businessLineCode: String\r\n businessLineCode_not: String\r\n businessLineCode_in: [String!]\r\n businessLineCode_not_in: [String!]\r\n businessLineCode_lt: String\r\n businessLineCode_lte: String\r\n businessLineCode_gt: String\r\n businessLineCode_gte: String\r\n businessLineCode_contains: String\r\n businessLineCode_not_contains: String\r\n businessLineCode_starts_with: String\r\n businessLineCode_not_starts_with: String\r\n businessLineCode_ends_with: String\r\n businessLineCode_not_ends_with: String\r\n businessLineCode_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n standardizedApproachRatioTSA: CustomFloat\r\n standardizedApproachRatioTSA_not: CustomFloat\r\n standardizedApproachRatioTSA_in: [CustomFloat!]\r\n standardizedApproachRatioTSA_not_in: [CustomFloat!]\r\n standardizedApproachRatioTSA_lt: CustomFloat\r\n standardizedApproachRatioTSA_lte: CustomFloat\r\n standardizedApproachRatioTSA_gt: CustomFloat\r\n standardizedApproachRatioTSA_gte: CustomFloat\r\n standardizedApproachRatioTSA_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n businessLine_ParentBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_ParentBusinessLine_count: countFilter\r\n businessLine_SubBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_SubBusinessLine_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n grossIncome_some: [GrossIncomeFilter!]\r\n grossIncome_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum BusinessLineOrderBy {\r\n name_ASC\r\n name_DESC\r\n customerSatisfaction_ASC\r\n customerSatisfaction_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n businessLineCode_ASC\r\n businessLineCode_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n standardizedApproachRatioTSA_ASC\r\n standardizedApproachRatioTSA_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n businessProcessCode: String\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessProcess_OwnerBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_OwnerBusinessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_OwnedBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_OwnedBusinessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype BusinessProcessAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n businessProcessCode(function: AggregateFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessProcessFilter {\r\n defaultField_b63f2ddfbaac448392e214174b1acc19: String\r\n and: [BusinessProcessFilter!]\r\n or: [BusinessProcessFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n businessProcessCode: String\r\n businessProcessCode_not: String\r\n businessProcessCode_in: [String!]\r\n businessProcessCode_not_in: [String!]\r\n businessProcessCode_lt: String\r\n businessProcessCode_lte: String\r\n businessProcessCode_gt: String\r\n businessProcessCode_gte: String\r\n businessProcessCode_contains: String\r\n businessProcessCode_not_contains: String\r\n businessProcessCode_starts_with: String\r\n businessProcessCode_not_starts_with: String\r\n businessProcessCode_ends_with: String\r\n businessProcessCode_not_ends_with: String\r\n businessProcessCode_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessProcess_OwnerBusinessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_OwnerBusinessProcess_count: countFilter\r\n businessProcess_OwnedBusinessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_OwnedBusinessProcess_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum BusinessProcessOrderBy {\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n businessProcessCode_ASC\r\n businessProcessCode_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessRole implements GraphQLObjectInterface {\r\n businessRoleMultiplicity(format: EnumFormat): BusinessRoleMultiplicityEnum\r\n metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n abbreviation(language: Languages): String\r\n defaultInternalValue: String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n refersText(format: StringFormat): String\r\n businessRoleStatus(format: EnumFormat): BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay(format: EnumFormat): BusinessRoleDisplayEnum\r\n gUIName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n personSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ActionActionPlanAggregatedValues]\r\n risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n riskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [IncidentAggregatedValues]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ControlAggregatedValues]\r\n application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n applicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RequirementAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype BusinessRoleAggregatedValues {\r\n businessRoleMultiplicity(function: AggregateFunctionType): CustomFloat\r\n metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n refersText(function: AggregateFunctionType): CustomFloat\r\n businessRoleStatus(function: AggregateFunctionType): CustomFloat\r\n proposeAllUsers(function: AggregateFunctionType): CustomFloat\r\n businessRoleDisplay(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum BusinessRoleDisplayEnum {\r\n Always\r\n IfNotIncludedInAnotherBusinessRole\r\n}\r\n\r\ninput BusinessRoleFilter {\r\n and: [BusinessRoleFilter!]\r\n or: [BusinessRoleFilter!]\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_not: BusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_in: [BusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_not_in: [BusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_empty: Boolean\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeType_not: MetaAttributeTypeEnum\r\n metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_empty: Boolean\r\n metaAttributeLength: CustomInt\r\n metaAttributeLength_not: CustomInt\r\n metaAttributeLength_in: [CustomInt!]\r\n metaAttributeLength_not_in: [CustomInt!]\r\n metaAttributeLength_lt: CustomInt\r\n metaAttributeLength_lte: CustomInt\r\n metaAttributeLength_gt: CustomInt\r\n metaAttributeLength_gte: CustomInt\r\n metaAttributeLength_empty: Boolean\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n metaAttributeFormat_not: MetaAttributeFormatEnum\r\n metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n defaultInternalValue: String\r\n defaultInternalValue_not: String\r\n defaultInternalValue_in: [String!]\r\n defaultInternalValue_not_in: [String!]\r\n defaultInternalValue_lt: String\r\n defaultInternalValue_lte: String\r\n defaultInternalValue_gt: String\r\n defaultInternalValue_gte: String\r\n defaultInternalValue_contains: String\r\n defaultInternalValue_not_contains: String\r\n defaultInternalValue_starts_with: String\r\n defaultInternalValue_not_starts_with: String\r\n defaultInternalValue_ends_with: String\r\n defaultInternalValue_not_ends_with: String\r\n defaultInternalValue_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_empty: Boolean\r\n refersText: String\r\n refersText_not: String\r\n refersText_in: [String!]\r\n refersText_not_in: [String!]\r\n refersText_lt: String\r\n refersText_lte: String\r\n refersText_gt: String\r\n refersText_gte: String\r\n refersText_contains: String\r\n refersText_not_contains: String\r\n refersText_starts_with: String\r\n refersText_not_starts_with: String\r\n refersText_ends_with: String\r\n refersText_not_ends_with: String\r\n refersText_empty: Boolean\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n businessRoleStatus_not: BusinessRoleStatusEnum\r\n businessRoleStatus_in: [BusinessRoleStatusEnum!]\r\n businessRoleStatus_not_in: [BusinessRoleStatusEnum!]\r\n businessRoleStatus_empty: Boolean\r\n proposeAllUsers: Boolean\r\n proposeAllUsers_not: Boolean\r\n proposeAllUsers_empty: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n businessRoleDisplay_not: BusinessRoleDisplayEnum\r\n businessRoleDisplay_in: [BusinessRoleDisplayEnum!]\r\n businessRoleDisplay_not_in: [BusinessRoleDisplayEnum!]\r\n businessRoleDisplay_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n personSystem_some: [PersonSystemFilter!]\r\n personSystem_count: countFilter\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ActionPlanFilter!]\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ActionActionPlanFilter!]\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [RegulationFrameworkFilter!]\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [IncidentFilter!]\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ControlFilter!]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [RequirementFilter!]\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum BusinessRoleMultiplicityEnum {\r\n Many\r\n ZeroToOne\r\n One\r\n OneToMany\r\n}\r\n\r\nenum BusinessRoleOrderBy {\r\n businessRoleMultiplicity_ASC\r\n businessRoleMultiplicity_DESC\r\n metaAttributeType_ASC\r\n metaAttributeType_DESC\r\n metaAttributeLength_ASC\r\n metaAttributeLength_DESC\r\n metaAttributeFormat_ASC\r\n metaAttributeFormat_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n defaultInternalValue_ASC\r\n defaultInternalValue_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n defaultMetaTextFormat_ASC\r\n defaultMetaTextFormat_DESC\r\n refersText_ASC\r\n refersText_DESC\r\n businessRoleStatus_ASC\r\n businessRoleStatus_DESC\r\n proposeAllUsers_ASC\r\n proposeAllUsers_DESC\r\n businessRoleDisplay_ASC\r\n businessRoleDisplay_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum BusinessRoleStatusEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum ConsequenceTypeEnum {\r\n Regulatory\r\n CustomersQuality\r\n Suppliers\r\n EmployeesSocial\r\n Reputation\r\n Environmental\r\n}\r\n\r\ntype Control implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n controlCode: String\r\n controlLevel(format: EnumFormat): ControlLevelEnum\r\n controlNature: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n issue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n riskFactor_ControlledRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ControlledRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n account_ControlContextElement(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_ControlContextElementAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n application_ControlContextElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ControlContextElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ControlContextElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ControlContextElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ControlContextElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ControlContextElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ControlContextElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ControlContextElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ControlContextElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ControlContextElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n controlOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_Control]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [SteeringDateAggregatedValues]\r\n}\r\n\r\ntype ControlAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n controlCode(function: AggregateFunctionType): CustomFloat\r\n controlLevel(function: AggregateFunctionType): CustomFloat\r\n controlNature(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ControlFilter {\r\n defaultField_eab77b627d76418e84dad9685b17abe6: String\r\n and: [ControlFilter!]\r\n or: [ControlFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String!]\r\n controlCode_not_in: [String!]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlCode_empty: Boolean\r\n controlLevel: ControlLevelEnum\r\n controlLevel_not: ControlLevelEnum\r\n controlLevel_in: [ControlLevelEnum!]\r\n controlLevel_not_in: [ControlLevelEnum!]\r\n controlLevel_empty: Boolean\r\n controlNature: String\r\n controlNature_not: String\r\n controlNature_in: [String!]\r\n controlNature_not_in: [String!]\r\n controlNature_lt: String\r\n controlNature_lte: String\r\n controlNature_gt: String\r\n controlNature_gte: String\r\n controlNature_contains: String\r\n controlNature_not_contains: String\r\n controlNature_starts_with: String\r\n controlNature_not_starts_with: String\r\n controlNature_ends_with: String\r\n controlNature_not_ends_with: String\r\n controlNature_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n issue_some: [IssueFilter!]\r\n issue_count: countFilter\r\n controlOwner_PersonSystem_some: [PersonSystemFilter!]\r\n controlOwner_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n riskFactor_ControlledRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ControlledRiskFactor_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n account_ControlContextElement_some: [AccountFilter!]\r\n account_ControlContextElement_count: countFilter\r\n application_ControlContextElement_some: [ApplicationFilter!]\r\n application_ControlContextElement_count: countFilter\r\n orgUnit_ControlContextElement_some: [OrgUnitFilter!]\r\n orgUnit_ControlContextElement_count: countFilter\r\n organizationalProcess_ControlContextElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlContextElement_count: countFilter\r\n requirement_ControlContextElement_some: [RequirementFilter!]\r\n requirement_ControlContextElement_count: countFilter\r\n businessProcess_ControlContextElement_some: [BusinessProcessFilter!]\r\n businessProcess_ControlContextElement_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum ControlLevelEnum {\r\n LevelOne_Operational\r\n LevelTwo_Organizational\r\n}\r\n\r\nenum ControlOrderBy {\r\n name_ASC\r\n name_DESC\r\n controlCode_ASC\r\n controlCode_DESC\r\n controlLevel_ASC\r\n controlLevel_DESC\r\n controlNature_ASC\r\n controlNature_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum CriticalityEnum {\r\n High\r\n Medium\r\n Low\r\n Insignificante\r\n Unknown\r\n}\r\n\r\nenum Currencies {\r\n EUR\r\n USD\r\n}\r\n\r\ntype CurrentContextForMutationType {\r\n language: String!\r\n}\r\n\r\ntype CurrentContextType {\r\n userId: String\r\n databaseId: String\r\n libraryId: String\r\n profileId: String\r\n currencyCode: String\r\n currencyId: String\r\n language: String\r\n languageName: String\r\n languageId: String\r\n databaseLanguage: String\r\n databaseLanguageName: String\r\n databaseLanguageId: String\r\n systemLanguage: String\r\n systemLanguageName: String\r\n systemLanguageId: String\r\n workingEnvironmentTemplate: String\r\n workingEnvironmentGroupTemplate: String\r\n workingEnvironmentTopicTemplate: String\r\n workingEnvironment: String\r\n workingEnvironmentGroup: String\r\n workingEnvironmentTopic: String\r\n workingEnvironmentEntryPoint: String\r\n}\r\n\r\nscalar CustomDate\r\n\r\ninput CustomFieldInput {\r\n id: String!\r\n value: String!\r\n}\r\n\r\nscalar CustomFloat\r\n\r\nscalar CustomInt\r\n\r\nenum CustomerSatisfactionEnum {\r\n VeryLow\r\n Low\r\n Neutral\r\n High\r\n VeryHigh\r\n NotEvaluated\r\n}\r\n\r\nenum DateTypeEnum {\r\n Initial\r\n Remind\r\n Last\r\n}\r\n\r\nenum DefaultMetaTextFormatEnum {\r\n XMLNotCompleted\r\n UTFEight\r\n CONDITION\r\n HTMLGRC\r\n ANSI\r\n CSV\r\n FIELD\r\n HTML\r\n RTF\r\n XML\r\n}\r\n\r\nenum DelayEnum {\r\n Late\r\n InTime\r\n}\r\n\r\ntype DeleteType {\r\n deletedCount: Int!\r\n}\r\n\r\ntype DiagnosticType {\r\n platformName: String\r\n platformVersionNumber: String\r\n isCompiledMetamodel: Boolean\r\n systemInformationReport: String\r\n metamodelVersion: [MetamodelVersionType]\r\n userLoginId: String\r\n userLoginName: String\r\n userPersonSystemId: String\r\n userPersonSystemName: String\r\n userProfileId: String\r\n userProfileName: String\r\n userCommandLine: String\r\n profileCommandLine: String\r\n serverTimeZone: String\r\n serverDateFormat: String\r\n environmentName: String\r\n repositoryName: String\r\n schemaStandardMetaModelCompatibility: String\r\n schemaStandardFileDate: CustomDate\r\n schemaCustomFileDate: CustomDate\r\n schemaStandardLatestGeneration: CustomDate\r\n schemaCustomLatestGeneration: CustomDate\r\n}\r\n\r\ntype Diagram implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n nature(format: EnumFormat): NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability(format: EnumFormat): DiagramAvailabilityEnum\r\n shapesVersion(format: EnumFormat): ShapesVersionEnum\r\n editionMode(format: EnumFormat): EditionModeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_DescribedElement(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_DescribedElementAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n product_DescribedElement(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_DescribedElementAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n riskType_DescribedElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_DescribedElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_DescribedElement(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_DescribedElementAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n issue_DescribedElement(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_DescribedElementAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_DescribedElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_DescribedElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_DescribedElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_DescribedElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype DiagramAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n nature(function: AggregateFunctionType): CustomFloat\r\n diagramWithAutomaticLoading(function: AggregateFunctionType): CustomFloat\r\n diagramAvailability(function: AggregateFunctionType): CustomFloat\r\n shapesVersion(function: AggregateFunctionType): CustomFloat\r\n editionMode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramAvailabilityEnum {\r\n Available\r\n Unavailable\r\n}\r\n\r\ninput DiagramFilter {\r\n defaultField_9cdb37cf51b64bdf824db0025afa6391: String\r\n and: [DiagramFilter!]\r\n or: [DiagramFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n diagramWithAutomaticLoading: Boolean\r\n diagramWithAutomaticLoading_not: Boolean\r\n diagramWithAutomaticLoading_empty: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n diagramAvailability_not: DiagramAvailabilityEnum\r\n diagramAvailability_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_not_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_empty: Boolean\r\n shapesVersion: ShapesVersionEnum\r\n shapesVersion_not: ShapesVersionEnum\r\n shapesVersion_in: [ShapesVersionEnum!]\r\n shapesVersion_not_in: [ShapesVersionEnum!]\r\n shapesVersion_empty: Boolean\r\n editionMode: EditionModeEnum\r\n editionMode_not: EditionModeEnum\r\n editionMode_in: [EditionModeEnum!]\r\n editionMode_not_in: [EditionModeEnum!]\r\n editionMode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_DescribedElement_some: [ObjectiveFilter!]\r\n objective_DescribedElement_count: countFilter\r\n product_DescribedElement_some: [ProductFilter!]\r\n product_DescribedElement_count: countFilter\r\n riskType_DescribedElement_some: [RiskTypeFilter!]\r\n riskType_DescribedElement_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n regulationFramework_DescribedElement_some: [RegulationFrameworkFilter!]\r\n regulationFramework_DescribedElement_count: countFilter\r\n issue_DescribedElement_some: [IssueFilter!]\r\n issue_DescribedElement_count: countFilter\r\n control_DescribedElement_some: [ControlFilter!]\r\n control_DescribedElement_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_DescribedElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_DescribedElement_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum DiagramOrderBy {\r\n name_ASC\r\n name_DESC\r\n nature_ASC\r\n nature_DESC\r\n diagramWithAutomaticLoading_ASC\r\n diagramWithAutomaticLoading_DESC\r\n diagramAvailability_ASC\r\n diagramAvailability_DESC\r\n shapesVersion_ASC\r\n shapesVersion_DESC\r\n editionMode_ASC\r\n editionMode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramType implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n}\r\n\r\ntype DiagramTypeAggregatedValues {\r\n nature(function: AggregateFunctionType): CustomFloat\r\n wizardImageFilename(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeFilter {\r\n and: [DiagramTypeFilter!]\r\n or: [DiagramTypeFilter!]\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n}\r\n\r\nenum DiagramTypeOrderBy {\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n}\r\n\r\ntype DocumentCategory implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory_Parent(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_ParentAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n documentCategory_Lower(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_LowerAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype DocumentCategoryAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n defaultField_66602ea622504e0e9c1a94666fee0193: String\r\n and: [DocumentCategoryFilter!]\r\n or: [DocumentCategoryFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_Parent_some: [DocumentCategoryFilter!]\r\n documentCategory_Parent_count: countFilter\r\n documentCategory_Lower_some: [DocumentCategoryFilter!]\r\n documentCategory_Lower_count: countFilter\r\n businessDocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_count: countFilter\r\n businessDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_count: countFilter\r\n}\r\n\r\nenum DocumentCategoryOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum EditionModeEnum {\r\n AskTheUser\r\n DiagramEditor\r\n TableEntry\r\n}\r\n\r\nenum EnumFormat {\r\n SCHEMA_ID\r\n ID\r\n INTERNAL_VALUE\r\n LABEL\r\n ORDER\r\n}\r\n\r\nenum ExtendedPropertiesEnum {\r\n IgnoreReference\r\n ReferenceMotive\r\n OrderOnCreation\r\n ExcludeFromCache\r\n CompiledMetaData\r\n CompiledTechnicalData\r\n Unused\r\n NeverAppearsInListColumns\r\n InAdministrationTab\r\n StandardOnAllMetaclasses\r\n StandardOnAllMetaassociations\r\n ExcludeFromReportingDatamart\r\n ExcludeFromFavorites\r\n ExcludeFromLocks\r\n ExcludeValueFromHistoric\r\n KeepsUserLanguage\r\n ForeignKey\r\n DefaultChecked\r\n NotAnnotable\r\n HeavyComputation\r\n CompiledAuthorizationGraph\r\n CompiledConfidentialityGraph\r\n Reification\r\n KeepInCache\r\n Substitutable\r\n HideDefaultButton\r\n ShownAsPicture\r\n UseOfNameServerAsIndexForListOrNot\r\n DefaultColumn\r\n CompiledPermissionData\r\n HideOnEdit\r\n ActivateImages\r\n ReflexiveLink\r\n MegaTechnicalDataOnly\r\n}\r\n\r\nenum FindingImpactEnum {\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum Formats {\r\n Internal\r\n ASCII\r\n External\r\n Display\r\n Object\r\n Physical\r\n}\r\n\r\ntype Gain implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeFinancialElement: CustomInt\r\n amount(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountlocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype GainAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n codeFinancialElement(function: AggregateNumbersFunctionType): CustomFloat\r\n amount(function: AggregateNumbersFunctionType): CustomFloat\r\n amountlocal(function: AggregateNumbersFunctionType): CustomFloat\r\n amountIsEstimated(function: AggregateFunctionType): CustomFloat\r\n effectiveDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GainFilter {\r\n defaultField_8bde912286694a6abad15953f4dc4b41: String\r\n and: [GainFilter!]\r\n or: [GainFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeFinancialElement: CustomInt\r\n codeFinancialElement_not: CustomInt\r\n codeFinancialElement_in: [CustomInt!]\r\n codeFinancialElement_not_in: [CustomInt!]\r\n codeFinancialElement_lt: CustomInt\r\n codeFinancialElement_lte: CustomInt\r\n codeFinancialElement_gt: CustomInt\r\n codeFinancialElement_gte: CustomInt\r\n codeFinancialElement_empty: Boolean\r\n amount: CustomFloat\r\n amount_not: CustomFloat\r\n amount_in: [CustomFloat!]\r\n amount_not_in: [CustomFloat!]\r\n amount_lt: CustomFloat\r\n amount_lte: CustomFloat\r\n amount_gt: CustomFloat\r\n amount_gte: CustomFloat\r\n amount_empty: Boolean\r\n amountlocal: CustomFloat\r\n amountlocal_not: CustomFloat\r\n amountlocal_in: [CustomFloat!]\r\n amountlocal_not_in: [CustomFloat!]\r\n amountlocal_lt: CustomFloat\r\n amountlocal_lte: CustomFloat\r\n amountlocal_gt: CustomFloat\r\n amountlocal_gte: CustomFloat\r\n amountlocal_empty: Boolean\r\n amountIsEstimated: Boolean\r\n amountIsEstimated_not: Boolean\r\n amountIsEstimated_empty: Boolean\r\n effectiveDate: CustomDate\r\n effectiveDate_not: CustomDate\r\n effectiveDate_in: [CustomDate!]\r\n effectiveDate_not_in: [CustomDate!]\r\n effectiveDate_lt: CustomDate\r\n effectiveDate_lte: CustomDate\r\n effectiveDate_gt: CustomDate\r\n effectiveDate_gte: CustomDate\r\n effectiveDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum GainOrderBy {\r\n name_ASC\r\n name_DESC\r\n codeFinancialElement_ASC\r\n codeFinancialElement_DESC\r\n amount_ASC\r\n amount_DESC\r\n amountlocal_ASC\r\n amountlocal_DESC\r\n amountIsEstimated_ASC\r\n amountIsEstimated_DESC\r\n effectiveDate_ASC\r\n effectiveDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype GraphQLObject implements GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\ninterface GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\ntype GrossIncome implements GraphQLObjectInterface {\r\n beginDateGrossIncome(format: String, timeOffset: String): CustomDate\r\n endDateGrossIncome(format: String, timeOffset: String): CustomDate\r\n revenueAmount(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n revenueAmountlocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n}\r\n\r\ntype GrossIncomeAggregatedValues {\r\n beginDateGrossIncome(function: AggregateFunctionType): CustomFloat\r\n endDateGrossIncome(function: AggregateFunctionType): CustomFloat\r\n revenueAmount(function: AggregateNumbersFunctionType): CustomFloat\r\n revenueAmountlocal(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GrossIncomeFilter {\r\n defaultField_a0c306169e234ac0a36eff7cd49de974: String\r\n and: [GrossIncomeFilter!]\r\n or: [GrossIncomeFilter!]\r\n beginDateGrossIncome: CustomDate\r\n beginDateGrossIncome_not: CustomDate\r\n beginDateGrossIncome_in: [CustomDate!]\r\n beginDateGrossIncome_not_in: [CustomDate!]\r\n beginDateGrossIncome_lt: CustomDate\r\n beginDateGrossIncome_lte: CustomDate\r\n beginDateGrossIncome_gt: CustomDate\r\n beginDateGrossIncome_gte: CustomDate\r\n beginDateGrossIncome_empty: Boolean\r\n endDateGrossIncome: CustomDate\r\n endDateGrossIncome_not: CustomDate\r\n endDateGrossIncome_in: [CustomDate!]\r\n endDateGrossIncome_not_in: [CustomDate!]\r\n endDateGrossIncome_lt: CustomDate\r\n endDateGrossIncome_lte: CustomDate\r\n endDateGrossIncome_gt: CustomDate\r\n endDateGrossIncome_gte: CustomDate\r\n endDateGrossIncome_empty: Boolean\r\n revenueAmount: CustomFloat\r\n revenueAmount_not: CustomFloat\r\n revenueAmount_in: [CustomFloat!]\r\n revenueAmount_not_in: [CustomFloat!]\r\n revenueAmount_lt: CustomFloat\r\n revenueAmount_lte: CustomFloat\r\n revenueAmount_gt: CustomFloat\r\n revenueAmount_gte: CustomFloat\r\n revenueAmount_empty: Boolean\r\n revenueAmountlocal: CustomFloat\r\n revenueAmountlocal_not: CustomFloat\r\n revenueAmountlocal_in: [CustomFloat!]\r\n revenueAmountlocal_not_in: [CustomFloat!]\r\n revenueAmountlocal_lt: CustomFloat\r\n revenueAmountlocal_lte: CustomFloat\r\n revenueAmountlocal_gt: CustomFloat\r\n revenueAmountlocal_gte: CustomFloat\r\n revenueAmountlocal_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n}\r\n\r\nenum GrossIncomeOrderBy {\r\n beginDateGrossIncome_ASC\r\n beginDateGrossIncome_DESC\r\n endDateGrossIncome_ASC\r\n endDateGrossIncome_DESC\r\n revenueAmount_ASC\r\n revenueAmount_DESC\r\n revenueAmountlocal_ASC\r\n revenueAmountlocal_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum IdType {\r\n INTERNAL\r\n EXTERNAL\r\n TEMPORARY\r\n}\r\n\r\nenum ImpactERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum ImpactIncidentEnum {\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\ntype Incident implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeIncident: CustomInt\r\n declarationDate(format: String, timeOffset: String): CustomDate\r\n detectionDate(format: String, timeOffset: String): CustomDate\r\n occurrenceDate(format: String, timeOffset: String): CustomDate\r\n nearMiss: Boolean\r\n natureIncident(format: EnumFormat): NatureIncidentEnum\r\n statusIncident(format: EnumFormat): StatusIncidentEnum\r\n impactIncident(format: EnumFormat): ImpactIncidentEnum\r\n priorityIncident(format: EnumFormat): PriorityIncidentEnum\r\n grossLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoveries(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoverieslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_DeclarantsEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DeclarantsEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n provision_IncidentFinancialElement(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [Provision]\r\n provision_IncidentFinancialElementAggregatedValues(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [ProvisionAggregatedValues]\r\n loss_IncidentFinancialElement(filter: LossFilter, orderBy: [LossOrderBy]): [Loss]\r\n loss_IncidentFinancialElementAggregatedValues(filter: LossFilter, orderBy: [LossOrderBy]): [LossAggregatedValues]\r\n recovery_IncidentFinancialElement(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [Recovery]\r\n recovery_IncidentFinancialElementAggregatedValues(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [RecoveryAggregatedValues]\r\n gain_IncidentFinancialElement(filter: GainFilter, orderBy: [GainOrderBy]): [Gain]\r\n gain_IncidentFinancialElementAggregatedValues(filter: GainFilter, orderBy: [GainOrderBy]): [GainAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit_Entity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_EntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n product(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n productAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n declarer_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_Declarer]\r\n declarer_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype IncidentAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n codeIncident(function: AggregateNumbersFunctionType): CustomFloat\r\n declarationDate(function: AggregateFunctionType): CustomFloat\r\n detectionDate(function: AggregateFunctionType): CustomFloat\r\n occurrenceDate(function: AggregateFunctionType): CustomFloat\r\n nearMiss(function: AggregateFunctionType): CustomFloat\r\n natureIncident(function: AggregateFunctionType): CustomFloat\r\n statusIncident(function: AggregateFunctionType): CustomFloat\r\n impactIncident(function: AggregateFunctionType): CustomFloat\r\n priorityIncident(function: AggregateFunctionType): CustomFloat\r\n grossLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n grossLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n grossActualLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n grossActualLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n recoveries(function: AggregateNumbersFunctionType): CustomFloat\r\n recoverieslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n netLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n netLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n netActualLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n netActualLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput IncidentFilter {\r\n defaultField_632d3b8d76384d73a25e6247ee0760f3: String\r\n and: [IncidentFilter!]\r\n or: [IncidentFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeIncident: CustomInt\r\n codeIncident_not: CustomInt\r\n codeIncident_in: [CustomInt!]\r\n codeIncident_not_in: [CustomInt!]\r\n codeIncident_lt: CustomInt\r\n codeIncident_lte: CustomInt\r\n codeIncident_gt: CustomInt\r\n codeIncident_gte: CustomInt\r\n codeIncident_empty: Boolean\r\n declarationDate: CustomDate\r\n declarationDate_not: CustomDate\r\n declarationDate_in: [CustomDate!]\r\n declarationDate_not_in: [CustomDate!]\r\n declarationDate_lt: CustomDate\r\n declarationDate_lte: CustomDate\r\n declarationDate_gt: CustomDate\r\n declarationDate_gte: CustomDate\r\n declarationDate_empty: Boolean\r\n detectionDate: CustomDate\r\n detectionDate_not: CustomDate\r\n detectionDate_in: [CustomDate!]\r\n detectionDate_not_in: [CustomDate!]\r\n detectionDate_lt: CustomDate\r\n detectionDate_lte: CustomDate\r\n detectionDate_gt: CustomDate\r\n detectionDate_gte: CustomDate\r\n detectionDate_empty: Boolean\r\n occurrenceDate: CustomDate\r\n occurrenceDate_not: CustomDate\r\n occurrenceDate_in: [CustomDate!]\r\n occurrenceDate_not_in: [CustomDate!]\r\n occurrenceDate_lt: CustomDate\r\n occurrenceDate_lte: CustomDate\r\n occurrenceDate_gt: CustomDate\r\n occurrenceDate_gte: CustomDate\r\n occurrenceDate_empty: Boolean\r\n nearMiss: Boolean\r\n nearMiss_not: Boolean\r\n nearMiss_empty: Boolean\r\n natureIncident: NatureIncidentEnum\r\n natureIncident_not: NatureIncidentEnum\r\n natureIncident_in: [NatureIncidentEnum!]\r\n natureIncident_not_in: [NatureIncidentEnum!]\r\n natureIncident_empty: Boolean\r\n statusIncident: StatusIncidentEnum\r\n statusIncident_not: StatusIncidentEnum\r\n statusIncident_in: [StatusIncidentEnum!]\r\n statusIncident_not_in: [StatusIncidentEnum!]\r\n statusIncident_empty: Boolean\r\n impactIncident: ImpactIncidentEnum\r\n impactIncident_not: ImpactIncidentEnum\r\n impactIncident_in: [ImpactIncidentEnum!]\r\n impactIncident_not_in: [ImpactIncidentEnum!]\r\n impactIncident_empty: Boolean\r\n priorityIncident: PriorityIncidentEnum\r\n priorityIncident_not: PriorityIncidentEnum\r\n priorityIncident_in: [PriorityIncidentEnum!]\r\n priorityIncident_not_in: [PriorityIncidentEnum!]\r\n priorityIncident_empty: Boolean\r\n grossLoss: CustomFloat\r\n grossLoss_not: CustomFloat\r\n grossLoss_in: [CustomFloat!]\r\n grossLoss_not_in: [CustomFloat!]\r\n grossLoss_lt: CustomFloat\r\n grossLoss_lte: CustomFloat\r\n grossLoss_gt: CustomFloat\r\n grossLoss_gte: CustomFloat\r\n grossLoss_empty: Boolean\r\n grossLosslocal: CustomFloat\r\n grossLosslocal_not: CustomFloat\r\n grossLosslocal_in: [CustomFloat!]\r\n grossLosslocal_not_in: [CustomFloat!]\r\n grossLosslocal_lt: CustomFloat\r\n grossLosslocal_lte: CustomFloat\r\n grossLosslocal_gt: CustomFloat\r\n grossLosslocal_gte: CustomFloat\r\n grossLosslocal_empty: Boolean\r\n grossActualLoss: CustomFloat\r\n grossActualLoss_not: CustomFloat\r\n grossActualLoss_in: [CustomFloat!]\r\n grossActualLoss_not_in: [CustomFloat!]\r\n grossActualLoss_lt: CustomFloat\r\n grossActualLoss_lte: CustomFloat\r\n grossActualLoss_gt: CustomFloat\r\n grossActualLoss_gte: CustomFloat\r\n grossActualLoss_empty: Boolean\r\n grossActualLosslocal: CustomFloat\r\n grossActualLosslocal_not: CustomFloat\r\n grossActualLosslocal_in: [CustomFloat!]\r\n grossActualLosslocal_not_in: [CustomFloat!]\r\n grossActualLosslocal_lt: CustomFloat\r\n grossActualLosslocal_lte: CustomFloat\r\n grossActualLosslocal_gt: CustomFloat\r\n grossActualLosslocal_gte: CustomFloat\r\n grossActualLosslocal_empty: Boolean\r\n recoveries: CustomFloat\r\n recoveries_not: CustomFloat\r\n recoveries_in: [CustomFloat!]\r\n recoveries_not_in: [CustomFloat!]\r\n recoveries_lt: CustomFloat\r\n recoveries_lte: CustomFloat\r\n recoveries_gt: CustomFloat\r\n recoveries_gte: CustomFloat\r\n recoveries_empty: Boolean\r\n recoverieslocal: CustomFloat\r\n recoverieslocal_not: CustomFloat\r\n recoverieslocal_in: [CustomFloat!]\r\n recoverieslocal_not_in: [CustomFloat!]\r\n recoverieslocal_lt: CustomFloat\r\n recoverieslocal_lte: CustomFloat\r\n recoverieslocal_gt: CustomFloat\r\n recoverieslocal_gte: CustomFloat\r\n recoverieslocal_empty: Boolean\r\n netLoss: CustomFloat\r\n netLoss_not: CustomFloat\r\n netLoss_in: [CustomFloat!]\r\n netLoss_not_in: [CustomFloat!]\r\n netLoss_lt: CustomFloat\r\n netLoss_lte: CustomFloat\r\n netLoss_gt: CustomFloat\r\n netLoss_gte: CustomFloat\r\n netLoss_empty: Boolean\r\n netLosslocal: CustomFloat\r\n netLosslocal_not: CustomFloat\r\n netLosslocal_in: [CustomFloat!]\r\n netLosslocal_not_in: [CustomFloat!]\r\n netLosslocal_lt: CustomFloat\r\n netLosslocal_lte: CustomFloat\r\n netLosslocal_gt: CustomFloat\r\n netLosslocal_gte: CustomFloat\r\n netLosslocal_empty: Boolean\r\n netActualLoss: CustomFloat\r\n netActualLoss_not: CustomFloat\r\n netActualLoss_in: [CustomFloat!]\r\n netActualLoss_not_in: [CustomFloat!]\r\n netActualLoss_lt: CustomFloat\r\n netActualLoss_lte: CustomFloat\r\n netActualLoss_gt: CustomFloat\r\n netActualLoss_gte: CustomFloat\r\n netActualLoss_empty: Boolean\r\n netActualLosslocal: CustomFloat\r\n netActualLosslocal_not: CustomFloat\r\n netActualLosslocal_in: [CustomFloat!]\r\n netActualLosslocal_not_in: [CustomFloat!]\r\n netActualLosslocal_lt: CustomFloat\r\n netActualLosslocal_lte: CustomFloat\r\n netActualLosslocal_gt: CustomFloat\r\n netActualLosslocal_gte: CustomFloat\r\n netActualLosslocal_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n declarer_PersonSystem_some: [PersonSystemFilter!]\r\n declarer_PersonSystem_count: countFilter\r\n orgUnit_DeclarantsEntity_some: [OrgUnitFilter!]\r\n orgUnit_DeclarantsEntity_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n provision_IncidentFinancialElement_some: [ProvisionFilter!]\r\n provision_IncidentFinancialElement_count: countFilter\r\n loss_IncidentFinancialElement_some: [LossFilter!]\r\n loss_IncidentFinancialElement_count: countFilter\r\n recovery_IncidentFinancialElement_some: [RecoveryFilter!]\r\n recovery_IncidentFinancialElement_count: countFilter\r\n gain_IncidentFinancialElement_some: [GainFilter!]\r\n gain_IncidentFinancialElement_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n orgUnit_Entity_some: [OrgUnitFilter!]\r\n orgUnit_Entity_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n organizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_count: countFilter\r\n product_some: [ProductFilter!]\r\n product_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n}\r\n\r\nenum IncidentOrderBy {\r\n name_ASC\r\n name_DESC\r\n codeIncident_ASC\r\n codeIncident_DESC\r\n declarationDate_ASC\r\n declarationDate_DESC\r\n detectionDate_ASC\r\n detectionDate_DESC\r\n occurrenceDate_ASC\r\n occurrenceDate_DESC\r\n nearMiss_ASC\r\n nearMiss_DESC\r\n natureIncident_ASC\r\n natureIncident_DESC\r\n statusIncident_ASC\r\n statusIncident_DESC\r\n impactIncident_ASC\r\n impactIncident_DESC\r\n priorityIncident_ASC\r\n priorityIncident_DESC\r\n grossLoss_ASC\r\n grossLoss_DESC\r\n grossLosslocal_ASC\r\n grossLosslocal_DESC\r\n grossActualLoss_ASC\r\n grossActualLoss_DESC\r\n grossActualLosslocal_ASC\r\n grossActualLosslocal_DESC\r\n recoveries_ASC\r\n recoveries_DESC\r\n recoverieslocal_ASC\r\n recoverieslocal_DESC\r\n netLoss_ASC\r\n netLoss_DESC\r\n netLosslocal_ASC\r\n netLosslocal_DESC\r\n netActualLoss_ASC\r\n netActualLoss_DESC\r\n netActualLosslocal_ASC\r\n netActualLosslocal_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Indicator implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n calculationRuleSimulation(format: StringFormat): String\r\n statusAndValueCalculationRule(format: StringFormat): String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol(format: EnumFormat): ValueSourceProtocolEnum\r\n statusSourceProtocol(format: EnumFormat): StatusSourceProtocolEnum\r\n actualStatus(format: EnumFormat): ActualStatusEnum\r\n valueSourceProtocolSimulation(format: EnumFormat): ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: Relationship_Risk_Risk_RiskIndicator_IndicatorFilter, orderBy: [Relationship_Risk_Risk_RiskIndicator_IndicatorOrderBy]): [Relationship_Risk_Risk_RiskIndicator_Indicator]\r\n riskAggregatedValues(filter: Relationship_Risk_Risk_RiskIndicator_IndicatorFilter, orderBy: [Relationship_Risk_Risk_RiskIndicator_IndicatorOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\ntype IndicatorAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n calculationRuleSimulation(function: AggregateFunctionType): CustomFloat\r\n statusAndValueCalculationRule(function: AggregateFunctionType): CustomFloat\r\n label(function: AggregateFunctionType): CustomFloat\r\n actualValue(function: AggregateFunctionType): CustomFloat\r\n valueSourceProtocol(function: AggregateFunctionType): CustomFloat\r\n statusSourceProtocol(function: AggregateFunctionType): CustomFloat\r\n actualStatus(function: AggregateFunctionType): CustomFloat\r\n valueSourceProtocolSimulation(function: AggregateFunctionType): CustomFloat\r\n definedInControlSystemManager(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput IndicatorFilter {\r\n and: [IndicatorFilter!]\r\n or: [IndicatorFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n calculationRuleSimulation: String\r\n calculationRuleSimulation_not: String\r\n calculationRuleSimulation_in: [String!]\r\n calculationRuleSimulation_not_in: [String!]\r\n calculationRuleSimulation_lt: String\r\n calculationRuleSimulation_lte: String\r\n calculationRuleSimulation_gt: String\r\n calculationRuleSimulation_gte: String\r\n calculationRuleSimulation_contains: String\r\n calculationRuleSimulation_not_contains: String\r\n calculationRuleSimulation_starts_with: String\r\n calculationRuleSimulation_not_starts_with: String\r\n calculationRuleSimulation_ends_with: String\r\n calculationRuleSimulation_not_ends_with: String\r\n calculationRuleSimulation_empty: Boolean\r\n statusAndValueCalculationRule: String\r\n statusAndValueCalculationRule_not: String\r\n statusAndValueCalculationRule_in: [String!]\r\n statusAndValueCalculationRule_not_in: [String!]\r\n statusAndValueCalculationRule_lt: String\r\n statusAndValueCalculationRule_lte: String\r\n statusAndValueCalculationRule_gt: String\r\n statusAndValueCalculationRule_gte: String\r\n statusAndValueCalculationRule_contains: String\r\n statusAndValueCalculationRule_not_contains: String\r\n statusAndValueCalculationRule_starts_with: String\r\n statusAndValueCalculationRule_not_starts_with: String\r\n statusAndValueCalculationRule_ends_with: String\r\n statusAndValueCalculationRule_not_ends_with: String\r\n statusAndValueCalculationRule_empty: Boolean\r\n label: String\r\n label_not: String\r\n label_in: [String!]\r\n label_not_in: [String!]\r\n label_lt: String\r\n label_lte: String\r\n label_gt: String\r\n label_gte: String\r\n label_contains: String\r\n label_not_contains: String\r\n label_starts_with: String\r\n label_not_starts_with: String\r\n label_ends_with: String\r\n label_not_ends_with: String\r\n label_empty: Boolean\r\n actualValue: String\r\n actualValue_not: String\r\n actualValue_in: [String!]\r\n actualValue_not_in: [String!]\r\n actualValue_lt: String\r\n actualValue_lte: String\r\n actualValue_gt: String\r\n actualValue_gte: String\r\n actualValue_contains: String\r\n actualValue_not_contains: String\r\n actualValue_starts_with: String\r\n actualValue_not_starts_with: String\r\n actualValue_ends_with: String\r\n actualValue_not_ends_with: String\r\n actualValue_empty: Boolean\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n valueSourceProtocol_not: ValueSourceProtocolEnum\r\n valueSourceProtocol_in: [ValueSourceProtocolEnum!]\r\n valueSourceProtocol_not_in: [ValueSourceProtocolEnum!]\r\n valueSourceProtocol_empty: Boolean\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n statusSourceProtocol_not: StatusSourceProtocolEnum\r\n statusSourceProtocol_in: [StatusSourceProtocolEnum!]\r\n statusSourceProtocol_not_in: [StatusSourceProtocolEnum!]\r\n statusSourceProtocol_empty: Boolean\r\n actualStatus: ActualStatusEnum\r\n actualStatus_not: ActualStatusEnum\r\n actualStatus_in: [ActualStatusEnum!]\r\n actualStatus_not_in: [ActualStatusEnum!]\r\n actualStatus_empty: Boolean\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n valueSourceProtocolSimulation_not: ValueSourceProtocolSimulationEnum\r\n valueSourceProtocolSimulation_in: [ValueSourceProtocolSimulationEnum!]\r\n valueSourceProtocolSimulation_not_in: [ValueSourceProtocolSimulationEnum!]\r\n valueSourceProtocolSimulation_empty: Boolean\r\n definedInControlSystemManager: Boolean\r\n definedInControlSystemManager_not: Boolean\r\n definedInControlSystemManager_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n}\r\n\r\nenum IndicatorOrderBy {\r\n name_ASC\r\n name_DESC\r\n calculationRuleSimulation_ASC\r\n calculationRuleSimulation_DESC\r\n statusAndValueCalculationRule_ASC\r\n statusAndValueCalculationRule_DESC\r\n label_ASC\r\n label_DESC\r\n actualValue_ASC\r\n actualValue_DESC\r\n valueSourceProtocol_ASC\r\n valueSourceProtocol_DESC\r\n statusSourceProtocol_ASC\r\n statusSourceProtocol_DESC\r\n actualStatus_ASC\r\n actualStatus_DESC\r\n valueSourceProtocolSimulation_ASC\r\n valueSourceProtocolSimulation_DESC\r\n definedInControlSystemManager_ASC\r\n definedInControlSystemManager_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput InputAccount {\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account_ParentAccount: _InputCollectionAction15725\r\n account_SubAccount: _InputCollectionAction15726\r\n orgUnit_Entity: _InputCollectionAction15727\r\n risk: _InputCollectionAction15728\r\n businessProcess: _InputCollectionAction15729\r\n organizationalProcess: _InputCollectionAction15730\r\n provision_IncidentFinancialElement: _InputCollectionAction15731\r\n loss_IncidentFinancialElement: _InputCollectionAction15732\r\n recovery_IncidentFinancialElement: _InputCollectionAction15733\r\n gain_IncidentFinancialElement: _InputCollectionAction15734\r\n control_ContextualizedControl: _InputCollectionAction15735\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputActionActionPlan {\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction15781\r\n businessDocument_ReferredToDocument: _InputCollectionAction15782\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15783\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15784\r\n actionOwner_PersonSystem: _InputCollectionAction15785\r\n orgUnit_OwnerEntity: _InputCollectionAction15786\r\n risk_Scope: _InputCollectionAction15787\r\n control_Scope: _InputCollectionAction15788\r\n application_Scope: _InputCollectionAction15789\r\n organizationalProcess_Scope: _InputCollectionAction15790\r\n businessProcess_Scope: _InputCollectionAction15791\r\n actionPlan_CalledActionPlan: _InputCollectionAction15792\r\n actionPlan_OwnerActionPlan: _InputCollectionAction15793\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputActionPlan {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction15659\r\n businessDocument_ReferredToDocument: _InputCollectionAction15660\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15661\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15662\r\n actionPlanOwner_PersonSystem: _InputCollectionAction15663\r\n actionPlanResponsible_PersonSystem: _InputCollectionAction15664\r\n actionPlanApprover_PersonSystem: _InputCollectionAction15665\r\n steeringDate_SteeringDateScheduler: _InputCollectionAction15666\r\n risk_Scope: _InputCollectionAction15667\r\n incident_Scope: _InputCollectionAction15668\r\n issue_Scope: _InputCollectionAction15669\r\n control_Scope: _InputCollectionAction15670\r\n application_Scope: _InputCollectionAction15671\r\n orgUnit_Scope: _InputCollectionAction15672\r\n organizationalProcess_Scope: _InputCollectionAction15673\r\n requirement_Scope: _InputCollectionAction15674\r\n businessProcess_Scope: _InputCollectionAction15675\r\n steeringCalendar: _InputCollectionAction15676\r\n actionPlan_ReferencingActionPlan: _InputCollectionAction15677\r\n actionPlan_ReferencedActionPlan: _InputCollectionAction15678\r\n actionActionPlan_CallingAction: _InputCollectionAction15679\r\n actionActionPlan_OwnedAction: _InputCollectionAction15680\r\n orgUnit_OwnerEntity: _InputCollectionAction15681\r\n orgUnit_ConsultedEntity: _InputCollectionAction15682\r\n orgUnit_InformedEntity: _InputCollectionAction15683\r\n progressUpdate: _InputCollectionAction15684\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputApplication {\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16341\r\n businessDocument_AttachedDocument: _InputCollectionAction16342\r\n businessDocument_ReferredToDocument: _InputCollectionAction16343\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16344\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16345\r\n objective_AssignedObjective: _InputCollectionAction16346\r\n objective_AchievedObjective: _InputCollectionAction16347\r\n risk: _InputCollectionAction16348\r\n requirement_ImposedRequirement: _InputCollectionAction16349\r\n actionPlan: _InputCollectionAction16350\r\n actionActionPlan_Action: _InputCollectionAction16351\r\n control_ContextualizedControl: _InputCollectionAction16352\r\n incident: _InputCollectionAction16353\r\n requirement_DerivedRequirement: _InputCollectionAction16354\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan_DocumentedObject: _InputCollectionAction15969\r\n businessLine_DocumentedObject: _InputCollectionAction15970\r\n actionActionPlan_DocumentedObject: _InputCollectionAction15971\r\n objective_DocumentedObject: _InputCollectionAction15972\r\n indicator_DocumentedObject: _InputCollectionAction15973\r\n product_DocumentedObject: _InputCollectionAction15974\r\n riskType_DocumentedObject: _InputCollectionAction15975\r\n risk_DocumentedObject: _InputCollectionAction15976\r\n regulationFramework_DocumentedObject: _InputCollectionAction15977\r\n incident_DocumentedObject: _InputCollectionAction15978\r\n issue_DocumentedObject: _InputCollectionAction15979\r\n control_DocumentedObject: _InputCollectionAction15980\r\n application_DocumentedObject: _InputCollectionAction15981\r\n orgUnit_DocumentedObject: _InputCollectionAction15982\r\n organizationalProcess_DocumentedObject: _InputCollectionAction15983\r\n requirement_DocumentedObject: _InputCollectionAction15984\r\n businessProcess_DocumentedObject: _InputCollectionAction15985\r\n actionPlan_Object: _InputCollectionAction15986\r\n businessLine_Object: _InputCollectionAction15987\r\n actionActionPlan_Object: _InputCollectionAction15988\r\n objective_Object: _InputCollectionAction15989\r\n indicator_Object: _InputCollectionAction15990\r\n product_Object: _InputCollectionAction15991\r\n riskType_Object: _InputCollectionAction15992\r\n risk_Object: _InputCollectionAction15993\r\n regulationFramework_Object: _InputCollectionAction15994\r\n incident_Object: _InputCollectionAction15995\r\n issue_Object: _InputCollectionAction15996\r\n control_Object: _InputCollectionAction15997\r\n application_Object: _InputCollectionAction15998\r\n orgUnit_Object: _InputCollectionAction15999\r\n organizationalProcess_Object: _InputCollectionAction16000\r\n requirement_Object: _InputCollectionAction16001\r\n businessProcess_Object: _InputCollectionAction16002\r\n documentCategory: _InputCollectionAction16003\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction16004\r\n businessDocumentVersion_DocumentVersions: _InputCollectionAction16005\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction16233\r\n businessDocument: _InputCollectionAction16234\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan_DocumentedObject: _InputCollectionAction16247\r\n businessLine_DocumentedObject: _InputCollectionAction16248\r\n actionActionPlan_DocumentedObject: _InputCollectionAction16249\r\n objective_DocumentedObject: _InputCollectionAction16250\r\n indicator_DocumentedObject: _InputCollectionAction16251\r\n product_DocumentedObject: _InputCollectionAction16252\r\n riskType_DocumentedObject: _InputCollectionAction16253\r\n risk_DocumentedObject: _InputCollectionAction16254\r\n regulationFramework_DocumentedObject: _InputCollectionAction16255\r\n incident_DocumentedObject: _InputCollectionAction16256\r\n issue_DocumentedObject: _InputCollectionAction16257\r\n control_DocumentedObject: _InputCollectionAction16258\r\n application_DocumentedObject: _InputCollectionAction16259\r\n orgUnit_DocumentedObject: _InputCollectionAction16260\r\n organizationalProcess_DocumentedObject: _InputCollectionAction16261\r\n requirement_DocumentedObject: _InputCollectionAction16262\r\n businessProcess_DocumentedObject: _InputCollectionAction16263\r\n actionPlan_Object: _InputCollectionAction16264\r\n businessLine_Object: _InputCollectionAction16265\r\n actionActionPlan_Object: _InputCollectionAction16266\r\n objective_Object: _InputCollectionAction16267\r\n indicator_Object: _InputCollectionAction16268\r\n product_Object: _InputCollectionAction16269\r\n riskType_Object: _InputCollectionAction16270\r\n risk_Object: _InputCollectionAction16271\r\n regulationFramework_Object: _InputCollectionAction16272\r\n incident_Object: _InputCollectionAction16273\r\n issue_Object: _InputCollectionAction16274\r\n control_Object: _InputCollectionAction16275\r\n application_Object: _InputCollectionAction16276\r\n orgUnit_Object: _InputCollectionAction16277\r\n organizationalProcess_Object: _InputCollectionAction16278\r\n requirement_Object: _InputCollectionAction16279\r\n businessProcess_Object: _InputCollectionAction16280\r\n businessDocument_Document: _InputCollectionAction16281\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessLine {\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15747\r\n businessDocument_AttachedDocument: _InputCollectionAction15748\r\n businessDocument_ReferredToDocument: _InputCollectionAction15749\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15750\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15751\r\n objective_AssignedObjective: _InputCollectionAction15752\r\n objective_AchievedObjective: _InputCollectionAction15753\r\n risk: _InputCollectionAction15754\r\n requirement_ImposedRequirement: _InputCollectionAction15755\r\n businessLine_ParentBusinessLine: _InputCollectionAction15756\r\n businessLine_SubBusinessLine: _InputCollectionAction15757\r\n orgUnit: _InputCollectionAction15758\r\n regulationFramework: _InputCollectionAction15759\r\n macroIncident: _InputCollectionAction15760\r\n grossIncome: _InputCollectionAction15761\r\n incident: _InputCollectionAction15762\r\n requirement_DerivedRequirement: _InputCollectionAction15763\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessProcess {\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16513\r\n businessProcess_OwnerBusinessProcess: _InputCollectionAction16514\r\n businessProcess_OwnedBusinessProcess: _InputCollectionAction16515\r\n businessDocument_AttachedDocument: _InputCollectionAction16516\r\n businessDocument_ReferredToDocument: _InputCollectionAction16517\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16518\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16519\r\n objective_AssignedObjective: _InputCollectionAction16520\r\n objective_AchievedObjective: _InputCollectionAction16521\r\n account: _InputCollectionAction16522\r\n risk: _InputCollectionAction16523\r\n requirement_ImposedRequirement: _InputCollectionAction16524\r\n actionPlan: _InputCollectionAction16525\r\n actionActionPlan_Action: _InputCollectionAction16526\r\n control_ContextualizedControl: _InputCollectionAction16527\r\n incident: _InputCollectionAction16528\r\n requirement_DerivedRequirement: _InputCollectionAction16529\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessRole {\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction15635\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15636\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15637\r\n risk: _InputCollectionAction15638\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15639\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15640\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15641\r\n application: _InputCollectionAction15642\r\n orgUnit: _InputCollectionAction15643\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15644\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15645\r\n businessProcess: _InputCollectionAction15646\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputControl {\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16185\r\n businessDocument_AttachedDocument: _InputCollectionAction16186\r\n businessDocument_ReferredToDocument: _InputCollectionAction16187\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16188\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16189\r\n issue: _InputCollectionAction16190\r\n controlOwner_PersonSystem: _InputCollectionAction16191\r\n objective_AssignedObjective: _InputCollectionAction16192\r\n objective_AchievedObjective: _InputCollectionAction16193\r\n riskFactor_ControlledRiskFactor: _InputCollectionAction16194\r\n risk_ControlledRisk: _InputCollectionAction16195\r\n steeringDate_SteeringDateScheduler: _InputCollectionAction16196\r\n requirement_ImposedRequirement: _InputCollectionAction16197\r\n actionPlan: _InputCollectionAction16198\r\n actionActionPlan_Action: _InputCollectionAction16199\r\n steeringCalendar: _InputCollectionAction16200\r\n account_ControlContextElement: _InputCollectionAction16201\r\n application_ControlContextElement: _InputCollectionAction16202\r\n orgUnit_ControlContextElement: _InputCollectionAction16203\r\n organizationalProcess_ControlContextElement: _InputCollectionAction16204\r\n requirement_ControlContextElement: _InputCollectionAction16205\r\n businessProcess_ControlContextElement: _InputCollectionAction16206\r\n incident: _InputCollectionAction16207\r\n requirement_DerivedRequirement: _InputCollectionAction16208\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagram {\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessLine: _InputCollectionAction16317\r\n objective_DescribedElement: _InputCollectionAction16318\r\n product_DescribedElement: _InputCollectionAction16319\r\n riskType_DescribedElement: _InputCollectionAction16320\r\n risk: _InputCollectionAction16321\r\n regulationFramework_DescribedElement: _InputCollectionAction16322\r\n issue_DescribedElement: _InputCollectionAction16323\r\n control_DescribedElement: _InputCollectionAction16324\r\n application: _InputCollectionAction16325\r\n orgUnit: _InputCollectionAction16326\r\n organizationalProcess_DescribedElement: _InputCollectionAction16327\r\n businessProcess: _InputCollectionAction16328\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n comment: String\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction16237\r\n documentCategory_Lower: _InputCollectionAction16238\r\n businessDocumentPattern: _InputCollectionAction16239\r\n businessDocument: _InputCollectionAction16240\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGain {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16155\r\n incident: _InputCollectionAction16156\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGrossIncome {\r\n beginDateGrossIncome: CustomDate\r\n endDateGrossIncome: CustomDate\r\n revenueAmount: CustomFloat\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessLine: _InputCollectionAction16245\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputIncident {\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction16093\r\n businessDocument_ReferredToDocument: _InputCollectionAction16094\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16095\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16096\r\n declarer_PersonSystem: _InputCollectionAction16097\r\n orgUnit_DeclarantsEntity: _InputCollectionAction16098\r\n actionPlan: _InputCollectionAction16099\r\n macroIncident: _InputCollectionAction16100\r\n provision_IncidentFinancialElement: _InputCollectionAction16101\r\n loss_IncidentFinancialElement: _InputCollectionAction16102\r\n recovery_IncidentFinancialElement: _InputCollectionAction16103\r\n gain_IncidentFinancialElement: _InputCollectionAction16104\r\n riskType: _InputCollectionAction16105\r\n businessLine: _InputCollectionAction16106\r\n orgUnit_Entity: _InputCollectionAction16107\r\n businessProcess: _InputCollectionAction16108\r\n organizationalProcess: _InputCollectionAction16109\r\n product: _InputCollectionAction16110\r\n application: _InputCollectionAction16111\r\n requirement: _InputCollectionAction16112\r\n risk: _InputCollectionAction16113\r\n control: _InputCollectionAction16114\r\n riskFactor: _InputCollectionAction16115\r\n riskConsequence: _InputCollectionAction16116\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputIndicator {\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n risk: _InputCollectionAction15849\r\n businessDocument_AttachedDocument: _InputCollectionAction15850\r\n businessDocument_ReferredToDocument: _InputCollectionAction15851\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15852\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15853\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputIssue {\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16159\r\n businessDocument_AttachedDocument: _InputCollectionAction16160\r\n businessDocument_ReferredToDocument: _InputCollectionAction16161\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16162\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16163\r\n control: _InputCollectionAction16164\r\n issue_OwnerIssue: _InputCollectionAction16165\r\n issue_OwnedIssue: _InputCollectionAction16166\r\n actionPlan: _InputCollectionAction16167\r\n objective_SolvingObjective: _InputCollectionAction16168\r\n risk_OriginatedRisk: _InputCollectionAction16169\r\n issue_Cause: _InputCollectionAction16170\r\n issue_Effect: _InputCollectionAction16171\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLanguage {\r\n languageCharacteristics: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n language_GeneralLanguage: _InputCollectionAction15569\r\n language_SpecializedLanguage: _InputCollectionAction15570\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLogin {\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction15607\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLoss {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16147\r\n incident: _InputCollectionAction16148\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMacroIncident {\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n incident: _InputCollectionAction16141\r\n risk: _InputCollectionAction16142\r\n businessLine: _InputCollectionAction16143\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputObjective {\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15807\r\n businessDocument_AttachedDocument: _InputCollectionAction15808\r\n businessDocument_ReferredToDocument: _InputCollectionAction15809\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15810\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15811\r\n businessLine_ConcernedElement: _InputCollectionAction15812\r\n control_ConcernedElement: _InputCollectionAction15813\r\n application_ConcernedElement: _InputCollectionAction15814\r\n orgUnit_ConcernedElement: _InputCollectionAction15815\r\n organizationalProcess_ConcernedElement: _InputCollectionAction15816\r\n requirement_ConcernedElement: _InputCollectionAction15817\r\n businessProcess_ConcernedElement: _InputCollectionAction15818\r\n businessLine_ContributingElement: _InputCollectionAction15819\r\n control_ContributingElement: _InputCollectionAction15820\r\n application_ContributingElement: _InputCollectionAction15821\r\n orgUnit_ContributingElement: _InputCollectionAction15822\r\n organizationalProcess_ContributingElement: _InputCollectionAction15823\r\n requirement_ContributingElement: _InputCollectionAction15824\r\n businessProcess_ContributingElement: _InputCollectionAction15825\r\n risk: _InputCollectionAction15826\r\n issue_SolvedIssue: _InputCollectionAction15827\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOrgUnit {\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16369\r\n businessDocument_AttachedDocument: _InputCollectionAction16370\r\n businessDocument_ReferredToDocument: _InputCollectionAction16371\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16372\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16373\r\n objective_AssignedObjective: _InputCollectionAction16374\r\n objective_AchievedObjective: _InputCollectionAction16375\r\n account: _InputCollectionAction16376\r\n risk: _InputCollectionAction16377\r\n actionActionPlan_OwnedAction: _InputCollectionAction16378\r\n incident_DeclarantsIncident: _InputCollectionAction16379\r\n requirement_ImposedRequirement: _InputCollectionAction16380\r\n actionPlan: _InputCollectionAction16381\r\n actionPlan_OwnedActionPlan: _InputCollectionAction16382\r\n actionPlan_ConsultingActionPlan: _InputCollectionAction16383\r\n actionPlan_InformingActionPlan: _InputCollectionAction16384\r\n businessLine: _InputCollectionAction16385\r\n orgUnit_AggregationOf: _InputCollectionAction16386\r\n orgUnit_Component: _InputCollectionAction16387\r\n control_ContextualizedControl: _InputCollectionAction16388\r\n incident: _InputCollectionAction16389\r\n requirement_DerivedRequirement: _InputCollectionAction16390\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOrganizationalProcess {\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16413\r\n businessDocument_AttachedDocument: _InputCollectionAction16414\r\n businessDocument_ReferredToDocument: _InputCollectionAction16415\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16416\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16417\r\n organizationalProcessManager_PersonSystem: _InputCollectionAction16418\r\n objective_AssignedObjective: _InputCollectionAction16419\r\n objective_AchievedObjective: _InputCollectionAction16420\r\n account: _InputCollectionAction16421\r\n risk: _InputCollectionAction16422\r\n requirement_ImposedRequirement: _InputCollectionAction16423\r\n actionPlan: _InputCollectionAction16424\r\n actionActionPlan_Action: _InputCollectionAction16425\r\n control_ContextualizedControl: _InputCollectionAction16426\r\n incident: _InputCollectionAction16427\r\n risk_ControlledRisk: _InputCollectionAction16428\r\n requirement_DerivedRequirement: _InputCollectionAction16429\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPersonSystem {\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n login: _InputCollectionAction15573\r\n actionPlanOwner_ActionPlan: _InputCollectionAction15574\r\n actionPlanResponsible_ActionPlan: _InputCollectionAction15575\r\n actionPlanApprover_ActionPlan: _InputCollectionAction15576\r\n actionOwner_ActionActionPlan: _InputCollectionAction15577\r\n riskOwner_Risk: _InputCollectionAction15578\r\n regulationFrameworkResponsible_RegulationFramework: _InputCollectionAction15579\r\n regulationFrameworkAccountable_RegulationFramework: _InputCollectionAction15580\r\n regulationFrameworkConsulted_RegulationFramework: _InputCollectionAction15581\r\n regulationFrameworkInformed_RegulationFramework: _InputCollectionAction15582\r\n declarer_Incident: _InputCollectionAction15583\r\n controlOwner_Control: _InputCollectionAction15584\r\n organizationalProcessManager_OrganizationalProcess: _InputCollectionAction15585\r\n requirementResponsible_Requirement: _InputCollectionAction15586\r\n requirementAccountable_Requirement: _InputCollectionAction15587\r\n requirementConsulted_Requirement: _InputCollectionAction15588\r\n requirementInformed_Requirement: _InputCollectionAction15589\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputProduct {\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15859\r\n businessDocument_AttachedDocument: _InputCollectionAction15860\r\n businessDocument_ReferredToDocument: _InputCollectionAction15861\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15862\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15863\r\n product_AggregationOf: _InputCollectionAction15864\r\n product_SubProduct: _InputCollectionAction15865\r\n incident: _InputCollectionAction15866\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputProgressUpdate {\r\n progressDate: CustomDate\r\n progressEvaluation: ProgressEvaluationEnum\r\n progressUpdatePercentage: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan: _InputCollectionAction15711\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputProvision {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16089\r\n incident: _InputCollectionAction16090\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRecovery {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16151\r\n incident: _InputCollectionAction16152\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRegulationFramework {\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16043\r\n businessDocument_AttachedDocument: _InputCollectionAction16044\r\n businessDocument_ReferredToDocument: _InputCollectionAction16045\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16046\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16047\r\n riskConsequence: _InputCollectionAction16048\r\n regulationFrameworkResponsible_PersonSystem: _InputCollectionAction16049\r\n regulationFrameworkAccountable_PersonSystem: _InputCollectionAction16050\r\n regulationFrameworkConsulted_PersonSystem: _InputCollectionAction16051\r\n regulationFrameworkInformed_PersonSystem: _InputCollectionAction16052\r\n businessLine: _InputCollectionAction16053\r\n riskType: _InputCollectionAction16054\r\n riskFactor: _InputCollectionAction16055\r\n requirement: _InputCollectionAction16056\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRequirement {\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n requirement_SubRequirement: _InputCollectionAction16447\r\n requirement_ParentRequirement: _InputCollectionAction16448\r\n businessDocument_AttachedDocument: _InputCollectionAction16449\r\n businessDocument_ReferredToDocument: _InputCollectionAction16450\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16451\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16452\r\n requirementResponsible_PersonSystem: _InputCollectionAction16453\r\n requirementAccountable_PersonSystem: _InputCollectionAction16454\r\n requirementConsulted_PersonSystem: _InputCollectionAction16455\r\n requirementInformed_PersonSystem: _InputCollectionAction16456\r\n objective_AssignedObjective: _InputCollectionAction16457\r\n objective_AchievedObjective: _InputCollectionAction16458\r\n businessLine_ElementConstrainedByARequirement: _InputCollectionAction16459\r\n riskType_ElementConstrainedByARequirement: _InputCollectionAction16460\r\n riskFactor_ElementConstrainedByARequirement: _InputCollectionAction16461\r\n control_ElementConstrainedByARequirement: _InputCollectionAction16462\r\n application_ElementConstrainedByARequirement: _InputCollectionAction16463\r\n orgUnit_ElementConstrainedByARequirement: _InputCollectionAction16464\r\n organizationalProcess_ElementConstrainedByARequirement: _InputCollectionAction16465\r\n businessProcess_ElementConstrainedByARequirement: _InputCollectionAction16466\r\n actionPlan: _InputCollectionAction16467\r\n risk: _InputCollectionAction16468\r\n control_ContextualizedControl: _InputCollectionAction16469\r\n regulationFramework: _InputCollectionAction16470\r\n incident: _InputCollectionAction16471\r\n businessLine_ContributingElement: _InputCollectionAction16472\r\n riskType_ContributingElement: _InputCollectionAction16473\r\n riskFactor_ContributingElement: _InputCollectionAction16474\r\n control_ContributingElement: _InputCollectionAction16475\r\n application_ContributingElement: _InputCollectionAction16476\r\n orgUnit_ContributingElement: _InputCollectionAction16477\r\n organizationalProcess_ContributingElement: _InputCollectionAction16478\r\n businessProcess_ContributingElement: _InputCollectionAction16479\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputResponsibilityAssignment {\r\n name: String\r\n responsibilityAssignmentName: String\r\n comment: String\r\n externalId: String\r\n personSystem_AssignedPerson: _InputCollectionAction15609\r\n businessRole: _InputCollectionAction15610\r\n actionPlan_AssignedObject: _InputCollectionAction15611\r\n actionActionPlan_AssignedObject: _InputCollectionAction15612\r\n risk_AssignedObject: _InputCollectionAction15613\r\n regulationFramework_AssignedObject: _InputCollectionAction15614\r\n incident_AssignedObject: _InputCollectionAction15615\r\n control_AssignedObject: _InputCollectionAction15616\r\n application_AssignedObject: _InputCollectionAction15617\r\n orgUnit_AssignedObject: _InputCollectionAction15618\r\n organizationalProcess_AssignedObject: _InputCollectionAction15619\r\n requirement_AssignedObject: _InputCollectionAction15620\r\n businessProcess_AssignedObject: _InputCollectionAction15621\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRisk {\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15915\r\n businessDocument_AttachedDocument: _InputCollectionAction15916\r\n businessDocument_ReferredToDocument: _InputCollectionAction15917\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15918\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15919\r\n riskOwner_PersonSystem: _InputCollectionAction15920\r\n account: _InputCollectionAction15921\r\n riskFactor_SourceRiskFactor: _InputCollectionAction15922\r\n businessLine: _InputCollectionAction15923\r\n objective_ElementAtRisk: _InputCollectionAction15924\r\n application: _InputCollectionAction15925\r\n orgUnit: _InputCollectionAction15926\r\n organizationalProcess_ElementAtRisk: _InputCollectionAction15927\r\n businessProcess: _InputCollectionAction15928\r\n control_PreventiveControl: _InputCollectionAction15929\r\n actionPlan: _InputCollectionAction15930\r\n actionActionPlan_Action: _InputCollectionAction15931\r\n requirement: _InputCollectionAction15932\r\n riskConsequence: _InputCollectionAction15933\r\n risk_SourceRisk: _InputCollectionAction15934\r\n risk_TargetRisk: _InputCollectionAction15935\r\n indicator: _InputCollectionAction15936\r\n macroIncident: _InputCollectionAction15937\r\n riskType: _InputCollectionAction15938\r\n incident: _InputCollectionAction15939\r\n issue_OriginatingIssue: _InputCollectionAction15940\r\n organizationalProcess_ControlProcess: _InputCollectionAction15941\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRiskConsequence {\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n regulationFramework: _InputCollectionAction15713\r\n riskType: _InputCollectionAction15714\r\n risk: _InputCollectionAction15715\r\n riskConsequence_ParentConsequence: _InputCollectionAction15716\r\n riskConsequence_SubConsequence: _InputCollectionAction15717\r\n incident: _InputCollectionAction15718\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRiskFactor {\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n riskType: _InputCollectionAction16071\r\n risk_TriggeredRisk: _InputCollectionAction16072\r\n control: _InputCollectionAction16073\r\n riskFactor_ParentRiskFactor: _InputCollectionAction16074\r\n riskFactor_SubRiskFactor: _InputCollectionAction16075\r\n requirement_ImposedRequirement: _InputCollectionAction16076\r\n regulationFramework: _InputCollectionAction16077\r\n incident: _InputCollectionAction16078\r\n requirement_DerivedRequirement: _InputCollectionAction16079\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRiskType {\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15875\r\n riskFactor: _InputCollectionAction15876\r\n businessDocument_AttachedDocument: _InputCollectionAction15877\r\n businessDocument_ReferredToDocument: _InputCollectionAction15878\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15879\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15880\r\n riskConsequence: _InputCollectionAction15881\r\n requirement_ImposedRequirement: _InputCollectionAction15882\r\n riskType_ParentRiskType: _InputCollectionAction15883\r\n riskType_SubRiskType: _InputCollectionAction15884\r\n risk: _InputCollectionAction15885\r\n regulationFramework: _InputCollectionAction15886\r\n incident: _InputCollectionAction15887\r\n requirement_DerivedRequirement: _InputCollectionAction15888\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSteeringCalendar {\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n steeringDate: _InputCollectionAction15903\r\n actionPlan_MetaClassWithSteeringCalendar: _InputCollectionAction15904\r\n control_MetaClassWithSteeringCalendar: _InputCollectionAction15905\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSteeringDate {\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n steeringCalendar: _InputCollectionAction15909\r\n actionPlan_MetaClassWithSteeringCalendar: _InputCollectionAction15910\r\n control_MetaClassWithSteeringCalendar: _InputCollectionAction15911\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueAccount {\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account_ParentAccount: _InputCollectionAction15736\r\n account_SubAccount: _InputCollectionAction15737\r\n orgUnit_Entity: _InputCollectionAction15738\r\n risk: _InputCollectionAction15739\r\n businessProcess: _InputCollectionAction15740\r\n organizationalProcess: _InputCollectionAction15741\r\n provision_IncidentFinancialElement: _InputCollectionAction15742\r\n loss_IncidentFinancialElement: _InputCollectionAction15743\r\n recovery_IncidentFinancialElement: _InputCollectionAction15744\r\n gain_IncidentFinancialElement: _InputCollectionAction15745\r\n control_ContextualizedControl: _InputCollectionAction15746\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueActionActionPlan {\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction15794\r\n businessDocument_ReferredToDocument: _InputCollectionAction15795\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15796\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15797\r\n actionOwner_PersonSystem: _InputCollectionAction15798\r\n orgUnit_OwnerEntity: _InputCollectionAction15799\r\n risk_Scope: _InputCollectionAction15800\r\n control_Scope: _InputCollectionAction15801\r\n application_Scope: _InputCollectionAction15802\r\n organizationalProcess_Scope: _InputCollectionAction15803\r\n businessProcess_Scope: _InputCollectionAction15804\r\n actionPlan_CalledActionPlan: _InputCollectionAction15805\r\n actionPlan_OwnerActionPlan: _InputCollectionAction15806\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueActionPlan {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction15685\r\n businessDocument_ReferredToDocument: _InputCollectionAction15686\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15687\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15688\r\n actionPlanOwner_PersonSystem: _InputCollectionAction15689\r\n actionPlanResponsible_PersonSystem: _InputCollectionAction15690\r\n actionPlanApprover_PersonSystem: _InputCollectionAction15691\r\n steeringDate_SteeringDateScheduler: _InputCollectionAction15692\r\n risk_Scope: _InputCollectionAction15693\r\n incident_Scope: _InputCollectionAction15694\r\n issue_Scope: _InputCollectionAction15695\r\n control_Scope: _InputCollectionAction15696\r\n application_Scope: _InputCollectionAction15697\r\n orgUnit_Scope: _InputCollectionAction15698\r\n organizationalProcess_Scope: _InputCollectionAction15699\r\n requirement_Scope: _InputCollectionAction15700\r\n businessProcess_Scope: _InputCollectionAction15701\r\n steeringCalendar: _InputCollectionAction15702\r\n actionPlan_ReferencingActionPlan: _InputCollectionAction15703\r\n actionPlan_ReferencedActionPlan: _InputCollectionAction15704\r\n actionActionPlan_CallingAction: _InputCollectionAction15705\r\n actionActionPlan_OwnedAction: _InputCollectionAction15706\r\n orgUnit_OwnerEntity: _InputCollectionAction15707\r\n orgUnit_ConsultedEntity: _InputCollectionAction15708\r\n orgUnit_InformedEntity: _InputCollectionAction15709\r\n progressUpdate: _InputCollectionAction15710\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplication {\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16355\r\n businessDocument_AttachedDocument: _InputCollectionAction16356\r\n businessDocument_ReferredToDocument: _InputCollectionAction16357\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16358\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16359\r\n objective_AssignedObjective: _InputCollectionAction16360\r\n objective_AchievedObjective: _InputCollectionAction16361\r\n risk: _InputCollectionAction16362\r\n requirement_ImposedRequirement: _InputCollectionAction16363\r\n actionPlan: _InputCollectionAction16364\r\n actionActionPlan_Action: _InputCollectionAction16365\r\n control_ContextualizedControl: _InputCollectionAction16366\r\n incident: _InputCollectionAction16367\r\n requirement_DerivedRequirement: _InputCollectionAction16368\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan_DocumentedObject: _InputCollectionAction16006\r\n businessLine_DocumentedObject: _InputCollectionAction16007\r\n actionActionPlan_DocumentedObject: _InputCollectionAction16008\r\n objective_DocumentedObject: _InputCollectionAction16009\r\n indicator_DocumentedObject: _InputCollectionAction16010\r\n product_DocumentedObject: _InputCollectionAction16011\r\n riskType_DocumentedObject: _InputCollectionAction16012\r\n risk_DocumentedObject: _InputCollectionAction16013\r\n regulationFramework_DocumentedObject: _InputCollectionAction16014\r\n incident_DocumentedObject: _InputCollectionAction16015\r\n issue_DocumentedObject: _InputCollectionAction16016\r\n control_DocumentedObject: _InputCollectionAction16017\r\n application_DocumentedObject: _InputCollectionAction16018\r\n orgUnit_DocumentedObject: _InputCollectionAction16019\r\n organizationalProcess_DocumentedObject: _InputCollectionAction16020\r\n requirement_DocumentedObject: _InputCollectionAction16021\r\n businessProcess_DocumentedObject: _InputCollectionAction16022\r\n actionPlan_Object: _InputCollectionAction16023\r\n businessLine_Object: _InputCollectionAction16024\r\n actionActionPlan_Object: _InputCollectionAction16025\r\n objective_Object: _InputCollectionAction16026\r\n indicator_Object: _InputCollectionAction16027\r\n product_Object: _InputCollectionAction16028\r\n riskType_Object: _InputCollectionAction16029\r\n risk_Object: _InputCollectionAction16030\r\n regulationFramework_Object: _InputCollectionAction16031\r\n incident_Object: _InputCollectionAction16032\r\n issue_Object: _InputCollectionAction16033\r\n control_Object: _InputCollectionAction16034\r\n application_Object: _InputCollectionAction16035\r\n orgUnit_Object: _InputCollectionAction16036\r\n organizationalProcess_Object: _InputCollectionAction16037\r\n requirement_Object: _InputCollectionAction16038\r\n businessProcess_Object: _InputCollectionAction16039\r\n documentCategory: _InputCollectionAction16040\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction16041\r\n businessDocumentVersion_DocumentVersions: _InputCollectionAction16042\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction16235\r\n businessDocument: _InputCollectionAction16236\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan_DocumentedObject: _InputCollectionAction16282\r\n businessLine_DocumentedObject: _InputCollectionAction16283\r\n actionActionPlan_DocumentedObject: _InputCollectionAction16284\r\n objective_DocumentedObject: _InputCollectionAction16285\r\n indicator_DocumentedObject: _InputCollectionAction16286\r\n product_DocumentedObject: _InputCollectionAction16287\r\n riskType_DocumentedObject: _InputCollectionAction16288\r\n risk_DocumentedObject: _InputCollectionAction16289\r\n regulationFramework_DocumentedObject: _InputCollectionAction16290\r\n incident_DocumentedObject: _InputCollectionAction16291\r\n issue_DocumentedObject: _InputCollectionAction16292\r\n control_DocumentedObject: _InputCollectionAction16293\r\n application_DocumentedObject: _InputCollectionAction16294\r\n orgUnit_DocumentedObject: _InputCollectionAction16295\r\n organizationalProcess_DocumentedObject: _InputCollectionAction16296\r\n requirement_DocumentedObject: _InputCollectionAction16297\r\n businessProcess_DocumentedObject: _InputCollectionAction16298\r\n actionPlan_Object: _InputCollectionAction16299\r\n businessLine_Object: _InputCollectionAction16300\r\n actionActionPlan_Object: _InputCollectionAction16301\r\n objective_Object: _InputCollectionAction16302\r\n indicator_Object: _InputCollectionAction16303\r\n product_Object: _InputCollectionAction16304\r\n riskType_Object: _InputCollectionAction16305\r\n risk_Object: _InputCollectionAction16306\r\n regulationFramework_Object: _InputCollectionAction16307\r\n incident_Object: _InputCollectionAction16308\r\n issue_Object: _InputCollectionAction16309\r\n control_Object: _InputCollectionAction16310\r\n application_Object: _InputCollectionAction16311\r\n orgUnit_Object: _InputCollectionAction16312\r\n organizationalProcess_Object: _InputCollectionAction16313\r\n requirement_Object: _InputCollectionAction16314\r\n businessProcess_Object: _InputCollectionAction16315\r\n businessDocument_Document: _InputCollectionAction16316\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessLine {\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15764\r\n businessDocument_AttachedDocument: _InputCollectionAction15765\r\n businessDocument_ReferredToDocument: _InputCollectionAction15766\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15767\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15768\r\n objective_AssignedObjective: _InputCollectionAction15769\r\n objective_AchievedObjective: _InputCollectionAction15770\r\n risk: _InputCollectionAction15771\r\n requirement_ImposedRequirement: _InputCollectionAction15772\r\n businessLine_ParentBusinessLine: _InputCollectionAction15773\r\n businessLine_SubBusinessLine: _InputCollectionAction15774\r\n orgUnit: _InputCollectionAction15775\r\n regulationFramework: _InputCollectionAction15776\r\n macroIncident: _InputCollectionAction15777\r\n grossIncome: _InputCollectionAction15778\r\n incident: _InputCollectionAction15779\r\n requirement_DerivedRequirement: _InputCollectionAction15780\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessProcess {\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16530\r\n businessProcess_OwnerBusinessProcess: _InputCollectionAction16531\r\n businessProcess_OwnedBusinessProcess: _InputCollectionAction16532\r\n businessDocument_AttachedDocument: _InputCollectionAction16533\r\n businessDocument_ReferredToDocument: _InputCollectionAction16534\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16535\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16536\r\n objective_AssignedObjective: _InputCollectionAction16537\r\n objective_AchievedObjective: _InputCollectionAction16538\r\n account: _InputCollectionAction16539\r\n risk: _InputCollectionAction16540\r\n requirement_ImposedRequirement: _InputCollectionAction16541\r\n actionPlan: _InputCollectionAction16542\r\n actionActionPlan_Action: _InputCollectionAction16543\r\n control_ContextualizedControl: _InputCollectionAction16544\r\n incident: _InputCollectionAction16545\r\n requirement_DerivedRequirement: _InputCollectionAction16546\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessRole {\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction15647\r\n actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15648\r\n actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15649\r\n risk: _InputCollectionAction15650\r\n regulationFramework_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15651\r\n incident_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15652\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15653\r\n application: _InputCollectionAction15654\r\n orgUnit: _InputCollectionAction15655\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15656\r\n requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction15657\r\n businessProcess: _InputCollectionAction15658\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueControl {\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16209\r\n businessDocument_AttachedDocument: _InputCollectionAction16210\r\n businessDocument_ReferredToDocument: _InputCollectionAction16211\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16212\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16213\r\n issue: _InputCollectionAction16214\r\n controlOwner_PersonSystem: _InputCollectionAction16215\r\n objective_AssignedObjective: _InputCollectionAction16216\r\n objective_AchievedObjective: _InputCollectionAction16217\r\n riskFactor_ControlledRiskFactor: _InputCollectionAction16218\r\n risk_ControlledRisk: _InputCollectionAction16219\r\n steeringDate_SteeringDateScheduler: _InputCollectionAction16220\r\n requirement_ImposedRequirement: _InputCollectionAction16221\r\n actionPlan: _InputCollectionAction16222\r\n actionActionPlan_Action: _InputCollectionAction16223\r\n steeringCalendar: _InputCollectionAction16224\r\n account_ControlContextElement: _InputCollectionAction16225\r\n application_ControlContextElement: _InputCollectionAction16226\r\n orgUnit_ControlContextElement: _InputCollectionAction16227\r\n organizationalProcess_ControlContextElement: _InputCollectionAction16228\r\n requirement_ControlContextElement: _InputCollectionAction16229\r\n businessProcess_ControlContextElement: _InputCollectionAction16230\r\n incident: _InputCollectionAction16231\r\n requirement_DerivedRequirement: _InputCollectionAction16232\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagram {\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessLine: _InputCollectionAction16329\r\n objective_DescribedElement: _InputCollectionAction16330\r\n product_DescribedElement: _InputCollectionAction16331\r\n riskType_DescribedElement: _InputCollectionAction16332\r\n risk: _InputCollectionAction16333\r\n regulationFramework_DescribedElement: _InputCollectionAction16334\r\n issue_DescribedElement: _InputCollectionAction16335\r\n control_DescribedElement: _InputCollectionAction16336\r\n application: _InputCollectionAction16337\r\n orgUnit: _InputCollectionAction16338\r\n organizationalProcess_DescribedElement: _InputCollectionAction16339\r\n businessProcess: _InputCollectionAction16340\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction16241\r\n documentCategory_Lower: _InputCollectionAction16242\r\n businessDocumentPattern: _InputCollectionAction16243\r\n businessDocument: _InputCollectionAction16244\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGain {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16157\r\n incident: _InputCollectionAction16158\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGrossIncome {\r\n beginDateGrossIncome: CustomDate\r\n endDateGrossIncome: CustomDate\r\n revenueAmount: CustomFloat\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessLine: _InputCollectionAction16246\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueIncident {\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction16117\r\n businessDocument_ReferredToDocument: _InputCollectionAction16118\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16119\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16120\r\n declarer_PersonSystem: _InputCollectionAction16121\r\n orgUnit_DeclarantsEntity: _InputCollectionAction16122\r\n actionPlan: _InputCollectionAction16123\r\n macroIncident: _InputCollectionAction16124\r\n provision_IncidentFinancialElement: _InputCollectionAction16125\r\n loss_IncidentFinancialElement: _InputCollectionAction16126\r\n recovery_IncidentFinancialElement: _InputCollectionAction16127\r\n gain_IncidentFinancialElement: _InputCollectionAction16128\r\n riskType: _InputCollectionAction16129\r\n businessLine: _InputCollectionAction16130\r\n orgUnit_Entity: _InputCollectionAction16131\r\n businessProcess: _InputCollectionAction16132\r\n organizationalProcess: _InputCollectionAction16133\r\n product: _InputCollectionAction16134\r\n application: _InputCollectionAction16135\r\n requirement: _InputCollectionAction16136\r\n risk: _InputCollectionAction16137\r\n control: _InputCollectionAction16138\r\n riskFactor: _InputCollectionAction16139\r\n riskConsequence: _InputCollectionAction16140\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueIndicator {\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n risk: _InputCollectionAction15854\r\n businessDocument_AttachedDocument: _InputCollectionAction15855\r\n businessDocument_ReferredToDocument: _InputCollectionAction15856\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15857\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15858\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueIssue {\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16172\r\n businessDocument_AttachedDocument: _InputCollectionAction16173\r\n businessDocument_ReferredToDocument: _InputCollectionAction16174\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16175\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16176\r\n control: _InputCollectionAction16177\r\n issue_OwnerIssue: _InputCollectionAction16178\r\n issue_OwnedIssue: _InputCollectionAction16179\r\n actionPlan: _InputCollectionAction16180\r\n objective_SolvingObjective: _InputCollectionAction16181\r\n risk_OriginatedRisk: _InputCollectionAction16182\r\n issue_Cause: _InputCollectionAction16183\r\n issue_Effect: _InputCollectionAction16184\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLanguage {\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n language_GeneralLanguage: _InputCollectionAction15571\r\n language_SpecializedLanguage: _InputCollectionAction15572\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLogin {\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction15608\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLoss {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16149\r\n incident: _InputCollectionAction16150\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMacroIncident {\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n incident: _InputCollectionAction16144\r\n risk: _InputCollectionAction16145\r\n businessLine: _InputCollectionAction16146\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueObjective {\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15828\r\n businessDocument_AttachedDocument: _InputCollectionAction15829\r\n businessDocument_ReferredToDocument: _InputCollectionAction15830\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15831\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15832\r\n businessLine_ConcernedElement: _InputCollectionAction15833\r\n control_ConcernedElement: _InputCollectionAction15834\r\n application_ConcernedElement: _InputCollectionAction15835\r\n orgUnit_ConcernedElement: _InputCollectionAction15836\r\n organizationalProcess_ConcernedElement: _InputCollectionAction15837\r\n requirement_ConcernedElement: _InputCollectionAction15838\r\n businessProcess_ConcernedElement: _InputCollectionAction15839\r\n businessLine_ContributingElement: _InputCollectionAction15840\r\n control_ContributingElement: _InputCollectionAction15841\r\n application_ContributingElement: _InputCollectionAction15842\r\n orgUnit_ContributingElement: _InputCollectionAction15843\r\n organizationalProcess_ContributingElement: _InputCollectionAction15844\r\n requirement_ContributingElement: _InputCollectionAction15845\r\n businessProcess_ContributingElement: _InputCollectionAction15846\r\n risk: _InputCollectionAction15847\r\n issue_SolvedIssue: _InputCollectionAction15848\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOrgUnit {\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16391\r\n businessDocument_AttachedDocument: _InputCollectionAction16392\r\n businessDocument_ReferredToDocument: _InputCollectionAction16393\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16394\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16395\r\n objective_AssignedObjective: _InputCollectionAction16396\r\n objective_AchievedObjective: _InputCollectionAction16397\r\n account: _InputCollectionAction16398\r\n risk: _InputCollectionAction16399\r\n actionActionPlan_OwnedAction: _InputCollectionAction16400\r\n incident_DeclarantsIncident: _InputCollectionAction16401\r\n requirement_ImposedRequirement: _InputCollectionAction16402\r\n actionPlan: _InputCollectionAction16403\r\n actionPlan_OwnedActionPlan: _InputCollectionAction16404\r\n actionPlan_ConsultingActionPlan: _InputCollectionAction16405\r\n actionPlan_InformingActionPlan: _InputCollectionAction16406\r\n businessLine: _InputCollectionAction16407\r\n orgUnit_AggregationOf: _InputCollectionAction16408\r\n orgUnit_Component: _InputCollectionAction16409\r\n control_ContextualizedControl: _InputCollectionAction16410\r\n incident: _InputCollectionAction16411\r\n requirement_DerivedRequirement: _InputCollectionAction16412\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOrganizationalProcess {\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16430\r\n businessDocument_AttachedDocument: _InputCollectionAction16431\r\n businessDocument_ReferredToDocument: _InputCollectionAction16432\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16433\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16434\r\n organizationalProcessManager_PersonSystem: _InputCollectionAction16435\r\n objective_AssignedObjective: _InputCollectionAction16436\r\n objective_AchievedObjective: _InputCollectionAction16437\r\n account: _InputCollectionAction16438\r\n risk: _InputCollectionAction16439\r\n requirement_ImposedRequirement: _InputCollectionAction16440\r\n actionPlan: _InputCollectionAction16441\r\n actionActionPlan_Action: _InputCollectionAction16442\r\n control_ContextualizedControl: _InputCollectionAction16443\r\n incident: _InputCollectionAction16444\r\n risk_ControlledRisk: _InputCollectionAction16445\r\n requirement_DerivedRequirement: _InputCollectionAction16446\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePersonSystem {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n login: _InputCollectionAction15590\r\n actionPlanOwner_ActionPlan: _InputCollectionAction15591\r\n actionPlanResponsible_ActionPlan: _InputCollectionAction15592\r\n actionPlanApprover_ActionPlan: _InputCollectionAction15593\r\n actionOwner_ActionActionPlan: _InputCollectionAction15594\r\n riskOwner_Risk: _InputCollectionAction15595\r\n regulationFrameworkResponsible_RegulationFramework: _InputCollectionAction15596\r\n regulationFrameworkAccountable_RegulationFramework: _InputCollectionAction15597\r\n regulationFrameworkConsulted_RegulationFramework: _InputCollectionAction15598\r\n regulationFrameworkInformed_RegulationFramework: _InputCollectionAction15599\r\n declarer_Incident: _InputCollectionAction15600\r\n controlOwner_Control: _InputCollectionAction15601\r\n organizationalProcessManager_OrganizationalProcess: _InputCollectionAction15602\r\n requirementResponsible_Requirement: _InputCollectionAction15603\r\n requirementAccountable_Requirement: _InputCollectionAction15604\r\n requirementConsulted_Requirement: _InputCollectionAction15605\r\n requirementInformed_Requirement: _InputCollectionAction15606\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueProduct {\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15867\r\n businessDocument_AttachedDocument: _InputCollectionAction15868\r\n businessDocument_ReferredToDocument: _InputCollectionAction15869\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15870\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15871\r\n product_AggregationOf: _InputCollectionAction15872\r\n product_SubProduct: _InputCollectionAction15873\r\n incident: _InputCollectionAction15874\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueProgressUpdate {\r\n progressDate: CustomDate\r\n progressEvaluation: ProgressEvaluationEnum\r\n progressUpdatePercentage: CustomInt\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n actionPlan: _InputCollectionAction15712\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueProvision {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16091\r\n incident: _InputCollectionAction16092\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRecovery {\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n account: _InputCollectionAction16153\r\n incident: _InputCollectionAction16154\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRegulationFramework {\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction16057\r\n businessDocument_AttachedDocument: _InputCollectionAction16058\r\n businessDocument_ReferredToDocument: _InputCollectionAction16059\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16060\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16061\r\n riskConsequence: _InputCollectionAction16062\r\n regulationFrameworkResponsible_PersonSystem: _InputCollectionAction16063\r\n regulationFrameworkAccountable_PersonSystem: _InputCollectionAction16064\r\n regulationFrameworkConsulted_PersonSystem: _InputCollectionAction16065\r\n regulationFrameworkInformed_PersonSystem: _InputCollectionAction16066\r\n businessLine: _InputCollectionAction16067\r\n riskType: _InputCollectionAction16068\r\n riskFactor: _InputCollectionAction16069\r\n requirement: _InputCollectionAction16070\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRequirement {\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n requirement_SubRequirement: _InputCollectionAction16480\r\n requirement_ParentRequirement: _InputCollectionAction16481\r\n businessDocument_AttachedDocument: _InputCollectionAction16482\r\n businessDocument_ReferredToDocument: _InputCollectionAction16483\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction16484\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction16485\r\n requirementResponsible_PersonSystem: _InputCollectionAction16486\r\n requirementAccountable_PersonSystem: _InputCollectionAction16487\r\n requirementConsulted_PersonSystem: _InputCollectionAction16488\r\n requirementInformed_PersonSystem: _InputCollectionAction16489\r\n objective_AssignedObjective: _InputCollectionAction16490\r\n objective_AchievedObjective: _InputCollectionAction16491\r\n businessLine_ElementConstrainedByARequirement: _InputCollectionAction16492\r\n riskType_ElementConstrainedByARequirement: _InputCollectionAction16493\r\n riskFactor_ElementConstrainedByARequirement: _InputCollectionAction16494\r\n control_ElementConstrainedByARequirement: _InputCollectionAction16495\r\n application_ElementConstrainedByARequirement: _InputCollectionAction16496\r\n orgUnit_ElementConstrainedByARequirement: _InputCollectionAction16497\r\n organizationalProcess_ElementConstrainedByARequirement: _InputCollectionAction16498\r\n businessProcess_ElementConstrainedByARequirement: _InputCollectionAction16499\r\n actionPlan: _InputCollectionAction16500\r\n risk: _InputCollectionAction16501\r\n control_ContextualizedControl: _InputCollectionAction16502\r\n regulationFramework: _InputCollectionAction16503\r\n incident: _InputCollectionAction16504\r\n businessLine_ContributingElement: _InputCollectionAction16505\r\n riskType_ContributingElement: _InputCollectionAction16506\r\n riskFactor_ContributingElement: _InputCollectionAction16507\r\n control_ContributingElement: _InputCollectionAction16508\r\n application_ContributingElement: _InputCollectionAction16509\r\n orgUnit_ContributingElement: _InputCollectionAction16510\r\n organizationalProcess_ContributingElement: _InputCollectionAction16511\r\n businessProcess_ContributingElement: _InputCollectionAction16512\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueResponsibilityAssignment {\r\n name: String\r\n responsibilityAssignmentName: String\r\n comment: String\r\n externalId: String\r\n personSystem_AssignedPerson: _InputCollectionAction15622\r\n businessRole: _InputCollectionAction15623\r\n actionPlan_AssignedObject: _InputCollectionAction15624\r\n actionActionPlan_AssignedObject: _InputCollectionAction15625\r\n risk_AssignedObject: _InputCollectionAction15626\r\n regulationFramework_AssignedObject: _InputCollectionAction15627\r\n incident_AssignedObject: _InputCollectionAction15628\r\n control_AssignedObject: _InputCollectionAction15629\r\n application_AssignedObject: _InputCollectionAction15630\r\n orgUnit_AssignedObject: _InputCollectionAction15631\r\n organizationalProcess_AssignedObject: _InputCollectionAction15632\r\n requirement_AssignedObject: _InputCollectionAction15633\r\n businessProcess_AssignedObject: _InputCollectionAction15634\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRisk {\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15942\r\n businessDocument_AttachedDocument: _InputCollectionAction15943\r\n businessDocument_ReferredToDocument: _InputCollectionAction15944\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15945\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15946\r\n riskOwner_PersonSystem: _InputCollectionAction15947\r\n account: _InputCollectionAction15948\r\n riskFactor_SourceRiskFactor: _InputCollectionAction15949\r\n businessLine: _InputCollectionAction15950\r\n objective_ElementAtRisk: _InputCollectionAction15951\r\n application: _InputCollectionAction15952\r\n orgUnit: _InputCollectionAction15953\r\n organizationalProcess_ElementAtRisk: _InputCollectionAction15954\r\n businessProcess: _InputCollectionAction15955\r\n control_PreventiveControl: _InputCollectionAction15956\r\n actionPlan: _InputCollectionAction15957\r\n actionActionPlan_Action: _InputCollectionAction15958\r\n requirement: _InputCollectionAction15959\r\n riskConsequence: _InputCollectionAction15960\r\n risk_SourceRisk: _InputCollectionAction15961\r\n risk_TargetRisk: _InputCollectionAction15962\r\n indicator: _InputCollectionAction15963\r\n macroIncident: _InputCollectionAction15964\r\n riskType: _InputCollectionAction15965\r\n incident: _InputCollectionAction15966\r\n issue_OriginatingIssue: _InputCollectionAction15967\r\n organizationalProcess_ControlProcess: _InputCollectionAction15968\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRiskConsequence {\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n regulationFramework: _InputCollectionAction15719\r\n riskType: _InputCollectionAction15720\r\n risk: _InputCollectionAction15721\r\n riskConsequence_ParentConsequence: _InputCollectionAction15722\r\n riskConsequence_SubConsequence: _InputCollectionAction15723\r\n incident: _InputCollectionAction15724\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRiskFactor {\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n riskType: _InputCollectionAction16080\r\n risk_TriggeredRisk: _InputCollectionAction16081\r\n control: _InputCollectionAction16082\r\n riskFactor_ParentRiskFactor: _InputCollectionAction16083\r\n riskFactor_SubRiskFactor: _InputCollectionAction16084\r\n requirement_ImposedRequirement: _InputCollectionAction16085\r\n regulationFramework: _InputCollectionAction16086\r\n incident: _InputCollectionAction16087\r\n requirement_DerivedRequirement: _InputCollectionAction16088\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRiskType {\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction15889\r\n riskFactor: _InputCollectionAction15890\r\n businessDocument_AttachedDocument: _InputCollectionAction15891\r\n businessDocument_ReferredToDocument: _InputCollectionAction15892\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction15893\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction15894\r\n riskConsequence: _InputCollectionAction15895\r\n requirement_ImposedRequirement: _InputCollectionAction15896\r\n riskType_ParentRiskType: _InputCollectionAction15897\r\n riskType_SubRiskType: _InputCollectionAction15898\r\n risk: _InputCollectionAction15899\r\n regulationFramework: _InputCollectionAction15900\r\n incident: _InputCollectionAction15901\r\n requirement_DerivedRequirement: _InputCollectionAction15902\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSteeringCalendar {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n steeringDate: _InputCollectionAction15906\r\n actionPlan_MetaClassWithSteeringCalendar: _InputCollectionAction15907\r\n control_MetaClassWithSteeringCalendar: _InputCollectionAction15908\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSteeringDate {\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n steeringCalendar: _InputCollectionAction15912\r\n actionPlan_MetaClassWithSteeringCalendar: _InputCollectionAction15913\r\n control_MetaClassWithSteeringCalendar: _InputCollectionAction15914\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InternalExternalEnum {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum IsWritableEnum {\r\n Yes\r\n No\r\n}\r\n\r\ntype Issue implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n findingImpact(format: EnumFormat): FindingImpactEnum\r\n causalAnalysis(format: StringFormat, language: Languages): String\r\n issueType(format: EnumFormat): IssueTypeEnum\r\n detailedDescription(format: StringFormat, language: Languages): String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n issue_OwnerIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OwnerIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n issue_OwnedIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OwnedIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n objective_SolvingObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_SolvingObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n risk_OriginatedRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_OriginatedRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n issue_Cause(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_CauseAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n issue_Effect(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_EffectAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n}\r\n\r\ntype IssueAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n findingImpact(function: AggregateFunctionType): CustomFloat\r\n causalAnalysis(function: AggregateFunctionType): CustomFloat\r\n issueType(function: AggregateFunctionType): CustomFloat\r\n detailedDescription(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput IssueFilter {\r\n defaultField_8536f6b63514413f81bf2eb0e7a5b9de: String\r\n and: [IssueFilter!]\r\n or: [IssueFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n findingImpact: FindingImpactEnum\r\n findingImpact_not: FindingImpactEnum\r\n findingImpact_in: [FindingImpactEnum!]\r\n findingImpact_not_in: [FindingImpactEnum!]\r\n findingImpact_empty: Boolean\r\n causalAnalysis: String\r\n causalAnalysis_not: String\r\n causalAnalysis_in: [String!]\r\n causalAnalysis_not_in: [String!]\r\n causalAnalysis_lt: String\r\n causalAnalysis_lte: String\r\n causalAnalysis_gt: String\r\n causalAnalysis_gte: String\r\n causalAnalysis_contains: String\r\n causalAnalysis_not_contains: String\r\n causalAnalysis_starts_with: String\r\n causalAnalysis_not_starts_with: String\r\n causalAnalysis_ends_with: String\r\n causalAnalysis_not_ends_with: String\r\n causalAnalysis_empty: Boolean\r\n issueType: IssueTypeEnum\r\n issueType_not: IssueTypeEnum\r\n issueType_in: [IssueTypeEnum!]\r\n issueType_not_in: [IssueTypeEnum!]\r\n issueType_empty: Boolean\r\n detailedDescription: String\r\n detailedDescription_not: String\r\n detailedDescription_in: [String!]\r\n detailedDescription_not_in: [String!]\r\n detailedDescription_lt: String\r\n detailedDescription_lte: String\r\n detailedDescription_gt: String\r\n detailedDescription_gte: String\r\n detailedDescription_contains: String\r\n detailedDescription_not_contains: String\r\n detailedDescription_starts_with: String\r\n detailedDescription_not_starts_with: String\r\n detailedDescription_ends_with: String\r\n detailedDescription_not_ends_with: String\r\n detailedDescription_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n issue_OwnerIssue_some: [IssueFilter!]\r\n issue_OwnerIssue_count: countFilter\r\n issue_OwnedIssue_some: [IssueFilter!]\r\n issue_OwnedIssue_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n objective_SolvingObjective_some: [ObjectiveFilter!]\r\n objective_SolvingObjective_count: countFilter\r\n risk_OriginatedRisk_some: [RiskFilter!]\r\n risk_OriginatedRisk_count: countFilter\r\n issue_Cause_some: [IssueFilter!]\r\n issue_Cause_count: countFilter\r\n issue_Effect_some: [IssueFilter!]\r\n issue_Effect_count: countFilter\r\n}\r\n\r\nenum IssueOrderBy {\r\n name_ASC\r\n name_DESC\r\n findingImpact_ASC\r\n findingImpact_DESC\r\n causalAnalysis_ASC\r\n causalAnalysis_DESC\r\n issueType_ASC\r\n issueType_DESC\r\n detailedDescription_ASC\r\n detailedDescription_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum IssueTypeEnum {\r\n KeyConcern\r\n People\r\n Machine\r\n Material\r\n Measurement\r\n Method\r\n}\r\n\r\ntype Language implements GraphQLObjectInterface {\r\n languageCharacteristics(format: StringFormat): String\r\n languageCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n language_GeneralLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_GeneralLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_SpecializedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_SpecializedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n}\r\n\r\ntype LanguageAggregatedValues {\r\n languageCharacteristics(function: AggregateFunctionType): CustomFloat\r\n languageCode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LanguageFilter {\r\n and: [LanguageFilter!]\r\n or: [LanguageFilter!]\r\n languageCharacteristics: String\r\n languageCharacteristics_not: String\r\n languageCharacteristics_in: [String!]\r\n languageCharacteristics_not_in: [String!]\r\n languageCharacteristics_lt: String\r\n languageCharacteristics_lte: String\r\n languageCharacteristics_gt: String\r\n languageCharacteristics_gte: String\r\n languageCharacteristics_contains: String\r\n languageCharacteristics_not_contains: String\r\n languageCharacteristics_starts_with: String\r\n languageCharacteristics_not_starts_with: String\r\n languageCharacteristics_ends_with: String\r\n languageCharacteristics_not_ends_with: String\r\n languageCharacteristics_empty: Boolean\r\n languageCode: String\r\n languageCode_not: String\r\n languageCode_in: [String!]\r\n languageCode_not_in: [String!]\r\n languageCode_lt: String\r\n languageCode_lte: String\r\n languageCode_gt: String\r\n languageCode_gte: String\r\n languageCode_contains: String\r\n languageCode_not_contains: String\r\n languageCode_starts_with: String\r\n languageCode_not_starts_with: String\r\n languageCode_ends_with: String\r\n languageCode_not_ends_with: String\r\n languageCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n language_GeneralLanguage_some: [LanguageFilter!]\r\n language_GeneralLanguage_count: countFilter\r\n language_SpecializedLanguage_some: [LanguageFilter!]\r\n language_SpecializedLanguage_count: countFilter\r\n}\r\n\r\nenum LanguageOrderBy {\r\n languageCharacteristics_ASC\r\n languageCharacteristics_DESC\r\n languageCode_ASC\r\n languageCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum Languages {\r\n PT\r\n EN\r\n DE\r\n JA\r\n FR\r\n ES\r\n NL\r\n IT\r\n}\r\n\r\nenum LikelihoodERMEnum {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\ntype Login implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n statusLogin(format: EnumFormat): StatusLoginEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype LoginAggregatedValues {\r\n userCode(function: AggregateFunctionType): CustomFloat\r\n commandLine(function: AggregateFunctionType): CustomFloat\r\n statusLogin(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LoginFilter {\r\n defaultField_e5f65f528cd44a47b4d05bc5079cf8e6: String\r\n and: [LoginFilter!]\r\n or: [LoginFilter!]\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n statusLogin: StatusLoginEnum\r\n statusLogin_not: StatusLoginEnum\r\n statusLogin_in: [StatusLoginEnum!]\r\n statusLogin_not_in: [StatusLoginEnum!]\r\n statusLogin_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n personSystem_some: [PersonSystemFilter!]\r\n personSystem_count: countFilter\r\n}\r\n\r\nenum LoginOrderBy {\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n statusLogin_ASC\r\n statusLogin_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Loss implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeFinancialElement: CustomInt\r\n amount(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountlocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate(format: String, timeOffset: String): CustomDate\r\n natureLoss(format: EnumFormat): NatureLossEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype LossAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n codeFinancialElement(function: AggregateNumbersFunctionType): CustomFloat\r\n amount(function: AggregateNumbersFunctionType): CustomFloat\r\n amountlocal(function: AggregateNumbersFunctionType): CustomFloat\r\n amountIsEstimated(function: AggregateFunctionType): CustomFloat\r\n effectiveDate(function: AggregateFunctionType): CustomFloat\r\n natureLoss(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LossFilter {\r\n defaultField_8da1e85da50840a3add32e801c6dce15: String\r\n and: [LossFilter!]\r\n or: [LossFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeFinancialElement: CustomInt\r\n codeFinancialElement_not: CustomInt\r\n codeFinancialElement_in: [CustomInt!]\r\n codeFinancialElement_not_in: [CustomInt!]\r\n codeFinancialElement_lt: CustomInt\r\n codeFinancialElement_lte: CustomInt\r\n codeFinancialElement_gt: CustomInt\r\n codeFinancialElement_gte: CustomInt\r\n codeFinancialElement_empty: Boolean\r\n amount: CustomFloat\r\n amount_not: CustomFloat\r\n amount_in: [CustomFloat!]\r\n amount_not_in: [CustomFloat!]\r\n amount_lt: CustomFloat\r\n amount_lte: CustomFloat\r\n amount_gt: CustomFloat\r\n amount_gte: CustomFloat\r\n amount_empty: Boolean\r\n amountlocal: CustomFloat\r\n amountlocal_not: CustomFloat\r\n amountlocal_in: [CustomFloat!]\r\n amountlocal_not_in: [CustomFloat!]\r\n amountlocal_lt: CustomFloat\r\n amountlocal_lte: CustomFloat\r\n amountlocal_gt: CustomFloat\r\n amountlocal_gte: CustomFloat\r\n amountlocal_empty: Boolean\r\n amountIsEstimated: Boolean\r\n amountIsEstimated_not: Boolean\r\n amountIsEstimated_empty: Boolean\r\n effectiveDate: CustomDate\r\n effectiveDate_not: CustomDate\r\n effectiveDate_in: [CustomDate!]\r\n effectiveDate_not_in: [CustomDate!]\r\n effectiveDate_lt: CustomDate\r\n effectiveDate_lte: CustomDate\r\n effectiveDate_gt: CustomDate\r\n effectiveDate_gte: CustomDate\r\n effectiveDate_empty: Boolean\r\n natureLoss: NatureLossEnum\r\n natureLoss_not: NatureLossEnum\r\n natureLoss_in: [NatureLossEnum!]\r\n natureLoss_not_in: [NatureLossEnum!]\r\n natureLoss_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum LossOrderBy {\r\n name_ASC\r\n name_DESC\r\n codeFinancialElement_ASC\r\n codeFinancialElement_DESC\r\n amount_ASC\r\n amount_DESC\r\n amountlocal_ASC\r\n amountlocal_DESC\r\n amountIsEstimated_ASC\r\n amountIsEstimated_DESC\r\n effectiveDate_ASC\r\n effectiveDate_DESC\r\n natureLoss_ASC\r\n natureLoss_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype MacroIncident implements GraphQLObjectInterface {\r\n codeMacroIncident: CustomInt\r\n grossLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoveries(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoverieslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n numberOfIncidents: String\r\n numberOfValidatedIncidents: CustomInt\r\n dateOfFirstOccurrence(format: String, timeOffset: String): CustomDate\r\n dateOfLastOccurrence(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n}\r\n\r\ntype MacroIncidentAggregatedValues {\r\n codeMacroIncident(function: AggregateNumbersFunctionType): CustomFloat\r\n grossLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n grossLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n grossActualLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n grossActualLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n recoveries(function: AggregateNumbersFunctionType): CustomFloat\r\n recoverieslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n netLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n netLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n netActualLoss(function: AggregateNumbersFunctionType): CustomFloat\r\n netActualLosslocal(function: AggregateNumbersFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n numberOfValidatedIncidents(function: AggregateNumbersFunctionType): CustomFloat\r\n dateOfFirstOccurrence(function: AggregateFunctionType): CustomFloat\r\n dateOfLastOccurrence(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MacroIncidentFilter {\r\n defaultField_312630441b6b4da2861e617f6f5d0607: String\r\n and: [MacroIncidentFilter!]\r\n or: [MacroIncidentFilter!]\r\n codeMacroIncident: CustomInt\r\n codeMacroIncident_not: CustomInt\r\n codeMacroIncident_in: [CustomInt!]\r\n codeMacroIncident_not_in: [CustomInt!]\r\n codeMacroIncident_lt: CustomInt\r\n codeMacroIncident_lte: CustomInt\r\n codeMacroIncident_gt: CustomInt\r\n codeMacroIncident_gte: CustomInt\r\n codeMacroIncident_empty: Boolean\r\n grossLoss: CustomFloat\r\n grossLoss_not: CustomFloat\r\n grossLoss_in: [CustomFloat!]\r\n grossLoss_not_in: [CustomFloat!]\r\n grossLoss_lt: CustomFloat\r\n grossLoss_lte: CustomFloat\r\n grossLoss_gt: CustomFloat\r\n grossLoss_gte: CustomFloat\r\n grossLoss_empty: Boolean\r\n grossLosslocal: CustomFloat\r\n grossLosslocal_not: CustomFloat\r\n grossLosslocal_in: [CustomFloat!]\r\n grossLosslocal_not_in: [CustomFloat!]\r\n grossLosslocal_lt: CustomFloat\r\n grossLosslocal_lte: CustomFloat\r\n grossLosslocal_gt: CustomFloat\r\n grossLosslocal_gte: CustomFloat\r\n grossLosslocal_empty: Boolean\r\n grossActualLoss: CustomFloat\r\n grossActualLoss_not: CustomFloat\r\n grossActualLoss_in: [CustomFloat!]\r\n grossActualLoss_not_in: [CustomFloat!]\r\n grossActualLoss_lt: CustomFloat\r\n grossActualLoss_lte: CustomFloat\r\n grossActualLoss_gt: CustomFloat\r\n grossActualLoss_gte: CustomFloat\r\n grossActualLoss_empty: Boolean\r\n grossActualLosslocal: CustomFloat\r\n grossActualLosslocal_not: CustomFloat\r\n grossActualLosslocal_in: [CustomFloat!]\r\n grossActualLosslocal_not_in: [CustomFloat!]\r\n grossActualLosslocal_lt: CustomFloat\r\n grossActualLosslocal_lte: CustomFloat\r\n grossActualLosslocal_gt: CustomFloat\r\n grossActualLosslocal_gte: CustomFloat\r\n grossActualLosslocal_empty: Boolean\r\n recoveries: CustomFloat\r\n recoveries_not: CustomFloat\r\n recoveries_in: [CustomFloat!]\r\n recoveries_not_in: [CustomFloat!]\r\n recoveries_lt: CustomFloat\r\n recoveries_lte: CustomFloat\r\n recoveries_gt: CustomFloat\r\n recoveries_gte: CustomFloat\r\n recoveries_empty: Boolean\r\n recoverieslocal: CustomFloat\r\n recoverieslocal_not: CustomFloat\r\n recoverieslocal_in: [CustomFloat!]\r\n recoverieslocal_not_in: [CustomFloat!]\r\n recoverieslocal_lt: CustomFloat\r\n recoverieslocal_lte: CustomFloat\r\n recoverieslocal_gt: CustomFloat\r\n recoverieslocal_gte: CustomFloat\r\n recoverieslocal_empty: Boolean\r\n netLoss: CustomFloat\r\n netLoss_not: CustomFloat\r\n netLoss_in: [CustomFloat!]\r\n netLoss_not_in: [CustomFloat!]\r\n netLoss_lt: CustomFloat\r\n netLoss_lte: CustomFloat\r\n netLoss_gt: CustomFloat\r\n netLoss_gte: CustomFloat\r\n netLoss_empty: Boolean\r\n netLosslocal: CustomFloat\r\n netLosslocal_not: CustomFloat\r\n netLosslocal_in: [CustomFloat!]\r\n netLosslocal_not_in: [CustomFloat!]\r\n netLosslocal_lt: CustomFloat\r\n netLosslocal_lte: CustomFloat\r\n netLosslocal_gt: CustomFloat\r\n netLosslocal_gte: CustomFloat\r\n netLosslocal_empty: Boolean\r\n netActualLoss: CustomFloat\r\n netActualLoss_not: CustomFloat\r\n netActualLoss_in: [CustomFloat!]\r\n netActualLoss_not_in: [CustomFloat!]\r\n netActualLoss_lt: CustomFloat\r\n netActualLoss_lte: CustomFloat\r\n netActualLoss_gt: CustomFloat\r\n netActualLoss_gte: CustomFloat\r\n netActualLoss_empty: Boolean\r\n netActualLosslocal: CustomFloat\r\n netActualLosslocal_not: CustomFloat\r\n netActualLosslocal_in: [CustomFloat!]\r\n netActualLosslocal_not_in: [CustomFloat!]\r\n netActualLosslocal_lt: CustomFloat\r\n netActualLosslocal_lte: CustomFloat\r\n netActualLosslocal_gt: CustomFloat\r\n netActualLosslocal_gte: CustomFloat\r\n netActualLosslocal_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n numberOfValidatedIncidents: CustomInt\r\n numberOfValidatedIncidents_not: CustomInt\r\n numberOfValidatedIncidents_in: [CustomInt!]\r\n numberOfValidatedIncidents_not_in: [CustomInt!]\r\n numberOfValidatedIncidents_lt: CustomInt\r\n numberOfValidatedIncidents_lte: CustomInt\r\n numberOfValidatedIncidents_gt: CustomInt\r\n numberOfValidatedIncidents_gte: CustomInt\r\n numberOfValidatedIncidents_empty: Boolean\r\n dateOfFirstOccurrence: CustomDate\r\n dateOfFirstOccurrence_not: CustomDate\r\n dateOfFirstOccurrence_in: [CustomDate!]\r\n dateOfFirstOccurrence_not_in: [CustomDate!]\r\n dateOfFirstOccurrence_lt: CustomDate\r\n dateOfFirstOccurrence_lte: CustomDate\r\n dateOfFirstOccurrence_gt: CustomDate\r\n dateOfFirstOccurrence_gte: CustomDate\r\n dateOfFirstOccurrence_empty: Boolean\r\n dateOfLastOccurrence: CustomDate\r\n dateOfLastOccurrence_not: CustomDate\r\n dateOfLastOccurrence_in: [CustomDate!]\r\n dateOfLastOccurrence_not_in: [CustomDate!]\r\n dateOfLastOccurrence_lt: CustomDate\r\n dateOfLastOccurrence_lte: CustomDate\r\n dateOfLastOccurrence_gt: CustomDate\r\n dateOfLastOccurrence_gte: CustomDate\r\n dateOfLastOccurrence_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n}\r\n\r\nenum MacroIncidentOrderBy {\r\n codeMacroIncident_ASC\r\n codeMacroIncident_DESC\r\n grossLoss_ASC\r\n grossLoss_DESC\r\n grossLosslocal_ASC\r\n grossLosslocal_DESC\r\n grossActualLoss_ASC\r\n grossActualLoss_DESC\r\n grossActualLosslocal_ASC\r\n grossActualLosslocal_DESC\r\n recoveries_ASC\r\n recoveries_DESC\r\n recoverieslocal_ASC\r\n recoverieslocal_DESC\r\n netLoss_ASC\r\n netLoss_DESC\r\n netLosslocal_ASC\r\n netLosslocal_DESC\r\n netActualLoss_ASC\r\n netActualLoss_DESC\r\n netActualLosslocal_ASC\r\n netActualLosslocal_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n numberOfValidatedIncidents_ASC\r\n numberOfValidatedIncidents_DESC\r\n dateOfFirstOccurrence_ASC\r\n dateOfFirstOccurrence_DESC\r\n dateOfLastOccurrence_ASC\r\n dateOfLastOccurrence_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaAttributeFormatEnum {\r\n Standard\r\n Enumeration\r\n EnumerationOpened\r\n Duration\r\n Percent\r\n Double\r\n UTF_Eight\r\n Object\r\n SignedNumber\r\n Currency\r\n RGBColor\r\n}\r\n\r\nenum MetaAttributeTypeEnum {\r\n String\r\n Boolean\r\n Short\r\n Long\r\n DateTime\r\n VarChar\r\n VarBinary\r\n Binary\r\n MegaIdentifier\r\n Float\r\n DateTimeSixFour\r\n AbsoluteDateTimeSixFour\r\n Currency\r\n}\r\n\r\ntype MetamodelVersionType {\r\n id: String\r\n name: String\r\n}\r\n\r\ntype Mutation {\r\n _updateCurrentContext(currentContext: currentContext!): CurrentContextForMutationType\r\n createLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n createUpdateLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n updateLanguage(id: String!, idType: IdType, language: InputUniqueLanguage!): Language!\r\n updateManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], language: InputLanguage!): [Language]\r\n deleteLanguage(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createPersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n createUpdatePersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n updatePersonSystem(id: String!, idType: IdType, personSystem: InputUniquePersonSystem!): PersonSystem!\r\n updateManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], personSystem: InputPersonSystem!): [PersonSystem]\r\n deletePersonSystem(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createLogin(id: String, idType: IdType, login: InputUniqueLogin!, creationMode: creationMode): Login!\r\n createUpdateLogin(id: String, idType: IdType, login: InputUniqueLogin!, creationMode: creationMode): Login!\r\n updateLogin(id: String!, idType: IdType, login: InputUniqueLogin!): Login!\r\n updateManyLogin(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], login: InputLogin!): [Login]\r\n deleteLogin(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLogin(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createResponsibilityAssignment(id: String, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n createUpdateResponsibilityAssignment(id: String, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n updateResponsibilityAssignment(id: String!, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!): ResponsibilityAssignment!\r\n updateManyResponsibilityAssignment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], responsibilityAssignment: InputResponsibilityAssignment!): [ResponsibilityAssignment]\r\n deleteResponsibilityAssignment(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyResponsibilityAssignment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessRole(id: String, idType: IdType, businessRole: InputUniqueBusinessRole!, creationMode: creationMode): BusinessRole!\r\n createUpdateBusinessRole(id: String, idType: IdType, businessRole: InputUniqueBusinessRole!, creationMode: creationMode): BusinessRole!\r\n updateBusinessRole(id: String!, idType: IdType, businessRole: InputUniqueBusinessRole!): BusinessRole!\r\n updateManyBusinessRole(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessRole: InputBusinessRole!): [BusinessRole]\r\n deleteBusinessRole(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessRole(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n createUpdateDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n updateDiagramType(id: String!, idType: IdType, diagramType: InputUniqueDiagramType!): DiagramType!\r\n updateManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], diagramType: InputDiagramType!): [DiagramType]\r\n deleteDiagramType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createActionPlan(id: String, idType: IdType, actionPlan: InputUniqueActionPlan!, creationMode: creationMode): ActionPlan!\r\n createUpdateActionPlan(id: String, idType: IdType, actionPlan: InputUniqueActionPlan!, creationMode: creationMode): ActionPlan!\r\n updateActionPlan(id: String!, idType: IdType, actionPlan: InputUniqueActionPlan!): ActionPlan!\r\n updateManyActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], actionPlan: InputActionPlan!): [ActionPlan]\r\n deleteActionPlan(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createProgressUpdate(id: String, idType: IdType, progressUpdate: InputUniqueProgressUpdate!, creationMode: creationMode): ProgressUpdate!\r\n createUpdateProgressUpdate(id: String, idType: IdType, progressUpdate: InputUniqueProgressUpdate!, creationMode: creationMode): ProgressUpdate!\r\n updateProgressUpdate(id: String!, idType: IdType, progressUpdate: InputUniqueProgressUpdate!): ProgressUpdate!\r\n updateManyProgressUpdate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], progressUpdate: InputProgressUpdate!): [ProgressUpdate]\r\n deleteProgressUpdate(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyProgressUpdate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRiskConsequence(id: String, idType: IdType, riskConsequence: InputUniqueRiskConsequence!, creationMode: creationMode): RiskConsequence!\r\n createUpdateRiskConsequence(id: String, idType: IdType, riskConsequence: InputUniqueRiskConsequence!, creationMode: creationMode): RiskConsequence!\r\n updateRiskConsequence(id: String!, idType: IdType, riskConsequence: InputUniqueRiskConsequence!): RiskConsequence!\r\n updateManyRiskConsequence(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], riskConsequence: InputRiskConsequence!): [RiskConsequence]\r\n deleteRiskConsequence(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRiskConsequence(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createAccount(id: String, idType: IdType, account: InputUniqueAccount!, creationMode: creationMode): Account!\r\n createUpdateAccount(id: String, idType: IdType, account: InputUniqueAccount!, creationMode: creationMode): Account!\r\n updateAccount(id: String!, idType: IdType, account: InputUniqueAccount!): Account!\r\n updateManyAccount(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], account: InputAccount!): [Account]\r\n deleteAccount(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyAccount(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessLine(id: String, idType: IdType, businessLine: InputUniqueBusinessLine!, creationMode: creationMode): BusinessLine!\r\n createUpdateBusinessLine(id: String, idType: IdType, businessLine: InputUniqueBusinessLine!, creationMode: creationMode): BusinessLine!\r\n updateBusinessLine(id: String!, idType: IdType, businessLine: InputUniqueBusinessLine!): BusinessLine!\r\n updateManyBusinessLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessLine: InputBusinessLine!): [BusinessLine]\r\n deleteBusinessLine(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createActionActionPlan(id: String, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!, creationMode: creationMode): ActionActionPlan!\r\n createUpdateActionActionPlan(id: String, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!, creationMode: creationMode): ActionActionPlan!\r\n updateActionActionPlan(id: String!, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!): ActionActionPlan!\r\n updateManyActionActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], actionActionPlan: InputActionActionPlan!): [ActionActionPlan]\r\n deleteActionActionPlan(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyActionActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createObjective(id: String, idType: IdType, objective: InputUniqueObjective!, creationMode: creationMode): Objective!\r\n createUpdateObjective(id: String, idType: IdType, objective: InputUniqueObjective!, creationMode: creationMode): Objective!\r\n updateObjective(id: String!, idType: IdType, objective: InputUniqueObjective!): Objective!\r\n updateManyObjective(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], objective: InputObjective!): [Objective]\r\n deleteObjective(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyObjective(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createIndicator(id: String, idType: IdType, indicator: InputUniqueIndicator!, creationMode: creationMode): Indicator!\r\n createUpdateIndicator(id: String, idType: IdType, indicator: InputUniqueIndicator!, creationMode: creationMode): Indicator!\r\n updateIndicator(id: String!, idType: IdType, indicator: InputUniqueIndicator!): Indicator!\r\n updateManyIndicator(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], indicator: InputIndicator!): [Indicator]\r\n deleteIndicator(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyIndicator(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createProduct(id: String, idType: IdType, product: InputUniqueProduct!, creationMode: creationMode): Product!\r\n createUpdateProduct(id: String, idType: IdType, product: InputUniqueProduct!, creationMode: creationMode): Product!\r\n updateProduct(id: String!, idType: IdType, product: InputUniqueProduct!): Product!\r\n updateManyProduct(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], product: InputProduct!): [Product]\r\n deleteProduct(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyProduct(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRiskType(id: String, idType: IdType, riskType: InputUniqueRiskType!, creationMode: creationMode): RiskType!\r\n createUpdateRiskType(id: String, idType: IdType, riskType: InputUniqueRiskType!, creationMode: creationMode): RiskType!\r\n updateRiskType(id: String!, idType: IdType, riskType: InputUniqueRiskType!): RiskType!\r\n updateManyRiskType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], riskType: InputRiskType!): [RiskType]\r\n deleteRiskType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRiskType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSteeringCalendar(id: String, idType: IdType, steeringCalendar: InputUniqueSteeringCalendar!, creationMode: creationMode): SteeringCalendar!\r\n createUpdateSteeringCalendar(id: String, idType: IdType, steeringCalendar: InputUniqueSteeringCalendar!, creationMode: creationMode): SteeringCalendar!\r\n updateSteeringCalendar(id: String!, idType: IdType, steeringCalendar: InputUniqueSteeringCalendar!): SteeringCalendar!\r\n updateManySteeringCalendar(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], steeringCalendar: InputSteeringCalendar!): [SteeringCalendar]\r\n deleteSteeringCalendar(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySteeringCalendar(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSteeringDate(id: String, idType: IdType, steeringDate: InputUniqueSteeringDate!, creationMode: creationMode): SteeringDate!\r\n createUpdateSteeringDate(id: String, idType: IdType, steeringDate: InputUniqueSteeringDate!, creationMode: creationMode): SteeringDate!\r\n updateSteeringDate(id: String!, idType: IdType, steeringDate: InputUniqueSteeringDate!): SteeringDate!\r\n updateManySteeringDate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], steeringDate: InputSteeringDate!): [SteeringDate]\r\n deleteSteeringDate(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySteeringDate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRisk(id: String, idType: IdType, risk: InputUniqueRisk!, creationMode: creationMode): Risk!\r\n createUpdateRisk(id: String, idType: IdType, risk: InputUniqueRisk!, creationMode: creationMode): Risk!\r\n updateRisk(id: String!, idType: IdType, risk: InputUniqueRisk!): Risk!\r\n updateManyRisk(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], risk: InputRisk!): [Risk]\r\n deleteRisk(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRisk(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocument(id: String, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n createUpdateBusinessDocument(id: String, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n updateBusinessDocument(id: String!, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n updateManyBusinessDocument(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocument: InputBusinessDocument!): [BusinessDocument]\r\n deleteBusinessDocument(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocument(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRegulationFramework(id: String, idType: IdType, regulationFramework: InputUniqueRegulationFramework!, creationMode: creationMode): RegulationFramework!\r\n createUpdateRegulationFramework(id: String, idType: IdType, regulationFramework: InputUniqueRegulationFramework!, creationMode: creationMode): RegulationFramework!\r\n updateRegulationFramework(id: String!, idType: IdType, regulationFramework: InputUniqueRegulationFramework!): RegulationFramework!\r\n updateManyRegulationFramework(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], regulationFramework: InputRegulationFramework!): [RegulationFramework]\r\n deleteRegulationFramework(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRegulationFramework(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRiskFactor(id: String, idType: IdType, riskFactor: InputUniqueRiskFactor!, creationMode: creationMode): RiskFactor!\r\n createUpdateRiskFactor(id: String, idType: IdType, riskFactor: InputUniqueRiskFactor!, creationMode: creationMode): RiskFactor!\r\n updateRiskFactor(id: String!, idType: IdType, riskFactor: InputUniqueRiskFactor!): RiskFactor!\r\n updateManyRiskFactor(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], riskFactor: InputRiskFactor!): [RiskFactor]\r\n deleteRiskFactor(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRiskFactor(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createProvision(id: String, idType: IdType, provision: InputUniqueProvision!, creationMode: creationMode): Provision!\r\n createUpdateProvision(id: String, idType: IdType, provision: InputUniqueProvision!, creationMode: creationMode): Provision!\r\n updateProvision(id: String!, idType: IdType, provision: InputUniqueProvision!): Provision!\r\n updateManyProvision(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], provision: InputProvision!): [Provision]\r\n deleteProvision(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyProvision(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createIncident(id: String, idType: IdType, incident: InputUniqueIncident!, creationMode: creationMode): Incident!\r\n createUpdateIncident(id: String, idType: IdType, incident: InputUniqueIncident!, creationMode: creationMode): Incident!\r\n updateIncident(id: String!, idType: IdType, incident: InputUniqueIncident!): Incident!\r\n updateManyIncident(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], incident: InputIncident!): [Incident]\r\n deleteIncident(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyIncident(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createMacroIncident(id: String, idType: IdType, macroIncident: InputUniqueMacroIncident!, creationMode: creationMode): MacroIncident!\r\n createUpdateMacroIncident(id: String, idType: IdType, macroIncident: InputUniqueMacroIncident!, creationMode: creationMode): MacroIncident!\r\n updateMacroIncident(id: String!, idType: IdType, macroIncident: InputUniqueMacroIncident!): MacroIncident!\r\n updateManyMacroIncident(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], macroIncident: InputMacroIncident!): [MacroIncident]\r\n deleteMacroIncident(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMacroIncident(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createLoss(id: String, idType: IdType, loss: InputUniqueLoss!, creationMode: creationMode): Loss!\r\n createUpdateLoss(id: String, idType: IdType, loss: InputUniqueLoss!, creationMode: creationMode): Loss!\r\n updateLoss(id: String!, idType: IdType, loss: InputUniqueLoss!): Loss!\r\n updateManyLoss(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], loss: InputLoss!): [Loss]\r\n deleteLoss(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLoss(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRecovery(id: String, idType: IdType, recovery: InputUniqueRecovery!, creationMode: creationMode): Recovery!\r\n createUpdateRecovery(id: String, idType: IdType, recovery: InputUniqueRecovery!, creationMode: creationMode): Recovery!\r\n updateRecovery(id: String!, idType: IdType, recovery: InputUniqueRecovery!): Recovery!\r\n updateManyRecovery(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], recovery: InputRecovery!): [Recovery]\r\n deleteRecovery(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRecovery(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createGain(id: String, idType: IdType, gain: InputUniqueGain!, creationMode: creationMode): Gain!\r\n createUpdateGain(id: String, idType: IdType, gain: InputUniqueGain!, creationMode: creationMode): Gain!\r\n updateGain(id: String!, idType: IdType, gain: InputUniqueGain!): Gain!\r\n updateManyGain(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], gain: InputGain!): [Gain]\r\n deleteGain(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyGain(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createIssue(id: String, idType: IdType, issue: InputUniqueIssue!, creationMode: creationMode): Issue!\r\n createUpdateIssue(id: String, idType: IdType, issue: InputUniqueIssue!, creationMode: creationMode): Issue!\r\n updateIssue(id: String!, idType: IdType, issue: InputUniqueIssue!): Issue!\r\n updateManyIssue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], issue: InputIssue!): [Issue]\r\n deleteIssue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyIssue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createControl(id: String, idType: IdType, control: InputUniqueControl!, creationMode: creationMode): Control!\r\n createUpdateControl(id: String, idType: IdType, control: InputUniqueControl!, creationMode: creationMode): Control!\r\n updateControl(id: String!, idType: IdType, control: InputUniqueControl!): Control!\r\n updateManyControl(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], control: InputControl!): [Control]\r\n deleteControl(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyControl(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n createUpdateBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n updateBusinessDocumentPattern(id: String!, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!): BusinessDocumentPattern!\r\n updateManyBusinessDocumentPattern(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocumentPattern: InputBusinessDocumentPattern!): [BusinessDocumentPattern]\r\n deleteBusinessDocumentPattern(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocumentPattern(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n createUpdateDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n updateDocumentCategory(id: String!, idType: IdType, documentCategory: InputUniqueDocumentCategory!): DocumentCategory!\r\n updateManyDocumentCategory(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], documentCategory: InputDocumentCategory!): [DocumentCategory]\r\n deleteDocumentCategory(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDocumentCategory(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createGrossIncome(id: String, idType: IdType, grossIncome: InputUniqueGrossIncome!, creationMode: creationMode): GrossIncome!\r\n createUpdateGrossIncome(id: String, idType: IdType, grossIncome: InputUniqueGrossIncome!, creationMode: creationMode): GrossIncome!\r\n updateGrossIncome(id: String!, idType: IdType, grossIncome: InputUniqueGrossIncome!): GrossIncome!\r\n updateManyGrossIncome(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], grossIncome: InputGrossIncome!): [GrossIncome]\r\n deleteGrossIncome(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyGrossIncome(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocumentVersion(id: String, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n createUpdateBusinessDocumentVersion(id: String, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n updateBusinessDocumentVersion(id: String!, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!): BusinessDocumentVersion!\r\n updateManyBusinessDocumentVersion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocumentVersion: InputBusinessDocumentVersion!): [BusinessDocumentVersion]\r\n deleteBusinessDocumentVersion(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocumentVersion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n createUpdateDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n updateDiagram(id: String!, idType: IdType, diagram: InputUniqueDiagram!): Diagram!\r\n updateManyDiagram(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], diagram: InputDiagram!): [Diagram]\r\n deleteDiagram(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagram(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n createUpdateApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n updateApplication(id: String!, idType: IdType, application: InputUniqueApplication!): Application!\r\n updateManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], application: InputApplication!): [Application]\r\n deleteApplication(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createOrgUnit(id: String, idType: IdType, orgUnit: InputUniqueOrgUnit!, creationMode: creationMode): OrgUnit!\r\n createUpdateOrgUnit(id: String, idType: IdType, orgUnit: InputUniqueOrgUnit!, creationMode: creationMode): OrgUnit!\r\n updateOrgUnit(id: String!, idType: IdType, orgUnit: InputUniqueOrgUnit!): OrgUnit!\r\n updateManyOrgUnit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], orgUnit: InputOrgUnit!): [OrgUnit]\r\n deleteOrgUnit(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyOrgUnit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createOrganizationalProcess(id: String, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n createUpdateOrganizationalProcess(id: String, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n updateOrganizationalProcess(id: String!, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!): OrganizationalProcess!\r\n updateManyOrganizationalProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], organizationalProcess: InputOrganizationalProcess!): [OrganizationalProcess]\r\n deleteOrganizationalProcess(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyOrganizationalProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRequirement(id: String, idType: IdType, requirement: InputUniqueRequirement!, creationMode: creationMode): Requirement!\r\n createUpdateRequirement(id: String, idType: IdType, requirement: InputUniqueRequirement!, creationMode: creationMode): Requirement!\r\n updateRequirement(id: String!, idType: IdType, requirement: InputUniqueRequirement!): Requirement!\r\n updateManyRequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], requirement: InputRequirement!): [Requirement]\r\n deleteRequirement(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n createUpdateBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n updateBusinessProcess(id: String!, idType: IdType, businessProcess: InputUniqueBusinessProcess!): BusinessProcess!\r\n updateManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessProcess: InputBusinessProcess!): [BusinessProcess]\r\n deleteBusinessProcess(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n}\r\n\r\nenum NatureEnum {\r\n BusinessInformationAreaStructureDiagram_BIASD\r\n BusinessCapabilityMapBusinessProcess_ABCZONE\r\n Sketching_SKECH\r\n LibraryDiagram_LIBRARY\r\n ObjectiveRequirementDiagram_ORQMNT\r\n OverviewOfObjectivesAndProjects_OVEROBJEPROJ\r\n ObjectiveAndRequirementDiagram_RQMNT\r\n Cause_and_EffectDiagram_CED\r\n}\r\n\r\nenum NatureIncidentEnum {\r\n Financial\r\n NotFinancial\r\n}\r\n\r\nenum NatureLossEnum {\r\n WriteDowns\r\n LossOfRecourse\r\n Restitution\r\n LegalLiability\r\n Regulatory_Compliance\r\n LossOfOrDamageToAssets\r\n OtherDirectLoss\r\n}\r\n\r\nenum NatureRecoveryEnum {\r\n Insurance\r\n NoInsurance\r\n}\r\n\r\ntype Objective implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n objectiveType(format: EnumFormat): ObjectiveTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessLine_ConcernedElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ConcernedElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n control_ConcernedElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ConcernedElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ConcernedElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ConcernedElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ConcernedElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConcernedElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ConcernedElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ConcernedElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ConcernedElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ConcernedElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ConcernedElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ConcernedElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ContributingElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ContributingElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n issue_SolvedIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_SolvedIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n}\r\n\r\ntype ObjectiveAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n objectiveType(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ObjectiveFilter {\r\n defaultField_55e46a4220a64c9fbfcdf012fc3e06c4: String\r\n and: [ObjectiveFilter!]\r\n or: [ObjectiveFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n objectiveType: ObjectiveTypeEnum\r\n objectiveType_not: ObjectiveTypeEnum\r\n objectiveType_in: [ObjectiveTypeEnum!]\r\n objectiveType_not_in: [ObjectiveTypeEnum!]\r\n objectiveType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n businessLine_ConcernedElement_some: [BusinessLineFilter!]\r\n businessLine_ConcernedElement_count: countFilter\r\n control_ConcernedElement_some: [ControlFilter!]\r\n control_ConcernedElement_count: countFilter\r\n application_ConcernedElement_some: [ApplicationFilter!]\r\n application_ConcernedElement_count: countFilter\r\n orgUnit_ConcernedElement_some: [OrgUnitFilter!]\r\n orgUnit_ConcernedElement_count: countFilter\r\n organizationalProcess_ConcernedElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ConcernedElement_count: countFilter\r\n requirement_ConcernedElement_some: [RequirementFilter!]\r\n requirement_ConcernedElement_count: countFilter\r\n businessProcess_ConcernedElement_some: [BusinessProcessFilter!]\r\n businessProcess_ConcernedElement_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n requirement_ContributingElement_some: [RequirementFilter!]\r\n requirement_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n issue_SolvedIssue_some: [IssueFilter!]\r\n issue_SolvedIssue_count: countFilter\r\n}\r\n\r\nenum ObjectiveOrderBy {\r\n name_ASC\r\n name_DESC\r\n objectiveType_ASC\r\n objectiveType_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ObjectiveTypeEnum {\r\n Qualitative\r\n Quantitative\r\n Other\r\n}\r\n\r\ntype OrgUnit implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n numberOfIncidents: String\r\n localeCurrency: GraphQLObjectInterface\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n incident_DeclarantsIncident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_DeclarantsIncidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_OwnedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_OwnedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ConsultingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ConsultingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_InformingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_InformingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype OrgUnitAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n internalExternal(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n email(function: AggregateFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n localeCurrency(function: AggregateFunctionType): CustomFloat\r\n orgUnitStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput OrgUnitFilter {\r\n defaultField_9175565c92aa4b61ad3ffa06ad24a80b: String\r\n and: [OrgUnitFilter!]\r\n or: [OrgUnitFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n localeCurrency: String\r\n localeCurrency_not: String\r\n localeCurrency_in: [String!]\r\n localeCurrency_not_in: [String!]\r\n localeCurrency_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n incident_DeclarantsIncident_some: [IncidentFilter!]\r\n incident_DeclarantsIncident_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionPlan_OwnedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_OwnedActionPlan_count: countFilter\r\n actionPlan_ConsultingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ConsultingActionPlan_count: countFilter\r\n actionPlan_InformingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_InformingActionPlan_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum OrgUnitOrderBy {\r\n name_ASC\r\n name_DESC\r\n internalExternal_ASC\r\n internalExternal_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n email_ASC\r\n email_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n localeCurrency_ASC\r\n localeCurrency_DESC\r\n orgUnitStatus_ASC\r\n orgUnitStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum OrgUnitStatusEnum {\r\n UpdateInProgress\r\n ValidationInProgress\r\n Validated\r\n}\r\n\r\ntype OrganizationalProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n risk_ControlledRisk(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcess]\r\n risk_ControlledRiskAggregatedValues(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\ntype OrganizationalProcessAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput OrganizationalProcessFilter {\r\n defaultField_23e89c98a4bf4f16a751b47678672b60: String\r\n and: [OrganizationalProcessFilter!]\r\n or: [OrganizationalProcessFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n organizationalProcessManager_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum OrganizationalProcessOrderBy {\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype PersonSystem implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype PersonSystemAggregatedValues {\r\n userCode(function: AggregateFunctionType): CustomFloat\r\n commandLine(function: AggregateFunctionType): CustomFloat\r\n scciUserName(function: AggregateFunctionType): CustomFloat\r\n email(function: AggregateFunctionType): CustomFloat\r\n belongsToAPersonGroup(function: AggregateFunctionType): CustomFloat\r\n dataLanguage(function: AggregateFunctionType): CustomFloat\r\n phoneNumber(function: AggregateFunctionType): CustomFloat\r\n initials(function: AggregateFunctionType): CustomFloat\r\n validPerson(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput PersonSystemFilter {\r\n and: [PersonSystemFilter!]\r\n or: [PersonSystemFilter!]\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum PersonSystemOrderBy {\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum PriorityEnum {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\nenum PriorityIncidentEnum {\r\n High\r\n Medium\r\n Low\r\n}\r\n\r\ntype Product implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n productType(format: EnumFormat): ProductTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n product_AggregationOf(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_AggregationOfAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n product_SubProduct(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n product_SubProductAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype ProductAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n productType(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ProductFilter {\r\n and: [ProductFilter!]\r\n or: [ProductFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n productType: ProductTypeEnum\r\n productType_not: ProductTypeEnum\r\n productType_in: [ProductTypeEnum!]\r\n productType_not_in: [ProductTypeEnum!]\r\n productType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n product_AggregationOf_some: [ProductFilter!]\r\n product_AggregationOf_count: countFilter\r\n product_SubProduct_some: [ProductFilter!]\r\n product_SubProduct_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum ProductOrderBy {\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n productType_ASC\r\n productType_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ProductTypeEnum {\r\n Complex\r\n Goods\r\n Services\r\n}\r\n\r\nenum ProgressEvaluationEnum {\r\n InTime\r\n Late\r\n}\r\n\r\ntype ProgressUpdate implements GraphQLObjectInterface {\r\n progressDate(format: String, timeOffset: String): CustomDate\r\n progressEvaluation(format: EnumFormat): ProgressEvaluationEnum\r\n progressUpdatePercentage: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n}\r\n\r\ntype ProgressUpdateAggregatedValues {\r\n progressDate(function: AggregateFunctionType): CustomFloat\r\n progressEvaluation(function: AggregateFunctionType): CustomFloat\r\n progressUpdatePercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ProgressUpdateFilter {\r\n defaultField_090ed9d34a1246b8b412bbc09ada0ffe: String\r\n and: [ProgressUpdateFilter!]\r\n or: [ProgressUpdateFilter!]\r\n progressDate: CustomDate\r\n progressDate_not: CustomDate\r\n progressDate_in: [CustomDate!]\r\n progressDate_not_in: [CustomDate!]\r\n progressDate_lt: CustomDate\r\n progressDate_lte: CustomDate\r\n progressDate_gt: CustomDate\r\n progressDate_gte: CustomDate\r\n progressDate_empty: Boolean\r\n progressEvaluation: ProgressEvaluationEnum\r\n progressEvaluation_not: ProgressEvaluationEnum\r\n progressEvaluation_in: [ProgressEvaluationEnum!]\r\n progressEvaluation_not_in: [ProgressEvaluationEnum!]\r\n progressEvaluation_empty: Boolean\r\n progressUpdatePercentage: CustomInt\r\n progressUpdatePercentage_not: CustomInt\r\n progressUpdatePercentage_in: [CustomInt!]\r\n progressUpdatePercentage_not_in: [CustomInt!]\r\n progressUpdatePercentage_lt: CustomInt\r\n progressUpdatePercentage_lte: CustomInt\r\n progressUpdatePercentage_gt: CustomInt\r\n progressUpdatePercentage_gte: CustomInt\r\n progressUpdatePercentage_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n}\r\n\r\nenum ProgressUpdateOrderBy {\r\n progressDate_ASC\r\n progressDate_DESC\r\n progressEvaluation_ASC\r\n progressEvaluation_DESC\r\n progressUpdatePercentage_ASC\r\n progressUpdatePercentage_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Provision implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeFinancialElement: CustomInt\r\n amount(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountlocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype ProvisionAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n codeFinancialElement(function: AggregateNumbersFunctionType): CustomFloat\r\n amount(function: AggregateNumbersFunctionType): CustomFloat\r\n amountlocal(function: AggregateNumbersFunctionType): CustomFloat\r\n amountIsEstimated(function: AggregateFunctionType): CustomFloat\r\n effectiveDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ProvisionFilter {\r\n defaultField_902b5d4941cc4537b354c56482eeeef3: String\r\n and: [ProvisionFilter!]\r\n or: [ProvisionFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeFinancialElement: CustomInt\r\n codeFinancialElement_not: CustomInt\r\n codeFinancialElement_in: [CustomInt!]\r\n codeFinancialElement_not_in: [CustomInt!]\r\n codeFinancialElement_lt: CustomInt\r\n codeFinancialElement_lte: CustomInt\r\n codeFinancialElement_gt: CustomInt\r\n codeFinancialElement_gte: CustomInt\r\n codeFinancialElement_empty: Boolean\r\n amount: CustomFloat\r\n amount_not: CustomFloat\r\n amount_in: [CustomFloat!]\r\n amount_not_in: [CustomFloat!]\r\n amount_lt: CustomFloat\r\n amount_lte: CustomFloat\r\n amount_gt: CustomFloat\r\n amount_gte: CustomFloat\r\n amount_empty: Boolean\r\n amountlocal: CustomFloat\r\n amountlocal_not: CustomFloat\r\n amountlocal_in: [CustomFloat!]\r\n amountlocal_not_in: [CustomFloat!]\r\n amountlocal_lt: CustomFloat\r\n amountlocal_lte: CustomFloat\r\n amountlocal_gt: CustomFloat\r\n amountlocal_gte: CustomFloat\r\n amountlocal_empty: Boolean\r\n amountIsEstimated: Boolean\r\n amountIsEstimated_not: Boolean\r\n amountIsEstimated_empty: Boolean\r\n effectiveDate: CustomDate\r\n effectiveDate_not: CustomDate\r\n effectiveDate_in: [CustomDate!]\r\n effectiveDate_not_in: [CustomDate!]\r\n effectiveDate_lt: CustomDate\r\n effectiveDate_lte: CustomDate\r\n effectiveDate_gt: CustomDate\r\n effectiveDate_gte: CustomDate\r\n effectiveDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum ProvisionOrderBy {\r\n name_ASC\r\n name_DESC\r\n codeFinancialElement_ASC\r\n codeFinancialElement_DESC\r\n amount_ASC\r\n amount_DESC\r\n amountlocal_ASC\r\n amountlocal_DESC\r\n amountIsEstimated_ASC\r\n amountIsEstimated_DESC\r\n effectiveDate_ASC\r\n effectiveDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Query {\r\n _currentContext: CurrentContextType\r\n _APIdiagnostic: DiagnosticType\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LanguageAggregatedValues]\r\n personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystem]\r\n personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystemAggregatedValues]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LoginAggregatedValues]\r\n businessRole(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessRole]\r\n businessRoleAggregatedValues(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessRoleAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionPlanAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProgressUpdateAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskConsequenceAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessLineAggregatedValues]\r\n actionActionPlan(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionActionPlan]\r\n actionActionPlanAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionActionPlanAggregatedValues]\r\n objective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Objective]\r\n objectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ObjectiveAggregatedValues]\r\n indicator(filter: IndicatorFilter, orderBy: [IndicatorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Indicator]\r\n indicatorAggregatedValues(filter: IndicatorFilter, orderBy: [IndicatorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [IndicatorAggregatedValues]\r\n product(filter: ProductFilter, orderBy: [ProductOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Product]\r\n productAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProductAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskTypeAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SteeringCalendarAggregatedValues]\r\n steeringDate(filter: SteeringDateFilter, orderBy: [SteeringDateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SteeringDate]\r\n steeringDateAggregatedValues(filter: SteeringDateFilter, orderBy: [SteeringDateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SteeringDateAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RegulationFrameworkAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskFactorAggregatedValues]\r\n provision(filter: ProvisionFilter, orderBy: [ProvisionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Provision]\r\n provisionAggregatedValues(filter: ProvisionFilter, orderBy: [ProvisionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProvisionAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [IncidentAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MacroIncidentAggregatedValues]\r\n loss(filter: LossFilter, orderBy: [LossOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Loss]\r\n lossAggregatedValues(filter: LossFilter, orderBy: [LossOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LossAggregatedValues]\r\n recovery(filter: RecoveryFilter, orderBy: [RecoveryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Recovery]\r\n recoveryAggregatedValues(filter: RecoveryFilter, orderBy: [RecoveryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RecoveryAggregatedValues]\r\n gain(filter: GainFilter, orderBy: [GainOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Gain]\r\n gainAggregatedValues(filter: GainFilter, orderBy: [GainOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GainAggregatedValues]\r\n issue(filter: IssueFilter, orderBy: [IssueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Issue]\r\n issueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [IssueAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ControlAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPatternAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategoryAggregatedValues]\r\n grossIncome(filter: GrossIncomeFilter, orderBy: [GrossIncomeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GrossIncome]\r\n grossIncomeAggregatedValues(filter: GrossIncomeFilter, orderBy: [GrossIncomeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GrossIncomeAggregatedValues]\r\n businessDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentVersion]\r\n businessDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentVersionAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrgUnitAggregatedValues]\r\n organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrganizationalProcess]\r\n organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrganizationalProcessAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RequirementAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype Recovery implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeFinancialElement: CustomInt\r\n amount(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountlocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate(format: String, timeOffset: String): CustomDate\r\n natureRecovery(format: EnumFormat): NatureRecoveryEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype RecoveryAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n codeFinancialElement(function: AggregateNumbersFunctionType): CustomFloat\r\n amount(function: AggregateNumbersFunctionType): CustomFloat\r\n amountlocal(function: AggregateNumbersFunctionType): CustomFloat\r\n amountIsEstimated(function: AggregateFunctionType): CustomFloat\r\n effectiveDate(function: AggregateFunctionType): CustomFloat\r\n natureRecovery(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RecoveryFilter {\r\n defaultField_d48b983297c94e7aa942f58a5128da12: String\r\n and: [RecoveryFilter!]\r\n or: [RecoveryFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeFinancialElement: CustomInt\r\n codeFinancialElement_not: CustomInt\r\n codeFinancialElement_in: [CustomInt!]\r\n codeFinancialElement_not_in: [CustomInt!]\r\n codeFinancialElement_lt: CustomInt\r\n codeFinancialElement_lte: CustomInt\r\n codeFinancialElement_gt: CustomInt\r\n codeFinancialElement_gte: CustomInt\r\n codeFinancialElement_empty: Boolean\r\n amount: CustomFloat\r\n amount_not: CustomFloat\r\n amount_in: [CustomFloat!]\r\n amount_not_in: [CustomFloat!]\r\n amount_lt: CustomFloat\r\n amount_lte: CustomFloat\r\n amount_gt: CustomFloat\r\n amount_gte: CustomFloat\r\n amount_empty: Boolean\r\n amountlocal: CustomFloat\r\n amountlocal_not: CustomFloat\r\n amountlocal_in: [CustomFloat!]\r\n amountlocal_not_in: [CustomFloat!]\r\n amountlocal_lt: CustomFloat\r\n amountlocal_lte: CustomFloat\r\n amountlocal_gt: CustomFloat\r\n amountlocal_gte: CustomFloat\r\n amountlocal_empty: Boolean\r\n amountIsEstimated: Boolean\r\n amountIsEstimated_not: Boolean\r\n amountIsEstimated_empty: Boolean\r\n effectiveDate: CustomDate\r\n effectiveDate_not: CustomDate\r\n effectiveDate_in: [CustomDate!]\r\n effectiveDate_not_in: [CustomDate!]\r\n effectiveDate_lt: CustomDate\r\n effectiveDate_lte: CustomDate\r\n effectiveDate_gt: CustomDate\r\n effectiveDate_gte: CustomDate\r\n effectiveDate_empty: Boolean\r\n natureRecovery: NatureRecoveryEnum\r\n natureRecovery_not: NatureRecoveryEnum\r\n natureRecovery_in: [NatureRecoveryEnum!]\r\n natureRecovery_not_in: [NatureRecoveryEnum!]\r\n natureRecovery_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum RecoveryOrderBy {\r\n name_ASC\r\n name_DESC\r\n codeFinancialElement_ASC\r\n codeFinancialElement_DESC\r\n amount_ASC\r\n amount_DESC\r\n amountlocal_ASC\r\n amountlocal_DESC\r\n amountIsEstimated_ASC\r\n amountIsEstimated_DESC\r\n effectiveDate_ASC\r\n effectiveDate_DESC\r\n natureRecovery_ASC\r\n natureRecovery_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype RegulationFramework implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype RegulationFrameworkAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n regulationCode(function: AggregateFunctionType): CustomFloat\r\n regulationScope(function: AggregateFunctionType): CustomFloat\r\n regulationDate(function: AggregateFunctionType): CustomFloat\r\n applicationBeginDate(function: AggregateFunctionType): CustomFloat\r\n applicationEndDate(function: AggregateFunctionType): CustomFloat\r\n regulationStatus(function: AggregateFunctionType): CustomFloat\r\n lastUpdate(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RegulationFrameworkFilter {\r\n defaultField_fc7a009a874e4d6f82c36cb5b33ee723: String\r\n and: [RegulationFrameworkFilter!]\r\n or: [RegulationFrameworkFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum RegulationFrameworkOrderBy {\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum RegulationStatusEnum {\r\n ToBeSubmitted\r\n ToBeValidated\r\n ToBePublished\r\n Published\r\n Closed\r\n}\r\n\r\ntype Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner implements GraphQLObjectInterface {\r\n actionProgress(format: EnumFormat): ActionProgressEnum\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n statusact(format: EnumFormat): StatusactEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan_CalledActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_CalledActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter {\r\n and: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n or: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n actionProgress: ActionProgressEnum\r\n actionProgress_not: ActionProgressEnum\r\n actionProgress_in: [ActionProgressEnum!]\r\n actionProgress_not_in: [ActionProgressEnum!]\r\n actionProgress_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n statusact: StatusactEnum\r\n statusact_not: StatusactEnum\r\n statusact_in: [StatusactEnum!]\r\n statusact_not_in: [StatusactEnum!]\r\n statusact_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionOwner_PersonSystem_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n actionPlan_CalledActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_CalledActionPlan_count: countFilter\r\n actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_OwnerActionPlan_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n actionProgress_ASC\r\n actionProgress_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n statusact_ASC\r\n statusact_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n actionProgress(format: EnumFormat): ActionProgressEnum\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n statusact(format: EnumFormat): StatusactEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan_CalledActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_CalledActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n actionProgress: ActionProgressEnum\r\n actionProgress_not: ActionProgressEnum\r\n actionProgress_in: [ActionProgressEnum!]\r\n actionProgress_not_in: [ActionProgressEnum!]\r\n actionProgress_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n statusact: StatusactEnum\r\n statusact_not: StatusactEnum\r\n statusact_in: [StatusactEnum!]\r\n statusact_not_in: [StatusactEnum!]\r\n statusact_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionOwner_PersonSystem_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n actionPlan_CalledActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_CalledActionPlan_count: countFilter\r\n actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_OwnerActionPlan_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n actionProgress_ASC\r\n actionProgress_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n statusact_ASC\r\n statusact_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter {\r\n and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter {\r\n and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter {\r\n and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate implements GraphQLObjectInterface {\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment(format: StringFormat): String\r\n successful(format: EnumFormat): SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n means(format: StringFormat): String\r\n actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n keySuccessFactor(format: StringFormat): String\r\n successfullComments(format: StringFormat): String\r\n plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n plannedEndDate(format: String, timeOffset: String): CustomDate\r\n realBeginDate(format: String, timeOffset: String): CustomDate\r\n realEndDate(format: String, timeOffset: String): CustomDate\r\n actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n delay(format: EnumFormat): DelayEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n incident_Scope(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_ScopeAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_Scope(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_ScopeAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n control_Scope(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ScopeAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_Scope(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ScopeAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_Scope(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ScopeAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_ReferencingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ReferencedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ReferencedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_CallingAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_CallingActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n orgUnit_OwnerEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_OwnerEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_ConsultedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ConsultedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_InformedEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_InformedEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy]): [SteeringDateAggregatedValues]\r\n idUser: String\r\n}\r\n\r\ninput Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter {\r\n and: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter!]\r\n or: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter!]\r\n idUser: String\r\n idUser_not: String\r\n idUser_in: [String!]\r\n idUser_not_in: [String!]\r\n idUser_lt: String\r\n idUser_lte: String\r\n idUser_gt: String\r\n idUser_gte: String\r\n idUser_contains: String\r\n idUser_not_contains: String\r\n idUser_starts_with: String\r\n idUser_not_starts_with: String\r\n idUser_ends_with: String\r\n idUser_not_ends_with: String\r\n idUser_empty: Boolean\r\n lastProgressPercentage: CustomInt\r\n lastProgressPercentage_not: CustomInt\r\n lastProgressPercentage_in: [CustomInt!]\r\n lastProgressPercentage_not_in: [CustomInt!]\r\n lastProgressPercentage_lt: CustomInt\r\n lastProgressPercentage_lte: CustomInt\r\n lastProgressPercentage_gt: CustomInt\r\n lastProgressPercentage_gte: CustomInt\r\n lastProgressPercentage_empty: Boolean\r\n lastProgressComment: String\r\n lastProgressComment_not: String\r\n lastProgressComment_in: [String!]\r\n lastProgressComment_not_in: [String!]\r\n lastProgressComment_lt: String\r\n lastProgressComment_lte: String\r\n lastProgressComment_gt: String\r\n lastProgressComment_gte: String\r\n lastProgressComment_contains: String\r\n lastProgressComment_not_contains: String\r\n lastProgressComment_starts_with: String\r\n lastProgressComment_not_starts_with: String\r\n lastProgressComment_ends_with: String\r\n lastProgressComment_not_ends_with: String\r\n lastProgressComment_empty: Boolean\r\n successful: SuccessfulEnum\r\n successful_not: SuccessfulEnum\r\n successful_in: [SuccessfulEnum!]\r\n successful_not_in: [SuccessfulEnum!]\r\n successful_empty: Boolean\r\n realCost: CustomFloat\r\n realCost_not: CustomFloat\r\n realCost_in: [CustomFloat!]\r\n realCost_not_in: [CustomFloat!]\r\n realCost_lt: CustomFloat\r\n realCost_lte: CustomFloat\r\n realCost_gt: CustomFloat\r\n realCost_gte: CustomFloat\r\n realCost_empty: Boolean\r\n forecastCost: CustomFloat\r\n forecastCost_not: CustomFloat\r\n forecastCost_in: [CustomFloat!]\r\n forecastCost_not_in: [CustomFloat!]\r\n forecastCost_lt: CustomFloat\r\n forecastCost_lte: CustomFloat\r\n forecastCost_gt: CustomFloat\r\n forecastCost_gte: CustomFloat\r\n forecastCost_empty: Boolean\r\n forecastCostManDays: CustomInt\r\n forecastCostManDays_not: CustomInt\r\n forecastCostManDays_in: [CustomInt!]\r\n forecastCostManDays_not_in: [CustomInt!]\r\n forecastCostManDays_lt: CustomInt\r\n forecastCostManDays_lte: CustomInt\r\n forecastCostManDays_gt: CustomInt\r\n forecastCostManDays_gte: CustomInt\r\n forecastCostManDays_empty: Boolean\r\n realCostManDays: CustomInt\r\n realCostManDays_not: CustomInt\r\n realCostManDays_in: [CustomInt!]\r\n realCostManDays_not_in: [CustomInt!]\r\n realCostManDays_lt: CustomInt\r\n realCostManDays_lte: CustomInt\r\n realCostManDays_gt: CustomInt\r\n realCostManDays_gte: CustomInt\r\n realCostManDays_empty: Boolean\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanCategory_not: ActionPlanCategoryEnum\r\n actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n actionPlanCategory_empty: Boolean\r\n actionPlanStatus: ActionPlanStatusEnum\r\n actionPlanStatus_not: ActionPlanStatusEnum\r\n actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n actionPlanStatus_empty: Boolean\r\n means: String\r\n means_not: String\r\n means_in: [String!]\r\n means_not_in: [String!]\r\n means_lt: String\r\n means_lte: String\r\n means_gt: String\r\n means_gte: String\r\n means_contains: String\r\n means_not_contains: String\r\n means_starts_with: String\r\n means_not_starts_with: String\r\n means_ends_with: String\r\n means_not_ends_with: String\r\n means_empty: Boolean\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n actionPlanOrigin_not: ActionPlanOriginEnum\r\n actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n actionPlanOrigin_empty: Boolean\r\n keySuccessFactor: String\r\n keySuccessFactor_not: String\r\n keySuccessFactor_in: [String!]\r\n keySuccessFactor_not_in: [String!]\r\n keySuccessFactor_lt: String\r\n keySuccessFactor_lte: String\r\n keySuccessFactor_gt: String\r\n keySuccessFactor_gte: String\r\n keySuccessFactor_contains: String\r\n keySuccessFactor_not_contains: String\r\n keySuccessFactor_starts_with: String\r\n keySuccessFactor_not_starts_with: String\r\n keySuccessFactor_ends_with: String\r\n keySuccessFactor_not_ends_with: String\r\n keySuccessFactor_empty: Boolean\r\n successfullComments: String\r\n successfullComments_not: String\r\n successfullComments_in: [String!]\r\n successfullComments_not_in: [String!]\r\n successfullComments_lt: String\r\n successfullComments_lte: String\r\n successfullComments_gt: String\r\n successfullComments_gte: String\r\n successfullComments_contains: String\r\n successfullComments_not_contains: String\r\n successfullComments_starts_with: String\r\n successfullComments_not_starts_with: String\r\n successfullComments_ends_with: String\r\n successfullComments_not_ends_with: String\r\n successfullComments_empty: Boolean\r\n plannedBeginDate: CustomDate\r\n plannedBeginDate_not: CustomDate\r\n plannedBeginDate_in: [CustomDate!]\r\n plannedBeginDate_not_in: [CustomDate!]\r\n plannedBeginDate_lt: CustomDate\r\n plannedBeginDate_lte: CustomDate\r\n plannedBeginDate_gt: CustomDate\r\n plannedBeginDate_gte: CustomDate\r\n plannedBeginDate_empty: Boolean\r\n plannedEndDate: CustomDate\r\n plannedEndDate_not: CustomDate\r\n plannedEndDate_in: [CustomDate!]\r\n plannedEndDate_not_in: [CustomDate!]\r\n plannedEndDate_lt: CustomDate\r\n plannedEndDate_lte: CustomDate\r\n plannedEndDate_gt: CustomDate\r\n plannedEndDate_gte: CustomDate\r\n plannedEndDate_empty: Boolean\r\n realBeginDate: CustomDate\r\n realBeginDate_not: CustomDate\r\n realBeginDate_in: [CustomDate!]\r\n realBeginDate_not_in: [CustomDate!]\r\n realBeginDate_lt: CustomDate\r\n realBeginDate_lte: CustomDate\r\n realBeginDate_gt: CustomDate\r\n realBeginDate_gte: CustomDate\r\n realBeginDate_empty: Boolean\r\n realEndDate: CustomDate\r\n realEndDate_not: CustomDate\r\n realEndDate_in: [CustomDate!]\r\n realEndDate_not_in: [CustomDate!]\r\n realEndDate_lt: CustomDate\r\n realEndDate_lte: CustomDate\r\n realEndDate_gt: CustomDate\r\n realEndDate_gte: CustomDate\r\n realEndDate_empty: Boolean\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n actionPlanPriority_not: ActionPlanPriorityEnum\r\n actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n actionPlanPriority_empty: Boolean\r\n delay: DelayEnum\r\n delay_not: DelayEnum\r\n delay_in: [DelayEnum!]\r\n delay_not_in: [DelayEnum!]\r\n delay_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n actionPlanNature: ActionPlanNatureEnum\r\n actionPlanNature_not: ActionPlanNatureEnum\r\n actionPlanNature_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n actionPlanNature_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanOwner_PersonSystem_count: countFilter\r\n actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanResponsible_PersonSystem_count: countFilter\r\n actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n actionPlanApprover_PersonSystem_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n risk_Scope_some: [RiskFilter!]\r\n risk_Scope_count: countFilter\r\n incident_Scope_some: [IncidentFilter!]\r\n incident_Scope_count: countFilter\r\n issue_Scope_some: [IssueFilter!]\r\n issue_Scope_count: countFilter\r\n control_Scope_some: [ControlFilter!]\r\n control_Scope_count: countFilter\r\n application_Scope_some: [ApplicationFilter!]\r\n application_Scope_count: countFilter\r\n orgUnit_Scope_some: [OrgUnitFilter!]\r\n orgUnit_Scope_count: countFilter\r\n organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_Scope_count: countFilter\r\n requirement_Scope_some: [RequirementFilter!]\r\n requirement_Scope_count: countFilter\r\n businessProcess_Scope_some: [BusinessProcessFilter!]\r\n businessProcess_Scope_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_ReferencingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencingActionPlan_count: countFilter\r\n actionPlan_ReferencedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ReferencedActionPlan_count: countFilter\r\n actionActionPlan_CallingAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_CallingAction_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n orgUnit_OwnerEntity_some: [OrgUnitFilter!]\r\n orgUnit_OwnerEntity_count: countFilter\r\n orgUnit_ConsultedEntity_some: [OrgUnitFilter!]\r\n orgUnit_ConsultedEntity_count: countFilter\r\n orgUnit_InformedEntity_some: [OrgUnitFilter!]\r\n orgUnit_InformedEntity_count: countFilter\r\n progressUpdate_some: [ProgressUpdateFilter!]\r\n progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy {\r\n idUser_ASC\r\n idUser_DESC\r\n lastProgressPercentage_ASC\r\n lastProgressPercentage_DESC\r\n lastProgressComment_ASC\r\n lastProgressComment_DESC\r\n successful_ASC\r\n successful_DESC\r\n realCost_ASC\r\n realCost_DESC\r\n forecastCost_ASC\r\n forecastCost_DESC\r\n forecastCostManDays_ASC\r\n forecastCostManDays_DESC\r\n realCostManDays_ASC\r\n realCostManDays_DESC\r\n actionPlanCategory_ASC\r\n actionPlanCategory_DESC\r\n actionPlanStatus_ASC\r\n actionPlanStatus_DESC\r\n means_ASC\r\n means_DESC\r\n actionPlanOrigin_ASC\r\n actionPlanOrigin_DESC\r\n keySuccessFactor_ASC\r\n keySuccessFactor_DESC\r\n successfullComments_ASC\r\n successfullComments_DESC\r\n plannedBeginDate_ASC\r\n plannedBeginDate_DESC\r\n plannedEndDate_ASC\r\n plannedEndDate_DESC\r\n realBeginDate_ASC\r\n realBeginDate_DESC\r\n realEndDate_ASC\r\n realEndDate_DESC\r\n actionPlanPriority_ASC\r\n actionPlanPriority_DESC\r\n delay_ASC\r\n delay_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n actionPlanNature_ASC\r\n actionPlanNature_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n applicationStereotype_ASC\r\n applicationStereotype_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n businessProcessCode: String\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessProcess_OwnerBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_OwnerBusinessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_OwnedBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_OwnedBusinessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n businessProcessCode: String\r\n businessProcessCode_not: String\r\n businessProcessCode_in: [String!]\r\n businessProcessCode_not_in: [String!]\r\n businessProcessCode_lt: String\r\n businessProcessCode_lte: String\r\n businessProcessCode_gt: String\r\n businessProcessCode_gte: String\r\n businessProcessCode_contains: String\r\n businessProcessCode_not_contains: String\r\n businessProcessCode_starts_with: String\r\n businessProcessCode_not_starts_with: String\r\n businessProcessCode_ends_with: String\r\n businessProcessCode_not_ends_with: String\r\n businessProcessCode_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessProcess_OwnerBusinessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_OwnerBusinessProcess_count: countFilter\r\n businessProcess_OwnedBusinessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_OwnedBusinessProcess_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n businessProcessCode_ASC\r\n businessProcessCode_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n controlCode: String\r\n controlLevel(format: EnumFormat): ControlLevelEnum\r\n controlNature: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n issue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n riskFactor_ControlledRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ControlledRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n account_ControlContextElement(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_ControlContextElementAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n application_ControlContextElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ControlContextElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ControlContextElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ControlContextElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ControlContextElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ControlContextElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ControlContextElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ControlContextElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ControlContextElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ControlContextElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n controlOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_Control]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter {\r\n and: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter!]\r\n or: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String!]\r\n controlCode_not_in: [String!]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlCode_empty: Boolean\r\n controlLevel: ControlLevelEnum\r\n controlLevel_not: ControlLevelEnum\r\n controlLevel_in: [ControlLevelEnum!]\r\n controlLevel_not_in: [ControlLevelEnum!]\r\n controlLevel_empty: Boolean\r\n controlNature: String\r\n controlNature_not: String\r\n controlNature_in: [String!]\r\n controlNature_not_in: [String!]\r\n controlNature_lt: String\r\n controlNature_lte: String\r\n controlNature_gt: String\r\n controlNature_gte: String\r\n controlNature_contains: String\r\n controlNature_not_contains: String\r\n controlNature_starts_with: String\r\n controlNature_not_starts_with: String\r\n controlNature_ends_with: String\r\n controlNature_not_ends_with: String\r\n controlNature_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n issue_some: [IssueFilter!]\r\n issue_count: countFilter\r\n controlOwner_PersonSystem_some: [PersonSystemFilter!]\r\n controlOwner_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n riskFactor_ControlledRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ControlledRiskFactor_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n account_ControlContextElement_some: [AccountFilter!]\r\n account_ControlContextElement_count: countFilter\r\n application_ControlContextElement_some: [ApplicationFilter!]\r\n application_ControlContextElement_count: countFilter\r\n orgUnit_ControlContextElement_some: [OrgUnitFilter!]\r\n orgUnit_ControlContextElement_count: countFilter\r\n organizationalProcess_ControlContextElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlContextElement_count: countFilter\r\n requirement_ControlContextElement_some: [RequirementFilter!]\r\n requirement_ControlContextElement_count: countFilter\r\n businessProcess_ControlContextElement_some: [BusinessProcessFilter!]\r\n businessProcess_ControlContextElement_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n controlCode_ASC\r\n controlCode_DESC\r\n controlLevel_ASC\r\n controlLevel_DESC\r\n controlNature_ASC\r\n controlNature_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n controlCode: String\r\n controlLevel(format: EnumFormat): ControlLevelEnum\r\n controlNature: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n issue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n riskFactor_ControlledRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ControlledRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n account_ControlContextElement(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_ControlContextElementAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n application_ControlContextElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ControlContextElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ControlContextElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ControlContextElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ControlContextElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ControlContextElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ControlContextElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ControlContextElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ControlContextElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ControlContextElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n controlOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_Control]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [SteeringDateAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String!]\r\n controlCode_not_in: [String!]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlCode_empty: Boolean\r\n controlLevel: ControlLevelEnum\r\n controlLevel_not: ControlLevelEnum\r\n controlLevel_in: [ControlLevelEnum!]\r\n controlLevel_not_in: [ControlLevelEnum!]\r\n controlLevel_empty: Boolean\r\n controlNature: String\r\n controlNature_not: String\r\n controlNature_in: [String!]\r\n controlNature_not_in: [String!]\r\n controlNature_lt: String\r\n controlNature_lte: String\r\n controlNature_gt: String\r\n controlNature_gte: String\r\n controlNature_contains: String\r\n controlNature_not_contains: String\r\n controlNature_starts_with: String\r\n controlNature_not_starts_with: String\r\n controlNature_ends_with: String\r\n controlNature_not_ends_with: String\r\n controlNature_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n issue_some: [IssueFilter!]\r\n issue_count: countFilter\r\n controlOwner_PersonSystem_some: [PersonSystemFilter!]\r\n controlOwner_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n riskFactor_ControlledRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ControlledRiskFactor_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n account_ControlContextElement_some: [AccountFilter!]\r\n account_ControlContextElement_count: countFilter\r\n application_ControlContextElement_some: [ApplicationFilter!]\r\n application_ControlContextElement_count: countFilter\r\n orgUnit_ControlContextElement_some: [OrgUnitFilter!]\r\n orgUnit_ControlContextElement_count: countFilter\r\n organizationalProcess_ControlContextElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlContextElement_count: countFilter\r\n requirement_ControlContextElement_some: [RequirementFilter!]\r\n requirement_ControlContextElement_count: countFilter\r\n businessProcess_ControlContextElement_some: [BusinessProcessFilter!]\r\n businessProcess_ControlContextElement_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n controlCode_ASC\r\n controlCode_DESC\r\n controlLevel_ASC\r\n controlLevel_DESC\r\n controlNature_ASC\r\n controlNature_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n controlCode: String\r\n controlLevel(format: EnumFormat): ControlLevelEnum\r\n controlNature: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n issue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n riskFactor_ControlledRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ControlledRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n account_ControlContextElement(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n account_ControlContextElementAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n application_ControlContextElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ControlContextElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ControlContextElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ControlContextElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ControlContextElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ControlContextElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_ControlContextElement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ControlContextElementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_ControlContextElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ControlContextElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n controlOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n steeringDate_SteeringDateScheduler(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_Control]\r\n steeringDate_SteeringDateSchedulerAggregatedValues(filter: Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter, orderBy: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy]): [SteeringDateAggregatedValues]\r\n idUser: String\r\n}\r\n\r\ninput Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter {\r\n and: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter!]\r\n or: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter!]\r\n idUser: String\r\n idUser_not: String\r\n idUser_in: [String!]\r\n idUser_not_in: [String!]\r\n idUser_lt: String\r\n idUser_lte: String\r\n idUser_gt: String\r\n idUser_gte: String\r\n idUser_contains: String\r\n idUser_not_contains: String\r\n idUser_starts_with: String\r\n idUser_not_starts_with: String\r\n idUser_ends_with: String\r\n idUser_not_ends_with: String\r\n idUser_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String!]\r\n controlCode_not_in: [String!]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlCode_empty: Boolean\r\n controlLevel: ControlLevelEnum\r\n controlLevel_not: ControlLevelEnum\r\n controlLevel_in: [ControlLevelEnum!]\r\n controlLevel_not_in: [ControlLevelEnum!]\r\n controlLevel_empty: Boolean\r\n controlNature: String\r\n controlNature_not: String\r\n controlNature_in: [String!]\r\n controlNature_not_in: [String!]\r\n controlNature_lt: String\r\n controlNature_lte: String\r\n controlNature_gt: String\r\n controlNature_gte: String\r\n controlNature_contains: String\r\n controlNature_not_contains: String\r\n controlNature_starts_with: String\r\n controlNature_not_starts_with: String\r\n controlNature_ends_with: String\r\n controlNature_not_ends_with: String\r\n controlNature_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n issue_some: [IssueFilter!]\r\n issue_count: countFilter\r\n controlOwner_PersonSystem_some: [PersonSystemFilter!]\r\n controlOwner_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n riskFactor_ControlledRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ControlledRiskFactor_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n steeringDate_SteeringDateScheduler_some: [SteeringDateFilter!]\r\n steeringDate_SteeringDateScheduler_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n account_ControlContextElement_some: [AccountFilter!]\r\n account_ControlContextElement_count: countFilter\r\n application_ControlContextElement_some: [ApplicationFilter!]\r\n application_ControlContextElement_count: countFilter\r\n orgUnit_ControlContextElement_some: [OrgUnitFilter!]\r\n orgUnit_ControlContextElement_count: countFilter\r\n organizationalProcess_ControlContextElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlContextElement_count: countFilter\r\n requirement_ControlContextElement_some: [RequirementFilter!]\r\n requirement_ControlContextElement_count: countFilter\r\n businessProcess_ControlContextElement_some: [BusinessProcessFilter!]\r\n businessProcess_ControlContextElement_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy {\r\n idUser_ASC\r\n idUser_DESC\r\n name_ASC\r\n name_DESC\r\n controlCode_ASC\r\n controlCode_DESC\r\n controlLevel_ASC\r\n controlLevel_DESC\r\n controlNature_ASC\r\n controlNature_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeIncident: CustomInt\r\n declarationDate(format: String, timeOffset: String): CustomDate\r\n detectionDate(format: String, timeOffset: String): CustomDate\r\n occurrenceDate(format: String, timeOffset: String): CustomDate\r\n nearMiss: Boolean\r\n natureIncident(format: EnumFormat): NatureIncidentEnum\r\n statusIncident(format: EnumFormat): StatusIncidentEnum\r\n impactIncident(format: EnumFormat): ImpactIncidentEnum\r\n priorityIncident(format: EnumFormat): PriorityIncidentEnum\r\n grossLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoveries(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoverieslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_DeclarantsEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DeclarantsEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n provision_IncidentFinancialElement(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [Provision]\r\n provision_IncidentFinancialElementAggregatedValues(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [ProvisionAggregatedValues]\r\n loss_IncidentFinancialElement(filter: LossFilter, orderBy: [LossOrderBy]): [Loss]\r\n loss_IncidentFinancialElementAggregatedValues(filter: LossFilter, orderBy: [LossOrderBy]): [LossAggregatedValues]\r\n recovery_IncidentFinancialElement(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [Recovery]\r\n recovery_IncidentFinancialElementAggregatedValues(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [RecoveryAggregatedValues]\r\n gain_IncidentFinancialElement(filter: GainFilter, orderBy: [GainOrderBy]): [Gain]\r\n gain_IncidentFinancialElementAggregatedValues(filter: GainFilter, orderBy: [GainOrderBy]): [GainAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit_Entity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_EntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n product(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n productAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n declarer_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_Declarer]\r\n declarer_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter {\r\n and: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter!]\r\n or: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeIncident: CustomInt\r\n codeIncident_not: CustomInt\r\n codeIncident_in: [CustomInt!]\r\n codeIncident_not_in: [CustomInt!]\r\n codeIncident_lt: CustomInt\r\n codeIncident_lte: CustomInt\r\n codeIncident_gt: CustomInt\r\n codeIncident_gte: CustomInt\r\n codeIncident_empty: Boolean\r\n declarationDate: CustomDate\r\n declarationDate_not: CustomDate\r\n declarationDate_in: [CustomDate!]\r\n declarationDate_not_in: [CustomDate!]\r\n declarationDate_lt: CustomDate\r\n declarationDate_lte: CustomDate\r\n declarationDate_gt: CustomDate\r\n declarationDate_gte: CustomDate\r\n declarationDate_empty: Boolean\r\n detectionDate: CustomDate\r\n detectionDate_not: CustomDate\r\n detectionDate_in: [CustomDate!]\r\n detectionDate_not_in: [CustomDate!]\r\n detectionDate_lt: CustomDate\r\n detectionDate_lte: CustomDate\r\n detectionDate_gt: CustomDate\r\n detectionDate_gte: CustomDate\r\n detectionDate_empty: Boolean\r\n occurrenceDate: CustomDate\r\n occurrenceDate_not: CustomDate\r\n occurrenceDate_in: [CustomDate!]\r\n occurrenceDate_not_in: [CustomDate!]\r\n occurrenceDate_lt: CustomDate\r\n occurrenceDate_lte: CustomDate\r\n occurrenceDate_gt: CustomDate\r\n occurrenceDate_gte: CustomDate\r\n occurrenceDate_empty: Boolean\r\n nearMiss: Boolean\r\n nearMiss_not: Boolean\r\n nearMiss_empty: Boolean\r\n natureIncident: NatureIncidentEnum\r\n natureIncident_not: NatureIncidentEnum\r\n natureIncident_in: [NatureIncidentEnum!]\r\n natureIncident_not_in: [NatureIncidentEnum!]\r\n natureIncident_empty: Boolean\r\n statusIncident: StatusIncidentEnum\r\n statusIncident_not: StatusIncidentEnum\r\n statusIncident_in: [StatusIncidentEnum!]\r\n statusIncident_not_in: [StatusIncidentEnum!]\r\n statusIncident_empty: Boolean\r\n impactIncident: ImpactIncidentEnum\r\n impactIncident_not: ImpactIncidentEnum\r\n impactIncident_in: [ImpactIncidentEnum!]\r\n impactIncident_not_in: [ImpactIncidentEnum!]\r\n impactIncident_empty: Boolean\r\n priorityIncident: PriorityIncidentEnum\r\n priorityIncident_not: PriorityIncidentEnum\r\n priorityIncident_in: [PriorityIncidentEnum!]\r\n priorityIncident_not_in: [PriorityIncidentEnum!]\r\n priorityIncident_empty: Boolean\r\n grossLoss: CustomFloat\r\n grossLoss_not: CustomFloat\r\n grossLoss_in: [CustomFloat!]\r\n grossLoss_not_in: [CustomFloat!]\r\n grossLoss_lt: CustomFloat\r\n grossLoss_lte: CustomFloat\r\n grossLoss_gt: CustomFloat\r\n grossLoss_gte: CustomFloat\r\n grossLoss_empty: Boolean\r\n grossLosslocal: CustomFloat\r\n grossLosslocal_not: CustomFloat\r\n grossLosslocal_in: [CustomFloat!]\r\n grossLosslocal_not_in: [CustomFloat!]\r\n grossLosslocal_lt: CustomFloat\r\n grossLosslocal_lte: CustomFloat\r\n grossLosslocal_gt: CustomFloat\r\n grossLosslocal_gte: CustomFloat\r\n grossLosslocal_empty: Boolean\r\n grossActualLoss: CustomFloat\r\n grossActualLoss_not: CustomFloat\r\n grossActualLoss_in: [CustomFloat!]\r\n grossActualLoss_not_in: [CustomFloat!]\r\n grossActualLoss_lt: CustomFloat\r\n grossActualLoss_lte: CustomFloat\r\n grossActualLoss_gt: CustomFloat\r\n grossActualLoss_gte: CustomFloat\r\n grossActualLoss_empty: Boolean\r\n grossActualLosslocal: CustomFloat\r\n grossActualLosslocal_not: CustomFloat\r\n grossActualLosslocal_in: [CustomFloat!]\r\n grossActualLosslocal_not_in: [CustomFloat!]\r\n grossActualLosslocal_lt: CustomFloat\r\n grossActualLosslocal_lte: CustomFloat\r\n grossActualLosslocal_gt: CustomFloat\r\n grossActualLosslocal_gte: CustomFloat\r\n grossActualLosslocal_empty: Boolean\r\n recoveries: CustomFloat\r\n recoveries_not: CustomFloat\r\n recoveries_in: [CustomFloat!]\r\n recoveries_not_in: [CustomFloat!]\r\n recoveries_lt: CustomFloat\r\n recoveries_lte: CustomFloat\r\n recoveries_gt: CustomFloat\r\n recoveries_gte: CustomFloat\r\n recoveries_empty: Boolean\r\n recoverieslocal: CustomFloat\r\n recoverieslocal_not: CustomFloat\r\n recoverieslocal_in: [CustomFloat!]\r\n recoverieslocal_not_in: [CustomFloat!]\r\n recoverieslocal_lt: CustomFloat\r\n recoverieslocal_lte: CustomFloat\r\n recoverieslocal_gt: CustomFloat\r\n recoverieslocal_gte: CustomFloat\r\n recoverieslocal_empty: Boolean\r\n netLoss: CustomFloat\r\n netLoss_not: CustomFloat\r\n netLoss_in: [CustomFloat!]\r\n netLoss_not_in: [CustomFloat!]\r\n netLoss_lt: CustomFloat\r\n netLoss_lte: CustomFloat\r\n netLoss_gt: CustomFloat\r\n netLoss_gte: CustomFloat\r\n netLoss_empty: Boolean\r\n netLosslocal: CustomFloat\r\n netLosslocal_not: CustomFloat\r\n netLosslocal_in: [CustomFloat!]\r\n netLosslocal_not_in: [CustomFloat!]\r\n netLosslocal_lt: CustomFloat\r\n netLosslocal_lte: CustomFloat\r\n netLosslocal_gt: CustomFloat\r\n netLosslocal_gte: CustomFloat\r\n netLosslocal_empty: Boolean\r\n netActualLoss: CustomFloat\r\n netActualLoss_not: CustomFloat\r\n netActualLoss_in: [CustomFloat!]\r\n netActualLoss_not_in: [CustomFloat!]\r\n netActualLoss_lt: CustomFloat\r\n netActualLoss_lte: CustomFloat\r\n netActualLoss_gt: CustomFloat\r\n netActualLoss_gte: CustomFloat\r\n netActualLoss_empty: Boolean\r\n netActualLosslocal: CustomFloat\r\n netActualLosslocal_not: CustomFloat\r\n netActualLosslocal_in: [CustomFloat!]\r\n netActualLosslocal_not_in: [CustomFloat!]\r\n netActualLosslocal_lt: CustomFloat\r\n netActualLosslocal_lte: CustomFloat\r\n netActualLosslocal_gt: CustomFloat\r\n netActualLosslocal_gte: CustomFloat\r\n netActualLosslocal_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n declarer_PersonSystem_some: [PersonSystemFilter!]\r\n declarer_PersonSystem_count: countFilter\r\n orgUnit_DeclarantsEntity_some: [OrgUnitFilter!]\r\n orgUnit_DeclarantsEntity_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n provision_IncidentFinancialElement_some: [ProvisionFilter!]\r\n provision_IncidentFinancialElement_count: countFilter\r\n loss_IncidentFinancialElement_some: [LossFilter!]\r\n loss_IncidentFinancialElement_count: countFilter\r\n recovery_IncidentFinancialElement_some: [RecoveryFilter!]\r\n recovery_IncidentFinancialElement_count: countFilter\r\n gain_IncidentFinancialElement_some: [GainFilter!]\r\n gain_IncidentFinancialElement_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n orgUnit_Entity_some: [OrgUnitFilter!]\r\n orgUnit_Entity_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n organizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_count: countFilter\r\n product_some: [ProductFilter!]\r\n product_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n}\r\n\r\nenum Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n codeIncident_ASC\r\n codeIncident_DESC\r\n declarationDate_ASC\r\n declarationDate_DESC\r\n detectionDate_ASC\r\n detectionDate_DESC\r\n occurrenceDate_ASC\r\n occurrenceDate_DESC\r\n nearMiss_ASC\r\n nearMiss_DESC\r\n natureIncident_ASC\r\n natureIncident_DESC\r\n statusIncident_ASC\r\n statusIncident_DESC\r\n impactIncident_ASC\r\n impactIncident_DESC\r\n priorityIncident_ASC\r\n priorityIncident_DESC\r\n grossLoss_ASC\r\n grossLoss_DESC\r\n grossLosslocal_ASC\r\n grossLosslocal_DESC\r\n grossActualLoss_ASC\r\n grossActualLoss_DESC\r\n grossActualLosslocal_ASC\r\n grossActualLosslocal_DESC\r\n recoveries_ASC\r\n recoveries_DESC\r\n recoverieslocal_ASC\r\n recoverieslocal_DESC\r\n netLoss_ASC\r\n netLoss_DESC\r\n netLosslocal_ASC\r\n netLosslocal_DESC\r\n netActualLoss_ASC\r\n netActualLoss_DESC\r\n netActualLosslocal_ASC\r\n netActualLosslocal_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n codeIncident: CustomInt\r\n declarationDate(format: String, timeOffset: String): CustomDate\r\n detectionDate(format: String, timeOffset: String): CustomDate\r\n occurrenceDate(format: String, timeOffset: String): CustomDate\r\n nearMiss: Boolean\r\n natureIncident(format: EnumFormat): NatureIncidentEnum\r\n statusIncident(format: EnumFormat): StatusIncidentEnum\r\n impactIncident(format: EnumFormat): ImpactIncidentEnum\r\n priorityIncident(format: EnumFormat): PriorityIncidentEnum\r\n grossLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n grossActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoveries(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n recoverieslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLoss(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n netActualLosslocal(currency: Currencies, dateRate: CustomDate): CustomFloat\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n orgUnit_DeclarantsEntity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DeclarantsEntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n provision_IncidentFinancialElement(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [Provision]\r\n provision_IncidentFinancialElementAggregatedValues(filter: ProvisionFilter, orderBy: [ProvisionOrderBy]): [ProvisionAggregatedValues]\r\n loss_IncidentFinancialElement(filter: LossFilter, orderBy: [LossOrderBy]): [Loss]\r\n loss_IncidentFinancialElementAggregatedValues(filter: LossFilter, orderBy: [LossOrderBy]): [LossAggregatedValues]\r\n recovery_IncidentFinancialElement(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [Recovery]\r\n recovery_IncidentFinancialElementAggregatedValues(filter: RecoveryFilter, orderBy: [RecoveryOrderBy]): [RecoveryAggregatedValues]\r\n gain_IncidentFinancialElement(filter: GainFilter, orderBy: [GainOrderBy]): [Gain]\r\n gain_IncidentFinancialElementAggregatedValues(filter: GainFilter, orderBy: [GainOrderBy]): [GainAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit_Entity(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_EntityAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n product(filter: ProductFilter, orderBy: [ProductOrderBy]): [Product]\r\n productAggregatedValues(filter: ProductFilter, orderBy: [ProductOrderBy]): [ProductAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n declarer_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_Declarer]\r\n declarer_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n codeIncident: CustomInt\r\n codeIncident_not: CustomInt\r\n codeIncident_in: [CustomInt!]\r\n codeIncident_not_in: [CustomInt!]\r\n codeIncident_lt: CustomInt\r\n codeIncident_lte: CustomInt\r\n codeIncident_gt: CustomInt\r\n codeIncident_gte: CustomInt\r\n codeIncident_empty: Boolean\r\n declarationDate: CustomDate\r\n declarationDate_not: CustomDate\r\n declarationDate_in: [CustomDate!]\r\n declarationDate_not_in: [CustomDate!]\r\n declarationDate_lt: CustomDate\r\n declarationDate_lte: CustomDate\r\n declarationDate_gt: CustomDate\r\n declarationDate_gte: CustomDate\r\n declarationDate_empty: Boolean\r\n detectionDate: CustomDate\r\n detectionDate_not: CustomDate\r\n detectionDate_in: [CustomDate!]\r\n detectionDate_not_in: [CustomDate!]\r\n detectionDate_lt: CustomDate\r\n detectionDate_lte: CustomDate\r\n detectionDate_gt: CustomDate\r\n detectionDate_gte: CustomDate\r\n detectionDate_empty: Boolean\r\n occurrenceDate: CustomDate\r\n occurrenceDate_not: CustomDate\r\n occurrenceDate_in: [CustomDate!]\r\n occurrenceDate_not_in: [CustomDate!]\r\n occurrenceDate_lt: CustomDate\r\n occurrenceDate_lte: CustomDate\r\n occurrenceDate_gt: CustomDate\r\n occurrenceDate_gte: CustomDate\r\n occurrenceDate_empty: Boolean\r\n nearMiss: Boolean\r\n nearMiss_not: Boolean\r\n nearMiss_empty: Boolean\r\n natureIncident: NatureIncidentEnum\r\n natureIncident_not: NatureIncidentEnum\r\n natureIncident_in: [NatureIncidentEnum!]\r\n natureIncident_not_in: [NatureIncidentEnum!]\r\n natureIncident_empty: Boolean\r\n statusIncident: StatusIncidentEnum\r\n statusIncident_not: StatusIncidentEnum\r\n statusIncident_in: [StatusIncidentEnum!]\r\n statusIncident_not_in: [StatusIncidentEnum!]\r\n statusIncident_empty: Boolean\r\n impactIncident: ImpactIncidentEnum\r\n impactIncident_not: ImpactIncidentEnum\r\n impactIncident_in: [ImpactIncidentEnum!]\r\n impactIncident_not_in: [ImpactIncidentEnum!]\r\n impactIncident_empty: Boolean\r\n priorityIncident: PriorityIncidentEnum\r\n priorityIncident_not: PriorityIncidentEnum\r\n priorityIncident_in: [PriorityIncidentEnum!]\r\n priorityIncident_not_in: [PriorityIncidentEnum!]\r\n priorityIncident_empty: Boolean\r\n grossLoss: CustomFloat\r\n grossLoss_not: CustomFloat\r\n grossLoss_in: [CustomFloat!]\r\n grossLoss_not_in: [CustomFloat!]\r\n grossLoss_lt: CustomFloat\r\n grossLoss_lte: CustomFloat\r\n grossLoss_gt: CustomFloat\r\n grossLoss_gte: CustomFloat\r\n grossLoss_empty: Boolean\r\n grossLosslocal: CustomFloat\r\n grossLosslocal_not: CustomFloat\r\n grossLosslocal_in: [CustomFloat!]\r\n grossLosslocal_not_in: [CustomFloat!]\r\n grossLosslocal_lt: CustomFloat\r\n grossLosslocal_lte: CustomFloat\r\n grossLosslocal_gt: CustomFloat\r\n grossLosslocal_gte: CustomFloat\r\n grossLosslocal_empty: Boolean\r\n grossActualLoss: CustomFloat\r\n grossActualLoss_not: CustomFloat\r\n grossActualLoss_in: [CustomFloat!]\r\n grossActualLoss_not_in: [CustomFloat!]\r\n grossActualLoss_lt: CustomFloat\r\n grossActualLoss_lte: CustomFloat\r\n grossActualLoss_gt: CustomFloat\r\n grossActualLoss_gte: CustomFloat\r\n grossActualLoss_empty: Boolean\r\n grossActualLosslocal: CustomFloat\r\n grossActualLosslocal_not: CustomFloat\r\n grossActualLosslocal_in: [CustomFloat!]\r\n grossActualLosslocal_not_in: [CustomFloat!]\r\n grossActualLosslocal_lt: CustomFloat\r\n grossActualLosslocal_lte: CustomFloat\r\n grossActualLosslocal_gt: CustomFloat\r\n grossActualLosslocal_gte: CustomFloat\r\n grossActualLosslocal_empty: Boolean\r\n recoveries: CustomFloat\r\n recoveries_not: CustomFloat\r\n recoveries_in: [CustomFloat!]\r\n recoveries_not_in: [CustomFloat!]\r\n recoveries_lt: CustomFloat\r\n recoveries_lte: CustomFloat\r\n recoveries_gt: CustomFloat\r\n recoveries_gte: CustomFloat\r\n recoveries_empty: Boolean\r\n recoverieslocal: CustomFloat\r\n recoverieslocal_not: CustomFloat\r\n recoverieslocal_in: [CustomFloat!]\r\n recoverieslocal_not_in: [CustomFloat!]\r\n recoverieslocal_lt: CustomFloat\r\n recoverieslocal_lte: CustomFloat\r\n recoverieslocal_gt: CustomFloat\r\n recoverieslocal_gte: CustomFloat\r\n recoverieslocal_empty: Boolean\r\n netLoss: CustomFloat\r\n netLoss_not: CustomFloat\r\n netLoss_in: [CustomFloat!]\r\n netLoss_not_in: [CustomFloat!]\r\n netLoss_lt: CustomFloat\r\n netLoss_lte: CustomFloat\r\n netLoss_gt: CustomFloat\r\n netLoss_gte: CustomFloat\r\n netLoss_empty: Boolean\r\n netLosslocal: CustomFloat\r\n netLosslocal_not: CustomFloat\r\n netLosslocal_in: [CustomFloat!]\r\n netLosslocal_not_in: [CustomFloat!]\r\n netLosslocal_lt: CustomFloat\r\n netLosslocal_lte: CustomFloat\r\n netLosslocal_gt: CustomFloat\r\n netLosslocal_gte: CustomFloat\r\n netLosslocal_empty: Boolean\r\n netActualLoss: CustomFloat\r\n netActualLoss_not: CustomFloat\r\n netActualLoss_in: [CustomFloat!]\r\n netActualLoss_not_in: [CustomFloat!]\r\n netActualLoss_lt: CustomFloat\r\n netActualLoss_lte: CustomFloat\r\n netActualLoss_gt: CustomFloat\r\n netActualLoss_gte: CustomFloat\r\n netActualLoss_empty: Boolean\r\n netActualLosslocal: CustomFloat\r\n netActualLosslocal_not: CustomFloat\r\n netActualLosslocal_in: [CustomFloat!]\r\n netActualLosslocal_not_in: [CustomFloat!]\r\n netActualLosslocal_lt: CustomFloat\r\n netActualLosslocal_lte: CustomFloat\r\n netActualLosslocal_gt: CustomFloat\r\n netActualLosslocal_gte: CustomFloat\r\n netActualLosslocal_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n declarer_PersonSystem_some: [PersonSystemFilter!]\r\n declarer_PersonSystem_count: countFilter\r\n orgUnit_DeclarantsEntity_some: [OrgUnitFilter!]\r\n orgUnit_DeclarantsEntity_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n provision_IncidentFinancialElement_some: [ProvisionFilter!]\r\n provision_IncidentFinancialElement_count: countFilter\r\n loss_IncidentFinancialElement_some: [LossFilter!]\r\n loss_IncidentFinancialElement_count: countFilter\r\n recovery_IncidentFinancialElement_some: [RecoveryFilter!]\r\n recovery_IncidentFinancialElement_count: countFilter\r\n gain_IncidentFinancialElement_some: [GainFilter!]\r\n gain_IncidentFinancialElement_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n orgUnit_Entity_some: [OrgUnitFilter!]\r\n orgUnit_Entity_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n organizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_count: countFilter\r\n product_some: [ProductFilter!]\r\n product_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n}\r\n\r\nenum Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n codeIncident_ASC\r\n codeIncident_DESC\r\n declarationDate_ASC\r\n declarationDate_DESC\r\n detectionDate_ASC\r\n detectionDate_DESC\r\n occurrenceDate_ASC\r\n occurrenceDate_DESC\r\n nearMiss_ASC\r\n nearMiss_DESC\r\n natureIncident_ASC\r\n natureIncident_DESC\r\n statusIncident_ASC\r\n statusIncident_DESC\r\n impactIncident_ASC\r\n impactIncident_DESC\r\n priorityIncident_ASC\r\n priorityIncident_DESC\r\n grossLoss_ASC\r\n grossLoss_DESC\r\n grossLosslocal_ASC\r\n grossLosslocal_DESC\r\n grossActualLoss_ASC\r\n grossActualLoss_DESC\r\n grossActualLosslocal_ASC\r\n grossActualLosslocal_DESC\r\n recoveries_ASC\r\n recoveries_DESC\r\n recoverieslocal_ASC\r\n recoverieslocal_DESC\r\n netLoss_ASC\r\n netLoss_DESC\r\n netLosslocal_ASC\r\n netLosslocal_DESC\r\n netActualLoss_ASC\r\n netActualLoss_DESC\r\n netActualLosslocal_ASC\r\n netActualLosslocal_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Indicator_Indicator_RiskIndicator_Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n calculationRuleSimulation(format: StringFormat): String\r\n statusAndValueCalculationRule(format: StringFormat): String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol(format: EnumFormat): ValueSourceProtocolEnum\r\n statusSourceProtocol(format: EnumFormat): StatusSourceProtocolEnum\r\n actualStatus(format: EnumFormat): ActualStatusEnum\r\n valueSourceProtocolSimulation(format: EnumFormat): ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: Relationship_Risk_Risk_RiskIndicator_IndicatorFilter, orderBy: [Relationship_Risk_Risk_RiskIndicator_IndicatorOrderBy]): [Relationship_Risk_Risk_RiskIndicator_Indicator]\r\n riskAggregatedValues(filter: Relationship_Risk_Risk_RiskIndicator_IndicatorFilter, orderBy: [Relationship_Risk_Risk_RiskIndicator_IndicatorOrderBy]): [RiskAggregatedValues]\r\n riskThreshold(language: Languages): String\r\n}\r\n\r\ninput Relationship_Indicator_Indicator_RiskIndicator_RiskFilter {\r\n and: [Relationship_Indicator_Indicator_RiskIndicator_RiskFilter!]\r\n or: [Relationship_Indicator_Indicator_RiskIndicator_RiskFilter!]\r\n riskThreshold: String\r\n riskThreshold_not: String\r\n riskThreshold_in: [String!]\r\n riskThreshold_not_in: [String!]\r\n riskThreshold_lt: String\r\n riskThreshold_lte: String\r\n riskThreshold_gt: String\r\n riskThreshold_gte: String\r\n riskThreshold_contains: String\r\n riskThreshold_not_contains: String\r\n riskThreshold_starts_with: String\r\n riskThreshold_not_starts_with: String\r\n riskThreshold_ends_with: String\r\n riskThreshold_not_ends_with: String\r\n riskThreshold_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n calculationRuleSimulation: String\r\n calculationRuleSimulation_not: String\r\n calculationRuleSimulation_in: [String!]\r\n calculationRuleSimulation_not_in: [String!]\r\n calculationRuleSimulation_lt: String\r\n calculationRuleSimulation_lte: String\r\n calculationRuleSimulation_gt: String\r\n calculationRuleSimulation_gte: String\r\n calculationRuleSimulation_contains: String\r\n calculationRuleSimulation_not_contains: String\r\n calculationRuleSimulation_starts_with: String\r\n calculationRuleSimulation_not_starts_with: String\r\n calculationRuleSimulation_ends_with: String\r\n calculationRuleSimulation_not_ends_with: String\r\n calculationRuleSimulation_empty: Boolean\r\n statusAndValueCalculationRule: String\r\n statusAndValueCalculationRule_not: String\r\n statusAndValueCalculationRule_in: [String!]\r\n statusAndValueCalculationRule_not_in: [String!]\r\n statusAndValueCalculationRule_lt: String\r\n statusAndValueCalculationRule_lte: String\r\n statusAndValueCalculationRule_gt: String\r\n statusAndValueCalculationRule_gte: String\r\n statusAndValueCalculationRule_contains: String\r\n statusAndValueCalculationRule_not_contains: String\r\n statusAndValueCalculationRule_starts_with: String\r\n statusAndValueCalculationRule_not_starts_with: String\r\n statusAndValueCalculationRule_ends_with: String\r\n statusAndValueCalculationRule_not_ends_with: String\r\n statusAndValueCalculationRule_empty: Boolean\r\n label: String\r\n label_not: String\r\n label_in: [String!]\r\n label_not_in: [String!]\r\n label_lt: String\r\n label_lte: String\r\n label_gt: String\r\n label_gte: String\r\n label_contains: String\r\n label_not_contains: String\r\n label_starts_with: String\r\n label_not_starts_with: String\r\n label_ends_with: String\r\n label_not_ends_with: String\r\n label_empty: Boolean\r\n actualValue: String\r\n actualValue_not: String\r\n actualValue_in: [String!]\r\n actualValue_not_in: [String!]\r\n actualValue_lt: String\r\n actualValue_lte: String\r\n actualValue_gt: String\r\n actualValue_gte: String\r\n actualValue_contains: String\r\n actualValue_not_contains: String\r\n actualValue_starts_with: String\r\n actualValue_not_starts_with: String\r\n actualValue_ends_with: String\r\n actualValue_not_ends_with: String\r\n actualValue_empty: Boolean\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n valueSourceProtocol_not: ValueSourceProtocolEnum\r\n valueSourceProtocol_in: [ValueSourceProtocolEnum!]\r\n valueSourceProtocol_not_in: [ValueSourceProtocolEnum!]\r\n valueSourceProtocol_empty: Boolean\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n statusSourceProtocol_not: StatusSourceProtocolEnum\r\n statusSourceProtocol_in: [StatusSourceProtocolEnum!]\r\n statusSourceProtocol_not_in: [StatusSourceProtocolEnum!]\r\n statusSourceProtocol_empty: Boolean\r\n actualStatus: ActualStatusEnum\r\n actualStatus_not: ActualStatusEnum\r\n actualStatus_in: [ActualStatusEnum!]\r\n actualStatus_not_in: [ActualStatusEnum!]\r\n actualStatus_empty: Boolean\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n valueSourceProtocolSimulation_not: ValueSourceProtocolSimulationEnum\r\n valueSourceProtocolSimulation_in: [ValueSourceProtocolSimulationEnum!]\r\n valueSourceProtocolSimulation_not_in: [ValueSourceProtocolSimulationEnum!]\r\n valueSourceProtocolSimulation_empty: Boolean\r\n definedInControlSystemManager: Boolean\r\n definedInControlSystemManager_not: Boolean\r\n definedInControlSystemManager_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n}\r\n\r\nenum Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy {\r\n riskThreshold_ASC\r\n riskThreshold_DESC\r\n name_ASC\r\n name_DESC\r\n calculationRuleSimulation_ASC\r\n calculationRuleSimulation_DESC\r\n statusAndValueCalculationRule_ASC\r\n statusAndValueCalculationRule_DESC\r\n label_ASC\r\n label_DESC\r\n actualValue_ASC\r\n actualValue_DESC\r\n valueSourceProtocol_ASC\r\n valueSourceProtocol_DESC\r\n statusSourceProtocol_ASC\r\n statusSourceProtocol_DESC\r\n actualStatus_ASC\r\n actualStatus_DESC\r\n valueSourceProtocolSimulation_ASC\r\n valueSourceProtocolSimulation_DESC\r\n definedInControlSystemManager_ASC\r\n definedInControlSystemManager_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n numberOfIncidents: String\r\n localeCurrency: GraphQLObjectInterface\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n incident_DeclarantsIncident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_DeclarantsIncidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_OwnedActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_OwnedActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_ConsultingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_ConsultingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlan_InformingActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_InformingActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n localeCurrency: String\r\n localeCurrency_not: String\r\n localeCurrency_in: [String!]\r\n localeCurrency_not_in: [String!]\r\n localeCurrency_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n actionActionPlan_OwnedAction_count: countFilter\r\n incident_DeclarantsIncident_some: [IncidentFilter!]\r\n incident_DeclarantsIncident_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionPlan_OwnedActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_OwnedActionPlan_count: countFilter\r\n actionPlan_ConsultingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_ConsultingActionPlan_count: countFilter\r\n actionPlan_InformingActionPlan_some: [ActionPlanFilter!]\r\n actionPlan_InformingActionPlan_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n internalExternal_ASC\r\n internalExternal_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n email_ASC\r\n email_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n localeCurrency_ASC\r\n localeCurrency_DESC\r\n orgUnitStatus_ASC\r\n orgUnitStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n risk_ControlledRisk(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcess]\r\n risk_ControlledRiskAggregatedValues(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [RiskAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter {\r\n and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n organizationalProcessManager_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n risk_ControlledRisk(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcess]\r\n risk_ControlledRiskAggregatedValues(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [RiskAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n organizationalProcessManager_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n numberOfIncidents: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n risk_ControlledRisk(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcess]\r\n risk_ControlledRiskAggregatedValues(filter: Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter, orderBy: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy]): [RiskAggregatedValues]\r\n riskControlType(format: EnumFormat): RiskControlTypeEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter {\r\n and: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter!]\r\n or: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter!]\r\n riskControlType: RiskControlTypeEnum\r\n riskControlType_not: RiskControlTypeEnum\r\n riskControlType_in: [RiskControlTypeEnum!]\r\n riskControlType_not_in: [RiskControlTypeEnum!]\r\n riskControlType_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n organizationalProcessManager_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n risk_ControlledRisk_some: [RiskFilter!]\r\n risk_ControlledRisk_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy {\r\n riskControlType_ASC\r\n riskControlType_DESC\r\n name_ASC\r\n name_DESC\r\n beginLifeDate_ASC\r\n beginLifeDate_DESC\r\n endLifeDate_ASC\r\n endLifeDate_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwner implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Control_BusinessRole_BusinessRole_ControlOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_Declarer implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Incident_BusinessRole_BusinessRole_DeclarerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: GraphQLObjectInterface\r\n phoneNumber: String\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n riskOwner_Risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_RiskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [RiskAggregatedValues]\r\n regulationFrameworkResponsible_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkAccountable_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkConsulted_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n regulationFrameworkInformed_RegulationFramework(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_RegulationFrameworkAggregatedValues(filter: Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [RegulationFrameworkAggregatedValues]\r\n declarer_Incident(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Declarer]\r\n declarer_IncidentAggregatedValues(filter: Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerFilter, orderBy: [Relationship_Incident_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_DeclarerOrderBy]): [IncidentAggregatedValues]\r\n controlOwner_Control(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwner]\r\n controlOwner_ControlAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ControlOwnerOrderBy]): [ControlAggregatedValues]\r\n organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n userCode: String\r\n userCode_not: String\r\n userCode_in: [String!]\r\n userCode_not_in: [String!]\r\n userCode_lt: String\r\n userCode_lte: String\r\n userCode_gt: String\r\n userCode_gte: String\r\n userCode_contains: String\r\n userCode_not_contains: String\r\n userCode_starts_with: String\r\n userCode_not_starts_with: String\r\n userCode_ends_with: String\r\n userCode_not_ends_with: String\r\n userCode_empty: Boolean\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n commandLine_empty: Boolean\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n scciUserName_empty: Boolean\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n email_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\r\n phoneNumber: String\r\n phoneNumber_not: String\r\n phoneNumber_in: [String!]\r\n phoneNumber_not_in: [String!]\r\n phoneNumber_lt: String\r\n phoneNumber_lte: String\r\n phoneNumber_gt: String\r\n phoneNumber_gte: String\r\n phoneNumber_contains: String\r\n phoneNumber_not_contains: String\r\n phoneNumber_starts_with: String\r\n phoneNumber_not_starts_with: String\r\n phoneNumber_ends_with: String\r\n phoneNumber_not_ends_with: String\r\n phoneNumber_empty: Boolean\r\n initials: String\r\n initials_not: String\r\n initials_in: [String!]\r\n initials_not_in: [String!]\r\n initials_lt: String\r\n initials_lte: String\r\n initials_gt: String\r\n initials_gte: String\r\n initials_contains: String\r\n initials_not_contains: String\r\n initials_starts_with: String\r\n initials_not_starts_with: String\r\n initials_ends_with: String\r\n initials_not_ends_with: String\r\n initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanOwner_ActionPlan_count: countFilter\r\n actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanResponsible_ActionPlan_count: countFilter\r\n actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n actionPlanApprover_ActionPlan_count: countFilter\r\n actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n actionOwner_ActionActionPlan_count: countFilter\r\n riskOwner_Risk_some: [RiskFilter!]\r\n riskOwner_Risk_count: countFilter\r\n regulationFrameworkResponsible_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkResponsible_RegulationFramework_count: countFilter\r\n regulationFrameworkAccountable_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkAccountable_RegulationFramework_count: countFilter\r\n regulationFrameworkConsulted_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkConsulted_RegulationFramework_count: countFilter\r\n regulationFrameworkInformed_RegulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFrameworkInformed_RegulationFramework_count: countFilter\r\n declarer_Incident_some: [IncidentFilter!]\r\n declarer_Incident_count: countFilter\r\n controlOwner_Control_some: [ControlFilter!]\r\n controlOwner_Control_count: countFilter\r\n organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n requirementResponsible_Requirement_some: [RequirementFilter!]\r\n requirementResponsible_Requirement_count: countFilter\r\n requirementAccountable_Requirement_some: [RequirementFilter!]\r\n requirementAccountable_Requirement_count: countFilter\r\n requirementConsulted_Requirement_some: [RequirementFilter!]\r\n requirementConsulted_Requirement_count: countFilter\r\n requirementInformed_Requirement_some: [RequirementFilter!]\r\n requirementInformed_Requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n userCode_ASC\r\n userCode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongsToAPersonGroup_ASC\r\n belongsToAPersonGroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountable implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter {\r\n and: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter!]\r\n or: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsulted implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter {\r\n and: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter!]\r\n or: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformed implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter {\r\n and: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter!]\r\n or: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsible implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter {\r\n and: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter!]\r\n or: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate(format: String, timeOffset: String): CustomDate\r\n applicationEndDate(format: String, timeOffset: String): CustomDate\r\n regulationStatus(format: EnumFormat): RegulationStatusEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFrameworkResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsible]\r\n regulationFrameworkResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountable]\r\n regulationFrameworkAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsulted]\r\n regulationFrameworkConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n regulationFrameworkInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformed]\r\n regulationFrameworkInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_RegulationFramework_BusinessRole_BusinessRole_RegulationFrameworkInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n regulationCode: String\r\n regulationCode_not: String\r\n regulationCode_in: [String!]\r\n regulationCode_not_in: [String!]\r\n regulationCode_lt: String\r\n regulationCode_lte: String\r\n regulationCode_gt: String\r\n regulationCode_gte: String\r\n regulationCode_contains: String\r\n regulationCode_not_contains: String\r\n regulationCode_starts_with: String\r\n regulationCode_not_starts_with: String\r\n regulationCode_ends_with: String\r\n regulationCode_not_ends_with: String\r\n regulationCode_empty: Boolean\r\n regulationScope: String\r\n regulationScope_not: String\r\n regulationScope_in: [String!]\r\n regulationScope_not_in: [String!]\r\n regulationScope_lt: String\r\n regulationScope_lte: String\r\n regulationScope_gt: String\r\n regulationScope_gte: String\r\n regulationScope_contains: String\r\n regulationScope_not_contains: String\r\n regulationScope_starts_with: String\r\n regulationScope_not_starts_with: String\r\n regulationScope_ends_with: String\r\n regulationScope_not_ends_with: String\r\n regulationScope_empty: Boolean\r\n regulationDate: String\r\n regulationDate_not: String\r\n regulationDate_in: [String!]\r\n regulationDate_not_in: [String!]\r\n regulationDate_lt: String\r\n regulationDate_lte: String\r\n regulationDate_gt: String\r\n regulationDate_gte: String\r\n regulationDate_contains: String\r\n regulationDate_not_contains: String\r\n regulationDate_starts_with: String\r\n regulationDate_not_starts_with: String\r\n regulationDate_ends_with: String\r\n regulationDate_not_ends_with: String\r\n regulationDate_empty: Boolean\r\n applicationBeginDate: CustomDate\r\n applicationBeginDate_not: CustomDate\r\n applicationBeginDate_in: [CustomDate!]\r\n applicationBeginDate_not_in: [CustomDate!]\r\n applicationBeginDate_lt: CustomDate\r\n applicationBeginDate_lte: CustomDate\r\n applicationBeginDate_gt: CustomDate\r\n applicationBeginDate_gte: CustomDate\r\n applicationBeginDate_empty: Boolean\r\n applicationEndDate: CustomDate\r\n applicationEndDate_not: CustomDate\r\n applicationEndDate_in: [CustomDate!]\r\n applicationEndDate_not_in: [CustomDate!]\r\n applicationEndDate_lt: CustomDate\r\n applicationEndDate_lte: CustomDate\r\n applicationEndDate_gt: CustomDate\r\n applicationEndDate_gte: CustomDate\r\n applicationEndDate_empty: Boolean\r\n regulationStatus: RegulationStatusEnum\r\n regulationStatus_not: RegulationStatusEnum\r\n regulationStatus_in: [RegulationStatusEnum!]\r\n regulationStatus_not_in: [RegulationStatusEnum!]\r\n regulationStatus_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n regulationFrameworkResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkResponsible_PersonSystem_count: countFilter\r\n regulationFrameworkAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkAccountable_PersonSystem_count: countFilter\r\n regulationFrameworkConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkConsulted_PersonSystem_count: countFilter\r\n regulationFrameworkInformed_PersonSystem_some: [PersonSystemFilter!]\r\n regulationFrameworkInformed_PersonSystem_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RegulationFramework_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n regulationCode_ASC\r\n regulationCode_DESC\r\n regulationScope_ASC\r\n regulationScope_DESC\r\n regulationDate_ASC\r\n regulationDate_DESC\r\n applicationBeginDate_ASC\r\n applicationBeginDate_DESC\r\n applicationEndDate_ASC\r\n applicationEndDate_DESC\r\n regulationStatus_ASC\r\n regulationStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter {\r\n and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter {\r\n and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter {\r\n and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter {\r\n and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskFactorCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n riskFactor_ParentRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ParentRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n riskFactor_SubRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_SubRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n risk_TriggeredRisk(filter: Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter, orderBy: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorOrderBy]): [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactor]\r\n risk_TriggeredRiskAggregatedValues(filter: Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter, orderBy: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorOrderBy]): [RiskAggregatedValues]\r\n riskFactorThreshold: String\r\n}\r\n\r\ninput Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter {\r\n and: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter!]\r\n or: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter!]\r\n riskFactorThreshold: String\r\n riskFactorThreshold_not: String\r\n riskFactorThreshold_in: [String!]\r\n riskFactorThreshold_not_in: [String!]\r\n riskFactorThreshold_lt: String\r\n riskFactorThreshold_lte: String\r\n riskFactorThreshold_gt: String\r\n riskFactorThreshold_gte: String\r\n riskFactorThreshold_contains: String\r\n riskFactorThreshold_not_contains: String\r\n riskFactorThreshold_starts_with: String\r\n riskFactorThreshold_not_starts_with: String\r\n riskFactorThreshold_ends_with: String\r\n riskFactorThreshold_not_ends_with: String\r\n riskFactorThreshold_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskFactorCode: String\r\n riskFactorCode_not: String\r\n riskFactorCode_in: [String!]\r\n riskFactorCode_not_in: [String!]\r\n riskFactorCode_lt: String\r\n riskFactorCode_lte: String\r\n riskFactorCode_gt: String\r\n riskFactorCode_gte: String\r\n riskFactorCode_contains: String\r\n riskFactorCode_not_contains: String\r\n riskFactorCode_starts_with: String\r\n riskFactorCode_not_starts_with: String\r\n riskFactorCode_ends_with: String\r\n riskFactorCode_not_ends_with: String\r\n riskFactorCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n risk_TriggeredRisk_some: [RiskFilter!]\r\n risk_TriggeredRisk_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n riskFactor_ParentRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ParentRiskFactor_count: countFilter\r\n riskFactor_SubRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SubRiskFactor_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy {\r\n riskFactorThreshold_ASC\r\n riskFactorThreshold_DESC\r\n name_ASC\r\n name_DESC\r\n riskFactorCode_ASC\r\n riskFactorCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter {\r\n and: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter!]\r\n or: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RiskOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n riskControlType(format: EnumFormat): RiskControlTypeEnum\r\n}\r\n\r\ninput Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter {\r\n and: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter!]\r\n or: [Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessFilter!]\r\n riskControlType: RiskControlTypeEnum\r\n riskControlType_not: RiskControlTypeEnum\r\n riskControlType_in: [RiskControlTypeEnum!]\r\n riskControlType_not_in: [RiskControlTypeEnum!]\r\n riskControlType_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_ControlledRisk_ProcedureRiskTraitement_OrganizationalProcessOrderBy {\r\n riskControlType_ASC\r\n riskControlType_DESC\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_Risk_RiskIndicator_Indicator implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n riskThreshold(language: Languages): String\r\n}\r\n\r\ninput Relationship_Risk_Risk_RiskIndicator_IndicatorFilter {\r\n and: [Relationship_Risk_Risk_RiskIndicator_IndicatorFilter!]\r\n or: [Relationship_Risk_Risk_RiskIndicator_IndicatorFilter!]\r\n riskThreshold: String\r\n riskThreshold_not: String\r\n riskThreshold_in: [String!]\r\n riskThreshold_not_in: [String!]\r\n riskThreshold_lt: String\r\n riskThreshold_lte: String\r\n riskThreshold_gt: String\r\n riskThreshold_gte: String\r\n riskThreshold_contains: String\r\n riskThreshold_not_contains: String\r\n riskThreshold_starts_with: String\r\n riskThreshold_not_starts_with: String\r\n riskThreshold_ends_with: String\r\n riskThreshold_not_ends_with: String\r\n riskThreshold_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_Risk_RiskIndicator_IndicatorOrderBy {\r\n riskThreshold_ASC\r\n riskThreshold_DESC\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactor implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n riskFactorThreshold: String\r\n}\r\n\r\ninput Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter {\r\n and: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter!]\r\n or: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter!]\r\n riskFactorThreshold: String\r\n riskFactorThreshold_not: String\r\n riskFactorThreshold_in: [String!]\r\n riskFactorThreshold_not_in: [String!]\r\n riskFactorThreshold_lt: String\r\n riskFactorThreshold_lte: String\r\n riskFactorThreshold_gt: String\r\n riskFactorThreshold_gte: String\r\n riskFactorThreshold_contains: String\r\n riskFactorThreshold_not_contains: String\r\n riskFactorThreshold_starts_with: String\r\n riskFactorThreshold_not_starts_with: String\r\n riskFactorThreshold_ends_with: String\r\n riskFactorThreshold_not_ends_with: String\r\n riskFactorThreshold_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorOrderBy {\r\n riskFactorThreshold_ASC\r\n riskFactorThreshold_DESC\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlan implements GraphQLObjectInterface {\r\n dateType(format: EnumFormat): DateTypeEnum\r\n message: String\r\n notification(format: StringFormat): String\r\n scheduling(format: StringFormat): String\r\n emailMessage(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_MetaClassWithSteeringCalendar(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n actionPlan_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ActionPlanAggregatedValues]\r\n control_MetaClassWithSteeringCalendar(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n control_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ControlAggregatedValues]\r\n idUser: String\r\n}\r\n\r\ninput Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter {\r\n and: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter!]\r\n or: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanFilter!]\r\n idUser: String\r\n idUser_not: String\r\n idUser_in: [String!]\r\n idUser_not_in: [String!]\r\n idUser_lt: String\r\n idUser_lte: String\r\n idUser_gt: String\r\n idUser_gte: String\r\n idUser_contains: String\r\n idUser_not_contains: String\r\n idUser_starts_with: String\r\n idUser_not_starts_with: String\r\n idUser_ends_with: String\r\n idUser_not_ends_with: String\r\n idUser_empty: Boolean\r\n dateType: DateTypeEnum\r\n dateType_not: DateTypeEnum\r\n dateType_in: [DateTypeEnum!]\r\n dateType_not_in: [DateTypeEnum!]\r\n dateType_empty: Boolean\r\n message: String\r\n message_not: String\r\n message_in: [String!]\r\n message_not_in: [String!]\r\n message_lt: String\r\n message_lte: String\r\n message_gt: String\r\n message_gte: String\r\n message_contains: String\r\n message_not_contains: String\r\n message_starts_with: String\r\n message_not_starts_with: String\r\n message_ends_with: String\r\n message_not_ends_with: String\r\n message_empty: Boolean\r\n notification: String\r\n notification_not: String\r\n notification_in: [String!]\r\n notification_not_in: [String!]\r\n notification_lt: String\r\n notification_lte: String\r\n notification_gt: String\r\n notification_gte: String\r\n notification_contains: String\r\n notification_not_contains: String\r\n notification_starts_with: String\r\n notification_not_starts_with: String\r\n notification_ends_with: String\r\n notification_not_ends_with: String\r\n notification_empty: Boolean\r\n scheduling: String\r\n scheduling_not: String\r\n scheduling_in: [String!]\r\n scheduling_not_in: [String!]\r\n scheduling_lt: String\r\n scheduling_lte: String\r\n scheduling_gt: String\r\n scheduling_gte: String\r\n scheduling_contains: String\r\n scheduling_not_contains: String\r\n scheduling_starts_with: String\r\n scheduling_not_starts_with: String\r\n scheduling_ends_with: String\r\n scheduling_not_ends_with: String\r\n scheduling_empty: Boolean\r\n emailMessage: String\r\n emailMessage_not: String\r\n emailMessage_in: [String!]\r\n emailMessage_not_in: [String!]\r\n emailMessage_lt: String\r\n emailMessage_lte: String\r\n emailMessage_gt: String\r\n emailMessage_gte: String\r\n emailMessage_contains: String\r\n emailMessage_not_contains: String\r\n emailMessage_starts_with: String\r\n emailMessage_not_starts_with: String\r\n emailMessage_ends_with: String\r\n emailMessage_not_ends_with: String\r\n emailMessage_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_MetaClassWithSteeringCalendar_some: [ActionPlanFilter!]\r\n actionPlan_MetaClassWithSteeringCalendar_count: countFilter\r\n control_MetaClassWithSteeringCalendar_some: [ControlFilter!]\r\n control_MetaClassWithSteeringCalendar_count: countFilter\r\n}\r\n\r\nenum Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ActionPlanOrderBy {\r\n idUser_ASC\r\n idUser_DESC\r\n dateType_ASC\r\n dateType_DESC\r\n message_ASC\r\n message_DESC\r\n notification_ASC\r\n notification_DESC\r\n scheduling_ASC\r\n scheduling_DESC\r\n emailMessage_ASC\r\n emailMessage_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_Control implements GraphQLObjectInterface {\r\n dateType(format: EnumFormat): DateTypeEnum\r\n message: String\r\n notification(format: StringFormat): String\r\n scheduling(format: StringFormat): String\r\n emailMessage(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_MetaClassWithSteeringCalendar(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n actionPlan_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ActionPlanAggregatedValues]\r\n control_MetaClassWithSteeringCalendar(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n control_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ControlAggregatedValues]\r\n idUser: String\r\n}\r\n\r\ninput Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter {\r\n and: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter!]\r\n or: [Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlFilter!]\r\n idUser: String\r\n idUser_not: String\r\n idUser_in: [String!]\r\n idUser_not_in: [String!]\r\n idUser_lt: String\r\n idUser_lte: String\r\n idUser_gt: String\r\n idUser_gte: String\r\n idUser_contains: String\r\n idUser_not_contains: String\r\n idUser_starts_with: String\r\n idUser_not_starts_with: String\r\n idUser_ends_with: String\r\n idUser_not_ends_with: String\r\n idUser_empty: Boolean\r\n dateType: DateTypeEnum\r\n dateType_not: DateTypeEnum\r\n dateType_in: [DateTypeEnum!]\r\n dateType_not_in: [DateTypeEnum!]\r\n dateType_empty: Boolean\r\n message: String\r\n message_not: String\r\n message_in: [String!]\r\n message_not_in: [String!]\r\n message_lt: String\r\n message_lte: String\r\n message_gt: String\r\n message_gte: String\r\n message_contains: String\r\n message_not_contains: String\r\n message_starts_with: String\r\n message_not_starts_with: String\r\n message_ends_with: String\r\n message_not_ends_with: String\r\n message_empty: Boolean\r\n notification: String\r\n notification_not: String\r\n notification_in: [String!]\r\n notification_not_in: [String!]\r\n notification_lt: String\r\n notification_lte: String\r\n notification_gt: String\r\n notification_gte: String\r\n notification_contains: String\r\n notification_not_contains: String\r\n notification_starts_with: String\r\n notification_not_starts_with: String\r\n notification_ends_with: String\r\n notification_not_ends_with: String\r\n notification_empty: Boolean\r\n scheduling: String\r\n scheduling_not: String\r\n scheduling_in: [String!]\r\n scheduling_not_in: [String!]\r\n scheduling_lt: String\r\n scheduling_lte: String\r\n scheduling_gt: String\r\n scheduling_gte: String\r\n scheduling_contains: String\r\n scheduling_not_contains: String\r\n scheduling_starts_with: String\r\n scheduling_not_starts_with: String\r\n scheduling_ends_with: String\r\n scheduling_not_ends_with: String\r\n scheduling_empty: Boolean\r\n emailMessage: String\r\n emailMessage_not: String\r\n emailMessage_in: [String!]\r\n emailMessage_not_in: [String!]\r\n emailMessage_lt: String\r\n emailMessage_lte: String\r\n emailMessage_gt: String\r\n emailMessage_gte: String\r\n emailMessage_contains: String\r\n emailMessage_not_contains: String\r\n emailMessage_starts_with: String\r\n emailMessage_not_starts_with: String\r\n emailMessage_ends_with: String\r\n emailMessage_not_ends_with: String\r\n emailMessage_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_MetaClassWithSteeringCalendar_some: [ActionPlanFilter!]\r\n actionPlan_MetaClassWithSteeringCalendar_count: countFilter\r\n control_MetaClassWithSteeringCalendar_some: [ControlFilter!]\r\n control_MetaClassWithSteeringCalendar_count: countFilter\r\n}\r\n\r\nenum Relationship_SteeringDate_SteeringDateScheduler_MetaClassWtihSteeringCalendarSteeringDate_ControlOrderBy {\r\n idUser_ASC\r\n idUser_DESC\r\n dateType_ASC\r\n dateType_DESC\r\n message_ASC\r\n message_DESC\r\n notification_ASC\r\n notification_DESC\r\n scheduling_ASC\r\n scheduling_DESC\r\n emailMessage_ASC\r\n emailMessage_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Requirement implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n requirementNature(format: EnumFormat): RequirementNatureEnum\r\n priority(format: EnumFormat): PriorityEnum\r\n requirementCode: String\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n objective_AssignedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AssignedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n objective_AchievedObjective(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_AchievedObjectiveAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n businessLine_ElementConstrainedByARequirement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ElementConstrainedByARequirementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ElementConstrainedByARequirement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ElementConstrainedByARequirementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ElementConstrainedByARequirement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ElementConstrainedByARequirementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ElementConstrainedByARequirement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ElementConstrainedByARequirementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ElementConstrainedByARequirement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ElementConstrainedByARequirementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ElementConstrainedByARequirement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ElementConstrainedByARequirementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementConstrainedByARequirement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementConstrainedByARequirementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ElementConstrainedByARequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ElementConstrainedByARequirementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n control_ContextualizedControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContextualizedControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n businessLine_ContributingElement(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ContributingElementAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n riskType_ContributingElement(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ContributingElementAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskFactor_ContributingElement(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ContributingElementAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n control_ContributingElement(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_ContributingElementAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_ContributingElement(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ContributingElementAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_ContributingElement(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ContributingElementAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ContributingElement(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ContributingElementAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess_ContributingElement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ContributingElementAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype RequirementAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n requirementNature(function: AggregateFunctionType): CustomFloat\r\n priority(function: AggregateFunctionType): CustomFloat\r\n requirementCode(function: AggregateFunctionType): CustomFloat\r\n lastUpdate(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RequirementFilter {\r\n defaultField_f61881d254864f1da0df428755f2a02a: String\r\n and: [RequirementFilter!]\r\n or: [RequirementFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n requirementNature: RequirementNatureEnum\r\n requirementNature_not: RequirementNatureEnum\r\n requirementNature_in: [RequirementNatureEnum!]\r\n requirementNature_not_in: [RequirementNatureEnum!]\r\n requirementNature_empty: Boolean\r\n priority: PriorityEnum\r\n priority_not: PriorityEnum\r\n priority_in: [PriorityEnum!]\r\n priority_not_in: [PriorityEnum!]\r\n priority_empty: Boolean\r\n requirementCode: String\r\n requirementCode_not: String\r\n requirementCode_in: [String!]\r\n requirementCode_not_in: [String!]\r\n requirementCode_lt: String\r\n requirementCode_lte: String\r\n requirementCode_gt: String\r\n requirementCode_gte: String\r\n requirementCode_contains: String\r\n requirementCode_not_contains: String\r\n requirementCode_starts_with: String\r\n requirementCode_not_starts_with: String\r\n requirementCode_ends_with: String\r\n requirementCode_not_ends_with: String\r\n requirementCode_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n requirement_SubRequirement_some: [RequirementFilter!]\r\n requirement_SubRequirement_count: countFilter\r\n requirement_ParentRequirement_some: [RequirementFilter!]\r\n requirement_ParentRequirement_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n requirementResponsible_PersonSystem_count: countFilter\r\n requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n requirementAccountable_PersonSystem_count: countFilter\r\n requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n requirementConsulted_PersonSystem_count: countFilter\r\n requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n requirementInformed_PersonSystem_count: countFilter\r\n objective_AssignedObjective_some: [ObjectiveFilter!]\r\n objective_AssignedObjective_count: countFilter\r\n objective_AchievedObjective_some: [ObjectiveFilter!]\r\n objective_AchievedObjective_count: countFilter\r\n businessLine_ElementConstrainedByARequirement_some: [BusinessLineFilter!]\r\n businessLine_ElementConstrainedByARequirement_count: countFilter\r\n riskType_ElementConstrainedByARequirement_some: [RiskTypeFilter!]\r\n riskType_ElementConstrainedByARequirement_count: countFilter\r\n riskFactor_ElementConstrainedByARequirement_some: [RiskFactorFilter!]\r\n riskFactor_ElementConstrainedByARequirement_count: countFilter\r\n control_ElementConstrainedByARequirement_some: [ControlFilter!]\r\n control_ElementConstrainedByARequirement_count: countFilter\r\n application_ElementConstrainedByARequirement_some: [ApplicationFilter!]\r\n application_ElementConstrainedByARequirement_count: countFilter\r\n orgUnit_ElementConstrainedByARequirement_some: [OrgUnitFilter!]\r\n orgUnit_ElementConstrainedByARequirement_count: countFilter\r\n organizationalProcess_ElementConstrainedByARequirement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementConstrainedByARequirement_count: countFilter\r\n businessProcess_ElementConstrainedByARequirement_some: [BusinessProcessFilter!]\r\n businessProcess_ElementConstrainedByARequirement_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n control_ContextualizedControl_some: [ControlFilter!]\r\n control_ContextualizedControl_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n businessLine_ContributingElement_some: [BusinessLineFilter!]\r\n businessLine_ContributingElement_count: countFilter\r\n riskType_ContributingElement_some: [RiskTypeFilter!]\r\n riskType_ContributingElement_count: countFilter\r\n riskFactor_ContributingElement_some: [RiskFactorFilter!]\r\n riskFactor_ContributingElement_count: countFilter\r\n control_ContributingElement_some: [ControlFilter!]\r\n control_ContributingElement_count: countFilter\r\n application_ContributingElement_some: [ApplicationFilter!]\r\n application_ContributingElement_count: countFilter\r\n orgUnit_ContributingElement_some: [OrgUnitFilter!]\r\n orgUnit_ContributingElement_count: countFilter\r\n organizationalProcess_ContributingElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ContributingElement_count: countFilter\r\n businessProcess_ContributingElement_some: [BusinessProcessFilter!]\r\n businessProcess_ContributingElement_count: countFilter\r\n}\r\n\r\nenum RequirementNatureEnum {\r\n Quality\r\n ClientExpectation\r\n Technical\r\n Business\r\n LegalOrRegulatory\r\n Organizational\r\n System\r\n}\r\n\r\nenum RequirementOrderBy {\r\n name_ASC\r\n name_DESC\r\n requirementNature_ASC\r\n requirementNature_DESC\r\n priority_ASC\r\n priority_DESC\r\n requirementCode_ASC\r\n requirementCode_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype ResponsibilityAssignment implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n responsibilityAssignmentName: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem_AssignedPerson(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n personSystem_AssignedPersonAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n businessRole(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy]): [BusinessRole]\r\n businessRoleAggregatedValues(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy]): [BusinessRoleAggregatedValues]\r\n actionPlan_AssignedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_AssignedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_AssignedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_AssignedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n risk_AssignedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_AssignedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework_AssignedObject(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFramework_AssignedObjectAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident_AssignedObject(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incident_AssignedObjectAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n control_AssignedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_AssignedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n application_AssignedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_AssignedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_AssignedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AssignedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_AssignedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_AssignedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n requirement_AssignedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_AssignedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n businessProcess_AssignedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AssignedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n account(filter: AccountFilter, orderBy: [AccountOrderBy]): [Account]\r\n accountAggregatedValues(filter: AccountFilter, orderBy: [AccountOrderBy]): [AccountAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n objective_ElementAtRisk(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [Objective]\r\n objective_ElementAtRiskAggregatedValues(filter: ObjectiveFilter, orderBy: [ObjectiveOrderBy]): [ObjectiveAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n organizationalProcess_ElementAtRisk(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n organizationalProcess_ElementAtRiskAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n risk_SourceRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_SourceRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n risk_TargetRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_TargetRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n macroIncident(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncident]\r\n macroIncidentAggregatedValues(filter: MacroIncidentFilter, orderBy: [MacroIncidentOrderBy]): [MacroIncidentAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n issue_OriginatingIssue(filter: IssueFilter, orderBy: [IssueOrderBy]): [Issue]\r\n issue_OriginatingIssueAggregatedValues(filter: IssueFilter, orderBy: [IssueOrderBy]): [IssueAggregatedValues]\r\n riskOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwner]\r\n riskOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Risk_BusinessRole_BusinessRole_RiskOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n riskFactor_SourceRiskFactor(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_Risk]\r\n riskFactor_SourceRiskFactorAggregatedValues(filter: Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskFilter, orderBy: [Relationship_RiskFactor_SourceRiskFactor_RiskRiskFactor_RiskOrderBy]): [RiskFactorAggregatedValues]\r\n indicator(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [Relationship_Indicator_Indicator_RiskIndicator_Risk]\r\n indicatorAggregatedValues(filter: Relationship_Indicator_Indicator_RiskIndicator_RiskFilter, orderBy: [Relationship_Indicator_Indicator_RiskIndicator_RiskOrderBy]): [IndicatorAggregatedValues]\r\n organizationalProcess_ControlProcess(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_Risk]\r\n organizationalProcess_ControlProcessAggregatedValues(filter: Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskFilter, orderBy: [Relationship_OrganizationalProcess_ControlProcess_ProcedureRiskTraitement_RiskOrderBy]): [OrganizationalProcessAggregatedValues]\r\n}\r\n\r\ntype RiskAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n riskCode(function: AggregateFunctionType): CustomFloat\r\n riskIdentificationMode(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n impactERM(function: AggregateFunctionType): CustomFloat\r\n likelihoodERM(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype RiskConsequence implements GraphQLObjectInterface {\r\n criticality(format: EnumFormat): CriticalityEnum\r\n consequenceType(format: EnumFormat): ConsequenceTypeEnum\r\n trend(format: EnumFormat): TrendEnum\r\n riskConsequenceCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n riskConsequence_ParentConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequence_ParentConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n riskConsequence_SubConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequence_SubConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n}\r\n\r\ntype RiskConsequenceAggregatedValues {\r\n criticality(function: AggregateFunctionType): CustomFloat\r\n consequenceType(function: AggregateFunctionType): CustomFloat\r\n trend(function: AggregateFunctionType): CustomFloat\r\n riskConsequenceCode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RiskConsequenceFilter {\r\n and: [RiskConsequenceFilter!]\r\n or: [RiskConsequenceFilter!]\r\n criticality: CriticalityEnum\r\n criticality_not: CriticalityEnum\r\n criticality_in: [CriticalityEnum!]\r\n criticality_not_in: [CriticalityEnum!]\r\n criticality_empty: Boolean\r\n consequenceType: ConsequenceTypeEnum\r\n consequenceType_not: ConsequenceTypeEnum\r\n consequenceType_in: [ConsequenceTypeEnum!]\r\n consequenceType_not_in: [ConsequenceTypeEnum!]\r\n consequenceType_empty: Boolean\r\n trend: TrendEnum\r\n trend_not: TrendEnum\r\n trend_in: [TrendEnum!]\r\n trend_not_in: [TrendEnum!]\r\n trend_empty: Boolean\r\n riskConsequenceCode: String\r\n riskConsequenceCode_not: String\r\n riskConsequenceCode_in: [String!]\r\n riskConsequenceCode_not_in: [String!]\r\n riskConsequenceCode_lt: String\r\n riskConsequenceCode_lte: String\r\n riskConsequenceCode_gt: String\r\n riskConsequenceCode_gte: String\r\n riskConsequenceCode_contains: String\r\n riskConsequenceCode_not_contains: String\r\n riskConsequenceCode_starts_with: String\r\n riskConsequenceCode_not_starts_with: String\r\n riskConsequenceCode_ends_with: String\r\n riskConsequenceCode_not_ends_with: String\r\n riskConsequenceCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n riskConsequence_ParentConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_ParentConsequence_count: countFilter\r\n riskConsequence_SubConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_SubConsequence_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n}\r\n\r\nenum RiskConsequenceOrderBy {\r\n criticality_ASC\r\n criticality_DESC\r\n consequenceType_ASC\r\n consequenceType_DESC\r\n trend_ASC\r\n trend_DESC\r\n riskConsequenceCode_ASC\r\n riskConsequenceCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum RiskControlTypeEnum {\r\n Preventive\r\n Corrective\r\n}\r\n\r\ntype RiskFactor implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskFactorCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n riskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n control(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n riskFactor_ParentRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_ParentRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n riskFactor_SubRiskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactor_SubRiskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n risk_TriggeredRisk(filter: Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter, orderBy: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorOrderBy]): [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactor]\r\n risk_TriggeredRiskAggregatedValues(filter: Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorFilter, orderBy: [Relationship_Risk_TriggeredRisk_RiskRiskFactor_RiskFactorOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\ntype RiskFactorAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n riskFactorCode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RiskFactorFilter {\r\n defaultField_8095dc99f5e84baa86df75fae5524771: String\r\n and: [RiskFactorFilter!]\r\n or: [RiskFactorFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskFactorCode: String\r\n riskFactorCode_not: String\r\n riskFactorCode_in: [String!]\r\n riskFactorCode_not_in: [String!]\r\n riskFactorCode_lt: String\r\n riskFactorCode_lte: String\r\n riskFactorCode_gt: String\r\n riskFactorCode_gte: String\r\n riskFactorCode_contains: String\r\n riskFactorCode_not_contains: String\r\n riskFactorCode_starts_with: String\r\n riskFactorCode_not_starts_with: String\r\n riskFactorCode_ends_with: String\r\n riskFactorCode_not_ends_with: String\r\n riskFactorCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n risk_TriggeredRisk_some: [RiskFilter!]\r\n risk_TriggeredRisk_count: countFilter\r\n control_some: [ControlFilter!]\r\n control_count: countFilter\r\n riskFactor_ParentRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_ParentRiskFactor_count: countFilter\r\n riskFactor_SubRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SubRiskFactor_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum RiskFactorOrderBy {\r\n name_ASC\r\n name_DESC\r\n riskFactorCode_ASC\r\n riskFactorCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput RiskFilter {\r\n defaultField_8b609b9c741144dd81c3e61fd7d79a40: String\r\n and: [RiskFilter!]\r\n or: [RiskFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskOwner_PersonSystem_some: [PersonSystemFilter!]\r\n riskOwner_PersonSystem_count: countFilter\r\n account_some: [AccountFilter!]\r\n account_count: countFilter\r\n riskFactor_SourceRiskFactor_some: [RiskFactorFilter!]\r\n riskFactor_SourceRiskFactor_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n objective_ElementAtRisk_some: [ObjectiveFilter!]\r\n objective_ElementAtRisk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n organizationalProcess_ElementAtRisk_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ElementAtRisk_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n control_PreventiveControl_some: [ControlFilter!]\r\n control_PreventiveControl_count: countFilter\r\n actionPlan_some: [ActionPlanFilter!]\r\n actionPlan_count: countFilter\r\n actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n actionActionPlan_Action_count: countFilter\r\n requirement_some: [RequirementFilter!]\r\n requirement_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n risk_SourceRisk_some: [RiskFilter!]\r\n risk_SourceRisk_count: countFilter\r\n risk_TargetRisk_some: [RiskFilter!]\r\n risk_TargetRisk_count: countFilter\r\n indicator_some: [IndicatorFilter!]\r\n indicator_count: countFilter\r\n macroIncident_some: [MacroIncidentFilter!]\r\n macroIncident_count: countFilter\r\n riskType_some: [RiskTypeFilter!]\r\n riskType_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n issue_OriginatingIssue_some: [IssueFilter!]\r\n issue_OriginatingIssue_count: countFilter\r\n organizationalProcess_ControlProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_ControlProcess_count: countFilter\r\n}\r\n\r\nenum RiskIdentificationModeEnum {\r\n IncidentDatabase\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskOrderBy {\r\n name_ASC\r\n name_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype RiskType implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n numberOfIncidents: String\r\n riskTypeCode: String\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n level: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n riskFactor(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactor]\r\n riskFactorAggregatedValues(filter: RiskFactorFilter, orderBy: [RiskFactorOrderBy]): [RiskFactorAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n riskConsequence(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequence]\r\n riskConsequenceAggregatedValues(filter: RiskConsequenceFilter, orderBy: [RiskConsequenceOrderBy]): [RiskConsequenceAggregatedValues]\r\n requirement_ImposedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_ImposedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n riskType_ParentRiskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_ParentRiskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n riskType_SubRiskType(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskType]\r\n riskType_SubRiskTypeAggregatedValues(filter: RiskTypeFilter, orderBy: [RiskTypeOrderBy]): [RiskTypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n regulationFramework(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFramework]\r\n regulationFrameworkAggregatedValues(filter: RegulationFrameworkFilter, orderBy: [RegulationFrameworkOrderBy]): [RegulationFrameworkAggregatedValues]\r\n incident(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [Incident]\r\n incidentAggregatedValues(filter: IncidentFilter, orderBy: [IncidentOrderBy]): [IncidentAggregatedValues]\r\n requirement_DerivedRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n requirement_DerivedRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n}\r\n\r\ntype RiskTypeAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n riskTypeCode(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n level(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RiskTypeFilter {\r\n defaultField_d8890272500c40c6b7688c6bdbdb43a1: String\r\n and: [RiskTypeFilter!]\r\n or: [RiskTypeFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n numberOfIncidents: String\r\n numberOfIncidents_not: String\r\n numberOfIncidents_in: [String!]\r\n numberOfIncidents_not_in: [String!]\r\n numberOfIncidents_lt: String\r\n numberOfIncidents_lte: String\r\n numberOfIncidents_gt: String\r\n numberOfIncidents_gte: String\r\n numberOfIncidents_contains: String\r\n numberOfIncidents_not_contains: String\r\n numberOfIncidents_starts_with: String\r\n numberOfIncidents_not_starts_with: String\r\n numberOfIncidents_ends_with: String\r\n numberOfIncidents_not_ends_with: String\r\n numberOfIncidents_empty: Boolean\r\n riskTypeCode: String\r\n riskTypeCode_not: String\r\n riskTypeCode_in: [String!]\r\n riskTypeCode_not_in: [String!]\r\n riskTypeCode_lt: String\r\n riskTypeCode_lte: String\r\n riskTypeCode_gt: String\r\n riskTypeCode_gte: String\r\n riskTypeCode_contains: String\r\n riskTypeCode_not_contains: String\r\n riskTypeCode_starts_with: String\r\n riskTypeCode_not_starts_with: String\r\n riskTypeCode_ends_with: String\r\n riskTypeCode_not_ends_with: String\r\n riskTypeCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n level: String\r\n level_not: String\r\n level_in: [String!]\r\n level_not_in: [String!]\r\n level_lt: String\r\n level_lte: String\r\n level_gt: String\r\n level_gte: String\r\n level_contains: String\r\n level_not_contains: String\r\n level_starts_with: String\r\n level_not_starts_with: String\r\n level_ends_with: String\r\n level_not_ends_with: String\r\n level_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n riskFactor_some: [RiskFactorFilter!]\r\n riskFactor_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n riskConsequence_some: [RiskConsequenceFilter!]\r\n riskConsequence_count: countFilter\r\n requirement_ImposedRequirement_some: [RequirementFilter!]\r\n requirement_ImposedRequirement_count: countFilter\r\n riskType_ParentRiskType_some: [RiskTypeFilter!]\r\n riskType_ParentRiskType_count: countFilter\r\n riskType_SubRiskType_some: [RiskTypeFilter!]\r\n riskType_SubRiskType_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n regulationFramework_some: [RegulationFrameworkFilter!]\r\n regulationFramework_count: countFilter\r\n incident_some: [IncidentFilter!]\r\n incident_count: countFilter\r\n requirement_DerivedRequirement_some: [RequirementFilter!]\r\n requirement_DerivedRequirement_count: countFilter\r\n}\r\n\r\nenum RiskTypeOrderBy {\r\n name_ASC\r\n name_DESC\r\n numberOfIncidents_ASC\r\n numberOfIncidents_DESC\r\n riskTypeCode_ASC\r\n riskTypeCode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n level_ASC\r\n level_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ShapesVersionEnum {\r\n FromHOPEXVOneRThree\r\n FromMEGATwoZeroZeroNine\r\n BeforeMEGAFive_Two\r\n FromMEGAFive_Two\r\n FromMEGATwoZeroZeroFive\r\n}\r\n\r\nenum StatusIncidentEnum {\r\n Draft\r\n ToBeValidated\r\n Validated\r\n Rejected\r\n Closed\r\n}\r\n\r\nenum StatusLoginEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum StatusReviewEnum {\r\n UpdateInProgress\r\n ValidationInProgress\r\n Validated\r\n}\r\n\r\nenum StatusSourceProtocolEnum {\r\n MegaScript\r\n Excel\r\n REST\r\n}\r\n\r\nenum StatusactEnum {\r\n Created\r\n ToBeClosed\r\n Draft\r\n Closed\r\n Open\r\n}\r\n\r\ntype SteeringCalendar implements GraphQLObjectInterface {\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n steeringDate(filter: SteeringDateFilter, orderBy: [SteeringDateOrderBy]): [SteeringDate]\r\n steeringDateAggregatedValues(filter: SteeringDateFilter, orderBy: [SteeringDateOrderBy]): [SteeringDateAggregatedValues]\r\n actionPlan_MetaClassWithSteeringCalendar(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n actionPlan_MetaClassWithSteeringCalendarAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n control_MetaClassWithSteeringCalendar(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n control_MetaClassWithSteeringCalendarAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n}\r\n\r\ntype SteeringCalendarAggregatedValues {\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SteeringCalendarFilter {\r\n defaultField_a8866333ff4a4d2bbdf9507deba9aacd: String\r\n and: [SteeringCalendarFilter!]\r\n or: [SteeringCalendarFilter!]\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n steeringDate_some: [SteeringDateFilter!]\r\n steeringDate_count: countFilter\r\n actionPlan_MetaClassWithSteeringCalendar_some: [ActionPlanFilter!]\r\n actionPlan_MetaClassWithSteeringCalendar_count: countFilter\r\n control_MetaClassWithSteeringCalendar_some: [ControlFilter!]\r\n control_MetaClassWithSteeringCalendar_count: countFilter\r\n}\r\n\r\nenum SteeringCalendarOrderBy {\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype SteeringDate implements GraphQLObjectInterface {\r\n dateType(format: EnumFormat): DateTypeEnum\r\n message: String\r\n notification(format: StringFormat): String\r\n scheduling(format: StringFormat): String\r\n emailMessage(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n steeringCalendar(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendar]\r\n steeringCalendarAggregatedValues(filter: SteeringCalendarFilter, orderBy: [SteeringCalendarOrderBy]): [SteeringCalendarAggregatedValues]\r\n actionPlan_MetaClassWithSteeringCalendar(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n actionPlan_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_ActionPlan_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ActionPlanAggregatedValues]\r\n control_MetaClassWithSteeringCalendar(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDate]\r\n control_MetaClassWithSteeringCalendarAggregatedValues(filter: Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateFilter, orderBy: [Relationship_Control_MetaClassWithSteeringCalendar_MetaClassWtihSteeringCalendarSteeringDate_SteeringDateOrderBy]): [ControlAggregatedValues]\r\n}\r\n\r\ntype SteeringDateAggregatedValues {\r\n dateType(function: AggregateFunctionType): CustomFloat\r\n message(function: AggregateFunctionType): CustomFloat\r\n notification(function: AggregateFunctionType): CustomFloat\r\n scheduling(function: AggregateFunctionType): CustomFloat\r\n emailMessage(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SteeringDateFilter {\r\n defaultField_a14685cb076c42f9bdb0b8f380fb7d0d: String\r\n and: [SteeringDateFilter!]\r\n or: [SteeringDateFilter!]\r\n dateType: DateTypeEnum\r\n dateType_not: DateTypeEnum\r\n dateType_in: [DateTypeEnum!]\r\n dateType_not_in: [DateTypeEnum!]\r\n dateType_empty: Boolean\r\n message: String\r\n message_not: String\r\n message_in: [String!]\r\n message_not_in: [String!]\r\n message_lt: String\r\n message_lte: String\r\n message_gt: String\r\n message_gte: String\r\n message_contains: String\r\n message_not_contains: String\r\n message_starts_with: String\r\n message_not_starts_with: String\r\n message_ends_with: String\r\n message_not_ends_with: String\r\n message_empty: Boolean\r\n notification: String\r\n notification_not: String\r\n notification_in: [String!]\r\n notification_not_in: [String!]\r\n notification_lt: String\r\n notification_lte: String\r\n notification_gt: String\r\n notification_gte: String\r\n notification_contains: String\r\n notification_not_contains: String\r\n notification_starts_with: String\r\n notification_not_starts_with: String\r\n notification_ends_with: String\r\n notification_not_ends_with: String\r\n notification_empty: Boolean\r\n scheduling: String\r\n scheduling_not: String\r\n scheduling_in: [String!]\r\n scheduling_not_in: [String!]\r\n scheduling_lt: String\r\n scheduling_lte: String\r\n scheduling_gt: String\r\n scheduling_gte: String\r\n scheduling_contains: String\r\n scheduling_not_contains: String\r\n scheduling_starts_with: String\r\n scheduling_not_starts_with: String\r\n scheduling_ends_with: String\r\n scheduling_not_ends_with: String\r\n scheduling_empty: Boolean\r\n emailMessage: String\r\n emailMessage_not: String\r\n emailMessage_in: [String!]\r\n emailMessage_not_in: [String!]\r\n emailMessage_lt: String\r\n emailMessage_lte: String\r\n emailMessage_gt: String\r\n emailMessage_gte: String\r\n emailMessage_contains: String\r\n emailMessage_not_contains: String\r\n emailMessage_starts_with: String\r\n emailMessage_not_starts_with: String\r\n emailMessage_ends_with: String\r\n emailMessage_not_ends_with: String\r\n emailMessage_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n steeringCalendar_some: [SteeringCalendarFilter!]\r\n steeringCalendar_count: countFilter\r\n actionPlan_MetaClassWithSteeringCalendar_some: [ActionPlanFilter!]\r\n actionPlan_MetaClassWithSteeringCalendar_count: countFilter\r\n control_MetaClassWithSteeringCalendar_some: [ControlFilter!]\r\n control_MetaClassWithSteeringCalendar_count: countFilter\r\n}\r\n\r\nenum SteeringDateOrderBy {\r\n dateType_ASC\r\n dateType_DESC\r\n message_ASC\r\n message_DESC\r\n notification_ASC\r\n notification_DESC\r\n scheduling_ASC\r\n scheduling_DESC\r\n emailMessage_ASC\r\n emailMessage_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum StringFormat {\r\n HTML\r\n RTF\r\n RAW\r\n}\r\n\r\nenum SuccessfulEnum {\r\n Yes\r\n No\r\n None\r\n}\r\n\r\nenum TrendEnum {\r\n Positive\r\n Negative\r\n}\r\n\r\nenum ValidPersonEnum {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n\r\nenum ValueSourceProtocolEnum {\r\n MegaScript\r\n Excel\r\n REST\r\n}\r\n\r\nenum ValueSourceProtocolSimulationEnum {\r\n MegaScript\r\n REST\r\n Excel\r\n}\r\n\r\ninput _InputCollectionAction15569 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15569]\r\n}\r\n\r\ninput _InputCollectionAction15570 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15570]\r\n}\r\n\r\ninput _InputCollectionAction15571 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15571]\r\n}\r\n\r\ninput _InputCollectionAction15572 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15572]\r\n}\r\n\r\ninput _InputCollectionAction15573 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15573]\r\n}\r\n\r\ninput _InputCollectionAction15574 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15574]\r\n}\r\n\r\ninput _InputCollectionAction15575 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15575]\r\n}\r\n\r\ninput _InputCollectionAction15576 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15576]\r\n}\r\n\r\ninput _InputCollectionAction15577 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15577]\r\n}\r\n\r\ninput _InputCollectionAction15578 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15578]\r\n}\r\n\r\ninput _InputCollectionAction15579 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15579]\r\n}\r\n\r\ninput _InputCollectionAction15580 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15580]\r\n}\r\n\r\ninput _InputCollectionAction15581 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15581]\r\n}\r\n\r\ninput _InputCollectionAction15582 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15582]\r\n}\r\n\r\ninput _InputCollectionAction15583 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15583]\r\n}\r\n\r\ninput _InputCollectionAction15584 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15584]\r\n}\r\n\r\ninput _InputCollectionAction15585 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15585]\r\n}\r\n\r\ninput _InputCollectionAction15586 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15586]\r\n}\r\n\r\ninput _InputCollectionAction15587 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15587]\r\n}\r\n\r\ninput _InputCollectionAction15588 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15588]\r\n}\r\n\r\ninput _InputCollectionAction15589 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15589]\r\n}\r\n\r\ninput _InputCollectionAction15590 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15590]\r\n}\r\n\r\ninput _InputCollectionAction15591 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15591]\r\n}\r\n\r\ninput _InputCollectionAction15592 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15592]\r\n}\r\n\r\ninput _InputCollectionAction15593 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15593]\r\n}\r\n\r\ninput _InputCollectionAction15594 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15594]\r\n}\r\n\r\ninput _InputCollectionAction15595 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15595]\r\n}\r\n\r\ninput _InputCollectionAction15596 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15596]\r\n}\r\n\r\ninput _InputCollectionAction15597 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15597]\r\n}\r\n\r\ninput _InputCollectionAction15598 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15598]\r\n}\r\n\r\ninput _InputCollectionAction15599 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15599]\r\n}\r\n\r\ninput _InputCollectionAction15600 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15600]\r\n}\r\n\r\ninput _InputCollectionAction15601 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15601]\r\n}\r\n\r\ninput _InputCollectionAction15602 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15602]\r\n}\r\n\r\ninput _InputCollectionAction15603 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15603]\r\n}\r\n\r\ninput _InputCollectionAction15604 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15604]\r\n}\r\n\r\ninput _InputCollectionAction15605 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15605]\r\n}\r\n\r\ninput _InputCollectionAction15606 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15606]\r\n}\r\n\r\ninput _InputCollectionAction15607 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15607]\r\n}\r\n\r\ninput _InputCollectionAction15608 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15608]\r\n}\r\n\r\ninput _InputCollectionAction15609 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15609]\r\n}\r\n\r\ninput _InputCollectionAction15610 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15610]\r\n}\r\n\r\ninput _InputCollectionAction15611 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15611]\r\n}\r\n\r\ninput _InputCollectionAction15612 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15612]\r\n}\r\n\r\ninput _InputCollectionAction15613 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15613]\r\n}\r\n\r\ninput _InputCollectionAction15614 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15614]\r\n}\r\n\r\ninput _InputCollectionAction15615 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15615]\r\n}\r\n\r\ninput _InputCollectionAction15616 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15616]\r\n}\r\n\r\ninput _InputCollectionAction15617 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15617]\r\n}\r\n\r\ninput _InputCollectionAction15618 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15618]\r\n}\r\n\r\ninput _InputCollectionAction15619 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15619]\r\n}\r\n\r\ninput _InputCollectionAction15620 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15620]\r\n}\r\n\r\ninput _InputCollectionAction15621 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15621]\r\n}\r\n\r\ninput _InputCollectionAction15622 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15622]\r\n}\r\n\r\ninput _InputCollectionAction15623 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15623]\r\n}\r\n\r\ninput _InputCollectionAction15624 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15624]\r\n}\r\n\r\ninput _InputCollectionAction15625 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15625]\r\n}\r\n\r\ninput _InputCollectionAction15626 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15626]\r\n}\r\n\r\ninput _InputCollectionAction15627 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15627]\r\n}\r\n\r\ninput _InputCollectionAction15628 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15628]\r\n}\r\n\r\ninput _InputCollectionAction15629 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15629]\r\n}\r\n\r\ninput _InputCollectionAction15630 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15630]\r\n}\r\n\r\ninput _InputCollectionAction15631 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15631]\r\n}\r\n\r\ninput _InputCollectionAction15632 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15632]\r\n}\r\n\r\ninput _InputCollectionAction15633 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15633]\r\n}\r\n\r\ninput _InputCollectionAction15634 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15634]\r\n}\r\n\r\ninput _InputCollectionAction15635 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15635]\r\n}\r\n\r\ninput _InputCollectionAction15636 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15636]\r\n}\r\n\r\ninput _InputCollectionAction15637 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15637]\r\n}\r\n\r\ninput _InputCollectionAction15638 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15638]\r\n}\r\n\r\ninput _InputCollectionAction15639 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15639]\r\n}\r\n\r\ninput _InputCollectionAction15640 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15640]\r\n}\r\n\r\ninput _InputCollectionAction15641 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15641]\r\n}\r\n\r\ninput _InputCollectionAction15642 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15642]\r\n}\r\n\r\ninput _InputCollectionAction15643 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15643]\r\n}\r\n\r\ninput _InputCollectionAction15644 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15644]\r\n}\r\n\r\ninput _InputCollectionAction15645 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15645]\r\n}\r\n\r\ninput _InputCollectionAction15646 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15646]\r\n}\r\n\r\ninput _InputCollectionAction15647 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15647]\r\n}\r\n\r\ninput _InputCollectionAction15648 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15648]\r\n}\r\n\r\ninput _InputCollectionAction15649 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15649]\r\n}\r\n\r\ninput _InputCollectionAction15650 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15650]\r\n}\r\n\r\ninput _InputCollectionAction15651 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15651]\r\n}\r\n\r\ninput _InputCollectionAction15652 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15652]\r\n}\r\n\r\ninput _InputCollectionAction15653 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15653]\r\n}\r\n\r\ninput _InputCollectionAction15654 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15654]\r\n}\r\n\r\ninput _InputCollectionAction15655 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15655]\r\n}\r\n\r\ninput _InputCollectionAction15656 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15656]\r\n}\r\n\r\ninput _InputCollectionAction15657 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15657]\r\n}\r\n\r\ninput _InputCollectionAction15658 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15658]\r\n}\r\n\r\ninput _InputCollectionAction15659 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15659]\r\n}\r\n\r\ninput _InputCollectionAction15660 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15660]\r\n}\r\n\r\ninput _InputCollectionAction15661 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15661]\r\n}\r\n\r\ninput _InputCollectionAction15662 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15662]\r\n}\r\n\r\ninput _InputCollectionAction15663 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15663]\r\n}\r\n\r\ninput _InputCollectionAction15664 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15664]\r\n}\r\n\r\ninput _InputCollectionAction15665 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15665]\r\n}\r\n\r\ninput _InputCollectionAction15666 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15666]\r\n}\r\n\r\ninput _InputCollectionAction15667 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15667]\r\n}\r\n\r\ninput _InputCollectionAction15668 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15668]\r\n}\r\n\r\ninput _InputCollectionAction15669 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15669]\r\n}\r\n\r\ninput _InputCollectionAction15670 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15670]\r\n}\r\n\r\ninput _InputCollectionAction15671 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15671]\r\n}\r\n\r\ninput _InputCollectionAction15672 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15672]\r\n}\r\n\r\ninput _InputCollectionAction15673 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15673]\r\n}\r\n\r\ninput _InputCollectionAction15674 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15674]\r\n}\r\n\r\ninput _InputCollectionAction15675 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15675]\r\n}\r\n\r\ninput _InputCollectionAction15676 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15676]\r\n}\r\n\r\ninput _InputCollectionAction15677 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15677]\r\n}\r\n\r\ninput _InputCollectionAction15678 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15678]\r\n}\r\n\r\ninput _InputCollectionAction15679 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15679]\r\n}\r\n\r\ninput _InputCollectionAction15680 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15680]\r\n}\r\n\r\ninput _InputCollectionAction15681 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15681]\r\n}\r\n\r\ninput _InputCollectionAction15682 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15682]\r\n}\r\n\r\ninput _InputCollectionAction15683 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15683]\r\n}\r\n\r\ninput _InputCollectionAction15684 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15684]\r\n}\r\n\r\ninput _InputCollectionAction15685 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15685]\r\n}\r\n\r\ninput _InputCollectionAction15686 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15686]\r\n}\r\n\r\ninput _InputCollectionAction15687 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15687]\r\n}\r\n\r\ninput _InputCollectionAction15688 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15688]\r\n}\r\n\r\ninput _InputCollectionAction15689 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15689]\r\n}\r\n\r\ninput _InputCollectionAction15690 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15690]\r\n}\r\n\r\ninput _InputCollectionAction15691 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15691]\r\n}\r\n\r\ninput _InputCollectionAction15692 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15692]\r\n}\r\n\r\ninput _InputCollectionAction15693 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15693]\r\n}\r\n\r\ninput _InputCollectionAction15694 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15694]\r\n}\r\n\r\ninput _InputCollectionAction15695 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15695]\r\n}\r\n\r\ninput _InputCollectionAction15696 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15696]\r\n}\r\n\r\ninput _InputCollectionAction15697 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15697]\r\n}\r\n\r\ninput _InputCollectionAction15698 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15698]\r\n}\r\n\r\ninput _InputCollectionAction15699 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15699]\r\n}\r\n\r\ninput _InputCollectionAction15700 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15700]\r\n}\r\n\r\ninput _InputCollectionAction15701 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15701]\r\n}\r\n\r\ninput _InputCollectionAction15702 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15702]\r\n}\r\n\r\ninput _InputCollectionAction15703 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15703]\r\n}\r\n\r\ninput _InputCollectionAction15704 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15704]\r\n}\r\n\r\ninput _InputCollectionAction15705 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15705]\r\n}\r\n\r\ninput _InputCollectionAction15706 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15706]\r\n}\r\n\r\ninput _InputCollectionAction15707 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15707]\r\n}\r\n\r\ninput _InputCollectionAction15708 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15708]\r\n}\r\n\r\ninput _InputCollectionAction15709 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15709]\r\n}\r\n\r\ninput _InputCollectionAction15710 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15710]\r\n}\r\n\r\ninput _InputCollectionAction15711 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15711]\r\n}\r\n\r\ninput _InputCollectionAction15712 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15712]\r\n}\r\n\r\ninput _InputCollectionAction15713 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15713]\r\n}\r\n\r\ninput _InputCollectionAction15714 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15714]\r\n}\r\n\r\ninput _InputCollectionAction15715 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15715]\r\n}\r\n\r\ninput _InputCollectionAction15716 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15716]\r\n}\r\n\r\ninput _InputCollectionAction15717 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15717]\r\n}\r\n\r\ninput _InputCollectionAction15718 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15718]\r\n}\r\n\r\ninput _InputCollectionAction15719 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15719]\r\n}\r\n\r\ninput _InputCollectionAction15720 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15720]\r\n}\r\n\r\ninput _InputCollectionAction15721 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15721]\r\n}\r\n\r\ninput _InputCollectionAction15722 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15722]\r\n}\r\n\r\ninput _InputCollectionAction15723 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15723]\r\n}\r\n\r\ninput _InputCollectionAction15724 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15724]\r\n}\r\n\r\ninput _InputCollectionAction15725 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15725]\r\n}\r\n\r\ninput _InputCollectionAction15726 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15726]\r\n}\r\n\r\ninput _InputCollectionAction15727 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15727]\r\n}\r\n\r\ninput _InputCollectionAction15728 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15728]\r\n}\r\n\r\ninput _InputCollectionAction15729 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15729]\r\n}\r\n\r\ninput _InputCollectionAction15730 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15730]\r\n}\r\n\r\ninput _InputCollectionAction15731 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15731]\r\n}\r\n\r\ninput _InputCollectionAction15732 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15732]\r\n}\r\n\r\ninput _InputCollectionAction15733 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15733]\r\n}\r\n\r\ninput _InputCollectionAction15734 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15734]\r\n}\r\n\r\ninput _InputCollectionAction15735 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15735]\r\n}\r\n\r\ninput _InputCollectionAction15736 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15736]\r\n}\r\n\r\ninput _InputCollectionAction15737 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15737]\r\n}\r\n\r\ninput _InputCollectionAction15738 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15738]\r\n}\r\n\r\ninput _InputCollectionAction15739 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15739]\r\n}\r\n\r\ninput _InputCollectionAction15740 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15740]\r\n}\r\n\r\ninput _InputCollectionAction15741 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15741]\r\n}\r\n\r\ninput _InputCollectionAction15742 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15742]\r\n}\r\n\r\ninput _InputCollectionAction15743 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15743]\r\n}\r\n\r\ninput _InputCollectionAction15744 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15744]\r\n}\r\n\r\ninput _InputCollectionAction15745 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15745]\r\n}\r\n\r\ninput _InputCollectionAction15746 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15746]\r\n}\r\n\r\ninput _InputCollectionAction15747 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15747]\r\n}\r\n\r\ninput _InputCollectionAction15748 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15748]\r\n}\r\n\r\ninput _InputCollectionAction15749 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15749]\r\n}\r\n\r\ninput _InputCollectionAction15750 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15750]\r\n}\r\n\r\ninput _InputCollectionAction15751 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15751]\r\n}\r\n\r\ninput _InputCollectionAction15752 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15752]\r\n}\r\n\r\ninput _InputCollectionAction15753 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15753]\r\n}\r\n\r\ninput _InputCollectionAction15754 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15754]\r\n}\r\n\r\ninput _InputCollectionAction15755 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15755]\r\n}\r\n\r\ninput _InputCollectionAction15756 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15756]\r\n}\r\n\r\ninput _InputCollectionAction15757 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15757]\r\n}\r\n\r\ninput _InputCollectionAction15758 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15758]\r\n}\r\n\r\ninput _InputCollectionAction15759 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15759]\r\n}\r\n\r\ninput _InputCollectionAction15760 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15760]\r\n}\r\n\r\ninput _InputCollectionAction15761 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15761]\r\n}\r\n\r\ninput _InputCollectionAction15762 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15762]\r\n}\r\n\r\ninput _InputCollectionAction15763 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15763]\r\n}\r\n\r\ninput _InputCollectionAction15764 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15764]\r\n}\r\n\r\ninput _InputCollectionAction15765 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15765]\r\n}\r\n\r\ninput _InputCollectionAction15766 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15766]\r\n}\r\n\r\ninput _InputCollectionAction15767 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15767]\r\n}\r\n\r\ninput _InputCollectionAction15768 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15768]\r\n}\r\n\r\ninput _InputCollectionAction15769 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15769]\r\n}\r\n\r\ninput _InputCollectionAction15770 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15770]\r\n}\r\n\r\ninput _InputCollectionAction15771 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15771]\r\n}\r\n\r\ninput _InputCollectionAction15772 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15772]\r\n}\r\n\r\ninput _InputCollectionAction15773 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15773]\r\n}\r\n\r\ninput _InputCollectionAction15774 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15774]\r\n}\r\n\r\ninput _InputCollectionAction15775 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15775]\r\n}\r\n\r\ninput _InputCollectionAction15776 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15776]\r\n}\r\n\r\ninput _InputCollectionAction15777 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15777]\r\n}\r\n\r\ninput _InputCollectionAction15778 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15778]\r\n}\r\n\r\ninput _InputCollectionAction15779 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15779]\r\n}\r\n\r\ninput _InputCollectionAction15780 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15780]\r\n}\r\n\r\ninput _InputCollectionAction15781 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15781]\r\n}\r\n\r\ninput _InputCollectionAction15782 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15782]\r\n}\r\n\r\ninput _InputCollectionAction15783 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15783]\r\n}\r\n\r\ninput _InputCollectionAction15784 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15784]\r\n}\r\n\r\ninput _InputCollectionAction15785 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15785]\r\n}\r\n\r\ninput _InputCollectionAction15786 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15786]\r\n}\r\n\r\ninput _InputCollectionAction15787 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15787]\r\n}\r\n\r\ninput _InputCollectionAction15788 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15788]\r\n}\r\n\r\ninput _InputCollectionAction15789 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15789]\r\n}\r\n\r\ninput _InputCollectionAction15790 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15790]\r\n}\r\n\r\ninput _InputCollectionAction15791 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15791]\r\n}\r\n\r\ninput _InputCollectionAction15792 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15792]\r\n}\r\n\r\ninput _InputCollectionAction15793 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15793]\r\n}\r\n\r\ninput _InputCollectionAction15794 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15794]\r\n}\r\n\r\ninput _InputCollectionAction15795 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15795]\r\n}\r\n\r\ninput _InputCollectionAction15796 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15796]\r\n}\r\n\r\ninput _InputCollectionAction15797 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15797]\r\n}\r\n\r\ninput _InputCollectionAction15798 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15798]\r\n}\r\n\r\ninput _InputCollectionAction15799 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15799]\r\n}\r\n\r\ninput _InputCollectionAction15800 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15800]\r\n}\r\n\r\ninput _InputCollectionAction15801 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15801]\r\n}\r\n\r\ninput _InputCollectionAction15802 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15802]\r\n}\r\n\r\ninput _InputCollectionAction15803 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15803]\r\n}\r\n\r\ninput _InputCollectionAction15804 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15804]\r\n}\r\n\r\ninput _InputCollectionAction15805 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15805]\r\n}\r\n\r\ninput _InputCollectionAction15806 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15806]\r\n}\r\n\r\ninput _InputCollectionAction15807 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15807]\r\n}\r\n\r\ninput _InputCollectionAction15808 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15808]\r\n}\r\n\r\ninput _InputCollectionAction15809 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15809]\r\n}\r\n\r\ninput _InputCollectionAction15810 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15810]\r\n}\r\n\r\ninput _InputCollectionAction15811 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15811]\r\n}\r\n\r\ninput _InputCollectionAction15812 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15812]\r\n}\r\n\r\ninput _InputCollectionAction15813 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15813]\r\n}\r\n\r\ninput _InputCollectionAction15814 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15814]\r\n}\r\n\r\ninput _InputCollectionAction15815 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15815]\r\n}\r\n\r\ninput _InputCollectionAction15816 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15816]\r\n}\r\n\r\ninput _InputCollectionAction15817 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15817]\r\n}\r\n\r\ninput _InputCollectionAction15818 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15818]\r\n}\r\n\r\ninput _InputCollectionAction15819 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15819]\r\n}\r\n\r\ninput _InputCollectionAction15820 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15820]\r\n}\r\n\r\ninput _InputCollectionAction15821 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15821]\r\n}\r\n\r\ninput _InputCollectionAction15822 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15822]\r\n}\r\n\r\ninput _InputCollectionAction15823 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15823]\r\n}\r\n\r\ninput _InputCollectionAction15824 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15824]\r\n}\r\n\r\ninput _InputCollectionAction15825 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15825]\r\n}\r\n\r\ninput _InputCollectionAction15826 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15826]\r\n}\r\n\r\ninput _InputCollectionAction15827 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15827]\r\n}\r\n\r\ninput _InputCollectionAction15828 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15828]\r\n}\r\n\r\ninput _InputCollectionAction15829 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15829]\r\n}\r\n\r\ninput _InputCollectionAction15830 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15830]\r\n}\r\n\r\ninput _InputCollectionAction15831 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15831]\r\n}\r\n\r\ninput _InputCollectionAction15832 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15832]\r\n}\r\n\r\ninput _InputCollectionAction15833 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15833]\r\n}\r\n\r\ninput _InputCollectionAction15834 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15834]\r\n}\r\n\r\ninput _InputCollectionAction15835 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15835]\r\n}\r\n\r\ninput _InputCollectionAction15836 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15836]\r\n}\r\n\r\ninput _InputCollectionAction15837 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15837]\r\n}\r\n\r\ninput _InputCollectionAction15838 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15838]\r\n}\r\n\r\ninput _InputCollectionAction15839 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15839]\r\n}\r\n\r\ninput _InputCollectionAction15840 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15840]\r\n}\r\n\r\ninput _InputCollectionAction15841 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15841]\r\n}\r\n\r\ninput _InputCollectionAction15842 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15842]\r\n}\r\n\r\ninput _InputCollectionAction15843 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15843]\r\n}\r\n\r\ninput _InputCollectionAction15844 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15844]\r\n}\r\n\r\ninput _InputCollectionAction15845 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15845]\r\n}\r\n\r\ninput _InputCollectionAction15846 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15846]\r\n}\r\n\r\ninput _InputCollectionAction15847 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15847]\r\n}\r\n\r\ninput _InputCollectionAction15848 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15848]\r\n}\r\n\r\ninput _InputCollectionAction15849 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15849]\r\n}\r\n\r\ninput _InputCollectionAction15850 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15850]\r\n}\r\n\r\ninput _InputCollectionAction15851 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15851]\r\n}\r\n\r\ninput _InputCollectionAction15852 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15852]\r\n}\r\n\r\ninput _InputCollectionAction15853 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15853]\r\n}\r\n\r\ninput _InputCollectionAction15854 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15854]\r\n}\r\n\r\ninput _InputCollectionAction15855 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15855]\r\n}\r\n\r\ninput _InputCollectionAction15856 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15856]\r\n}\r\n\r\ninput _InputCollectionAction15857 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15857]\r\n}\r\n\r\ninput _InputCollectionAction15858 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15858]\r\n}\r\n\r\ninput _InputCollectionAction15859 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15859]\r\n}\r\n\r\ninput _InputCollectionAction15860 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15860]\r\n}\r\n\r\ninput _InputCollectionAction15861 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15861]\r\n}\r\n\r\ninput _InputCollectionAction15862 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15862]\r\n}\r\n\r\ninput _InputCollectionAction15863 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15863]\r\n}\r\n\r\ninput _InputCollectionAction15864 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15864]\r\n}\r\n\r\ninput _InputCollectionAction15865 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15865]\r\n}\r\n\r\ninput _InputCollectionAction15866 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15866]\r\n}\r\n\r\ninput _InputCollectionAction15867 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15867]\r\n}\r\n\r\ninput _InputCollectionAction15868 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15868]\r\n}\r\n\r\ninput _InputCollectionAction15869 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15869]\r\n}\r\n\r\ninput _InputCollectionAction15870 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15870]\r\n}\r\n\r\ninput _InputCollectionAction15871 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15871]\r\n}\r\n\r\ninput _InputCollectionAction15872 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15872]\r\n}\r\n\r\ninput _InputCollectionAction15873 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15873]\r\n}\r\n\r\ninput _InputCollectionAction15874 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15874]\r\n}\r\n\r\ninput _InputCollectionAction15875 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15875]\r\n}\r\n\r\ninput _InputCollectionAction15876 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15876]\r\n}\r\n\r\ninput _InputCollectionAction15877 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15877]\r\n}\r\n\r\ninput _InputCollectionAction15878 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15878]\r\n}\r\n\r\ninput _InputCollectionAction15879 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15879]\r\n}\r\n\r\ninput _InputCollectionAction15880 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15880]\r\n}\r\n\r\ninput _InputCollectionAction15881 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15881]\r\n}\r\n\r\ninput _InputCollectionAction15882 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15882]\r\n}\r\n\r\ninput _InputCollectionAction15883 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15883]\r\n}\r\n\r\ninput _InputCollectionAction15884 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15884]\r\n}\r\n\r\ninput _InputCollectionAction15885 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15885]\r\n}\r\n\r\ninput _InputCollectionAction15886 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15886]\r\n}\r\n\r\ninput _InputCollectionAction15887 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15887]\r\n}\r\n\r\ninput _InputCollectionAction15888 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15888]\r\n}\r\n\r\ninput _InputCollectionAction15889 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15889]\r\n}\r\n\r\ninput _InputCollectionAction15890 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15890]\r\n}\r\n\r\ninput _InputCollectionAction15891 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15891]\r\n}\r\n\r\ninput _InputCollectionAction15892 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15892]\r\n}\r\n\r\ninput _InputCollectionAction15893 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15893]\r\n}\r\n\r\ninput _InputCollectionAction15894 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15894]\r\n}\r\n\r\ninput _InputCollectionAction15895 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15895]\r\n}\r\n\r\ninput _InputCollectionAction15896 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15896]\r\n}\r\n\r\ninput _InputCollectionAction15897 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15897]\r\n}\r\n\r\ninput _InputCollectionAction15898 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15898]\r\n}\r\n\r\ninput _InputCollectionAction15899 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15899]\r\n}\r\n\r\ninput _InputCollectionAction15900 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15900]\r\n}\r\n\r\ninput _InputCollectionAction15901 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15901]\r\n}\r\n\r\ninput _InputCollectionAction15902 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15902]\r\n}\r\n\r\ninput _InputCollectionAction15903 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15903]\r\n}\r\n\r\ninput _InputCollectionAction15904 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15904]\r\n}\r\n\r\ninput _InputCollectionAction15905 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15905]\r\n}\r\n\r\ninput _InputCollectionAction15906 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15906]\r\n}\r\n\r\ninput _InputCollectionAction15907 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15907]\r\n}\r\n\r\ninput _InputCollectionAction15908 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15908]\r\n}\r\n\r\ninput _InputCollectionAction15909 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15909]\r\n}\r\n\r\ninput _InputCollectionAction15910 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15910]\r\n}\r\n\r\ninput _InputCollectionAction15911 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15911]\r\n}\r\n\r\ninput _InputCollectionAction15912 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15912]\r\n}\r\n\r\ninput _InputCollectionAction15913 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15913]\r\n}\r\n\r\ninput _InputCollectionAction15914 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15914]\r\n}\r\n\r\ninput _InputCollectionAction15915 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15915]\r\n}\r\n\r\ninput _InputCollectionAction15916 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15916]\r\n}\r\n\r\ninput _InputCollectionAction15917 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15917]\r\n}\r\n\r\ninput _InputCollectionAction15918 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15918]\r\n}\r\n\r\ninput _InputCollectionAction15919 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15919]\r\n}\r\n\r\ninput _InputCollectionAction15920 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15920]\r\n}\r\n\r\ninput _InputCollectionAction15921 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15921]\r\n}\r\n\r\ninput _InputCollectionAction15922 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15922]\r\n}\r\n\r\ninput _InputCollectionAction15923 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15923]\r\n}\r\n\r\ninput _InputCollectionAction15924 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15924]\r\n}\r\n\r\ninput _InputCollectionAction15925 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15925]\r\n}\r\n\r\ninput _InputCollectionAction15926 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15926]\r\n}\r\n\r\ninput _InputCollectionAction15927 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15927]\r\n}\r\n\r\ninput _InputCollectionAction15928 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15928]\r\n}\r\n\r\ninput _InputCollectionAction15929 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15929]\r\n}\r\n\r\ninput _InputCollectionAction15930 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15930]\r\n}\r\n\r\ninput _InputCollectionAction15931 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15931]\r\n}\r\n\r\ninput _InputCollectionAction15932 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15932]\r\n}\r\n\r\ninput _InputCollectionAction15933 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15933]\r\n}\r\n\r\ninput _InputCollectionAction15934 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15934]\r\n}\r\n\r\ninput _InputCollectionAction15935 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15935]\r\n}\r\n\r\ninput _InputCollectionAction15936 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15936]\r\n}\r\n\r\ninput _InputCollectionAction15937 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15937]\r\n}\r\n\r\ninput _InputCollectionAction15938 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15938]\r\n}\r\n\r\ninput _InputCollectionAction15939 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15939]\r\n}\r\n\r\ninput _InputCollectionAction15940 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15940]\r\n}\r\n\r\ninput _InputCollectionAction15941 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15941]\r\n}\r\n\r\ninput _InputCollectionAction15942 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15942]\r\n}\r\n\r\ninput _InputCollectionAction15943 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15943]\r\n}\r\n\r\ninput _InputCollectionAction15944 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15944]\r\n}\r\n\r\ninput _InputCollectionAction15945 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15945]\r\n}\r\n\r\ninput _InputCollectionAction15946 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15946]\r\n}\r\n\r\ninput _InputCollectionAction15947 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15947]\r\n}\r\n\r\ninput _InputCollectionAction15948 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15948]\r\n}\r\n\r\ninput _InputCollectionAction15949 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15949]\r\n}\r\n\r\ninput _InputCollectionAction15950 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15950]\r\n}\r\n\r\ninput _InputCollectionAction15951 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15951]\r\n}\r\n\r\ninput _InputCollectionAction15952 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15952]\r\n}\r\n\r\ninput _InputCollectionAction15953 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15953]\r\n}\r\n\r\ninput _InputCollectionAction15954 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15954]\r\n}\r\n\r\ninput _InputCollectionAction15955 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15955]\r\n}\r\n\r\ninput _InputCollectionAction15956 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15956]\r\n}\r\n\r\ninput _InputCollectionAction15957 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15957]\r\n}\r\n\r\ninput _InputCollectionAction15958 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15958]\r\n}\r\n\r\ninput _InputCollectionAction15959 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15959]\r\n}\r\n\r\ninput _InputCollectionAction15960 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15960]\r\n}\r\n\r\ninput _InputCollectionAction15961 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15961]\r\n}\r\n\r\ninput _InputCollectionAction15962 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15962]\r\n}\r\n\r\ninput _InputCollectionAction15963 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15963]\r\n}\r\n\r\ninput _InputCollectionAction15964 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15964]\r\n}\r\n\r\ninput _InputCollectionAction15965 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15965]\r\n}\r\n\r\ninput _InputCollectionAction15966 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15966]\r\n}\r\n\r\ninput _InputCollectionAction15967 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15967]\r\n}\r\n\r\ninput _InputCollectionAction15968 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15968]\r\n}\r\n\r\ninput _InputCollectionAction15969 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15969]\r\n}\r\n\r\ninput _InputCollectionAction15970 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15970]\r\n}\r\n\r\ninput _InputCollectionAction15971 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15971]\r\n}\r\n\r\ninput _InputCollectionAction15972 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15972]\r\n}\r\n\r\ninput _InputCollectionAction15973 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15973]\r\n}\r\n\r\ninput _InputCollectionAction15974 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15974]\r\n}\r\n\r\ninput _InputCollectionAction15975 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15975]\r\n}\r\n\r\ninput _InputCollectionAction15976 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15976]\r\n}\r\n\r\ninput _InputCollectionAction15977 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15977]\r\n}\r\n\r\ninput _InputCollectionAction15978 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15978]\r\n}\r\n\r\ninput _InputCollectionAction15979 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15979]\r\n}\r\n\r\ninput _InputCollectionAction15980 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15980]\r\n}\r\n\r\ninput _InputCollectionAction15981 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15981]\r\n}\r\n\r\ninput _InputCollectionAction15982 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15982]\r\n}\r\n\r\ninput _InputCollectionAction15983 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15983]\r\n}\r\n\r\ninput _InputCollectionAction15984 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15984]\r\n}\r\n\r\ninput _InputCollectionAction15985 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15985]\r\n}\r\n\r\ninput _InputCollectionAction15986 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15986]\r\n}\r\n\r\ninput _InputCollectionAction15987 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15987]\r\n}\r\n\r\ninput _InputCollectionAction15988 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15988]\r\n}\r\n\r\ninput _InputCollectionAction15989 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15989]\r\n}\r\n\r\ninput _InputCollectionAction15990 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15990]\r\n}\r\n\r\ninput _InputCollectionAction15991 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15991]\r\n}\r\n\r\ninput _InputCollectionAction15992 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15992]\r\n}\r\n\r\ninput _InputCollectionAction15993 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15993]\r\n}\r\n\r\ninput _InputCollectionAction15994 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15994]\r\n}\r\n\r\ninput _InputCollectionAction15995 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15995]\r\n}\r\n\r\ninput _InputCollectionAction15996 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15996]\r\n}\r\n\r\ninput _InputCollectionAction15997 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15997]\r\n}\r\n\r\ninput _InputCollectionAction15998 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15998]\r\n}\r\n\r\ninput _InputCollectionAction15999 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15999]\r\n}\r\n\r\ninput _InputCollectionAction16000 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16000]\r\n}\r\n\r\ninput _InputCollectionAction16001 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16001]\r\n}\r\n\r\ninput _InputCollectionAction16002 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16002]\r\n}\r\n\r\ninput _InputCollectionAction16003 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16003]\r\n}\r\n\r\ninput _InputCollectionAction16004 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16004]\r\n}\r\n\r\ninput _InputCollectionAction16005 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16005]\r\n}\r\n\r\ninput _InputCollectionAction16006 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16006]\r\n}\r\n\r\ninput _InputCollectionAction16007 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16007]\r\n}\r\n\r\ninput _InputCollectionAction16008 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16008]\r\n}\r\n\r\ninput _InputCollectionAction16009 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16009]\r\n}\r\n\r\ninput _InputCollectionAction16010 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16010]\r\n}\r\n\r\ninput _InputCollectionAction16011 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16011]\r\n}\r\n\r\ninput _InputCollectionAction16012 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16012]\r\n}\r\n\r\ninput _InputCollectionAction16013 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16013]\r\n}\r\n\r\ninput _InputCollectionAction16014 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16014]\r\n}\r\n\r\ninput _InputCollectionAction16015 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16015]\r\n}\r\n\r\ninput _InputCollectionAction16016 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16016]\r\n}\r\n\r\ninput _InputCollectionAction16017 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16017]\r\n}\r\n\r\ninput _InputCollectionAction16018 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16018]\r\n}\r\n\r\ninput _InputCollectionAction16019 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16019]\r\n}\r\n\r\ninput _InputCollectionAction16020 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16020]\r\n}\r\n\r\ninput _InputCollectionAction16021 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16021]\r\n}\r\n\r\ninput _InputCollectionAction16022 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16022]\r\n}\r\n\r\ninput _InputCollectionAction16023 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16023]\r\n}\r\n\r\ninput _InputCollectionAction16024 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16024]\r\n}\r\n\r\ninput _InputCollectionAction16025 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16025]\r\n}\r\n\r\ninput _InputCollectionAction16026 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16026]\r\n}\r\n\r\ninput _InputCollectionAction16027 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16027]\r\n}\r\n\r\ninput _InputCollectionAction16028 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16028]\r\n}\r\n\r\ninput _InputCollectionAction16029 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16029]\r\n}\r\n\r\ninput _InputCollectionAction16030 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16030]\r\n}\r\n\r\ninput _InputCollectionAction16031 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16031]\r\n}\r\n\r\ninput _InputCollectionAction16032 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16032]\r\n}\r\n\r\ninput _InputCollectionAction16033 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16033]\r\n}\r\n\r\ninput _InputCollectionAction16034 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16034]\r\n}\r\n\r\ninput _InputCollectionAction16035 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16035]\r\n}\r\n\r\ninput _InputCollectionAction16036 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16036]\r\n}\r\n\r\ninput _InputCollectionAction16037 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16037]\r\n}\r\n\r\ninput _InputCollectionAction16038 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16038]\r\n}\r\n\r\ninput _InputCollectionAction16039 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16039]\r\n}\r\n\r\ninput _InputCollectionAction16040 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16040]\r\n}\r\n\r\ninput _InputCollectionAction16041 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16041]\r\n}\r\n\r\ninput _InputCollectionAction16042 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16042]\r\n}\r\n\r\ninput _InputCollectionAction16043 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16043]\r\n}\r\n\r\ninput _InputCollectionAction16044 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16044]\r\n}\r\n\r\ninput _InputCollectionAction16045 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16045]\r\n}\r\n\r\ninput _InputCollectionAction16046 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16046]\r\n}\r\n\r\ninput _InputCollectionAction16047 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16047]\r\n}\r\n\r\ninput _InputCollectionAction16048 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16048]\r\n}\r\n\r\ninput _InputCollectionAction16049 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16049]\r\n}\r\n\r\ninput _InputCollectionAction16050 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16050]\r\n}\r\n\r\ninput _InputCollectionAction16051 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16051]\r\n}\r\n\r\ninput _InputCollectionAction16052 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16052]\r\n}\r\n\r\ninput _InputCollectionAction16053 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16053]\r\n}\r\n\r\ninput _InputCollectionAction16054 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16054]\r\n}\r\n\r\ninput _InputCollectionAction16055 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16055]\r\n}\r\n\r\ninput _InputCollectionAction16056 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16056]\r\n}\r\n\r\ninput _InputCollectionAction16057 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16057]\r\n}\r\n\r\ninput _InputCollectionAction16058 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16058]\r\n}\r\n\r\ninput _InputCollectionAction16059 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16059]\r\n}\r\n\r\ninput _InputCollectionAction16060 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16060]\r\n}\r\n\r\ninput _InputCollectionAction16061 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16061]\r\n}\r\n\r\ninput _InputCollectionAction16062 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16062]\r\n}\r\n\r\ninput _InputCollectionAction16063 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16063]\r\n}\r\n\r\ninput _InputCollectionAction16064 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16064]\r\n}\r\n\r\ninput _InputCollectionAction16065 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16065]\r\n}\r\n\r\ninput _InputCollectionAction16066 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16066]\r\n}\r\n\r\ninput _InputCollectionAction16067 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16067]\r\n}\r\n\r\ninput _InputCollectionAction16068 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16068]\r\n}\r\n\r\ninput _InputCollectionAction16069 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16069]\r\n}\r\n\r\ninput _InputCollectionAction16070 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16070]\r\n}\r\n\r\ninput _InputCollectionAction16071 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16071]\r\n}\r\n\r\ninput _InputCollectionAction16072 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16072]\r\n}\r\n\r\ninput _InputCollectionAction16073 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16073]\r\n}\r\n\r\ninput _InputCollectionAction16074 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16074]\r\n}\r\n\r\ninput _InputCollectionAction16075 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16075]\r\n}\r\n\r\ninput _InputCollectionAction16076 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16076]\r\n}\r\n\r\ninput _InputCollectionAction16077 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16077]\r\n}\r\n\r\ninput _InputCollectionAction16078 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16078]\r\n}\r\n\r\ninput _InputCollectionAction16079 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16079]\r\n}\r\n\r\ninput _InputCollectionAction16080 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16080]\r\n}\r\n\r\ninput _InputCollectionAction16081 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16081]\r\n}\r\n\r\ninput _InputCollectionAction16082 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16082]\r\n}\r\n\r\ninput _InputCollectionAction16083 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16083]\r\n}\r\n\r\ninput _InputCollectionAction16084 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16084]\r\n}\r\n\r\ninput _InputCollectionAction16085 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16085]\r\n}\r\n\r\ninput _InputCollectionAction16086 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16086]\r\n}\r\n\r\ninput _InputCollectionAction16087 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16087]\r\n}\r\n\r\ninput _InputCollectionAction16088 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16088]\r\n}\r\n\r\ninput _InputCollectionAction16089 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16089]\r\n}\r\n\r\ninput _InputCollectionAction16090 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16090]\r\n}\r\n\r\ninput _InputCollectionAction16091 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16091]\r\n}\r\n\r\ninput _InputCollectionAction16092 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16092]\r\n}\r\n\r\ninput _InputCollectionAction16093 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16093]\r\n}\r\n\r\ninput _InputCollectionAction16094 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16094]\r\n}\r\n\r\ninput _InputCollectionAction16095 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16095]\r\n}\r\n\r\ninput _InputCollectionAction16096 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16096]\r\n}\r\n\r\ninput _InputCollectionAction16097 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16097]\r\n}\r\n\r\ninput _InputCollectionAction16098 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16098]\r\n}\r\n\r\ninput _InputCollectionAction16099 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16099]\r\n}\r\n\r\ninput _InputCollectionAction16100 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16100]\r\n}\r\n\r\ninput _InputCollectionAction16101 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16101]\r\n}\r\n\r\ninput _InputCollectionAction16102 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16102]\r\n}\r\n\r\ninput _InputCollectionAction16103 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16103]\r\n}\r\n\r\ninput _InputCollectionAction16104 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16104]\r\n}\r\n\r\ninput _InputCollectionAction16105 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16105]\r\n}\r\n\r\ninput _InputCollectionAction16106 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16106]\r\n}\r\n\r\ninput _InputCollectionAction16107 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16107]\r\n}\r\n\r\ninput _InputCollectionAction16108 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16108]\r\n}\r\n\r\ninput _InputCollectionAction16109 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16109]\r\n}\r\n\r\ninput _InputCollectionAction16110 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16110]\r\n}\r\n\r\ninput _InputCollectionAction16111 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16111]\r\n}\r\n\r\ninput _InputCollectionAction16112 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16112]\r\n}\r\n\r\ninput _InputCollectionAction16113 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16113]\r\n}\r\n\r\ninput _InputCollectionAction16114 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16114]\r\n}\r\n\r\ninput _InputCollectionAction16115 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16115]\r\n}\r\n\r\ninput _InputCollectionAction16116 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16116]\r\n}\r\n\r\ninput _InputCollectionAction16117 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16117]\r\n}\r\n\r\ninput _InputCollectionAction16118 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16118]\r\n}\r\n\r\ninput _InputCollectionAction16119 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16119]\r\n}\r\n\r\ninput _InputCollectionAction16120 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16120]\r\n}\r\n\r\ninput _InputCollectionAction16121 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16121]\r\n}\r\n\r\ninput _InputCollectionAction16122 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16122]\r\n}\r\n\r\ninput _InputCollectionAction16123 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16123]\r\n}\r\n\r\ninput _InputCollectionAction16124 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16124]\r\n}\r\n\r\ninput _InputCollectionAction16125 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16125]\r\n}\r\n\r\ninput _InputCollectionAction16126 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16126]\r\n}\r\n\r\ninput _InputCollectionAction16127 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16127]\r\n}\r\n\r\ninput _InputCollectionAction16128 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16128]\r\n}\r\n\r\ninput _InputCollectionAction16129 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16129]\r\n}\r\n\r\ninput _InputCollectionAction16130 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16130]\r\n}\r\n\r\ninput _InputCollectionAction16131 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16131]\r\n}\r\n\r\ninput _InputCollectionAction16132 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16132]\r\n}\r\n\r\ninput _InputCollectionAction16133 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16133]\r\n}\r\n\r\ninput _InputCollectionAction16134 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16134]\r\n}\r\n\r\ninput _InputCollectionAction16135 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16135]\r\n}\r\n\r\ninput _InputCollectionAction16136 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16136]\r\n}\r\n\r\ninput _InputCollectionAction16137 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16137]\r\n}\r\n\r\ninput _InputCollectionAction16138 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16138]\r\n}\r\n\r\ninput _InputCollectionAction16139 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16139]\r\n}\r\n\r\ninput _InputCollectionAction16140 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16140]\r\n}\r\n\r\ninput _InputCollectionAction16141 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16141]\r\n}\r\n\r\ninput _InputCollectionAction16142 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16142]\r\n}\r\n\r\ninput _InputCollectionAction16143 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16143]\r\n}\r\n\r\ninput _InputCollectionAction16144 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16144]\r\n}\r\n\r\ninput _InputCollectionAction16145 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16145]\r\n}\r\n\r\ninput _InputCollectionAction16146 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16146]\r\n}\r\n\r\ninput _InputCollectionAction16147 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16147]\r\n}\r\n\r\ninput _InputCollectionAction16148 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16148]\r\n}\r\n\r\ninput _InputCollectionAction16149 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16149]\r\n}\r\n\r\ninput _InputCollectionAction16150 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16150]\r\n}\r\n\r\ninput _InputCollectionAction16151 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16151]\r\n}\r\n\r\ninput _InputCollectionAction16152 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16152]\r\n}\r\n\r\ninput _InputCollectionAction16153 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16153]\r\n}\r\n\r\ninput _InputCollectionAction16154 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16154]\r\n}\r\n\r\ninput _InputCollectionAction16155 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16155]\r\n}\r\n\r\ninput _InputCollectionAction16156 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16156]\r\n}\r\n\r\ninput _InputCollectionAction16157 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16157]\r\n}\r\n\r\ninput _InputCollectionAction16158 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16158]\r\n}\r\n\r\ninput _InputCollectionAction16159 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16159]\r\n}\r\n\r\ninput _InputCollectionAction16160 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16160]\r\n}\r\n\r\ninput _InputCollectionAction16161 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16161]\r\n}\r\n\r\ninput _InputCollectionAction16162 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16162]\r\n}\r\n\r\ninput _InputCollectionAction16163 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16163]\r\n}\r\n\r\ninput _InputCollectionAction16164 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16164]\r\n}\r\n\r\ninput _InputCollectionAction16165 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16165]\r\n}\r\n\r\ninput _InputCollectionAction16166 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16166]\r\n}\r\n\r\ninput _InputCollectionAction16167 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16167]\r\n}\r\n\r\ninput _InputCollectionAction16168 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16168]\r\n}\r\n\r\ninput _InputCollectionAction16169 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16169]\r\n}\r\n\r\ninput _InputCollectionAction16170 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16170]\r\n}\r\n\r\ninput _InputCollectionAction16171 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16171]\r\n}\r\n\r\ninput _InputCollectionAction16172 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16172]\r\n}\r\n\r\ninput _InputCollectionAction16173 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16173]\r\n}\r\n\r\ninput _InputCollectionAction16174 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16174]\r\n}\r\n\r\ninput _InputCollectionAction16175 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16175]\r\n}\r\n\r\ninput _InputCollectionAction16176 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16176]\r\n}\r\n\r\ninput _InputCollectionAction16177 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16177]\r\n}\r\n\r\ninput _InputCollectionAction16178 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16178]\r\n}\r\n\r\ninput _InputCollectionAction16179 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16179]\r\n}\r\n\r\ninput _InputCollectionAction16180 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16180]\r\n}\r\n\r\ninput _InputCollectionAction16181 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16181]\r\n}\r\n\r\ninput _InputCollectionAction16182 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16182]\r\n}\r\n\r\ninput _InputCollectionAction16183 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16183]\r\n}\r\n\r\ninput _InputCollectionAction16184 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16184]\r\n}\r\n\r\ninput _InputCollectionAction16185 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16185]\r\n}\r\n\r\ninput _InputCollectionAction16186 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16186]\r\n}\r\n\r\ninput _InputCollectionAction16187 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16187]\r\n}\r\n\r\ninput _InputCollectionAction16188 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16188]\r\n}\r\n\r\ninput _InputCollectionAction16189 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16189]\r\n}\r\n\r\ninput _InputCollectionAction16190 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16190]\r\n}\r\n\r\ninput _InputCollectionAction16191 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16191]\r\n}\r\n\r\ninput _InputCollectionAction16192 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16192]\r\n}\r\n\r\ninput _InputCollectionAction16193 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16193]\r\n}\r\n\r\ninput _InputCollectionAction16194 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16194]\r\n}\r\n\r\ninput _InputCollectionAction16195 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16195]\r\n}\r\n\r\ninput _InputCollectionAction16196 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16196]\r\n}\r\n\r\ninput _InputCollectionAction16197 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16197]\r\n}\r\n\r\ninput _InputCollectionAction16198 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16198]\r\n}\r\n\r\ninput _InputCollectionAction16199 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16199]\r\n}\r\n\r\ninput _InputCollectionAction16200 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16200]\r\n}\r\n\r\ninput _InputCollectionAction16201 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16201]\r\n}\r\n\r\ninput _InputCollectionAction16202 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16202]\r\n}\r\n\r\ninput _InputCollectionAction16203 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16203]\r\n}\r\n\r\ninput _InputCollectionAction16204 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16204]\r\n}\r\n\r\ninput _InputCollectionAction16205 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16205]\r\n}\r\n\r\ninput _InputCollectionAction16206 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16206]\r\n}\r\n\r\ninput _InputCollectionAction16207 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16207]\r\n}\r\n\r\ninput _InputCollectionAction16208 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16208]\r\n}\r\n\r\ninput _InputCollectionAction16209 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16209]\r\n}\r\n\r\ninput _InputCollectionAction16210 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16210]\r\n}\r\n\r\ninput _InputCollectionAction16211 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16211]\r\n}\r\n\r\ninput _InputCollectionAction16212 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16212]\r\n}\r\n\r\ninput _InputCollectionAction16213 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16213]\r\n}\r\n\r\ninput _InputCollectionAction16214 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16214]\r\n}\r\n\r\ninput _InputCollectionAction16215 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16215]\r\n}\r\n\r\ninput _InputCollectionAction16216 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16216]\r\n}\r\n\r\ninput _InputCollectionAction16217 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16217]\r\n}\r\n\r\ninput _InputCollectionAction16218 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16218]\r\n}\r\n\r\ninput _InputCollectionAction16219 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16219]\r\n}\r\n\r\ninput _InputCollectionAction16220 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16220]\r\n}\r\n\r\ninput _InputCollectionAction16221 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16221]\r\n}\r\n\r\ninput _InputCollectionAction16222 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16222]\r\n}\r\n\r\ninput _InputCollectionAction16223 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16223]\r\n}\r\n\r\ninput _InputCollectionAction16224 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16224]\r\n}\r\n\r\ninput _InputCollectionAction16225 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16225]\r\n}\r\n\r\ninput _InputCollectionAction16226 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16226]\r\n}\r\n\r\ninput _InputCollectionAction16227 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16227]\r\n}\r\n\r\ninput _InputCollectionAction16228 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16228]\r\n}\r\n\r\ninput _InputCollectionAction16229 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16229]\r\n}\r\n\r\ninput _InputCollectionAction16230 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16230]\r\n}\r\n\r\ninput _InputCollectionAction16231 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16231]\r\n}\r\n\r\ninput _InputCollectionAction16232 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16232]\r\n}\r\n\r\ninput _InputCollectionAction16233 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16233]\r\n}\r\n\r\ninput _InputCollectionAction16234 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16234]\r\n}\r\n\r\ninput _InputCollectionAction16235 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16235]\r\n}\r\n\r\ninput _InputCollectionAction16236 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16236]\r\n}\r\n\r\ninput _InputCollectionAction16237 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16237]\r\n}\r\n\r\ninput _InputCollectionAction16238 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16238]\r\n}\r\n\r\ninput _InputCollectionAction16239 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16239]\r\n}\r\n\r\ninput _InputCollectionAction16240 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16240]\r\n}\r\n\r\ninput _InputCollectionAction16241 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16241]\r\n}\r\n\r\ninput _InputCollectionAction16242 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16242]\r\n}\r\n\r\ninput _InputCollectionAction16243 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16243]\r\n}\r\n\r\ninput _InputCollectionAction16244 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16244]\r\n}\r\n\r\ninput _InputCollectionAction16245 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16245]\r\n}\r\n\r\ninput _InputCollectionAction16246 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16246]\r\n}\r\n\r\ninput _InputCollectionAction16247 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16247]\r\n}\r\n\r\ninput _InputCollectionAction16248 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16248]\r\n}\r\n\r\ninput _InputCollectionAction16249 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16249]\r\n}\r\n\r\ninput _InputCollectionAction16250 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16250]\r\n}\r\n\r\ninput _InputCollectionAction16251 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16251]\r\n}\r\n\r\ninput _InputCollectionAction16252 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16252]\r\n}\r\n\r\ninput _InputCollectionAction16253 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16253]\r\n}\r\n\r\ninput _InputCollectionAction16254 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16254]\r\n}\r\n\r\ninput _InputCollectionAction16255 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16255]\r\n}\r\n\r\ninput _InputCollectionAction16256 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16256]\r\n}\r\n\r\ninput _InputCollectionAction16257 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16257]\r\n}\r\n\r\ninput _InputCollectionAction16258 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16258]\r\n}\r\n\r\ninput _InputCollectionAction16259 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16259]\r\n}\r\n\r\ninput _InputCollectionAction16260 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16260]\r\n}\r\n\r\ninput _InputCollectionAction16261 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16261]\r\n}\r\n\r\ninput _InputCollectionAction16262 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16262]\r\n}\r\n\r\ninput _InputCollectionAction16263 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16263]\r\n}\r\n\r\ninput _InputCollectionAction16264 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16264]\r\n}\r\n\r\ninput _InputCollectionAction16265 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16265]\r\n}\r\n\r\ninput _InputCollectionAction16266 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16266]\r\n}\r\n\r\ninput _InputCollectionAction16267 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16267]\r\n}\r\n\r\ninput _InputCollectionAction16268 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16268]\r\n}\r\n\r\ninput _InputCollectionAction16269 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16269]\r\n}\r\n\r\ninput _InputCollectionAction16270 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16270]\r\n}\r\n\r\ninput _InputCollectionAction16271 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16271]\r\n}\r\n\r\ninput _InputCollectionAction16272 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16272]\r\n}\r\n\r\ninput _InputCollectionAction16273 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16273]\r\n}\r\n\r\ninput _InputCollectionAction16274 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16274]\r\n}\r\n\r\ninput _InputCollectionAction16275 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16275]\r\n}\r\n\r\ninput _InputCollectionAction16276 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16276]\r\n}\r\n\r\ninput _InputCollectionAction16277 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16277]\r\n}\r\n\r\ninput _InputCollectionAction16278 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16278]\r\n}\r\n\r\ninput _InputCollectionAction16279 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16279]\r\n}\r\n\r\ninput _InputCollectionAction16280 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16280]\r\n}\r\n\r\ninput _InputCollectionAction16281 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16281]\r\n}\r\n\r\ninput _InputCollectionAction16282 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16282]\r\n}\r\n\r\ninput _InputCollectionAction16283 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16283]\r\n}\r\n\r\ninput _InputCollectionAction16284 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16284]\r\n}\r\n\r\ninput _InputCollectionAction16285 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16285]\r\n}\r\n\r\ninput _InputCollectionAction16286 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16286]\r\n}\r\n\r\ninput _InputCollectionAction16287 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16287]\r\n}\r\n\r\ninput _InputCollectionAction16288 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16288]\r\n}\r\n\r\ninput _InputCollectionAction16289 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16289]\r\n}\r\n\r\ninput _InputCollectionAction16290 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16290]\r\n}\r\n\r\ninput _InputCollectionAction16291 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16291]\r\n}\r\n\r\ninput _InputCollectionAction16292 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16292]\r\n}\r\n\r\ninput _InputCollectionAction16293 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16293]\r\n}\r\n\r\ninput _InputCollectionAction16294 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16294]\r\n}\r\n\r\ninput _InputCollectionAction16295 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16295]\r\n}\r\n\r\ninput _InputCollectionAction16296 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16296]\r\n}\r\n\r\ninput _InputCollectionAction16297 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16297]\r\n}\r\n\r\ninput _InputCollectionAction16298 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16298]\r\n}\r\n\r\ninput _InputCollectionAction16299 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16299]\r\n}\r\n\r\ninput _InputCollectionAction16300 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16300]\r\n}\r\n\r\ninput _InputCollectionAction16301 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16301]\r\n}\r\n\r\ninput _InputCollectionAction16302 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16302]\r\n}\r\n\r\ninput _InputCollectionAction16303 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16303]\r\n}\r\n\r\ninput _InputCollectionAction16304 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16304]\r\n}\r\n\r\ninput _InputCollectionAction16305 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16305]\r\n}\r\n\r\ninput _InputCollectionAction16306 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16306]\r\n}\r\n\r\ninput _InputCollectionAction16307 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16307]\r\n}\r\n\r\ninput _InputCollectionAction16308 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16308]\r\n}\r\n\r\ninput _InputCollectionAction16309 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16309]\r\n}\r\n\r\ninput _InputCollectionAction16310 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16310]\r\n}\r\n\r\ninput _InputCollectionAction16311 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16311]\r\n}\r\n\r\ninput _InputCollectionAction16312 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16312]\r\n}\r\n\r\ninput _InputCollectionAction16313 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16313]\r\n}\r\n\r\ninput _InputCollectionAction16314 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16314]\r\n}\r\n\r\ninput _InputCollectionAction16315 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16315]\r\n}\r\n\r\ninput _InputCollectionAction16316 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16316]\r\n}\r\n\r\ninput _InputCollectionAction16317 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16317]\r\n}\r\n\r\ninput _InputCollectionAction16318 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16318]\r\n}\r\n\r\ninput _InputCollectionAction16319 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16319]\r\n}\r\n\r\ninput _InputCollectionAction16320 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16320]\r\n}\r\n\r\ninput _InputCollectionAction16321 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16321]\r\n}\r\n\r\ninput _InputCollectionAction16322 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16322]\r\n}\r\n\r\ninput _InputCollectionAction16323 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16323]\r\n}\r\n\r\ninput _InputCollectionAction16324 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16324]\r\n}\r\n\r\ninput _InputCollectionAction16325 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16325]\r\n}\r\n\r\ninput _InputCollectionAction16326 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16326]\r\n}\r\n\r\ninput _InputCollectionAction16327 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16327]\r\n}\r\n\r\ninput _InputCollectionAction16328 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16328]\r\n}\r\n\r\ninput _InputCollectionAction16329 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16329]\r\n}\r\n\r\ninput _InputCollectionAction16330 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16330]\r\n}\r\n\r\ninput _InputCollectionAction16331 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16331]\r\n}\r\n\r\ninput _InputCollectionAction16332 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16332]\r\n}\r\n\r\ninput _InputCollectionAction16333 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16333]\r\n}\r\n\r\ninput _InputCollectionAction16334 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16334]\r\n}\r\n\r\ninput _InputCollectionAction16335 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16335]\r\n}\r\n\r\ninput _InputCollectionAction16336 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16336]\r\n}\r\n\r\ninput _InputCollectionAction16337 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16337]\r\n}\r\n\r\ninput _InputCollectionAction16338 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16338]\r\n}\r\n\r\ninput _InputCollectionAction16339 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16339]\r\n}\r\n\r\ninput _InputCollectionAction16340 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16340]\r\n}\r\n\r\ninput _InputCollectionAction16341 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16341]\r\n}\r\n\r\ninput _InputCollectionAction16342 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16342]\r\n}\r\n\r\ninput _InputCollectionAction16343 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16343]\r\n}\r\n\r\ninput _InputCollectionAction16344 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16344]\r\n}\r\n\r\ninput _InputCollectionAction16345 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16345]\r\n}\r\n\r\ninput _InputCollectionAction16346 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16346]\r\n}\r\n\r\ninput _InputCollectionAction16347 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16347]\r\n}\r\n\r\ninput _InputCollectionAction16348 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16348]\r\n}\r\n\r\ninput _InputCollectionAction16349 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16349]\r\n}\r\n\r\ninput _InputCollectionAction16350 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16350]\r\n}\r\n\r\ninput _InputCollectionAction16351 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16351]\r\n}\r\n\r\ninput _InputCollectionAction16352 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16352]\r\n}\r\n\r\ninput _InputCollectionAction16353 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16353]\r\n}\r\n\r\ninput _InputCollectionAction16354 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16354]\r\n}\r\n\r\ninput _InputCollectionAction16355 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16355]\r\n}\r\n\r\ninput _InputCollectionAction16356 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16356]\r\n}\r\n\r\ninput _InputCollectionAction16357 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16357]\r\n}\r\n\r\ninput _InputCollectionAction16358 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16358]\r\n}\r\n\r\ninput _InputCollectionAction16359 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16359]\r\n}\r\n\r\ninput _InputCollectionAction16360 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16360]\r\n}\r\n\r\ninput _InputCollectionAction16361 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16361]\r\n}\r\n\r\ninput _InputCollectionAction16362 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16362]\r\n}\r\n\r\ninput _InputCollectionAction16363 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16363]\r\n}\r\n\r\ninput _InputCollectionAction16364 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16364]\r\n}\r\n\r\ninput _InputCollectionAction16365 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16365]\r\n}\r\n\r\ninput _InputCollectionAction16366 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16366]\r\n}\r\n\r\ninput _InputCollectionAction16367 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16367]\r\n}\r\n\r\ninput _InputCollectionAction16368 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16368]\r\n}\r\n\r\ninput _InputCollectionAction16369 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16369]\r\n}\r\n\r\ninput _InputCollectionAction16370 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16370]\r\n}\r\n\r\ninput _InputCollectionAction16371 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16371]\r\n}\r\n\r\ninput _InputCollectionAction16372 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16372]\r\n}\r\n\r\ninput _InputCollectionAction16373 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16373]\r\n}\r\n\r\ninput _InputCollectionAction16374 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16374]\r\n}\r\n\r\ninput _InputCollectionAction16375 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16375]\r\n}\r\n\r\ninput _InputCollectionAction16376 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16376]\r\n}\r\n\r\ninput _InputCollectionAction16377 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16377]\r\n}\r\n\r\ninput _InputCollectionAction16378 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16378]\r\n}\r\n\r\ninput _InputCollectionAction16379 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16379]\r\n}\r\n\r\ninput _InputCollectionAction16380 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16380]\r\n}\r\n\r\ninput _InputCollectionAction16381 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16381]\r\n}\r\n\r\ninput _InputCollectionAction16382 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16382]\r\n}\r\n\r\ninput _InputCollectionAction16383 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16383]\r\n}\r\n\r\ninput _InputCollectionAction16384 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16384]\r\n}\r\n\r\ninput _InputCollectionAction16385 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16385]\r\n}\r\n\r\ninput _InputCollectionAction16386 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16386]\r\n}\r\n\r\ninput _InputCollectionAction16387 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16387]\r\n}\r\n\r\ninput _InputCollectionAction16388 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16388]\r\n}\r\n\r\ninput _InputCollectionAction16389 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16389]\r\n}\r\n\r\ninput _InputCollectionAction16390 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16390]\r\n}\r\n\r\ninput _InputCollectionAction16391 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16391]\r\n}\r\n\r\ninput _InputCollectionAction16392 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16392]\r\n}\r\n\r\ninput _InputCollectionAction16393 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16393]\r\n}\r\n\r\ninput _InputCollectionAction16394 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16394]\r\n}\r\n\r\ninput _InputCollectionAction16395 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16395]\r\n}\r\n\r\ninput _InputCollectionAction16396 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16396]\r\n}\r\n\r\ninput _InputCollectionAction16397 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16397]\r\n}\r\n\r\ninput _InputCollectionAction16398 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16398]\r\n}\r\n\r\ninput _InputCollectionAction16399 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16399]\r\n}\r\n\r\ninput _InputCollectionAction16400 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16400]\r\n}\r\n\r\ninput _InputCollectionAction16401 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16401]\r\n}\r\n\r\ninput _InputCollectionAction16402 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16402]\r\n}\r\n\r\ninput _InputCollectionAction16403 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16403]\r\n}\r\n\r\ninput _InputCollectionAction16404 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16404]\r\n}\r\n\r\ninput _InputCollectionAction16405 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16405]\r\n}\r\n\r\ninput _InputCollectionAction16406 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16406]\r\n}\r\n\r\ninput _InputCollectionAction16407 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16407]\r\n}\r\n\r\ninput _InputCollectionAction16408 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16408]\r\n}\r\n\r\ninput _InputCollectionAction16409 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16409]\r\n}\r\n\r\ninput _InputCollectionAction16410 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16410]\r\n}\r\n\r\ninput _InputCollectionAction16411 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16411]\r\n}\r\n\r\ninput _InputCollectionAction16412 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16412]\r\n}\r\n\r\ninput _InputCollectionAction16413 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16413]\r\n}\r\n\r\ninput _InputCollectionAction16414 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16414]\r\n}\r\n\r\ninput _InputCollectionAction16415 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16415]\r\n}\r\n\r\ninput _InputCollectionAction16416 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16416]\r\n}\r\n\r\ninput _InputCollectionAction16417 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16417]\r\n}\r\n\r\ninput _InputCollectionAction16418 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16418]\r\n}\r\n\r\ninput _InputCollectionAction16419 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16419]\r\n}\r\n\r\ninput _InputCollectionAction16420 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16420]\r\n}\r\n\r\ninput _InputCollectionAction16421 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16421]\r\n}\r\n\r\ninput _InputCollectionAction16422 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16422]\r\n}\r\n\r\ninput _InputCollectionAction16423 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16423]\r\n}\r\n\r\ninput _InputCollectionAction16424 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16424]\r\n}\r\n\r\ninput _InputCollectionAction16425 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16425]\r\n}\r\n\r\ninput _InputCollectionAction16426 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16426]\r\n}\r\n\r\ninput _InputCollectionAction16427 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16427]\r\n}\r\n\r\ninput _InputCollectionAction16428 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16428]\r\n}\r\n\r\ninput _InputCollectionAction16429 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16429]\r\n}\r\n\r\ninput _InputCollectionAction16430 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16430]\r\n}\r\n\r\ninput _InputCollectionAction16431 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16431]\r\n}\r\n\r\ninput _InputCollectionAction16432 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16432]\r\n}\r\n\r\ninput _InputCollectionAction16433 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16433]\r\n}\r\n\r\ninput _InputCollectionAction16434 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16434]\r\n}\r\n\r\ninput _InputCollectionAction16435 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16435]\r\n}\r\n\r\ninput _InputCollectionAction16436 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16436]\r\n}\r\n\r\ninput _InputCollectionAction16437 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16437]\r\n}\r\n\r\ninput _InputCollectionAction16438 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16438]\r\n}\r\n\r\ninput _InputCollectionAction16439 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16439]\r\n}\r\n\r\ninput _InputCollectionAction16440 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16440]\r\n}\r\n\r\ninput _InputCollectionAction16441 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16441]\r\n}\r\n\r\ninput _InputCollectionAction16442 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16442]\r\n}\r\n\r\ninput _InputCollectionAction16443 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16443]\r\n}\r\n\r\ninput _InputCollectionAction16444 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16444]\r\n}\r\n\r\ninput _InputCollectionAction16445 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16445]\r\n}\r\n\r\ninput _InputCollectionAction16446 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16446]\r\n}\r\n\r\ninput _InputCollectionAction16447 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16447]\r\n}\r\n\r\ninput _InputCollectionAction16448 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16448]\r\n}\r\n\r\ninput _InputCollectionAction16449 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16449]\r\n}\r\n\r\ninput _InputCollectionAction16450 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16450]\r\n}\r\n\r\ninput _InputCollectionAction16451 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16451]\r\n}\r\n\r\ninput _InputCollectionAction16452 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16452]\r\n}\r\n\r\ninput _InputCollectionAction16453 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16453]\r\n}\r\n\r\ninput _InputCollectionAction16454 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16454]\r\n}\r\n\r\ninput _InputCollectionAction16455 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16455]\r\n}\r\n\r\ninput _InputCollectionAction16456 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16456]\r\n}\r\n\r\ninput _InputCollectionAction16457 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16457]\r\n}\r\n\r\ninput _InputCollectionAction16458 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16458]\r\n}\r\n\r\ninput _InputCollectionAction16459 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16459]\r\n}\r\n\r\ninput _InputCollectionAction16460 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16460]\r\n}\r\n\r\ninput _InputCollectionAction16461 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16461]\r\n}\r\n\r\ninput _InputCollectionAction16462 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16462]\r\n}\r\n\r\ninput _InputCollectionAction16463 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16463]\r\n}\r\n\r\ninput _InputCollectionAction16464 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16464]\r\n}\r\n\r\ninput _InputCollectionAction16465 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16465]\r\n}\r\n\r\ninput _InputCollectionAction16466 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16466]\r\n}\r\n\r\ninput _InputCollectionAction16467 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16467]\r\n}\r\n\r\ninput _InputCollectionAction16468 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16468]\r\n}\r\n\r\ninput _InputCollectionAction16469 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16469]\r\n}\r\n\r\ninput _InputCollectionAction16470 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16470]\r\n}\r\n\r\ninput _InputCollectionAction16471 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16471]\r\n}\r\n\r\ninput _InputCollectionAction16472 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16472]\r\n}\r\n\r\ninput _InputCollectionAction16473 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16473]\r\n}\r\n\r\ninput _InputCollectionAction16474 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16474]\r\n}\r\n\r\ninput _InputCollectionAction16475 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16475]\r\n}\r\n\r\ninput _InputCollectionAction16476 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16476]\r\n}\r\n\r\ninput _InputCollectionAction16477 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16477]\r\n}\r\n\r\ninput _InputCollectionAction16478 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16478]\r\n}\r\n\r\ninput _InputCollectionAction16479 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16479]\r\n}\r\n\r\ninput _InputCollectionAction16480 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16480]\r\n}\r\n\r\ninput _InputCollectionAction16481 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16481]\r\n}\r\n\r\ninput _InputCollectionAction16482 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16482]\r\n}\r\n\r\ninput _InputCollectionAction16483 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16483]\r\n}\r\n\r\ninput _InputCollectionAction16484 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16484]\r\n}\r\n\r\ninput _InputCollectionAction16485 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16485]\r\n}\r\n\r\ninput _InputCollectionAction16486 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16486]\r\n}\r\n\r\ninput _InputCollectionAction16487 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16487]\r\n}\r\n\r\ninput _InputCollectionAction16488 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16488]\r\n}\r\n\r\ninput _InputCollectionAction16489 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16489]\r\n}\r\n\r\ninput _InputCollectionAction16490 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16490]\r\n}\r\n\r\ninput _InputCollectionAction16491 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16491]\r\n}\r\n\r\ninput _InputCollectionAction16492 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16492]\r\n}\r\n\r\ninput _InputCollectionAction16493 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16493]\r\n}\r\n\r\ninput _InputCollectionAction16494 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16494]\r\n}\r\n\r\ninput _InputCollectionAction16495 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16495]\r\n}\r\n\r\ninput _InputCollectionAction16496 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16496]\r\n}\r\n\r\ninput _InputCollectionAction16497 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16497]\r\n}\r\n\r\ninput _InputCollectionAction16498 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16498]\r\n}\r\n\r\ninput _InputCollectionAction16499 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16499]\r\n}\r\n\r\ninput _InputCollectionAction16500 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16500]\r\n}\r\n\r\ninput _InputCollectionAction16501 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16501]\r\n}\r\n\r\ninput _InputCollectionAction16502 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16502]\r\n}\r\n\r\ninput _InputCollectionAction16503 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16503]\r\n}\r\n\r\ninput _InputCollectionAction16504 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16504]\r\n}\r\n\r\ninput _InputCollectionAction16505 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16505]\r\n}\r\n\r\ninput _InputCollectionAction16506 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16506]\r\n}\r\n\r\ninput _InputCollectionAction16507 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16507]\r\n}\r\n\r\ninput _InputCollectionAction16508 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16508]\r\n}\r\n\r\ninput _InputCollectionAction16509 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16509]\r\n}\r\n\r\ninput _InputCollectionAction16510 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16510]\r\n}\r\n\r\ninput _InputCollectionAction16511 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16511]\r\n}\r\n\r\ninput _InputCollectionAction16512 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16512]\r\n}\r\n\r\ninput _InputCollectionAction16513 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16513]\r\n}\r\n\r\ninput _InputCollectionAction16514 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16514]\r\n}\r\n\r\ninput _InputCollectionAction16515 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16515]\r\n}\r\n\r\ninput _InputCollectionAction16516 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16516]\r\n}\r\n\r\ninput _InputCollectionAction16517 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16517]\r\n}\r\n\r\ninput _InputCollectionAction16518 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16518]\r\n}\r\n\r\ninput _InputCollectionAction16519 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16519]\r\n}\r\n\r\ninput _InputCollectionAction16520 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16520]\r\n}\r\n\r\ninput _InputCollectionAction16521 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16521]\r\n}\r\n\r\ninput _InputCollectionAction16522 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16522]\r\n}\r\n\r\ninput _InputCollectionAction16523 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16523]\r\n}\r\n\r\ninput _InputCollectionAction16524 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16524]\r\n}\r\n\r\ninput _InputCollectionAction16525 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16525]\r\n}\r\n\r\ninput _InputCollectionAction16526 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16526]\r\n}\r\n\r\ninput _InputCollectionAction16527 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16527]\r\n}\r\n\r\ninput _InputCollectionAction16528 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16528]\r\n}\r\n\r\ninput _InputCollectionAction16529 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16529]\r\n}\r\n\r\ninput _InputCollectionAction16530 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16530]\r\n}\r\n\r\ninput _InputCollectionAction16531 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16531]\r\n}\r\n\r\ninput _InputCollectionAction16532 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16532]\r\n}\r\n\r\ninput _InputCollectionAction16533 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16533]\r\n}\r\n\r\ninput _InputCollectionAction16534 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16534]\r\n}\r\n\r\ninput _InputCollectionAction16535 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16535]\r\n}\r\n\r\ninput _InputCollectionAction16536 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16536]\r\n}\r\n\r\ninput _InputCollectionAction16537 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16537]\r\n}\r\n\r\ninput _InputCollectionAction16538 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16538]\r\n}\r\n\r\ninput _InputCollectionAction16539 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16539]\r\n}\r\n\r\ninput _InputCollectionAction16540 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16540]\r\n}\r\n\r\ninput _InputCollectionAction16541 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16541]\r\n}\r\n\r\ninput _InputCollectionAction16542 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16542]\r\n}\r\n\r\ninput _InputCollectionAction16543 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16543]\r\n}\r\n\r\ninput _InputCollectionAction16544 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16544]\r\n}\r\n\r\ninput _InputCollectionAction16545 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16545]\r\n}\r\n\r\ninput _InputCollectionAction16546 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16546]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n ADD\r\n REMOVE\r\n REPLACE_ALL\r\n}\r\n\r\ninput _InputCustomRelationChild {\r\n id: String!\r\n customFields: [CustomFieldInput]\r\n}\r\n\r\ninput _InputCustomRelationship {\r\n action: _InputCollectionActionEnum!\r\n relationId: String!\r\n list: [_InputCustomRelationChild]!\r\n}\r\n\r\ninput _defaultActionElement15569 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15570 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15571 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15572 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15573 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15574 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15575 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15576 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15577 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15578 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15579 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15580 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15581 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15582 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15583 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15584 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15585 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15586 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15587 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15588 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15589 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15590 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15591 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15592 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15593 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15594 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15595 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15596 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15597 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15598 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15599 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15600 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15601 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15602 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15603 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15604 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15605 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15606 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15607 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15608 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15609 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15610 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15611 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15612 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15613 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15614 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15615 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15616 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15617 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15618 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15619 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15620 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15621 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15622 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15623 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15624 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15625 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15626 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15627 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15628 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15629 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15630 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15631 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15632 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15633 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15634 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15635 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15636 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15637 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15638 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15639 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15640 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15641 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15642 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15643 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15644 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15645 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15646 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15647 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15648 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15649 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15650 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15651 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15652 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15653 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15654 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15655 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15656 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15657 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15658 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15659 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15660 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15661 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15662 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15663 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15664 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15665 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15666 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15667 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15668 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15669 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15670 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15671 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15672 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15673 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15674 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15675 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15676 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15677 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15678 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15679 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15680 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15681 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15682 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15683 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15684 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n progressDate: CustomDate\r\n progressEvaluation: ProgressEvaluationEnum\r\n progressUpdatePercentage: CustomInt\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15685 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15686 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15687 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15688 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15689 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15690 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15691 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15692 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15693 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15694 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15695 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15696 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15697 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15698 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15699 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15700 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15701 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15702 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15703 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15704 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15705 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15706 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15707 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15708 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15709 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15710 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n progressDate: CustomDate\r\n progressEvaluation: ProgressEvaluationEnum\r\n progressUpdatePercentage: CustomInt\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15711 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15712 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15713 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15714 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15715 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15716 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15717 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15718 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15719 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15720 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15721 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15722 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15723 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15724 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15725 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15726 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15727 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15728 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15729 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15730 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15731 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15732 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15733 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15734 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15735 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15736 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15737 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15738 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15739 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15740 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15741 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15742 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15743 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15744 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15745 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15746 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15747 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15748 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15749 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15750 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15751 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15752 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15753 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15754 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15755 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15756 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15757 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15758 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15759 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15760 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15761 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n beginDateGrossIncome: CustomDate\r\n endDateGrossIncome: CustomDate\r\n revenueAmount: CustomFloat\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15762 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15763 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15764 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15765 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15766 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15767 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15768 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15769 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15770 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15771 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15772 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15773 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15774 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15775 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15776 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15777 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15778 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n beginDateGrossIncome: CustomDate\r\n endDateGrossIncome: CustomDate\r\n revenueAmount: CustomFloat\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15779 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15780 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15781 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15782 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15783 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15784 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15785 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15786 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15787 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15788 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15789 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15790 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15791 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15792 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15793 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15794 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15795 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15796 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15797 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15798 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15799 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15800 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15801 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15802 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15803 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15804 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15805 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15806 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15807 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15808 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15809 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15810 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15811 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15812 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15813 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15814 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15815 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15816 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15817 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15818 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15819 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15820 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15821 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15822 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15823 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15824 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15825 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15826 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15827 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15828 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15829 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15830 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15831 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15832 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15833 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15834 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15835 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15836 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15837 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15838 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15839 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15840 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15841 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15842 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15843 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15844 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15845 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15846 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15847 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15848 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15849 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskThreshold: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15850 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15851 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15852 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15853 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15854 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskThreshold: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15855 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15856 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15857 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15858 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15859 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15860 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15861 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15862 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15863 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15864 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15865 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15866 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15867 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15868 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15869 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15870 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15871 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15872 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15873 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15874 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15875 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15876 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15877 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15878 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15879 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15880 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15881 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15882 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15883 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15884 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15885 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15886 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15887 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15888 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15889 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15890 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15891 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15892 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15893 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15894 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15895 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15896 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15897 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15898 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15899 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15900 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15901 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15902 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15903 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15904 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15905 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15906 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15907 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15908 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15909 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15910 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15911 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15912 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15913 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15914 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15915 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15916 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15917 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15918 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15919 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15920 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15921 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15922 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskFactorThreshold: String\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15923 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15924 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15925 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15926 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15927 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15928 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15929 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15930 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15931 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15932 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15933 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15934 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15935 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15936 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskThreshold: String\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15937 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15938 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15939 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15940 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15941 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskControlType: RiskControlTypeEnum\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15942 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15943 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15944 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15945 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15946 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15947 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15948 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15949 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskFactorThreshold: String\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15950 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15951 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15952 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15953 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15954 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15955 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15956 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15957 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15958 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15959 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15960 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15961 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15962 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15963 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskThreshold: String\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15964 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15965 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15966 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15967 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15968 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskControlType: RiskControlTypeEnum\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15969 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15970 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15971 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15972 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15973 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15974 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15975 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15976 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15977 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15978 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15979 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15980 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15981 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15982 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15983 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15984 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15985 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15986 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15987 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15988 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15989 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15990 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15991 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15992 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15993 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15994 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15995 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15996 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15997 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15998 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15999 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16000 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16001 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16002 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16003 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16004 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16005 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16006 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16007 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16008 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16009 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16010 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16011 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16012 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16013 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16014 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16015 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16016 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16017 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16018 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16019 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16020 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16021 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16022 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16023 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16024 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16025 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16026 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16027 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16028 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16029 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16030 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16031 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16032 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16033 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16034 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16035 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16036 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16037 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16038 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16039 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16040 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16041 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16042 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16043 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16044 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16045 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16046 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16047 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16048 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16049 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16050 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16051 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16052 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16053 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16054 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16055 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16056 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16057 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16058 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16059 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16060 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16061 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16062 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16063 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16064 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16065 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16066 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16067 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16068 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16069 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16070 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16071 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16072 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskFactorThreshold: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16073 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16074 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16075 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16076 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16077 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16078 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16079 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16080 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16081 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskFactorThreshold: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16082 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16083 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16084 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16085 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16086 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16087 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16088 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16089 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16090 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16091 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16092 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16093 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16094 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16095 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16096 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16097 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16098 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16099 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16100 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16101 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16102 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16103 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16104 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16105 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16106 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16107 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16108 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16109 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16110 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16111 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16112 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16113 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16114 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16115 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16116 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16117 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16118 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16119 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16120 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16121 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16122 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16123 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16124 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n codeMacroIncident: CustomInt\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16125 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16126 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureLoss: NatureLossEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16127 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n natureRecovery: NatureRecoveryEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16128 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeFinancialElement: CustomInt\r\n amount: CustomFloat\r\n amountIsEstimated: Boolean\r\n effectiveDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16129 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16130 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16131 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16132 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16133 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16134 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16135 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16136 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16137 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16138 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16139 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16140 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n criticality: CriticalityEnum\r\n consequenceType: ConsequenceTypeEnum\r\n trend: TrendEnum\r\n riskConsequenceCode: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16141 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16142 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16143 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16144 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16145 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16146 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16147 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16148 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16149 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16150 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16151 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16152 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16153 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16154 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16155 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16156 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16157 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16158 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16159 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16160 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16161 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16162 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16163 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16164 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16165 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16166 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16167 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16168 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16169 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16170 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16171 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16172 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16173 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16174 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16175 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16176 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16177 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16178 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16179 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16180 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16181 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16182 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16183 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16184 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16185 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16186 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16187 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16188 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16189 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16190 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16191 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16192 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16193 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16194 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16195 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16196 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16197 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16198 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16199 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16200 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16201 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16202 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16203 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16204 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16205 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16206 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16207 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16208 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16209 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16210 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16211 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16212 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16213 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16214 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16215 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16216 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16217 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16218 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16219 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16220 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n idUser: String\r\n dateType: DateTypeEnum\r\n message: String\r\n notification: String\r\n scheduling: String\r\n emailMessage: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16221 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16222 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16223 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16224 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16225 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16226 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16227 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16228 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16229 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16230 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16231 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16232 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16233 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16234 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16235 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16236 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16237 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16238 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16239 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16240 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16241 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16242 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16243 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16244 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16245 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16246 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16247 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16248 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16249 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16250 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16251 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16252 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16253 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16254 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16255 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16256 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16257 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16258 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16259 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16260 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16261 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16262 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16263 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16264 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16265 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16266 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16267 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16268 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16269 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16270 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16271 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16272 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16273 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16274 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16275 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16276 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16277 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16278 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16279 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16280 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16281 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16282 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16283 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16284 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16285 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16286 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16287 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16288 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16289 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16290 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16291 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16292 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16293 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16294 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16295 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16296 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16297 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16298 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16299 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16300 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16301 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16302 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16303 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n calculationRuleSimulation: String\r\n statusAndValueCalculationRule: String\r\n label: String\r\n actualValue: String\r\n valueSourceProtocol: ValueSourceProtocolEnum\r\n statusSourceProtocol: StatusSourceProtocolEnum\r\n actualStatus: ActualStatusEnum\r\n valueSourceProtocolSimulation: ValueSourceProtocolSimulationEnum\r\n definedInControlSystemManager: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16304 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16305 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16306 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16307 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16308 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16309 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16310 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16311 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16312 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16313 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16314 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16315 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16316 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16317 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16318 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16319 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16320 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16321 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16322 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16323 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16324 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16325 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16326 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16327 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16328 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16329 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16330 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16331 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n productType: ProductTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16332 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16333 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16334 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16335 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n findingImpact: FindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueTypeEnum\r\n detailedDescription: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16336 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16337 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16338 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16339 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16340 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16341 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16342 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16343 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16344 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16345 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16346 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16347 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16348 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16349 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16350 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16351 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16352 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16353 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16354 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16355 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16356 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16357 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16358 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16359 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16360 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16361 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16362 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16363 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16364 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16365 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16366 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16367 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16368 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16369 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16370 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16371 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16372 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16373 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16374 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16375 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16376 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16377 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16378 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16379 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16380 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16381 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16382 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16383 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16384 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16385 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16386 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16387 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16388 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16389 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16390 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16391 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16392 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16393 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16394 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16395 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16396 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16397 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16398 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16399 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16400 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16401 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16402 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16403 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16404 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16405 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16406 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16407 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16408 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16409 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16410 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16411 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16412 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16413 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16414 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16415 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16416 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16417 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16418 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16419 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16420 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16421 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16422 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16423 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16424 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16425 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16426 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16427 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16428 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskControlType: RiskControlTypeEnum\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16429 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16430 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16431 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16432 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16433 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16434 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16435 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16436 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16437 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16438 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16439 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16440 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16441 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16442 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16443 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16444 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16445 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n riskControlType: RiskControlTypeEnum\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16446 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16447 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16448 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16449 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16450 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16451 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16452 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16453 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16454 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16455 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16456 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16457 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16458 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16459 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16460 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16461 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16462 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16463 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16464 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16465 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16466 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16467 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16468 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16469 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16470 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16471 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16472 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16473 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16474 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16475 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16476 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16477 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16478 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16479 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16480 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16481 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16482 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16483 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16484 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16485 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16486 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16487 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16488 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16489 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n userCode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n belongsToAPersonGroup: Boolean\r\n dataLanguage: String\r\n dataLanguageCode: Languages\r\n phoneNumber: String\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement16490 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16491 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16492 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16493 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16494 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16495 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16496 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16497 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16498 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16499 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16500 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16501 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16502 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16503 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n regulationCode: String\r\n regulationScope: String\r\n regulationDate: String\r\n applicationBeginDate: CustomDate\r\n applicationEndDate: CustomDate\r\n regulationStatus: RegulationStatusEnum\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16504 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16505 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n lastAssessmentDate: CustomDate\r\n standardizedApproachRatioTSA: CustomFloat\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16506 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskTypeCode: String\r\n lastAssessmentDate: CustomDate\r\n level: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16507 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskFactorCode: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16508 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16509 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n statusReview: StatusReviewEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16510 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n internalExternal: InternalExternalEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n email: String\r\n localeCurrency: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16511 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16512 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16513 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16514 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16515 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16516 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16517 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16518 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16519 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16520 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16521 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16522 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16523 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16524 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16525 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16526 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16527 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16528 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16529 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16530 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16531 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16532 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n businessProcessCode: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16533 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16534 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16535 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16536 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16537 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16538 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n objectiveType: ObjectiveTypeEnum\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16539 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n accountCode: String\r\n accountType: AccountTypeEnum\r\n totalValue: CustomFloat\r\n accountStatus: AccountStatusEnum\r\n lastAssessmentDate: CustomDate\r\n externalName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16540 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16541 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16542 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n lastProgressPercentage: CustomInt\r\n lastProgressComment: String\r\n successful: SuccessfulEnum\r\n realCost: CustomFloat\r\n forecastCost: CustomFloat\r\n forecastCostManDays: CustomInt\r\n realCostManDays: CustomInt\r\n actionPlanCategory: ActionPlanCategoryEnum\r\n actionPlanStatus: ActionPlanStatusEnum\r\n means: String\r\n actionPlanOrigin: ActionPlanOriginEnum\r\n keySuccessFactor: String\r\n successfullComments: String\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n actionPlanPriority: ActionPlanPriorityEnum\r\n delay: DelayEnum\r\n currentWorkflowStatus: String\r\n actionPlanNature: ActionPlanNatureEnum\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16543 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n actionProgress: ActionProgressEnum\r\n plannedBeginDate: CustomDate\r\n plannedEndDate: CustomDate\r\n realBeginDate: CustomDate\r\n realEndDate: CustomDate\r\n statusact: StatusactEnum\r\n currentWorkflowStatus: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16544 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlLevelEnum\r\n controlNature: String\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16545 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n codeIncident: CustomInt\r\n declarationDate: CustomDate\r\n detectionDate: CustomDate\r\n occurrenceDate: CustomDate\r\n nearMiss: Boolean\r\n natureIncident: NatureIncidentEnum\r\n statusIncident: StatusIncidentEnum\r\n impactIncident: ImpactIncidentEnum\r\n priorityIncident: PriorityIncidentEnum\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16546 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n requirementNature: RequirementNatureEnum\r\n priority: PriorityEnum\r\n requirementCode: String\r\n lastUpdate: CustomDate\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput countFilter {\r\n count: Int\r\n count_not: Int\r\n count_lt: Int\r\n count_lte: Int\r\n count_gt: Int\r\n count_gte: Int\r\n}\r\n\r\nenum creationMode {\r\n RAW\r\n BUSINESS\r\n}\r\n\r\ninput currentContext {\r\n language: Languages!\r\n}\r\n\r\nenum nameSpace {\r\n LOCAL\r\n SHORT\r\n LONG\r\n}\r\n"