HOPEX - SDL Schema - Assessment
GET {{server_url}}/HOPEXGraphQL/api/Assessment/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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hopex-environment-id | string | ||
x-hopex-repository-id | string | ||
x-hopex-profile-id | string |
RESPONSES
status: OK
"# Define hopex format to use when getting property.\r\ndirective @format(\r\n name: String!\r\n) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT\r\n\r\ninput _InputCollectionAction {\r\n action: _InputCollectionActionEnum!\r\n list: [_MutationListElement!]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n ADD\r\n REMOVE\r\n REPLACE_ALL\r\n}\r\n\r\ninput _MutationListElement {\r\n id: String!\r\n}\r\n\r\nenum ActivityStatusEnumFilter {\r\n Created\r\n Tobereviewed\r\n Tobevalidated\r\n Validated\r\n Closed\r\n}\r\n\r\nenum AdHocEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\n# The aggregation rule handles calculation of values for a parent assessment\r\n# characteristic from one or several child assessment characteristics. Several\r\n# rules are predefined, for example: max, min, sum, average and use PlugIns\r\n# supplied as standard. The Type Macro rule must be associated with a PlugIn\r\n# specifying value calculation. The weighting factor can be used in these rules. \r\ntype AggregationRule {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n aggregationRuleType: AggregationRuleAggregationRuleTypeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n reduction_Aggregation(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n distribution_Aggregation(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n aggregationStepGroup_Aggregation(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n substitutionAssessment_Aggregation(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n assessedCharacteristics_AggregatedCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n assessedCharacteristics_AggregatingCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n}\r\n\r\nenum AggregationRuleAggregationRuleTypeEnum {\r\n Sum\r\n Min\r\n Max\r\n Average\r\n Macro\r\n}\r\n\r\ninput AggregationRuleFilter {\r\n and: [AggregationRuleFilter!]\r\n or: [AggregationRuleFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n aggregationRuleType: AggregationRuleAggregationRuleTypeEnum\r\n aggregationRuleType_not: AggregationRuleAggregationRuleTypeEnum\r\n aggregationRuleType_in: [AggregationRuleAggregationRuleTypeEnum!]\r\n aggregationRuleType_not_in: [AggregationRuleAggregationRuleTypeEnum!]\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AggregationRuleFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AggregationRuleFilter!]\r\n reduction_Aggregation_some: [AggregationRuleFilter!]\r\n distribution_Aggregation_some: [AggregationRuleFilter!]\r\n aggregationStepGroup_Aggregation_some: [AggregationRuleFilter!]\r\n substitutionAssessment_Aggregation_some: [AggregationRuleFilter!]\r\n assessedCharacteristics_AggregatedCharacteristic_some: [AggregationRuleFilter!]\r\n assessedCharacteristics_AggregatingCharacteristic_some: [AggregationRuleFilter!]\r\n}\r\n\r\nenum AggregationRuleTypeEnumFilter {\r\n Sum\r\n Min\r\n Max\r\n Average\r\n Macro\r\n}\r\n\r\n# An aggregation schema comprises one or several aggregation steps. A step can be\r\n# of substitution, reduction or distribution type.\r\ntype AggregationSchema {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentAggregation_AssessmentAggregations(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n reduction_Aggregation(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n distribution_Aggregation(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n aggregationStepGroup_Aggregation(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n substitutionAssessment_Aggregation(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n assessmentTemplate_AssessmentTemplateOwner(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentSession_AssessmentSessionOwner(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n distribution(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n macro_PostAggregation(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n}\r\n\r\ninput AggregationSchemaFilter {\r\n and: [AggregationSchemaFilter!]\r\n or: [AggregationSchemaFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 assessmentAggregation_AssessmentAggregations_some: [AggregationSchemaFilter!]\r\n reduction_Aggregation_some: [AggregationSchemaFilter!]\r\n distribution_Aggregation_some: [AggregationSchemaFilter!]\r\n aggregationStepGroup_Aggregation_some: [AggregationSchemaFilter!]\r\n substitutionAssessment_Aggregation_some: [AggregationSchemaFilter!]\r\n assessmentTemplate_AssessmentTemplateOwner_some: [AggregationSchemaFilter!]\r\n assessmentNode_some: [AggregationSchemaFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AggregationSchemaFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AggregationSchemaFilter!]\r\n assessmentSession_AssessmentSessionOwner_some: [AggregationSchemaFilter!]\r\n distribution_some: [AggregationSchemaFilter!]\r\n macro_PostAggregation_some: [AggregationSchemaFilter!]\r\n}\r\n\r\ntype AggregationStepGroup {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n isRecursive: Boolean\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n distribution(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n aggregationRule(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n metaAttribute_WeightingFactor(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n assessmentNode_AggregationAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput AggregationStepGroupFilter {\r\n and: [AggregationStepGroupFilter!]\r\n or: [AggregationStepGroupFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: 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 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 aggregationSchema_some: [AggregationStepGroupFilter!]\r\n distribution_some: [AggregationStepGroupFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AggregationStepGroupFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AggregationStepGroupFilter!]\r\n aggregationRule_some: [AggregationStepGroupFilter!]\r\n metaAttribute_WeightingFactor_some: [AggregationStepGroupFilter!]\r\n assessmentNode_AggregationAssessmentNode_some: [AggregationStepGroupFilter!]\r\n}\r\n\r\nenum AggregationTypeAPMEnumFilter {\r\n Application\r\n Component\r\n}\r\n\r\n# An application is a software component that can be deployed and provides users with a set of functionalities.\r\ntype Application {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n applicationCode: String\r\n cloudComputing: ApplicationCloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n prefix: String\r\n applicationStereotype: ApplicationApplicationStereotypeEnum\r\n applicationType: ApplicationApplicationTypeEnum\r\n globalExpense: Float\r\n currentNumberofUsers: Int\r\n costperUser: Float\r\n rankAPM: ApplicationRankAPMEnum\r\n technologyCompliance: ApplicationTechnologyComplianceEnum\r\n expenses: Float\r\n capitalExpenses: Float\r\n operatingExpenses: Float\r\n cASTHighlightID: Int\r\n businessValueAPM: ApplicationBusinessValueAPMEnum\r\n functionalSupportAPM: ApplicationFunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: ApplicationTechnicalEfficiencyAPMEnum\r\n beginLifedate: Date\r\n endlifedate: Date\r\n closingDateCast: Date\r\n softwareResiliencyScoreCASTHighligh: Float\r\n softwareResiliencyThresholdsCASTHighligh: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n softwareAgilityScore: Float\r\n softwareAgilityThresholdsCASTHighligh: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n softwareEleganceScoreCASTHighligh: Float\r\n softwareEleganceThresholdsCASTHighligh: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n cloudReadyScoreCASTHighlight: Float\r\n cloudReadyScanCASTHighlight: Float\r\n technicalDebtCast: Float\r\n numberoflinesofCodeCast: Int\r\n numberofFilesCast: Int\r\n aggregationTypeAPM: ApplicationAggregationTypeAPMEnum\r\n backFiredFunctionPointsCASTHighlight: Float\r\n softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n detailsCast: String\r\n statusReview: ApplicationStatusReviewEnum\r\n standardCreationDate: Date\r\n gDPRConsent: ApplicationGDPRConsentEnum\r\n gDPRSource: String\r\n standardClass: ApplicationStandardClassEnum\r\n retireDate: Date\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n lifecyclestatus: ApplicationLifecyclestatusEnum\r\n initiallivedate: Date\r\n dateoflastrelease: Date\r\n dateofnextrelease: Date\r\n retirementdate: Date\r\n gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n assessmentFreshness: Float\r\n source: String\r\n availabilitycharacteristics: String\r\n servicetimes: String\r\n manageabilitycharacteristics: String\r\n serviceabilitycharacteristics: String\r\n performancecharacteristics: String\r\n reliabilitycharacteristics: String\r\n recoverabilitycharacteristics: String\r\n locatabilitycharacteristics: String\r\n securitycharacteristics: String\r\n privacycharacteristics: String\r\n integritycharacteristics: String\r\n credibilitycharacteristics: String\r\n localizationcharacteristics: String\r\n internationalizationcharacteristics: String\r\n interoperabilitycharacteristics: String\r\n scalabilitycharacteristics: String\r\n portabilitycharacteristics: String\r\n extensibilitycharacteristics: String\r\n capacitycharacteristics: String\r\n throughput: String\r\n throughputperiod: String\r\n growth: String\r\n growthperiod: String\r\n peakprofileshortterm: String\r\n peakprofilelongterm: String\r\n freezepastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: Date\r\n workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD: ApplicationMaximumTolerableDowntimeMTDEnum\r\n sLALevel: ApplicationSLALevelEnum\r\n applicationvalidationdate: Date\r\n dataFreshness: ApplicationDataFreshnessEnum\r\n nextReviewDate: Date\r\n lastReviewDate: Date\r\n applicationTemplate: ApplicationApplicationTemplateEnum\r\n deploymentDate: Date\r\n operatingApplicationDate: Date\r\n urbanism: ApplicationUrbanismEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n localApplicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n softwareDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n iTOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n localFinancialController_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum ApplicationAggregationTypeAPMEnum {\r\n Application\r\n Component\r\n}\r\n\r\nenum ApplicationApplicationStereotypeEnum {\r\n GUI\r\n Presentationlogic\r\n Businesslogic\r\n Datamanagement\r\n}\r\n\r\nenum ApplicationApplicationTemplateEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum ApplicationApplicationTypeEnum {\r\n SoftwarePackage\r\n InHouseApplication\r\n Middleware\r\n System\r\n OfficeSystem\r\n}\r\n\r\nenum ApplicationBusinessValueAPMEnum {\r\n Medium\r\n Good\r\n Poor\r\n Low\r\n}\r\n\r\nenum ApplicationCloudComputingEnum {\r\n On_Premises\r\n Cloud_IaaS\r\n Cloud_PaaS\r\n Cloud_SaaS\r\n}\r\n\r\nenum ApplicationDataFreshnessEnum {\r\n LowerSixMonths\r\n SixtoOneTwoMonths\r\n AboveOneTwoMonths\r\n}\r\n\r\ninput ApplicationFilter {\r\n and: [ApplicationFilter!]\r\n or: [ApplicationFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n applicationCode: String\r\n applicationCode_not: String\r\n applicationCode_in: [String!]\r\n applicationCode_not_in: [String!]\r\n applicationCode_lt: String\r\n applicationCode_lte: String\r\n applicationCode_gt: String\r\n applicationCode_gte: String\r\n applicationCode_contains: String\r\n applicationCode_not_contains: String\r\n applicationCode_starts_with: String\r\n applicationCode_not_starts_with: String\r\n applicationCode_ends_with: String\r\n applicationCode_not_ends_with: String\r\n cloudComputing: ApplicationCloudComputingEnum\r\n cloudComputing_not: ApplicationCloudComputingEnum\r\n cloudComputing_in: [ApplicationCloudComputingEnum!]\r\n cloudComputing_not_in: [ApplicationCloudComputingEnum!]\r\n versionNumber: String\r\n versionNumber_not: String\r\n versionNumber_in: [String!]\r\n versionNumber_not_in: [String!]\r\n versionNumber_lt: String\r\n versionNumber_lte: String\r\n versionNumber_gt: String\r\n versionNumber_gte: String\r\n versionNumber_contains: String\r\n versionNumber_not_contains: String\r\n versionNumber_starts_with: String\r\n versionNumber_not_starts_with: String\r\n versionNumber_ends_with: String\r\n versionNumber_not_ends_with: String\r\n requiredMemorySize: String\r\n requiredMemorySize_not: String\r\n requiredMemorySize_in: [String!]\r\n requiredMemorySize_not_in: [String!]\r\n requiredMemorySize_lt: String\r\n requiredMemorySize_lte: String\r\n requiredMemorySize_gt: String\r\n requiredMemorySize_gte: String\r\n requiredMemorySize_contains: String\r\n requiredMemorySize_not_contains: String\r\n requiredMemorySize_starts_with: String\r\n requiredMemorySize_not_starts_with: String\r\n requiredMemorySize_ends_with: String\r\n requiredMemorySize_not_ends_with: String\r\n prefix: String\r\n prefix_not: String\r\n prefix_in: [String!]\r\n prefix_not_in: [String!]\r\n prefix_lt: String\r\n prefix_lte: String\r\n prefix_gt: String\r\n prefix_gte: String\r\n prefix_contains: String\r\n prefix_not_contains: String\r\n prefix_starts_with: String\r\n prefix_not_starts_with: String\r\n prefix_ends_with: String\r\n prefix_not_ends_with: String\r\n applicationStereotype: ApplicationApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationApplicationStereotypeEnum!]\r\n applicationType: ApplicationApplicationTypeEnum\r\n applicationType_not: ApplicationApplicationTypeEnum\r\n applicationType_in: [ApplicationApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationApplicationTypeEnum!]\r\n globalExpense: Float\r\n globalExpense_not: Float\r\n globalExpense_in: [Float!]\r\n globalExpense_not_in: [Float!]\r\n globalExpense_lt: Float\r\n globalExpense_lte: Float\r\n globalExpense_gt: Float\r\n globalExpense_gte: Float\r\n currentNumberofUsers: Int\r\n currentNumberofUsers_not: Int\r\n currentNumberofUsers_in: [Int!]\r\n currentNumberofUsers_not_in: [Int!]\r\n currentNumberofUsers_lt: Int\r\n currentNumberofUsers_lte: Int\r\n currentNumberofUsers_gt: Int\r\n currentNumberofUsers_gte: Int\r\n costperUser: Float\r\n costperUser_not: Float\r\n costperUser_in: [Float!]\r\n costperUser_not_in: [Float!]\r\n costperUser_lt: Float\r\n costperUser_lte: Float\r\n costperUser_gt: Float\r\n costperUser_gte: Float\r\n rankAPM: ApplicationRankAPMEnum\r\n rankAPM_not: ApplicationRankAPMEnum\r\n rankAPM_in: [ApplicationRankAPMEnum!]\r\n rankAPM_not_in: [ApplicationRankAPMEnum!]\r\n technologyCompliance: ApplicationTechnologyComplianceEnum\r\n technologyCompliance_not: ApplicationTechnologyComplianceEnum\r\n technologyCompliance_in: [ApplicationTechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [ApplicationTechnologyComplianceEnum!]\r\n expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float!]\r\n expenses_not_in: [Float!]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float!]\r\n capitalExpenses_not_in: [Float!]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float!]\r\n operatingExpenses_not_in: [Float!]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int!]\r\n cASTHighlightID_not_in: [Int!]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\r\n businessValueAPM: ApplicationBusinessValueAPMEnum\r\n businessValueAPM_not: ApplicationBusinessValueAPMEnum\r\n businessValueAPM_in: [ApplicationBusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [ApplicationBusinessValueAPMEnum!]\r\n functionalSupportAPM: ApplicationFunctionalSupportAPMEnum\r\n functionalSupportAPM_not: ApplicationFunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [ApplicationFunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [ApplicationFunctionalSupportAPMEnum!]\r\n technicalEfficiencyAPM: ApplicationTechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: ApplicationTechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [ApplicationTechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [ApplicationTechnicalEfficiencyAPMEnum!]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date!]\r\n beginLifedate_not_in: [Date!]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date!]\r\n endlifedate_not_in: [Date!]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n closingDateCast: Date\r\n closingDateCast_not: Date\r\n closingDateCast_in: [Date!]\r\n closingDateCast_not_in: [Date!]\r\n closingDateCast_lt: Date\r\n closingDateCast_lte: Date\r\n closingDateCast_gt: Date\r\n closingDateCast_gte: Date\r\n softwareResiliencyScoreCASTHighligh: Float\r\n softwareResiliencyScoreCASTHighligh_not: Float\r\n softwareResiliencyScoreCASTHighligh_in: [Float!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [Float!]\r\n softwareResiliencyScoreCASTHighligh_lt: Float\r\n softwareResiliencyScoreCASTHighligh_lte: Float\r\n softwareResiliencyScoreCASTHighligh_gt: Float\r\n softwareResiliencyScoreCASTHighligh_gte: Float\r\n softwareResiliencyThresholdsCASTHighligh: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n softwareResiliencyThresholdsCASTHighligh_not: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n softwareResiliencyThresholdsCASTHighligh_in: [ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum!]\r\n softwareResiliencyThresholdsCASTHighligh_not_in: [ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum!]\r\n softwareAgilityScore: Float\r\n softwareAgilityScore_not: Float\r\n softwareAgilityScore_in: [Float!]\r\n softwareAgilityScore_not_in: [Float!]\r\n softwareAgilityScore_lt: Float\r\n softwareAgilityScore_lte: Float\r\n softwareAgilityScore_gt: Float\r\n softwareAgilityScore_gte: Float\r\n softwareAgilityThresholdsCASTHighligh: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n softwareAgilityThresholdsCASTHighligh_not: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n softwareAgilityThresholdsCASTHighligh_in: [ApplicationSoftwareAgilityThresholdsCASTHighlighEnum!]\r\n softwareAgilityThresholdsCASTHighligh_not_in: [ApplicationSoftwareAgilityThresholdsCASTHighlighEnum!]\r\n softwareEleganceScoreCASTHighligh: Float\r\n softwareEleganceScoreCASTHighligh_not: Float\r\n softwareEleganceScoreCASTHighligh_in: [Float!]\r\n softwareEleganceScoreCASTHighligh_not_in: [Float!]\r\n softwareEleganceScoreCASTHighligh_lt: Float\r\n softwareEleganceScoreCASTHighligh_lte: Float\r\n softwareEleganceScoreCASTHighligh_gt: Float\r\n softwareEleganceScoreCASTHighligh_gte: Float\r\n softwareEleganceThresholdsCASTHighligh: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n softwareEleganceThresholdsCASTHighligh_not: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n softwareEleganceThresholdsCASTHighligh_in: [ApplicationSoftwareEleganceThresholdsCASTHighlighEnum!]\r\n softwareEleganceThresholdsCASTHighligh_not_in: [ApplicationSoftwareEleganceThresholdsCASTHighlighEnum!]\r\n cloudReadyScoreCASTHighlight: Float\r\n cloudReadyScoreCASTHighlight_not: Float\r\n cloudReadyScoreCASTHighlight_in: [Float!]\r\n cloudReadyScoreCASTHighlight_not_in: [Float!]\r\n cloudReadyScoreCASTHighlight_lt: Float\r\n cloudReadyScoreCASTHighlight_lte: Float\r\n cloudReadyScoreCASTHighlight_gt: Float\r\n cloudReadyScoreCASTHighlight_gte: Float\r\n cloudReadyScanCASTHighlight: Float\r\n cloudReadyScanCASTHighlight_not: Float\r\n cloudReadyScanCASTHighlight_in: [Float!]\r\n cloudReadyScanCASTHighlight_not_in: [Float!]\r\n cloudReadyScanCASTHighlight_lt: Float\r\n cloudReadyScanCASTHighlight_lte: Float\r\n cloudReadyScanCASTHighlight_gt: Float\r\n cloudReadyScanCASTHighlight_gte: Float\r\n technicalDebtCast: Float\r\n technicalDebtCast_not: Float\r\n technicalDebtCast_in: [Float!]\r\n technicalDebtCast_not_in: [Float!]\r\n technicalDebtCast_lt: Float\r\n technicalDebtCast_lte: Float\r\n technicalDebtCast_gt: Float\r\n technicalDebtCast_gte: Float\r\n numberoflinesofCodeCast: Int\r\n numberoflinesofCodeCast_not: Int\r\n numberoflinesofCodeCast_in: [Int!]\r\n numberoflinesofCodeCast_not_in: [Int!]\r\n numberoflinesofCodeCast_lt: Int\r\n numberoflinesofCodeCast_lte: Int\r\n numberoflinesofCodeCast_gt: Int\r\n numberoflinesofCodeCast_gte: Int\r\n numberofFilesCast: Int\r\n numberofFilesCast_not: Int\r\n numberofFilesCast_in: [Int!]\r\n numberofFilesCast_not_in: [Int!]\r\n numberofFilesCast_lt: Int\r\n numberofFilesCast_lte: Int\r\n numberofFilesCast_gt: Int\r\n numberofFilesCast_gte: Int\r\n aggregationTypeAPM: ApplicationAggregationTypeAPMEnum\r\n aggregationTypeAPM_not: ApplicationAggregationTypeAPMEnum\r\n aggregationTypeAPM_in: [ApplicationAggregationTypeAPMEnum!]\r\n aggregationTypeAPM_not_in: [ApplicationAggregationTypeAPMEnum!]\r\n backFiredFunctionPointsCASTHighlight: Float\r\n backFiredFunctionPointsCASTHighlight_not: Float\r\n backFiredFunctionPointsCASTHighlight_in: [Float!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [Float!]\r\n backFiredFunctionPointsCASTHighlight_lt: Float\r\n backFiredFunctionPointsCASTHighlight_lte: Float\r\n backFiredFunctionPointsCASTHighlight_gt: Float\r\n backFiredFunctionPointsCASTHighlight_gte: Float\r\n softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n softwareResiliencyQuartileCast_not: ApplicationSoftwareResiliencyQuartileCastEnum\r\n softwareResiliencyQuartileCast_in: [ApplicationSoftwareResiliencyQuartileCastEnum!]\r\n softwareResiliencyQuartileCast_not_in: [ApplicationSoftwareResiliencyQuartileCastEnum!]\r\n workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n workflowStatusITandBusinessdata_not: ApplicationWorkflowStatusITandBusinessdataEnum\r\n workflowStatusITandBusinessdata_in: [ApplicationWorkflowStatusITandBusinessdataEnum!]\r\n workflowStatusITandBusinessdata_not_in: [ApplicationWorkflowStatusITandBusinessdataEnum!]\r\n workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: ApplicationWorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [ApplicationWorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [ApplicationWorkflowStatusFinancialEnum!]\r\n softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: ApplicationSoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [ApplicationSoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [ApplicationSoftwareAgilityQuartileCastEnum!]\r\n softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n softwareEleganceQuartileCast_not: ApplicationSoftwareEleganceQuartileCastEnum\r\n softwareEleganceQuartileCast_in: [ApplicationSoftwareEleganceQuartileCastEnum!]\r\n softwareEleganceQuartileCast_not_in: [ApplicationSoftwareEleganceQuartileCastEnum!]\r\n detailsCast: String\r\n detailsCast_not: String\r\n detailsCast_in: [String!]\r\n detailsCast_not_in: [String!]\r\n detailsCast_lt: String\r\n detailsCast_lte: String\r\n detailsCast_gt: String\r\n detailsCast_gte: String\r\n detailsCast_contains: String\r\n detailsCast_not_contains: String\r\n detailsCast_starts_with: String\r\n detailsCast_not_starts_with: String\r\n detailsCast_ends_with: String\r\n detailsCast_not_ends_with: String\r\n statusReview: ApplicationStatusReviewEnum\r\n statusReview_not: ApplicationStatusReviewEnum\r\n statusReview_in: [ApplicationStatusReviewEnum!]\r\n statusReview_not_in: [ApplicationStatusReviewEnum!]\r\n standardCreationDate: Date\r\n standardCreationDate_not: Date\r\n standardCreationDate_in: [Date!]\r\n standardCreationDate_not_in: [Date!]\r\n standardCreationDate_lt: Date\r\n standardCreationDate_lte: Date\r\n standardCreationDate_gt: Date\r\n standardCreationDate_gte: Date\r\n gDPRConsent: ApplicationGDPRConsentEnum\r\n gDPRConsent_not: ApplicationGDPRConsentEnum\r\n gDPRConsent_in: [ApplicationGDPRConsentEnum!]\r\n gDPRConsent_not_in: [ApplicationGDPRConsentEnum!]\r\n gDPRSource: String\r\n gDPRSource_not: String\r\n gDPRSource_in: [String!]\r\n gDPRSource_not_in: [String!]\r\n gDPRSource_lt: String\r\n gDPRSource_lte: String\r\n gDPRSource_gt: String\r\n gDPRSource_gte: String\r\n gDPRSource_contains: String\r\n gDPRSource_not_contains: String\r\n gDPRSource_starts_with: String\r\n gDPRSource_not_starts_with: String\r\n gDPRSource_ends_with: String\r\n gDPRSource_not_ends_with: String\r\n standardClass: ApplicationStandardClassEnum\r\n standardClass_not: ApplicationStandardClassEnum\r\n standardClass_in: [ApplicationStandardClassEnum!]\r\n standardClass_not_in: [ApplicationStandardClassEnum!]\r\n retireDate: Date\r\n retireDate_not: Date\r\n retireDate_in: [Date!]\r\n retireDate_not_in: [Date!]\r\n retireDate_lt: Date\r\n retireDate_lte: Date\r\n retireDate_gt: Date\r\n retireDate_gte: Date\r\n cost: Float\r\n cost_not: Float\r\n cost_in: [Float!]\r\n cost_not_in: [Float!]\r\n cost_lt: Float\r\n cost_lte: Float\r\n cost_gt: Float\r\n cost_gte: Float\r\n revenue: Float\r\n revenue_not: Float\r\n revenue_in: [Float!]\r\n revenue_not_in: [Float!]\r\n revenue_lt: Float\r\n revenue_lte: Float\r\n revenue_gt: Float\r\n revenue_gte: Float\r\n rOIPercentage: Float\r\n rOIPercentage_not: Float\r\n rOIPercentage_in: [Float!]\r\n rOIPercentage_not_in: [Float!]\r\n rOIPercentage_lt: Float\r\n rOIPercentage_lte: Float\r\n rOIPercentage_gt: Float\r\n rOIPercentage_gte: Float\r\n rOIRate: Float\r\n rOIRate_not: Float\r\n rOIRate_in: [Float!]\r\n rOIRate_not_in: [Float!]\r\n rOIRate_lt: Float\r\n rOIRate_lte: Float\r\n rOIRate_gt: Float\r\n rOIRate_gte: Float\r\n costRate: Float\r\n costRate_not: Float\r\n costRate_in: [Float!]\r\n costRate_not_in: [Float!]\r\n costRate_lt: Float\r\n costRate_lte: Float\r\n costRate_gt: Float\r\n costRate_gte: Float\r\n lifecyclestatus: ApplicationLifecyclestatusEnum\r\n lifecyclestatus_not: ApplicationLifecyclestatusEnum\r\n lifecyclestatus_in: [ApplicationLifecyclestatusEnum!]\r\n lifecyclestatus_not_in: [ApplicationLifecyclestatusEnum!]\r\n initiallivedate: Date\r\n initiallivedate_not: Date\r\n initiallivedate_in: [Date!]\r\n initiallivedate_not_in: [Date!]\r\n initiallivedate_lt: Date\r\n initiallivedate_lte: Date\r\n initiallivedate_gt: Date\r\n initiallivedate_gte: Date\r\n dateoflastrelease: Date\r\n dateoflastrelease_not: Date\r\n dateoflastrelease_in: [Date!]\r\n dateoflastrelease_not_in: [Date!]\r\n dateoflastrelease_lt: Date\r\n dateoflastrelease_lte: Date\r\n dateoflastrelease_gt: Date\r\n dateoflastrelease_gte: Date\r\n dateofnextrelease: Date\r\n dateofnextrelease_not: Date\r\n dateofnextrelease_in: [Date!]\r\n dateofnextrelease_not_in: [Date!]\r\n dateofnextrelease_lt: Date\r\n dateofnextrelease_lte: Date\r\n dateofnextrelease_gt: Date\r\n dateofnextrelease_gte: Date\r\n retirementdate: Date\r\n retirementdate_not: Date\r\n retirementdate_in: [Date!]\r\n retirementdate_not_in: [Date!]\r\n retirementdate_lt: Date\r\n retirementdate_lte: Date\r\n retirementdate_gt: Date\r\n retirementdate_gte: Date\r\n gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: ApplicationGDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [ApplicationGDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [ApplicationGDPRContentOfNoticeEnum!]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String!]\r\n source_not_in: [String!]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n availabilitycharacteristics: String\r\n availabilitycharacteristics_not: String\r\n availabilitycharacteristics_in: [String!]\r\n availabilitycharacteristics_not_in: [String!]\r\n availabilitycharacteristics_lt: String\r\n availabilitycharacteristics_lte: String\r\n availabilitycharacteristics_gt: String\r\n availabilitycharacteristics_gte: String\r\n availabilitycharacteristics_contains: String\r\n availabilitycharacteristics_not_contains: String\r\n availabilitycharacteristics_starts_with: String\r\n availabilitycharacteristics_not_starts_with: String\r\n availabilitycharacteristics_ends_with: String\r\n availabilitycharacteristics_not_ends_with: String\r\n servicetimes: String\r\n servicetimes_not: String\r\n servicetimes_in: [String!]\r\n servicetimes_not_in: [String!]\r\n servicetimes_lt: String\r\n servicetimes_lte: String\r\n servicetimes_gt: String\r\n servicetimes_gte: String\r\n servicetimes_contains: String\r\n servicetimes_not_contains: String\r\n servicetimes_starts_with: String\r\n servicetimes_not_starts_with: String\r\n servicetimes_ends_with: String\r\n servicetimes_not_ends_with: String\r\n manageabilitycharacteristics: String\r\n manageabilitycharacteristics_not: String\r\n manageabilitycharacteristics_in: [String!]\r\n manageabilitycharacteristics_not_in: [String!]\r\n manageabilitycharacteristics_lt: String\r\n manageabilitycharacteristics_lte: String\r\n manageabilitycharacteristics_gt: String\r\n manageabilitycharacteristics_gte: String\r\n manageabilitycharacteristics_contains: String\r\n manageabilitycharacteristics_not_contains: String\r\n manageabilitycharacteristics_starts_with: String\r\n manageabilitycharacteristics_not_starts_with: String\r\n manageabilitycharacteristics_ends_with: String\r\n manageabilitycharacteristics_not_ends_with: String\r\n serviceabilitycharacteristics: String\r\n serviceabilitycharacteristics_not: String\r\n serviceabilitycharacteristics_in: [String!]\r\n serviceabilitycharacteristics_not_in: [String!]\r\n serviceabilitycharacteristics_lt: String\r\n serviceabilitycharacteristics_lte: String\r\n serviceabilitycharacteristics_gt: String\r\n serviceabilitycharacteristics_gte: String\r\n serviceabilitycharacteristics_contains: String\r\n serviceabilitycharacteristics_not_contains: String\r\n serviceabilitycharacteristics_starts_with: String\r\n serviceabilitycharacteristics_not_starts_with: String\r\n serviceabilitycharacteristics_ends_with: String\r\n serviceabilitycharacteristics_not_ends_with: String\r\n performancecharacteristics: String\r\n performancecharacteristics_not: String\r\n performancecharacteristics_in: [String!]\r\n performancecharacteristics_not_in: [String!]\r\n performancecharacteristics_lt: String\r\n performancecharacteristics_lte: String\r\n performancecharacteristics_gt: String\r\n performancecharacteristics_gte: String\r\n performancecharacteristics_contains: String\r\n performancecharacteristics_not_contains: String\r\n performancecharacteristics_starts_with: String\r\n performancecharacteristics_not_starts_with: String\r\n performancecharacteristics_ends_with: String\r\n performancecharacteristics_not_ends_with: String\r\n reliabilitycharacteristics: String\r\n reliabilitycharacteristics_not: String\r\n reliabilitycharacteristics_in: [String!]\r\n reliabilitycharacteristics_not_in: [String!]\r\n reliabilitycharacteristics_lt: String\r\n reliabilitycharacteristics_lte: String\r\n reliabilitycharacteristics_gt: String\r\n reliabilitycharacteristics_gte: String\r\n reliabilitycharacteristics_contains: String\r\n reliabilitycharacteristics_not_contains: String\r\n reliabilitycharacteristics_starts_with: String\r\n reliabilitycharacteristics_not_starts_with: String\r\n reliabilitycharacteristics_ends_with: String\r\n reliabilitycharacteristics_not_ends_with: String\r\n recoverabilitycharacteristics: String\r\n recoverabilitycharacteristics_not: String\r\n recoverabilitycharacteristics_in: [String!]\r\n recoverabilitycharacteristics_not_in: [String!]\r\n recoverabilitycharacteristics_lt: String\r\n recoverabilitycharacteristics_lte: String\r\n recoverabilitycharacteristics_gt: String\r\n recoverabilitycharacteristics_gte: String\r\n recoverabilitycharacteristics_contains: String\r\n recoverabilitycharacteristics_not_contains: String\r\n recoverabilitycharacteristics_starts_with: String\r\n recoverabilitycharacteristics_not_starts_with: String\r\n recoverabilitycharacteristics_ends_with: String\r\n recoverabilitycharacteristics_not_ends_with: String\r\n locatabilitycharacteristics: String\r\n locatabilitycharacteristics_not: String\r\n locatabilitycharacteristics_in: [String!]\r\n locatabilitycharacteristics_not_in: [String!]\r\n locatabilitycharacteristics_lt: String\r\n locatabilitycharacteristics_lte: String\r\n locatabilitycharacteristics_gt: String\r\n locatabilitycharacteristics_gte: String\r\n locatabilitycharacteristics_contains: String\r\n locatabilitycharacteristics_not_contains: String\r\n locatabilitycharacteristics_starts_with: String\r\n locatabilitycharacteristics_not_starts_with: String\r\n locatabilitycharacteristics_ends_with: String\r\n locatabilitycharacteristics_not_ends_with: String\r\n securitycharacteristics: String\r\n securitycharacteristics_not: String\r\n securitycharacteristics_in: [String!]\r\n securitycharacteristics_not_in: [String!]\r\n securitycharacteristics_lt: String\r\n securitycharacteristics_lte: String\r\n securitycharacteristics_gt: String\r\n securitycharacteristics_gte: String\r\n securitycharacteristics_contains: String\r\n securitycharacteristics_not_contains: String\r\n securitycharacteristics_starts_with: String\r\n securitycharacteristics_not_starts_with: String\r\n securitycharacteristics_ends_with: String\r\n securitycharacteristics_not_ends_with: String\r\n privacycharacteristics: String\r\n privacycharacteristics_not: String\r\n privacycharacteristics_in: [String!]\r\n privacycharacteristics_not_in: [String!]\r\n privacycharacteristics_lt: String\r\n privacycharacteristics_lte: String\r\n privacycharacteristics_gt: String\r\n privacycharacteristics_gte: String\r\n privacycharacteristics_contains: String\r\n privacycharacteristics_not_contains: String\r\n privacycharacteristics_starts_with: String\r\n privacycharacteristics_not_starts_with: String\r\n privacycharacteristics_ends_with: String\r\n privacycharacteristics_not_ends_with: String\r\n integritycharacteristics: String\r\n integritycharacteristics_not: String\r\n integritycharacteristics_in: [String!]\r\n integritycharacteristics_not_in: [String!]\r\n integritycharacteristics_lt: String\r\n integritycharacteristics_lte: String\r\n integritycharacteristics_gt: String\r\n integritycharacteristics_gte: String\r\n integritycharacteristics_contains: String\r\n integritycharacteristics_not_contains: String\r\n integritycharacteristics_starts_with: String\r\n integritycharacteristics_not_starts_with: String\r\n integritycharacteristics_ends_with: String\r\n integritycharacteristics_not_ends_with: String\r\n credibilitycharacteristics: String\r\n credibilitycharacteristics_not: String\r\n credibilitycharacteristics_in: [String!]\r\n credibilitycharacteristics_not_in: [String!]\r\n credibilitycharacteristics_lt: String\r\n credibilitycharacteristics_lte: String\r\n credibilitycharacteristics_gt: String\r\n credibilitycharacteristics_gte: String\r\n credibilitycharacteristics_contains: String\r\n credibilitycharacteristics_not_contains: String\r\n credibilitycharacteristics_starts_with: String\r\n credibilitycharacteristics_not_starts_with: String\r\n credibilitycharacteristics_ends_with: String\r\n credibilitycharacteristics_not_ends_with: String\r\n localizationcharacteristics: String\r\n localizationcharacteristics_not: String\r\n localizationcharacteristics_in: [String!]\r\n localizationcharacteristics_not_in: [String!]\r\n localizationcharacteristics_lt: String\r\n localizationcharacteristics_lte: String\r\n localizationcharacteristics_gt: String\r\n localizationcharacteristics_gte: String\r\n localizationcharacteristics_contains: String\r\n localizationcharacteristics_not_contains: String\r\n localizationcharacteristics_starts_with: String\r\n localizationcharacteristics_not_starts_with: String\r\n localizationcharacteristics_ends_with: String\r\n localizationcharacteristics_not_ends_with: String\r\n internationalizationcharacteristics: String\r\n internationalizationcharacteristics_not: String\r\n internationalizationcharacteristics_in: [String!]\r\n internationalizationcharacteristics_not_in: [String!]\r\n internationalizationcharacteristics_lt: String\r\n internationalizationcharacteristics_lte: String\r\n internationalizationcharacteristics_gt: String\r\n internationalizationcharacteristics_gte: String\r\n internationalizationcharacteristics_contains: String\r\n internationalizationcharacteristics_not_contains: String\r\n internationalizationcharacteristics_starts_with: String\r\n internationalizationcharacteristics_not_starts_with: String\r\n internationalizationcharacteristics_ends_with: String\r\n internationalizationcharacteristics_not_ends_with: String\r\n interoperabilitycharacteristics: String\r\n interoperabilitycharacteristics_not: String\r\n interoperabilitycharacteristics_in: [String!]\r\n interoperabilitycharacteristics_not_in: [String!]\r\n interoperabilitycharacteristics_lt: String\r\n interoperabilitycharacteristics_lte: String\r\n interoperabilitycharacteristics_gt: String\r\n interoperabilitycharacteristics_gte: String\r\n interoperabilitycharacteristics_contains: String\r\n interoperabilitycharacteristics_not_contains: String\r\n interoperabilitycharacteristics_starts_with: String\r\n interoperabilitycharacteristics_not_starts_with: String\r\n interoperabilitycharacteristics_ends_with: String\r\n interoperabilitycharacteristics_not_ends_with: String\r\n scalabilitycharacteristics: String\r\n scalabilitycharacteristics_not: String\r\n scalabilitycharacteristics_in: [String!]\r\n scalabilitycharacteristics_not_in: [String!]\r\n scalabilitycharacteristics_lt: String\r\n scalabilitycharacteristics_lte: String\r\n scalabilitycharacteristics_gt: String\r\n scalabilitycharacteristics_gte: String\r\n scalabilitycharacteristics_contains: String\r\n scalabilitycharacteristics_not_contains: String\r\n scalabilitycharacteristics_starts_with: String\r\n scalabilitycharacteristics_not_starts_with: String\r\n scalabilitycharacteristics_ends_with: String\r\n scalabilitycharacteristics_not_ends_with: String\r\n portabilitycharacteristics: String\r\n portabilitycharacteristics_not: String\r\n portabilitycharacteristics_in: [String!]\r\n portabilitycharacteristics_not_in: [String!]\r\n portabilitycharacteristics_lt: String\r\n portabilitycharacteristics_lte: String\r\n portabilitycharacteristics_gt: String\r\n portabilitycharacteristics_gte: String\r\n portabilitycharacteristics_contains: String\r\n portabilitycharacteristics_not_contains: String\r\n portabilitycharacteristics_starts_with: String\r\n portabilitycharacteristics_not_starts_with: String\r\n portabilitycharacteristics_ends_with: String\r\n portabilitycharacteristics_not_ends_with: String\r\n extensibilitycharacteristics: String\r\n extensibilitycharacteristics_not: String\r\n extensibilitycharacteristics_in: [String!]\r\n extensibilitycharacteristics_not_in: [String!]\r\n extensibilitycharacteristics_lt: String\r\n extensibilitycharacteristics_lte: String\r\n extensibilitycharacteristics_gt: String\r\n extensibilitycharacteristics_gte: String\r\n extensibilitycharacteristics_contains: String\r\n extensibilitycharacteristics_not_contains: String\r\n extensibilitycharacteristics_starts_with: String\r\n extensibilitycharacteristics_not_starts_with: String\r\n extensibilitycharacteristics_ends_with: String\r\n extensibilitycharacteristics_not_ends_with: String\r\n capacitycharacteristics: String\r\n capacitycharacteristics_not: String\r\n capacitycharacteristics_in: [String!]\r\n capacitycharacteristics_not_in: [String!]\r\n capacitycharacteristics_lt: String\r\n capacitycharacteristics_lte: String\r\n capacitycharacteristics_gt: String\r\n capacitycharacteristics_gte: String\r\n capacitycharacteristics_contains: String\r\n capacitycharacteristics_not_contains: String\r\n capacitycharacteristics_starts_with: String\r\n capacitycharacteristics_not_starts_with: String\r\n capacitycharacteristics_ends_with: String\r\n capacitycharacteristics_not_ends_with: String\r\n throughput: String\r\n throughput_not: String\r\n throughput_in: [String!]\r\n throughput_not_in: [String!]\r\n throughput_lt: String\r\n throughput_lte: String\r\n throughput_gt: String\r\n throughput_gte: String\r\n throughput_contains: String\r\n throughput_not_contains: String\r\n throughput_starts_with: String\r\n throughput_not_starts_with: String\r\n throughput_ends_with: String\r\n throughput_not_ends_with: String\r\n throughputperiod: String\r\n throughputperiod_not: String\r\n throughputperiod_in: [String!]\r\n throughputperiod_not_in: [String!]\r\n throughputperiod_lt: String\r\n throughputperiod_lte: String\r\n throughputperiod_gt: String\r\n throughputperiod_gte: String\r\n throughputperiod_contains: String\r\n throughputperiod_not_contains: String\r\n throughputperiod_starts_with: String\r\n throughputperiod_not_starts_with: String\r\n throughputperiod_ends_with: String\r\n throughputperiod_not_ends_with: String\r\n growth: String\r\n growth_not: String\r\n growth_in: [String!]\r\n growth_not_in: [String!]\r\n growth_lt: String\r\n growth_lte: String\r\n growth_gt: String\r\n growth_gte: String\r\n growth_contains: String\r\n growth_not_contains: String\r\n growth_starts_with: String\r\n growth_not_starts_with: String\r\n growth_ends_with: String\r\n growth_not_ends_with: String\r\n growthperiod: String\r\n growthperiod_not: String\r\n growthperiod_in: [String!]\r\n growthperiod_not_in: [String!]\r\n growthperiod_lt: String\r\n growthperiod_lte: String\r\n growthperiod_gt: String\r\n growthperiod_gte: String\r\n growthperiod_contains: String\r\n growthperiod_not_contains: String\r\n growthperiod_starts_with: String\r\n growthperiod_not_starts_with: String\r\n growthperiod_ends_with: String\r\n growthperiod_not_ends_with: String\r\n peakprofileshortterm: String\r\n peakprofileshortterm_not: String\r\n peakprofileshortterm_in: [String!]\r\n peakprofileshortterm_not_in: [String!]\r\n peakprofileshortterm_lt: String\r\n peakprofileshortterm_lte: String\r\n peakprofileshortterm_gt: String\r\n peakprofileshortterm_gte: String\r\n peakprofileshortterm_contains: String\r\n peakprofileshortterm_not_contains: String\r\n peakprofileshortterm_starts_with: String\r\n peakprofileshortterm_not_starts_with: String\r\n peakprofileshortterm_ends_with: String\r\n peakprofileshortterm_not_ends_with: String\r\n peakprofilelongterm: String\r\n peakprofilelongterm_not: String\r\n peakprofilelongterm_in: [String!]\r\n peakprofilelongterm_not_in: [String!]\r\n peakprofilelongterm_lt: String\r\n peakprofilelongterm_lte: String\r\n peakprofilelongterm_gt: String\r\n peakprofilelongterm_gte: String\r\n peakprofilelongterm_contains: String\r\n peakprofilelongterm_not_contains: String\r\n peakprofilelongterm_starts_with: String\r\n peakprofilelongterm_not_starts_with: String\r\n peakprofilelongterm_ends_with: String\r\n peakprofilelongterm_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: ApplicationRecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [ApplicationRecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [ApplicationRecoveryPointObjectiveRPOEnum!]\r\n recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: ApplicationRecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [ApplicationRecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [ApplicationRecoveryTimeObjectiveRTOEnum!]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: ApplicationWorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [ApplicationWorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [ApplicationWorkRecoveryTimeWRTEnum!]\r\n maximumTolerableDowntimeMTD: ApplicationMaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: ApplicationMaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [ApplicationMaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [ApplicationMaximumTolerableDowntimeMTDEnum!]\r\n sLALevel: ApplicationSLALevelEnum\r\n sLALevel_not: ApplicationSLALevelEnum\r\n sLALevel_in: [ApplicationSLALevelEnum!]\r\n sLALevel_not_in: [ApplicationSLALevelEnum!]\r\n applicationvalidationdate: Date\r\n applicationvalidationdate_not: Date\r\n applicationvalidationdate_in: [Date!]\r\n applicationvalidationdate_not_in: [Date!]\r\n applicationvalidationdate_lt: Date\r\n applicationvalidationdate_lte: Date\r\n applicationvalidationdate_gt: Date\r\n applicationvalidationdate_gte: Date\r\n dataFreshness: ApplicationDataFreshnessEnum\r\n dataFreshness_not: ApplicationDataFreshnessEnum\r\n dataFreshness_in: [ApplicationDataFreshnessEnum!]\r\n dataFreshness_not_in: [ApplicationDataFreshnessEnum!]\r\n nextReviewDate: Date\r\n nextReviewDate_not: Date\r\n nextReviewDate_in: [Date!]\r\n nextReviewDate_not_in: [Date!]\r\n nextReviewDate_lt: Date\r\n nextReviewDate_lte: Date\r\n nextReviewDate_gt: Date\r\n nextReviewDate_gte: Date\r\n lastReviewDate: Date\r\n lastReviewDate_not: Date\r\n lastReviewDate_in: [Date!]\r\n lastReviewDate_not_in: [Date!]\r\n lastReviewDate_lt: Date\r\n lastReviewDate_lte: Date\r\n lastReviewDate_gt: Date\r\n lastReviewDate_gte: Date\r\n applicationTemplate: ApplicationApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationApplicationTemplateEnum!]\r\n deploymentDate: Date\r\n deploymentDate_not: Date\r\n deploymentDate_in: [Date!]\r\n deploymentDate_not_in: [Date!]\r\n deploymentDate_lt: Date\r\n deploymentDate_lte: Date\r\n deploymentDate_gt: Date\r\n deploymentDate_gte: Date\r\n operatingApplicationDate: Date\r\n operatingApplicationDate_not: Date\r\n operatingApplicationDate_in: [Date!]\r\n operatingApplicationDate_not_in: [Date!]\r\n operatingApplicationDate_lt: Date\r\n operatingApplicationDate_lte: Date\r\n operatingApplicationDate_gt: Date\r\n operatingApplicationDate_gte: Date\r\n urbanism: ApplicationUrbanismEnum\r\n urbanism_not: ApplicationUrbanismEnum\r\n urbanism_in: [ApplicationUrbanismEnum!]\r\n urbanism_not_in: [ApplicationUrbanismEnum!]\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 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 businessDocument_AttachedDocument_some: [ApplicationFilter!]\r\n businessDocument_ReferredtoDocument_some: [ApplicationFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ApplicationFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ApplicationFilter!]\r\n localApplicationOwner_PersonSystem_some: [ApplicationFilter!]\r\n softwareDesigner_PersonSystem_some: [ApplicationFilter!]\r\n iTOwner_PersonSystem_some: [ApplicationFilter!]\r\n businessOwner_PersonSystem_some: [ApplicationFilter!]\r\n localFinancialController_PersonSystem_some: [ApplicationFilter!]\r\n assessmentSession_some: [ApplicationFilter!]\r\n questionGroup_some: [ApplicationFilter!]\r\n businessRole_Propertycontained_some: [ApplicationFilter!]\r\n uniqueValue_Propertycontained_some: [ApplicationFilter!]\r\n assessedCharacteristics_Propertycontained_some: [ApplicationFilter!]\r\n multipleValue_Propertycontained_some: [ApplicationFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [ApplicationFilter!]\r\n assessmentNode_ContextOf_some: [ApplicationFilter!]\r\n assessmentNode_some: [ApplicationFilter!]\r\n}\r\n\r\nenum ApplicationFunctionalSupportAPMEnum {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\nenum ApplicationGDPRConsentEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum ApplicationGDPRContentOfNoticeEnum {\r\n Yes_oral\r\n Dontknow\r\n Yes_written\r\n No\r\n Notrequired\r\n}\r\n\r\nenum ApplicationLifecyclestatusEnum {\r\n Proposed\r\n InDevelopment\r\n Live\r\n PhasingOut\r\n Retired\r\n}\r\n\r\nenum ApplicationMaximumTolerableDowntimeMTDEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum ApplicationRankAPMEnum {\r\n OneStar\r\n TwoStars\r\n ThreeStars\r\n FourStars\r\n FiveStars\r\n ZeroStar\r\n}\r\n\r\nenum ApplicationRecoveryPointObjectiveRPOEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum ApplicationRecoveryTimeObjectiveRTOEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum ApplicationSLALevelEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum ApplicationSoftwareAgilityQuartileCastEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareAgilityThresholdsCASTHighlighEnum {\r\n High\r\n Medium\r\n Low\r\n}\r\n\r\nenum ApplicationSoftwareEleganceQuartileCastEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareEleganceThresholdsCASTHighlighEnum {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\nenum ApplicationSoftwareResiliencyQuartileCastEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum {\r\n Medium\r\n High\r\n Low\r\n}\r\n\r\nenum ApplicationStandardClassEnum {\r\n Non_Standard\r\n Proposed\r\n Provisional\r\n Standard\r\n Phasing_Out\r\n Retired\r\n}\r\n\r\nenum ApplicationStatusReviewEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum ApplicationStereotypeEnumFilter {\r\n GUI\r\n Presentationlogic\r\n Businesslogic\r\n Datamanagement\r\n}\r\n\r\nenum ApplicationTechnicalEfficiencyAPMEnum {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\nenum ApplicationTechnologyComplianceEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum ApplicationTemplateEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum ApplicationTypeEnumFilter {\r\n SoftwarePackage\r\n InHouseApplication\r\n Middleware\r\n System\r\n OfficeSystem\r\n}\r\n\r\nenum ApplicationUrbanismEnum {\r\n Block\r\n Zone\r\n District\r\n Cluster\r\n}\r\n\r\nenum ApplicationWorkflowStatusFinancialEnum {\r\n Updateinprogress\r\n Approvalinprogress\r\n UpdateValidated\r\n}\r\n\r\nenum ApplicationWorkflowStatusITandBusinessdataEnum {\r\n UpdateinProgress\r\n Approvalinprogress\r\n UpdateValidated\r\n}\r\n\r\nenum ApplicationWorkRecoveryTimeWRTEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\n# The assessed characteristic defines what the assessment seeks to assess. It can\r\n# be associated with a MetaClass, and more specifically with one of its\r\n# MetaAttributes. For example, MetaClass Risk, MetaAttribute: LikeLihood. An\r\n# assessment session can handle several assessed characteristics.\r\ntype AssessedCharacteristics {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n updateMetaAttribute: AssessedCharacteristicsUpdateMetaAttributeEnum\r\n listViewDisplayMode: AssessedCharacteristicsListViewDisplayModeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n metaAttributeValue_PropertyLiteralValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n possibleAnswerValue_PropertyLiteralValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentNode_ElementwithProperty(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n audit_ElementwithProperty(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n plan_ElementwithProperty(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n businessLine_ElementwithProperty(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_ElementwithProperty(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_ElementwithProperty(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_ElementwithProperty(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithProperty(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentSession_ElementwithProperty(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_ElementwithProperty(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n questionnaire_ElementwithProperty(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_ElementwithProperty(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_ElementwithProperty(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_ElementwithProperty(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_ElementwithProperty(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_ElementwithProperty(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithProperty(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation_ElementwithProperty(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess_ElementwithProperty(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n metaAttribute_Characteristic(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n assessmentTemplate(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_AssessedValue(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n aggregationRule_AggregationRulewhereIn(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n aggregationRule_AggregationRulewhereOut(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n}\r\n\r\ninput AssessedCharacteristicsFilter {\r\n and: [AssessedCharacteristicsFilter!]\r\n or: [AssessedCharacteristicsFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n updateMetaAttribute: AssessedCharacteristicsUpdateMetaAttributeEnum\r\n updateMetaAttribute_not: AssessedCharacteristicsUpdateMetaAttributeEnum\r\n updateMetaAttribute_in: [AssessedCharacteristicsUpdateMetaAttributeEnum!]\r\n updateMetaAttribute_not_in: [AssessedCharacteristicsUpdateMetaAttributeEnum!]\r\n listViewDisplayMode: AssessedCharacteristicsListViewDisplayModeEnum\r\n listViewDisplayMode_not: AssessedCharacteristicsListViewDisplayModeEnum\r\n listViewDisplayMode_in: [AssessedCharacteristicsListViewDisplayModeEnum!]\r\n listViewDisplayMode_not_in: [AssessedCharacteristicsListViewDisplayModeEnum!]\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 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 metaAttributeValue_PropertyLiteralValue_some: [AssessedCharacteristicsFilter!]\r\n possibleAnswerValue_PropertyLiteralValue_some: [AssessedCharacteristicsFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AssessedCharacteristicsFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AssessedCharacteristicsFilter!]\r\n assessmentNode_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n audit_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n plan_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n businessLine_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n test_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n assessmentCampaign_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n risk_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n businessDocument_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n assessmentSession_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n assessedCharacteristicValue_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n questionnaire_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n issue_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n control_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n testTheme_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n testActivity_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n application_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n orgUnit_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n assessmentAggregation_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n businessProcess_ElementwithProperty_some: [AssessedCharacteristicsFilter!]\r\n scoringRule_some: [AssessedCharacteristicsFilter!]\r\n metaAttribute_Characteristic_some: [AssessedCharacteristicsFilter!]\r\n assessmentTemplate_some: [AssessedCharacteristicsFilter!]\r\n assessmentSession_some: [AssessedCharacteristicsFilter!]\r\n assessedCharacteristicValue_AssessedValue_some: [AssessedCharacteristicsFilter!]\r\n aggregationRule_AggregationRulewhereIn_some: [AssessedCharacteristicsFilter!]\r\n aggregationRule_AggregationRulewhereOut_some: [AssessedCharacteristicsFilter!]\r\n}\r\n\r\nenum AssessedCharacteristicsListViewDisplayModeEnum {\r\n ReadOnly\r\n Display\r\n Hide\r\n}\r\n\r\nenum AssessedCharacteristicsUpdateMetaAttributeEnum {\r\n CopyvaluefromoneAssessedValue\r\n SpecificMacro\r\n Averageifmultiplevalues\r\n}\r\n\r\n# Defined for each assessment context and for each characteristic of the assessed object.\r\ntype AssessedCharacteristicValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n computedValue: Float\r\n signedValue: Float\r\n simulatedAssessmentValue: Float\r\n assessmentNodeName: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessedCharacteristics_AssessedCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n metaAttributeValue_PropertyValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n}\r\n\r\ninput AssessedCharacteristicValueFilter {\r\n and: [AssessedCharacteristicValueFilter!]\r\n or: [AssessedCharacteristicValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n computedValue: Float\r\n computedValue_not: Float\r\n computedValue_in: [Float!]\r\n computedValue_not_in: [Float!]\r\n computedValue_lt: Float\r\n computedValue_lte: Float\r\n computedValue_gt: Float\r\n computedValue_gte: Float\r\n signedValue: Float\r\n signedValue_not: Float\r\n signedValue_in: [Float!]\r\n signedValue_not_in: [Float!]\r\n signedValue_lt: Float\r\n signedValue_lte: Float\r\n signedValue_gt: Float\r\n signedValue_gte: Float\r\n simulatedAssessmentValue: Float\r\n simulatedAssessmentValue_not: Float\r\n simulatedAssessmentValue_in: [Float!]\r\n simulatedAssessmentValue_not_in: [Float!]\r\n simulatedAssessmentValue_lt: Float\r\n simulatedAssessmentValue_lte: Float\r\n simulatedAssessmentValue_gt: Float\r\n simulatedAssessmentValue_gte: Float\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String!]\r\n assessmentNodeName_not_in: [String!]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\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 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 assessmentSession_some: [AssessedCharacteristicValueFilter!]\r\n businessRole_Propertycontained_some: [AssessedCharacteristicValueFilter!]\r\n uniqueValue_Propertycontained_some: [AssessedCharacteristicValueFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AssessedCharacteristicValueFilter!]\r\n multipleValue_Propertycontained_some: [AssessedCharacteristicValueFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AssessedCharacteristicValueFilter!]\r\n assessmentNode_some: [AssessedCharacteristicValueFilter!]\r\n assessedCharacteristics_AssessedCharacteristic_some: [AssessedCharacteristicValueFilter!]\r\n metaAttributeValue_PropertyValue_some: [AssessedCharacteristicValueFilter!]\r\n}\r\n\r\n# The Assessment Aggregation can be used by report Template to apply one or many\r\n# Aggregation schemas on different Contextual value of multiple Assessment sessions. \r\ntype AssessmentAggregation {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n aggregationBeginDate: Date\r\n aggregationEndDate: Date\r\n assessmentScheduling: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n assessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n assessmentNode_OwnedAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode_InitialAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n}\r\n\r\ninput AssessmentAggregationFilter {\r\n and: [AssessmentAggregationFilter!]\r\n or: [AssessmentAggregationFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n aggregationBeginDate: Date\r\n aggregationBeginDate_not: Date\r\n aggregationBeginDate_in: [Date!]\r\n aggregationBeginDate_not_in: [Date!]\r\n aggregationBeginDate_lt: Date\r\n aggregationBeginDate_lte: Date\r\n aggregationBeginDate_gt: Date\r\n aggregationBeginDate_gte: Date\r\n aggregationEndDate: Date\r\n aggregationEndDate_not: Date\r\n aggregationEndDate_in: [Date!]\r\n aggregationEndDate_not_in: [Date!]\r\n aggregationEndDate_lt: Date\r\n aggregationEndDate_lte: Date\r\n aggregationEndDate_gt: Date\r\n aggregationEndDate_gte: Date\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String!]\r\n assessmentScheduling_not_in: [String!]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\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 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 aggregationSchema_some: [AssessmentAggregationFilter!]\r\n assessmentCampaign_some: [AssessmentAggregationFilter!]\r\n assessmentNode_OwnedAssessmentNode_some: [AssessmentAggregationFilter!]\r\n assessmentNode_InitialAssessmentNode_some: [AssessmentAggregationFilter!]\r\n assessmentNode_some: [AssessmentAggregationFilter!]\r\n businessRole_Propertycontained_some: [AssessmentAggregationFilter!]\r\n uniqueValue_Propertycontained_some: [AssessmentAggregationFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AssessmentAggregationFilter!]\r\n multipleValue_Propertycontained_some: [AssessmentAggregationFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AssessmentAggregationFilter!]\r\n}\r\n\r\n# A campaign enables grouping of several assessment sessions.\r\ntype AssessmentCampaign {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n assessmentCampaignCode: String\r\n scheduleAggregation: String\r\n campaignType: AssessmentCampaignCampaignTypeEnum\r\n assessmentScheduling: String\r\n assessmentCampaignStatus: AssessmentCampaignAssessmentCampaignStatusEnum\r\n assessmentCampaignBeginDate: Date\r\n assessmentCampaignEndDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentAggregation_AssessmentAggregations(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n assessmentCampaignOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n plan_ElementwithAssessmentCampaign(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentTemplate(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n}\r\n\r\nenum AssessmentCampaignAssessmentCampaignStatusEnum {\r\n InPreparation\r\n InProgress\r\n Closed\r\n DeploymentinProgress\r\n TobePlanned\r\n}\r\n\r\nenum AssessmentCampaignCampaignTypeEnum {\r\n WithTemplate\r\n Execution\r\n WithoutTemplate\r\n}\r\n\r\ninput AssessmentCampaignFilter {\r\n and: [AssessmentCampaignFilter!]\r\n or: [AssessmentCampaignFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentCampaignCode: String\r\n assessmentCampaignCode_not: String\r\n assessmentCampaignCode_in: [String!]\r\n assessmentCampaignCode_not_in: [String!]\r\n assessmentCampaignCode_lt: String\r\n assessmentCampaignCode_lte: String\r\n assessmentCampaignCode_gt: String\r\n assessmentCampaignCode_gte: String\r\n assessmentCampaignCode_contains: String\r\n assessmentCampaignCode_not_contains: String\r\n assessmentCampaignCode_starts_with: String\r\n assessmentCampaignCode_not_starts_with: String\r\n assessmentCampaignCode_ends_with: String\r\n assessmentCampaignCode_not_ends_with: String\r\n scheduleAggregation: String\r\n scheduleAggregation_not: String\r\n scheduleAggregation_in: [String!]\r\n scheduleAggregation_not_in: [String!]\r\n scheduleAggregation_lt: String\r\n scheduleAggregation_lte: String\r\n scheduleAggregation_gt: String\r\n scheduleAggregation_gte: String\r\n scheduleAggregation_contains: String\r\n scheduleAggregation_not_contains: String\r\n scheduleAggregation_starts_with: String\r\n scheduleAggregation_not_starts_with: String\r\n scheduleAggregation_ends_with: String\r\n scheduleAggregation_not_ends_with: String\r\n campaignType: AssessmentCampaignCampaignTypeEnum\r\n campaignType_not: AssessmentCampaignCampaignTypeEnum\r\n campaignType_in: [AssessmentCampaignCampaignTypeEnum!]\r\n campaignType_not_in: [AssessmentCampaignCampaignTypeEnum!]\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String!]\r\n assessmentScheduling_not_in: [String!]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\r\n assessmentCampaignStatus: AssessmentCampaignAssessmentCampaignStatusEnum\r\n assessmentCampaignStatus_not: AssessmentCampaignAssessmentCampaignStatusEnum\r\n assessmentCampaignStatus_in: [AssessmentCampaignAssessmentCampaignStatusEnum!]\r\n assessmentCampaignStatus_not_in: [AssessmentCampaignAssessmentCampaignStatusEnum!]\r\n assessmentCampaignBeginDate: Date\r\n assessmentCampaignBeginDate_not: Date\r\n assessmentCampaignBeginDate_in: [Date!]\r\n assessmentCampaignBeginDate_not_in: [Date!]\r\n assessmentCampaignBeginDate_lt: Date\r\n assessmentCampaignBeginDate_lte: Date\r\n assessmentCampaignBeginDate_gt: Date\r\n assessmentCampaignBeginDate_gte: Date\r\n assessmentCampaignEndDate: Date\r\n assessmentCampaignEndDate_not: Date\r\n assessmentCampaignEndDate_in: [Date!]\r\n assessmentCampaignEndDate_not_in: [Date!]\r\n assessmentCampaignEndDate_lt: Date\r\n assessmentCampaignEndDate_lte: Date\r\n assessmentCampaignEndDate_gt: Date\r\n assessmentCampaignEndDate_gte: Date\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 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 assessmentAggregation_AssessmentAggregations_some: [AssessmentCampaignFilter!]\r\n businessDocument_AttachedDocument_some: [AssessmentCampaignFilter!]\r\n businessDocument_ReferredtoDocument_some: [AssessmentCampaignFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [AssessmentCampaignFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [AssessmentCampaignFilter!]\r\n assessmentCampaignOwner_PersonSystem_some: [AssessmentCampaignFilter!]\r\n businessRole_Propertycontained_some: [AssessmentCampaignFilter!]\r\n uniqueValue_Propertycontained_some: [AssessmentCampaignFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AssessmentCampaignFilter!]\r\n multipleValue_Propertycontained_some: [AssessmentCampaignFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AssessmentCampaignFilter!]\r\n plan_ElementwithAssessmentCampaign_some: [AssessmentCampaignFilter!]\r\n assessmentNode_some: [AssessmentCampaignFilter!]\r\n assessmentTemplate_some: [AssessmentCampaignFilter!]\r\n assessmentSession_some: [AssessmentCampaignFilter!]\r\n}\r\n\r\nenum AssessmentCampaignStatusEnumFilter {\r\n InPreparation\r\n InProgress\r\n Closed\r\n DeploymentinProgress\r\n TobePlanned\r\n}\r\n\r\n# Defines assessment scope, that is the list of objects to be assessed, context\r\n# objects and assessors. A deployment collection can be of both Object to be\r\n# assessed and Assessor type.\r\ntype AssessmentDeploymentCollection {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n objectstoassess: Boolean\r\n contextobjects: Boolean\r\n respondents: Boolean\r\n fillingMode: AssessmentDeploymentCollectionFillingModeEnum\r\n filledbyuser: Boolean\r\n typeEffectiveCollection: AssessmentDeploymentCollectionTypeEffectiveCollectionEnum\r\n characteristicsusagemode: AssessmentDeploymentCollectionCharacteristicsusagemodeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n metaAttributeValue_PropertyLiteralValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n possibleAnswerValue_PropertyLiteralValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n metaAttribute_GenericObjectSystem(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n personSystem_GenericObjectSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n metaAttributeValue_GenericObjectSystem(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n businessRole_GenericObjectSystem(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n reduction_GenericObjectSystem(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n scoringRule_GenericObjectSystem(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n aggregationRule_GenericObjectSystem(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n distribution_GenericObjectSystem(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n metaTest_GenericObjectSystem(filter: filterMetaTest, orderBy: [orderByMetaTest]): [MetaTest]\r\n uniqueValue_GenericObjectSystem(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_GenericObjectSystem(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n aggregationStepGroup_GenericObjectSystem(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n multipleValue_GenericObjectSystem(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentTemplate_GenericObjectSystem(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n aggregationSchema_GenericObjectSystem(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n substitutionAssessment_GenericObjectSystem(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n possibleAnswerValue_GenericObjectSystem(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n questionnaireTemplate_GenericObjectSystem(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n questionGroup_GenericObjectSystem(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n question_GenericObjectSystem(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n macro_GenericObjectSystem(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n businessDocumentPattern_GenericObjectSystem(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n documentCategory_GenericObjectSystem(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n questionnaireTemplatePresentation_GenericObjectSystem(filter: filterQuestionnaireTemplatePresentation, orderBy: [orderByQuestionnaireTemplatePresentation]): [QuestionnaireTemplatePresentation]\r\n assessmentDeploymentCollection_GenericObjectSystem(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentNode_ElementwithProperty(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n audit_ElementwithProperty(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n plan_ElementwithProperty(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n businessLine_ElementwithProperty(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_ElementwithProperty(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_ElementwithProperty(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_ElementwithProperty(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithProperty(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentSession_ElementwithProperty(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_ElementwithProperty(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n questionnaire_ElementwithProperty(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_ElementwithProperty(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_ElementwithProperty(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_ElementwithProperty(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_ElementwithProperty(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_ElementwithProperty(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithProperty(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation_ElementwithProperty(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess_ElementwithProperty(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum AssessmentDeploymentCollectionCharacteristicsusagemodeEnum {\r\n UseAll\r\n UseasCandidates\r\n FillbyUser\r\n}\r\n\r\nenum AssessmentDeploymentCollectionFillingModeEnum {\r\n Macro\r\n MacrowithParameters\r\n Tree\r\n Query\r\n Objectslist\r\n}\r\n\r\ninput AssessmentDeploymentCollectionFilter {\r\n and: [AssessmentDeploymentCollectionFilter!]\r\n or: [AssessmentDeploymentCollectionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n objectstoassess: Boolean\r\n objectstoassess_not: Boolean\r\n contextobjects: Boolean\r\n contextobjects_not: Boolean\r\n respondents: Boolean\r\n respondents_not: Boolean\r\n fillingMode: AssessmentDeploymentCollectionFillingModeEnum\r\n fillingMode_not: AssessmentDeploymentCollectionFillingModeEnum\r\n fillingMode_in: [AssessmentDeploymentCollectionFillingModeEnum!]\r\n fillingMode_not_in: [AssessmentDeploymentCollectionFillingModeEnum!]\r\n filledbyuser: Boolean\r\n filledbyuser_not: Boolean\r\n typeEffectiveCollection: AssessmentDeploymentCollectionTypeEffectiveCollectionEnum\r\n typeEffectiveCollection_not: AssessmentDeploymentCollectionTypeEffectiveCollectionEnum\r\n typeEffectiveCollection_in: [AssessmentDeploymentCollectionTypeEffectiveCollectionEnum!]\r\n typeEffectiveCollection_not_in: [AssessmentDeploymentCollectionTypeEffectiveCollectionEnum!]\r\n characteristicsusagemode: AssessmentDeploymentCollectionCharacteristicsusagemodeEnum\r\n characteristicsusagemode_not: AssessmentDeploymentCollectionCharacteristicsusagemodeEnum\r\n characteristicsusagemode_in: [AssessmentDeploymentCollectionCharacteristicsusagemodeEnum!]\r\n characteristicsusagemode_not_in: [AssessmentDeploymentCollectionCharacteristicsusagemodeEnum!]\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 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 metaAttributeValue_PropertyLiteralValue_some: [AssessmentDeploymentCollectionFilter!]\r\n possibleAnswerValue_PropertyLiteralValue_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AssessmentDeploymentCollectionFilter!]\r\n metaAttribute_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n personSystem_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n metaAttributeValue_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n businessRole_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n reduction_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n scoringRule_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n aggregationRule_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n distribution_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n metaTest_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n uniqueValue_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n assessedCharacteristics_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n aggregationStepGroup_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n multipleValue_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentTemplate_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n aggregationSchema_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n substitutionAssessment_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n possibleAnswerValue_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n questionnaireTemplate_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n questionGroup_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n question_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n macro_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n businessDocumentPattern_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n documentCategory_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n questionnaireTemplatePresentation_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentDeploymentCollection_GenericObjectSystem_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentNode_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n audit_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n plan_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n businessLine_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n test_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentCampaign_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n risk_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n businessDocument_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentSession_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n assessedCharacteristicValue_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n questionnaire_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n issue_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n control_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n testTheme_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n testActivity_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n application_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n orgUnit_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n assessmentAggregation_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n businessProcess_ElementwithProperty_some: [AssessmentDeploymentCollectionFilter!]\r\n}\r\n\r\nenum AssessmentDeploymentCollectionTypeEffectiveCollectionEnum {\r\n Compute\r\n Overload\r\n Intersection\r\n}\r\n\r\n# The deployment query parameter value defines the value that will be used by the\r\n# MEGA query parameter corresponding to its deployment parameter. \r\ntype AssessmentDeploymentQueryParameterValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n queryParameterValue: String\r\n parameterValueAttributionMode: AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n metaAttribute_GenericObjectSystem(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n personSystem_GenericObjectSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n metaAttributeValue_GenericObjectSystem(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n businessRole_GenericObjectSystem(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n reduction_GenericObjectSystem(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n scoringRule_GenericObjectSystem(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n aggregationRule_GenericObjectSystem(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n distribution_GenericObjectSystem(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n metaTest_GenericObjectSystem(filter: filterMetaTest, orderBy: [orderByMetaTest]): [MetaTest]\r\n uniqueValue_GenericObjectSystem(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_GenericObjectSystem(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n aggregationStepGroup_GenericObjectSystem(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n multipleValue_GenericObjectSystem(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentTemplate_GenericObjectSystem(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n aggregationSchema_GenericObjectSystem(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n substitutionAssessment_GenericObjectSystem(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n possibleAnswerValue_GenericObjectSystem(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n questionnaireTemplate_GenericObjectSystem(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n questionGroup_GenericObjectSystem(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n question_GenericObjectSystem(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n macro_GenericObjectSystem(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n businessDocumentPattern_GenericObjectSystem(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n documentCategory_GenericObjectSystem(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n questionnaireTemplatePresentation_GenericObjectSystem(filter: filterQuestionnaireTemplatePresentation, orderBy: [orderByQuestionnaireTemplatePresentation]): [QuestionnaireTemplatePresentation]\r\n assessmentDeploymentCollection_GenericObjectSystem(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n}\r\n\r\ninput AssessmentDeploymentQueryParameterValueFilter {\r\n and: [AssessmentDeploymentQueryParameterValueFilter!]\r\n or: [AssessmentDeploymentQueryParameterValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n queryParameterValue: String\r\n queryParameterValue_not: String\r\n queryParameterValue_in: [String!]\r\n queryParameterValue_not_in: [String!]\r\n queryParameterValue_lt: String\r\n queryParameterValue_lte: String\r\n queryParameterValue_gt: String\r\n queryParameterValue_gte: String\r\n queryParameterValue_contains: String\r\n queryParameterValue_not_contains: String\r\n queryParameterValue_starts_with: String\r\n queryParameterValue_not_starts_with: String\r\n queryParameterValue_ends_with: String\r\n queryParameterValue_not_ends_with: String\r\n parameterValueAttributionMode: AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum\r\n parameterValueAttributionMode_not: AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum\r\n parameterValueAttributionMode_in: [AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum!]\r\n parameterValueAttributionMode_not_in: [AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum!]\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 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 metaAttribute_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n personSystem_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n metaAttributeValue_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n businessRole_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n reduction_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n scoringRule_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n aggregationRule_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n distribution_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n metaTest_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n uniqueValue_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n assessedCharacteristics_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n aggregationStepGroup_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n multipleValue_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n assessmentTemplate_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n aggregationSchema_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n substitutionAssessment_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n possibleAnswerValue_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n questionnaireTemplate_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n questionGroup_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n question_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n macro_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n businessDocumentPattern_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n documentCategory_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n questionnaireTemplatePresentation_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n assessmentDeploymentCollection_GenericObjectSystem_some: [AssessmentDeploymentQueryParameterValueFilter!]\r\n}\r\n\r\nenum AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum {\r\n GenericObject\r\n GenericObjectsystem\r\n Value\r\n Macro\r\n}\r\n\r\nenum AssessmentmodeEnumFilter {\r\n DataCall\r\n ExpertAssessment\r\n AssessmentSession\r\n}\r\n\r\n# Objects of this type are created either at assessment session deployment or at\r\n# aggregation. Objects created at deployment are owned by the session and enable\r\n# determination of the object that will be evaluated, by whom and where. It is\r\n# also associated with values calculated from answers given in the assessor\r\n# questionnaire for each of the assessed characteristics. \r\ntype AssessmentNode {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n progression: AssessmentNodeProgressionEnum\r\n assessmentNodeName: String\r\n assessmentContext: String\r\n validityforAggregation: AssessmentNodeValidityforAggregationEnum\r\n validityforAssessment: AssessmentNodeValidityforAssessmentEnum\r\n assessedObjectandContext: String\r\n assessedObjectType: String\r\n contextualValueCompletionDate: Date\r\n assessmentOrder: Int\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentAggregation_OwningAssessmentAggregation(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n assessmentAggregation_ParentAssessmentAggregation(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n assessmentAggregation_UsingAssessmentAggregations(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessmentNode_SourceAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode_DistributedAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n audit_AssessmentContext(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n businessLine_AssessmentContext(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_AssessmentContext(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n risk_AssessmentContext(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_AssessmentContext(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_AssessmentContext(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_AssessmentContext(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_AssessmentContext(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssessmentContext(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_AssessmentContext(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n workPaper_AssessedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n businessLine_AssessedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n risk_AssessedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_AssessedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_AssessedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssessedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_AssessedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentNode_HigherAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode_LowerAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentSession_AggregatingforAssessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n reduction_Aggregation(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n distribution_Aggregation(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n aggregationStepGroup_Aggregation(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n substitutionAssessment_Aggregation(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n assessedCharacteristicValue_AssessedValue(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n assessmentSignatory(filter: filterAssessmentSignatory, orderBy: [orderByAssessmentSignatory]): [AssessmentSignatory]\r\n}\r\n\r\ninput AssessmentNodeFilter {\r\n and: [AssessmentNodeFilter!]\r\n or: [AssessmentNodeFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n progression: AssessmentNodeProgressionEnum\r\n progression_not: AssessmentNodeProgressionEnum\r\n progression_in: [AssessmentNodeProgressionEnum!]\r\n progression_not_in: [AssessmentNodeProgressionEnum!]\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String!]\r\n assessmentNodeName_not_in: [String!]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\r\n assessmentContext: String\r\n assessmentContext_not: String\r\n assessmentContext_in: [String!]\r\n assessmentContext_not_in: [String!]\r\n assessmentContext_lt: String\r\n assessmentContext_lte: String\r\n assessmentContext_gt: String\r\n assessmentContext_gte: String\r\n assessmentContext_contains: String\r\n assessmentContext_not_contains: String\r\n assessmentContext_starts_with: String\r\n assessmentContext_not_starts_with: String\r\n assessmentContext_ends_with: String\r\n assessmentContext_not_ends_with: String\r\n validityforAggregation: AssessmentNodeValidityforAggregationEnum\r\n validityforAggregation_not: AssessmentNodeValidityforAggregationEnum\r\n validityforAggregation_in: [AssessmentNodeValidityforAggregationEnum!]\r\n validityforAggregation_not_in: [AssessmentNodeValidityforAggregationEnum!]\r\n validityforAssessment: AssessmentNodeValidityforAssessmentEnum\r\n validityforAssessment_not: AssessmentNodeValidityforAssessmentEnum\r\n validityforAssessment_in: [AssessmentNodeValidityforAssessmentEnum!]\r\n validityforAssessment_not_in: [AssessmentNodeValidityforAssessmentEnum!]\r\n assessedObjectandContext: String\r\n assessedObjectandContext_not: String\r\n assessedObjectandContext_in: [String!]\r\n assessedObjectandContext_not_in: [String!]\r\n assessedObjectandContext_lt: String\r\n assessedObjectandContext_lte: String\r\n assessedObjectandContext_gt: String\r\n assessedObjectandContext_gte: String\r\n assessedObjectandContext_contains: String\r\n assessedObjectandContext_not_contains: String\r\n assessedObjectandContext_starts_with: String\r\n assessedObjectandContext_not_starts_with: String\r\n assessedObjectandContext_ends_with: String\r\n assessedObjectandContext_not_ends_with: String\r\n assessedObjectType: String\r\n assessedObjectType_not: String\r\n assessedObjectType_in: [String!]\r\n assessedObjectType_not_in: [String!]\r\n assessedObjectType_lt: String\r\n assessedObjectType_lte: String\r\n assessedObjectType_gt: String\r\n assessedObjectType_gte: String\r\n assessedObjectType_contains: String\r\n assessedObjectType_not_contains: String\r\n assessedObjectType_starts_with: String\r\n assessedObjectType_not_starts_with: String\r\n assessedObjectType_ends_with: String\r\n assessedObjectType_not_ends_with: String\r\n contextualValueCompletionDate: Date\r\n contextualValueCompletionDate_not: Date\r\n contextualValueCompletionDate_in: [Date!]\r\n contextualValueCompletionDate_not_in: [Date!]\r\n contextualValueCompletionDate_lt: Date\r\n contextualValueCompletionDate_lte: Date\r\n contextualValueCompletionDate_gt: Date\r\n contextualValueCompletionDate_gte: Date\r\n assessmentOrder: Int\r\n assessmentOrder_not: Int\r\n assessmentOrder_in: [Int!]\r\n assessmentOrder_not_in: [Int!]\r\n assessmentOrder_lt: Int\r\n assessmentOrder_lte: Int\r\n assessmentOrder_gt: Int\r\n assessmentOrder_gte: Int\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 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 assessmentAggregation_OwningAssessmentAggregation_some: [AssessmentNodeFilter!]\r\n assessmentAggregation_ParentAssessmentAggregation_some: [AssessmentNodeFilter!]\r\n assessmentAggregation_UsingAssessmentAggregations_some: [AssessmentNodeFilter!]\r\n businessDocument_AttachedDocument_some: [AssessmentNodeFilter!]\r\n businessDocument_ReferredtoDocument_some: [AssessmentNodeFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [AssessmentNodeFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [AssessmentNodeFilter!]\r\n aggregationSchema_some: [AssessmentNodeFilter!]\r\n assessmentSession_some: [AssessmentNodeFilter!]\r\n assessmentNode_SourceAssessmentNode_some: [AssessmentNodeFilter!]\r\n assessmentNode_DistributedAssessmentNode_some: [AssessmentNodeFilter!]\r\n businessRole_Propertycontained_some: [AssessmentNodeFilter!]\r\n uniqueValue_Propertycontained_some: [AssessmentNodeFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AssessmentNodeFilter!]\r\n multipleValue_Propertycontained_some: [AssessmentNodeFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AssessmentNodeFilter!]\r\n assessmentCampaign_some: [AssessmentNodeFilter!]\r\n audit_AssessmentContext_some: [AssessmentNodeFilter!]\r\n businessLine_AssessmentContext_some: [AssessmentNodeFilter!]\r\n test_AssessmentContext_some: [AssessmentNodeFilter!]\r\n risk_AssessmentContext_some: [AssessmentNodeFilter!]\r\n control_AssessmentContext_some: [AssessmentNodeFilter!]\r\n testTheme_AssessmentContext_some: [AssessmentNodeFilter!]\r\n testActivity_AssessmentContext_some: [AssessmentNodeFilter!]\r\n application_AssessmentContext_some: [AssessmentNodeFilter!]\r\n orgUnit_AssessmentContext_some: [AssessmentNodeFilter!]\r\n businessProcess_AssessmentContext_some: [AssessmentNodeFilter!]\r\n workPaper_AssessedObject_some: [AssessmentNodeFilter!]\r\n businessLine_AssessedObject_some: [AssessmentNodeFilter!]\r\n risk_AssessedObject_some: [AssessmentNodeFilter!]\r\n control_AssessedObject_some: [AssessmentNodeFilter!]\r\n application_AssessedObject_some: [AssessmentNodeFilter!]\r\n orgUnit_AssessedObject_some: [AssessmentNodeFilter!]\r\n businessProcess_AssessedObject_some: [AssessmentNodeFilter!]\r\n assessmentNode_HigherAssessmentNode_some: [AssessmentNodeFilter!]\r\n assessmentNode_LowerAssessmentNode_some: [AssessmentNodeFilter!]\r\n assessmentSession_AggregatingforAssessmentSession_some: [AssessmentNodeFilter!]\r\n reduction_Aggregation_some: [AssessmentNodeFilter!]\r\n distribution_Aggregation_some: [AssessmentNodeFilter!]\r\n aggregationStepGroup_Aggregation_some: [AssessmentNodeFilter!]\r\n substitutionAssessment_Aggregation_some: [AssessmentNodeFilter!]\r\n assessedCharacteristicValue_AssessedValue_some: [AssessmentNodeFilter!]\r\n assessmentSignatory_some: [AssessmentNodeFilter!]\r\n}\r\n\r\nenum AssessmentNodeProgressionEnum {\r\n Completed\r\n Started\r\n Notstarted\r\n}\r\n\r\nenum AssessmentNodeValidityforAggregationEnum {\r\n Valid\r\n NotValid\r\n}\r\n\r\nenum AssessmentNodeValidityforAssessmentEnum {\r\n Valid\r\n NotValid\r\n}\r\n\r\nenum AssessmentScopeDefinitionEnumFilter {\r\n ByCollection\r\n ByTree\r\n}\r\n\r\n# An assessment session is an assessment carried out over a determined time\r\n# period. When an assessment session is published, an assessment questionnaire\r\n# containing questions is sent to targeted assessors.\r\ntype AssessmentSession {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n assessmentPlannedStartDate: Date\r\n assessmentPlannedEndDate: Date\r\n assessmentValidationEndDate: Date\r\n assessmentEffectiveStartDate: Date\r\n assessmentEffectiveEndDate: Date\r\n assessmentmode: AssessmentSessionAssessmentmodeEnum\r\n assessmentSessionStatus: AssessmentSessionAssessmentSessionStatusEnum\r\n assessmentSessionCode: String\r\n sessionPresentationherited: String\r\n sessionPresentation: String\r\n assessmentScopeDefinition: AssessmentSessionAssessmentScopeDefinitionEnum\r\n assessmentScheduling: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n questionnaireTemplate_UsedQuestionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n assessmentTemplate(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n assessmentSessionResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessedCharacteristicValue_Characteristicstofill(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n workPaper_AssessedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n businessLine_AssessedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n risk_AssessedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_AssessedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_AssessedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssessedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_AssessedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n assessmentNode_AggregationAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n questionnaire(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n folderofAssessmentSessions_AssessmentFolder(filter: filterFolderofAssessmentSessions, orderBy: [orderByFolderofAssessmentSessions]): [FolderofAssessmentSessions]\r\n assessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n assessedCharacteristics(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n questionnaireTemplatePresentation(filter: filterQuestionnaireTemplatePresentation, orderBy: [orderByQuestionnaireTemplatePresentation]): [QuestionnaireTemplatePresentation]\r\n}\r\n\r\nenum AssessmentSessionAssessmentmodeEnum {\r\n DataCall\r\n ExpertAssessment\r\n AssessmentSession\r\n}\r\n\r\nenum AssessmentSessionAssessmentScopeDefinitionEnum {\r\n ByCollection\r\n ByTree\r\n}\r\n\r\nenum AssessmentSessionAssessmentSessionStatusEnum {\r\n Tobevalidated\r\n Inprogress\r\n Closed\r\n Cancelled\r\n Ready\r\n Allprocessinginprogress\r\n Planned\r\n Inpreparation\r\n DeploymentinProgress\r\n GeneratingQuestionnairesinProgress\r\n}\r\n\r\ninput AssessmentSessionFilter {\r\n and: [AssessmentSessionFilter!]\r\n or: [AssessmentSessionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentPlannedStartDate: Date\r\n assessmentPlannedStartDate_not: Date\r\n assessmentPlannedStartDate_in: [Date!]\r\n assessmentPlannedStartDate_not_in: [Date!]\r\n assessmentPlannedStartDate_lt: Date\r\n assessmentPlannedStartDate_lte: Date\r\n assessmentPlannedStartDate_gt: Date\r\n assessmentPlannedStartDate_gte: Date\r\n assessmentPlannedEndDate: Date\r\n assessmentPlannedEndDate_not: Date\r\n assessmentPlannedEndDate_in: [Date!]\r\n assessmentPlannedEndDate_not_in: [Date!]\r\n assessmentPlannedEndDate_lt: Date\r\n assessmentPlannedEndDate_lte: Date\r\n assessmentPlannedEndDate_gt: Date\r\n assessmentPlannedEndDate_gte: Date\r\n assessmentValidationEndDate: Date\r\n assessmentValidationEndDate_not: Date\r\n assessmentValidationEndDate_in: [Date!]\r\n assessmentValidationEndDate_not_in: [Date!]\r\n assessmentValidationEndDate_lt: Date\r\n assessmentValidationEndDate_lte: Date\r\n assessmentValidationEndDate_gt: Date\r\n assessmentValidationEndDate_gte: Date\r\n assessmentEffectiveStartDate: Date\r\n assessmentEffectiveStartDate_not: Date\r\n assessmentEffectiveStartDate_in: [Date!]\r\n assessmentEffectiveStartDate_not_in: [Date!]\r\n assessmentEffectiveStartDate_lt: Date\r\n assessmentEffectiveStartDate_lte: Date\r\n assessmentEffectiveStartDate_gt: Date\r\n assessmentEffectiveStartDate_gte: Date\r\n assessmentEffectiveEndDate: Date\r\n assessmentEffectiveEndDate_not: Date\r\n assessmentEffectiveEndDate_in: [Date!]\r\n assessmentEffectiveEndDate_not_in: [Date!]\r\n assessmentEffectiveEndDate_lt: Date\r\n assessmentEffectiveEndDate_lte: Date\r\n assessmentEffectiveEndDate_gt: Date\r\n assessmentEffectiveEndDate_gte: Date\r\n assessmentmode: AssessmentSessionAssessmentmodeEnum\r\n assessmentmode_not: AssessmentSessionAssessmentmodeEnum\r\n assessmentmode_in: [AssessmentSessionAssessmentmodeEnum!]\r\n assessmentmode_not_in: [AssessmentSessionAssessmentmodeEnum!]\r\n assessmentSessionStatus: AssessmentSessionAssessmentSessionStatusEnum\r\n assessmentSessionStatus_not: AssessmentSessionAssessmentSessionStatusEnum\r\n assessmentSessionStatus_in: [AssessmentSessionAssessmentSessionStatusEnum!]\r\n assessmentSessionStatus_not_in: [AssessmentSessionAssessmentSessionStatusEnum!]\r\n assessmentSessionCode: String\r\n assessmentSessionCode_not: String\r\n assessmentSessionCode_in: [String!]\r\n assessmentSessionCode_not_in: [String!]\r\n assessmentSessionCode_lt: String\r\n assessmentSessionCode_lte: String\r\n assessmentSessionCode_gt: String\r\n assessmentSessionCode_gte: String\r\n assessmentSessionCode_contains: String\r\n assessmentSessionCode_not_contains: String\r\n assessmentSessionCode_starts_with: String\r\n assessmentSessionCode_not_starts_with: String\r\n assessmentSessionCode_ends_with: String\r\n assessmentSessionCode_not_ends_with: String\r\n sessionPresentationherited: String\r\n sessionPresentationherited_not: String\r\n sessionPresentationherited_in: [String!]\r\n sessionPresentationherited_not_in: [String!]\r\n sessionPresentationherited_lt: String\r\n sessionPresentationherited_lte: String\r\n sessionPresentationherited_gt: String\r\n sessionPresentationherited_gte: String\r\n sessionPresentationherited_contains: String\r\n sessionPresentationherited_not_contains: String\r\n sessionPresentationherited_starts_with: String\r\n sessionPresentationherited_not_starts_with: String\r\n sessionPresentationherited_ends_with: String\r\n sessionPresentationherited_not_ends_with: String\r\n sessionPresentation: String\r\n sessionPresentation_not: String\r\n sessionPresentation_in: [String!]\r\n sessionPresentation_not_in: [String!]\r\n sessionPresentation_lt: String\r\n sessionPresentation_lte: String\r\n sessionPresentation_gt: String\r\n sessionPresentation_gte: String\r\n sessionPresentation_contains: String\r\n sessionPresentation_not_contains: String\r\n sessionPresentation_starts_with: String\r\n sessionPresentation_not_starts_with: String\r\n sessionPresentation_ends_with: String\r\n sessionPresentation_not_ends_with: String\r\n assessmentScopeDefinition: AssessmentSessionAssessmentScopeDefinitionEnum\r\n assessmentScopeDefinition_not: AssessmentSessionAssessmentScopeDefinitionEnum\r\n assessmentScopeDefinition_in: [AssessmentSessionAssessmentScopeDefinitionEnum!]\r\n assessmentScopeDefinition_not_in: [AssessmentSessionAssessmentScopeDefinitionEnum!]\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String!]\r\n assessmentScheduling_not_in: [String!]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\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 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 businessDocument_AttachedDocument_some: [AssessmentSessionFilter!]\r\n questionnaireTemplate_UsedQuestionnaireTemplate_some: [AssessmentSessionFilter!]\r\n businessDocument_ReferredtoDocument_some: [AssessmentSessionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [AssessmentSessionFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [AssessmentSessionFilter!]\r\n assessmentTemplate_some: [AssessmentSessionFilter!]\r\n assessmentSessionResponsible_PersonSystem_some: [AssessmentSessionFilter!]\r\n assessedCharacteristicValue_Characteristicstofill_some: [AssessmentSessionFilter!]\r\n assessmentNode_some: [AssessmentSessionFilter!]\r\n workPaper_AssessedObject_some: [AssessmentSessionFilter!]\r\n businessLine_AssessedObject_some: [AssessmentSessionFilter!]\r\n risk_AssessedObject_some: [AssessmentSessionFilter!]\r\n control_AssessedObject_some: [AssessmentSessionFilter!]\r\n application_AssessedObject_some: [AssessmentSessionFilter!]\r\n orgUnit_AssessedObject_some: [AssessmentSessionFilter!]\r\n businessProcess_AssessedObject_some: [AssessmentSessionFilter!]\r\n businessRole_Propertycontained_some: [AssessmentSessionFilter!]\r\n uniqueValue_Propertycontained_some: [AssessmentSessionFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AssessmentSessionFilter!]\r\n multipleValue_Propertycontained_some: [AssessmentSessionFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AssessmentSessionFilter!]\r\n aggregationSchema_some: [AssessmentSessionFilter!]\r\n scoringRule_some: [AssessmentSessionFilter!]\r\n assessmentNode_AggregationAssessmentNode_some: [AssessmentSessionFilter!]\r\n questionnaireTemplate_some: [AssessmentSessionFilter!]\r\n questionnaire_some: [AssessmentSessionFilter!]\r\n folderofAssessmentSessions_AssessmentFolder_some: [AssessmentSessionFilter!]\r\n assessmentCampaign_some: [AssessmentSessionFilter!]\r\n assessedCharacteristics_some: [AssessmentSessionFilter!]\r\n questionnaireTemplatePresentation_some: [AssessmentSessionFilter!]\r\n}\r\n\r\nenum AssessmentSessionStatusEnumFilter {\r\n Tobevalidated\r\n Inprogress\r\n Closed\r\n Cancelled\r\n Ready\r\n Allprocessinginprogress\r\n Planned\r\n Inpreparation\r\n DeploymentinProgress\r\n GeneratingQuestionnairesinProgress\r\n}\r\n\r\n# Enables specification of the person or assignment of a person assessing a given\r\n# object in a questionnaire and in a specific context if required.\r\ntype AssessmentSignatory {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n signatoryType: AssessmentSignatorySignatoryTypeEnum\r\n assessmentNodeName: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n personSystem_MegaPerson(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n questionnaire(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput AssessmentSignatoryFilter {\r\n and: [AssessmentSignatoryFilter!]\r\n or: [AssessmentSignatoryFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n signatoryType: AssessmentSignatorySignatoryTypeEnum\r\n signatoryType_not: AssessmentSignatorySignatoryTypeEnum\r\n signatoryType_in: [AssessmentSignatorySignatoryTypeEnum!]\r\n signatoryType_not_in: [AssessmentSignatorySignatoryTypeEnum!]\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String!]\r\n assessmentNodeName_not_in: [String!]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\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 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 personSystem_MegaPerson_some: [AssessmentSignatoryFilter!]\r\n questionnaire_some: [AssessmentSignatoryFilter!]\r\n assessmentNode_some: [AssessmentSignatoryFilter!]\r\n}\r\n\r\nenum AssessmentSignatorySignatoryTypeEnum {\r\n Respondent\r\n}\r\n\r\n# The assessment template defines the assessment scope, the type of questionnaire\r\n# to be used, and if required, the aggregation schemas to be applied for\r\n# interpretation of global results. It is used as a model for definition of one or\r\n# several campaigns or assessment sessions. The assessment template can also\r\n# supply deployment queries that can be activated from one session to another to\r\n# better determine the scope of objects to be assessed, the context and even the respondents. \r\ntype AssessmentTemplate {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n assessmentmode: AssessmentTemplateAssessmentmodeEnum\r\n dataCallDisplayMode: AssessmentTemplateDataCallDisplayModeEnum\r\n assessmentScopeDefinition: AssessmentTemplateAssessmentScopeDefinitionEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n assessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n assessedCharacteristics_AssessedCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n}\r\n\r\nenum AssessmentTemplateAssessmentmodeEnum {\r\n DataCall\r\n ExpertAssessment\r\n AssessmentSession\r\n}\r\n\r\nenum AssessmentTemplateAssessmentScopeDefinitionEnum {\r\n ByCollection\r\n ByTree\r\n}\r\n\r\nenum AssessmentTemplateDataCallDisplayModeEnum {\r\n Displaypropertiesinpage\r\n Displaypropertiesincolumns\r\n}\r\n\r\ninput AssessmentTemplateFilter {\r\n and: [AssessmentTemplateFilter!]\r\n or: [AssessmentTemplateFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentmode: AssessmentTemplateAssessmentmodeEnum\r\n assessmentmode_not: AssessmentTemplateAssessmentmodeEnum\r\n assessmentmode_in: [AssessmentTemplateAssessmentmodeEnum!]\r\n assessmentmode_not_in: [AssessmentTemplateAssessmentmodeEnum!]\r\n dataCallDisplayMode: AssessmentTemplateDataCallDisplayModeEnum\r\n dataCallDisplayMode_not: AssessmentTemplateDataCallDisplayModeEnum\r\n dataCallDisplayMode_in: [AssessmentTemplateDataCallDisplayModeEnum!]\r\n dataCallDisplayMode_not_in: [AssessmentTemplateDataCallDisplayModeEnum!]\r\n assessmentScopeDefinition: AssessmentTemplateAssessmentScopeDefinitionEnum\r\n assessmentScopeDefinition_not: AssessmentTemplateAssessmentScopeDefinitionEnum\r\n assessmentScopeDefinition_in: [AssessmentTemplateAssessmentScopeDefinitionEnum!]\r\n assessmentScopeDefinition_not_in: [AssessmentTemplateAssessmentScopeDefinitionEnum!]\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 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 aggregationSchema_some: [AssessmentTemplateFilter!]\r\n assessmentSession_some: [AssessmentTemplateFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [AssessmentTemplateFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [AssessmentTemplateFilter!]\r\n questionnaireTemplate_some: [AssessmentTemplateFilter!]\r\n scoringRule_some: [AssessmentTemplateFilter!]\r\n assessmentCampaign_some: [AssessmentTemplateFilter!]\r\n assessedCharacteristics_AssessedCharacteristic_some: [AssessmentTemplateFilter!]\r\n}\r\n\r\nenum AtIndexEnumFilter {\r\n Disable\r\n Unique\r\n UniqueCaseSensitive\r\n Sequence\r\n NotUnique\r\n}\r\n\r\nenum AtNatureEnumFilter {\r\n Intrinsic\r\n Virtual\r\n VarMem\r\n Relative\r\n Set\r\n File\r\n}\r\n\r\n# An audit is a mission assigned to a team of internal auditors in the context of an audit plan.\r\ntype Audit {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n description: String\r\n missionCode: String\r\n includedintheinitialPlan: Boolean\r\n objectiveGRC(format: StringFormat): String\r\n missionCategory: AuditMissionCategoryEnum\r\n missionStatus: AuditMissionStatusEnum\r\n justificationGRC(format: StringFormat): String\r\n missionOrigin: AuditMissionOriginEnum\r\n missionPriority: AuditMissionPriorityEnum\r\n estimatedDurationDays: Int\r\n estimatedNumberofResources: Float\r\n estimatedWorkloadHours: Float\r\n effectiveWorkloadHours: Float\r\n numberofStaffedResources: String\r\n missionEvaluation: AuditMissionEvaluationEnum\r\n missionPlannedBeginDate: Date\r\n missionPlannedEndDate: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveEndDate: Date\r\n keyWeaknesses(format: StringFormat): String\r\n keyStrengths(format: StringFormat): String\r\n plannedClosingReview: Date\r\n effectiveClosingReview: Date\r\n computedHoursManDayRate: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEstimatedWorkloadMD: Float\r\n followupAudit: Boolean\r\n offline: AuditOfflineEnum\r\n yearoftheFollowUpAudit: String\r\n gRCAudit(format: StringFormat): String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n otherParticipantinAudit_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n auditee_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n auditorinAudit_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n leadAuditor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n mainAuditee_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput AuditFilter {\r\n and: [AuditFilter!]\r\n or: [AuditFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n missionCode: String\r\n missionCode_not: String\r\n missionCode_in: [String!]\r\n missionCode_not_in: [String!]\r\n missionCode_lt: String\r\n missionCode_lte: String\r\n missionCode_gt: String\r\n missionCode_gte: String\r\n missionCode_contains: String\r\n missionCode_not_contains: String\r\n missionCode_starts_with: String\r\n missionCode_not_starts_with: String\r\n missionCode_ends_with: String\r\n missionCode_not_ends_with: String\r\n includedintheinitialPlan: Boolean\r\n includedintheinitialPlan_not: Boolean\r\n objectiveGRC: String\r\n objectiveGRC_not: String\r\n objectiveGRC_in: [String!]\r\n objectiveGRC_not_in: [String!]\r\n objectiveGRC_lt: String\r\n objectiveGRC_lte: String\r\n objectiveGRC_gt: String\r\n objectiveGRC_gte: String\r\n objectiveGRC_contains: String\r\n objectiveGRC_not_contains: String\r\n objectiveGRC_starts_with: String\r\n objectiveGRC_not_starts_with: String\r\n objectiveGRC_ends_with: String\r\n objectiveGRC_not_ends_with: String\r\n missionCategory: AuditMissionCategoryEnum\r\n missionCategory_not: AuditMissionCategoryEnum\r\n missionCategory_in: [AuditMissionCategoryEnum!]\r\n missionCategory_not_in: [AuditMissionCategoryEnum!]\r\n missionStatus: AuditMissionStatusEnum\r\n missionStatus_not: AuditMissionStatusEnum\r\n missionStatus_in: [AuditMissionStatusEnum!]\r\n missionStatus_not_in: [AuditMissionStatusEnum!]\r\n justificationGRC: String\r\n justificationGRC_not: String\r\n justificationGRC_in: [String!]\r\n justificationGRC_not_in: [String!]\r\n justificationGRC_lt: String\r\n justificationGRC_lte: String\r\n justificationGRC_gt: String\r\n justificationGRC_gte: String\r\n justificationGRC_contains: String\r\n justificationGRC_not_contains: String\r\n justificationGRC_starts_with: String\r\n justificationGRC_not_starts_with: String\r\n justificationGRC_ends_with: String\r\n justificationGRC_not_ends_with: String\r\n missionOrigin: AuditMissionOriginEnum\r\n missionOrigin_not: AuditMissionOriginEnum\r\n missionOrigin_in: [AuditMissionOriginEnum!]\r\n missionOrigin_not_in: [AuditMissionOriginEnum!]\r\n missionPriority: AuditMissionPriorityEnum\r\n missionPriority_not: AuditMissionPriorityEnum\r\n missionPriority_in: [AuditMissionPriorityEnum!]\r\n missionPriority_not_in: [AuditMissionPriorityEnum!]\r\n estimatedDurationDays: Int\r\n estimatedDurationDays_not: Int\r\n estimatedDurationDays_in: [Int!]\r\n estimatedDurationDays_not_in: [Int!]\r\n estimatedDurationDays_lt: Int\r\n estimatedDurationDays_lte: Int\r\n estimatedDurationDays_gt: Int\r\n estimatedDurationDays_gte: Int\r\n estimatedNumberofResources: Float\r\n estimatedNumberofResources_not: Float\r\n estimatedNumberofResources_in: [Float!]\r\n estimatedNumberofResources_not_in: [Float!]\r\n estimatedNumberofResources_lt: Float\r\n estimatedNumberofResources_lte: Float\r\n estimatedNumberofResources_gt: Float\r\n estimatedNumberofResources_gte: Float\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float!]\r\n estimatedWorkloadHours_not_in: [Float!]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n effectiveWorkloadHours: Float\r\n effectiveWorkloadHours_not: Float\r\n effectiveWorkloadHours_in: [Float!]\r\n effectiveWorkloadHours_not_in: [Float!]\r\n effectiveWorkloadHours_lt: Float\r\n effectiveWorkloadHours_lte: Float\r\n effectiveWorkloadHours_gt: Float\r\n effectiveWorkloadHours_gte: Float\r\n numberofStaffedResources: String\r\n numberofStaffedResources_not: String\r\n numberofStaffedResources_in: [String!]\r\n numberofStaffedResources_not_in: [String!]\r\n numberofStaffedResources_lt: String\r\n numberofStaffedResources_lte: String\r\n numberofStaffedResources_gt: String\r\n numberofStaffedResources_gte: String\r\n numberofStaffedResources_contains: String\r\n numberofStaffedResources_not_contains: String\r\n numberofStaffedResources_starts_with: String\r\n numberofStaffedResources_not_starts_with: String\r\n numberofStaffedResources_ends_with: String\r\n numberofStaffedResources_not_ends_with: String\r\n missionEvaluation: AuditMissionEvaluationEnum\r\n missionEvaluation_not: AuditMissionEvaluationEnum\r\n missionEvaluation_in: [AuditMissionEvaluationEnum!]\r\n missionEvaluation_not_in: [AuditMissionEvaluationEnum!]\r\n missionPlannedBeginDate: Date\r\n missionPlannedBeginDate_not: Date\r\n missionPlannedBeginDate_in: [Date!]\r\n missionPlannedBeginDate_not_in: [Date!]\r\n missionPlannedBeginDate_lt: Date\r\n missionPlannedBeginDate_lte: Date\r\n missionPlannedBeginDate_gt: Date\r\n missionPlannedBeginDate_gte: Date\r\n missionPlannedEndDate: Date\r\n missionPlannedEndDate_not: Date\r\n missionPlannedEndDate_in: [Date!]\r\n missionPlannedEndDate_not_in: [Date!]\r\n missionPlannedEndDate_lt: Date\r\n missionPlannedEndDate_lte: Date\r\n missionPlannedEndDate_gt: Date\r\n missionPlannedEndDate_gte: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveBeginDate_not: Date\r\n missionEffectiveBeginDate_in: [Date!]\r\n missionEffectiveBeginDate_not_in: [Date!]\r\n missionEffectiveBeginDate_lt: Date\r\n missionEffectiveBeginDate_lte: Date\r\n missionEffectiveBeginDate_gt: Date\r\n missionEffectiveBeginDate_gte: Date\r\n missionEffectiveEndDate: Date\r\n missionEffectiveEndDate_not: Date\r\n missionEffectiveEndDate_in: [Date!]\r\n missionEffectiveEndDate_not_in: [Date!]\r\n missionEffectiveEndDate_lt: Date\r\n missionEffectiveEndDate_lte: Date\r\n missionEffectiveEndDate_gt: Date\r\n missionEffectiveEndDate_gte: Date\r\n keyWeaknesses: String\r\n keyWeaknesses_not: String\r\n keyWeaknesses_in: [String!]\r\n keyWeaknesses_not_in: [String!]\r\n keyWeaknesses_lt: String\r\n keyWeaknesses_lte: String\r\n keyWeaknesses_gt: String\r\n keyWeaknesses_gte: String\r\n keyWeaknesses_contains: String\r\n keyWeaknesses_not_contains: String\r\n keyWeaknesses_starts_with: String\r\n keyWeaknesses_not_starts_with: String\r\n keyWeaknesses_ends_with: String\r\n keyWeaknesses_not_ends_with: String\r\n keyStrengths: String\r\n keyStrengths_not: String\r\n keyStrengths_in: [String!]\r\n keyStrengths_not_in: [String!]\r\n keyStrengths_lt: String\r\n keyStrengths_lte: String\r\n keyStrengths_gt: String\r\n keyStrengths_gte: String\r\n keyStrengths_contains: String\r\n keyStrengths_not_contains: String\r\n keyStrengths_starts_with: String\r\n keyStrengths_not_starts_with: String\r\n keyStrengths_ends_with: String\r\n keyStrengths_not_ends_with: String\r\n plannedClosingReview: Date\r\n plannedClosingReview_not: Date\r\n plannedClosingReview_in: [Date!]\r\n plannedClosingReview_not_in: [Date!]\r\n plannedClosingReview_lt: Date\r\n plannedClosingReview_lte: Date\r\n plannedClosingReview_gt: Date\r\n plannedClosingReview_gte: Date\r\n effectiveClosingReview: Date\r\n effectiveClosingReview_not: Date\r\n effectiveClosingReview_in: [Date!]\r\n effectiveClosingReview_not_in: [Date!]\r\n effectiveClosingReview_lt: Date\r\n effectiveClosingReview_lte: Date\r\n effectiveClosingReview_gt: Date\r\n effectiveClosingReview_gte: Date\r\n computedHoursManDayRate: Int\r\n computedHoursManDayRate_not: Int\r\n computedHoursManDayRate_in: [Int!]\r\n computedHoursManDayRate_not_in: [Int!]\r\n computedHoursManDayRate_lt: Int\r\n computedHoursManDayRate_lte: Int\r\n computedHoursManDayRate_gt: Int\r\n computedHoursManDayRate_gte: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEffectiveWorkloadMD_not: Float\r\n computedEffectiveWorkloadMD_in: [Float!]\r\n computedEffectiveWorkloadMD_not_in: [Float!]\r\n computedEffectiveWorkloadMD_lt: Float\r\n computedEffectiveWorkloadMD_lte: Float\r\n computedEffectiveWorkloadMD_gt: Float\r\n computedEffectiveWorkloadMD_gte: Float\r\n computedEstimatedWorkloadMD: Float\r\n computedEstimatedWorkloadMD_not: Float\r\n computedEstimatedWorkloadMD_in: [Float!]\r\n computedEstimatedWorkloadMD_not_in: [Float!]\r\n computedEstimatedWorkloadMD_lt: Float\r\n computedEstimatedWorkloadMD_lte: Float\r\n computedEstimatedWorkloadMD_gt: Float\r\n computedEstimatedWorkloadMD_gte: Float\r\n followupAudit: Boolean\r\n followupAudit_not: Boolean\r\n offline: AuditOfflineEnum\r\n offline_not: AuditOfflineEnum\r\n offline_in: [AuditOfflineEnum!]\r\n offline_not_in: [AuditOfflineEnum!]\r\n yearoftheFollowUpAudit: String\r\n yearoftheFollowUpAudit_not: String\r\n yearoftheFollowUpAudit_in: [String!]\r\n yearoftheFollowUpAudit_not_in: [String!]\r\n yearoftheFollowUpAudit_lt: String\r\n yearoftheFollowUpAudit_lte: String\r\n yearoftheFollowUpAudit_gt: String\r\n yearoftheFollowUpAudit_gte: String\r\n yearoftheFollowUpAudit_contains: String\r\n yearoftheFollowUpAudit_not_contains: String\r\n yearoftheFollowUpAudit_starts_with: String\r\n yearoftheFollowUpAudit_not_starts_with: String\r\n yearoftheFollowUpAudit_ends_with: String\r\n yearoftheFollowUpAudit_not_ends_with: String\r\n gRCAudit: String\r\n gRCAudit_not: String\r\n gRCAudit_in: [String!]\r\n gRCAudit_not_in: [String!]\r\n gRCAudit_lt: String\r\n gRCAudit_lte: String\r\n gRCAudit_gt: String\r\n gRCAudit_gte: String\r\n gRCAudit_contains: String\r\n gRCAudit_not_contains: String\r\n gRCAudit_starts_with: String\r\n gRCAudit_not_starts_with: String\r\n gRCAudit_ends_with: String\r\n gRCAudit_not_ends_with: String\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 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 businessDocument_AttachedDocument_some: [AuditFilter!]\r\n businessDocument_ReferredtoDocument_some: [AuditFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [AuditFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [AuditFilter!]\r\n otherParticipantinAudit_PersonSystem_some: [AuditFilter!]\r\n auditee_PersonSystem_some: [AuditFilter!]\r\n auditorinAudit_PersonSystem_some: [AuditFilter!]\r\n leadAuditor_PersonSystem_some: [AuditFilter!]\r\n mainAuditee_PersonSystem_some: [AuditFilter!]\r\n businessRole_Propertycontained_some: [AuditFilter!]\r\n uniqueValue_Propertycontained_some: [AuditFilter!]\r\n assessedCharacteristics_Propertycontained_some: [AuditFilter!]\r\n multipleValue_Propertycontained_some: [AuditFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [AuditFilter!]\r\n assessmentNode_ContextOf_some: [AuditFilter!]\r\n}\r\n\r\nenum AuditMissionCategoryEnum {\r\n Compliance\r\n Efficiency\r\n}\r\n\r\nenum AuditMissionEvaluationEnum {\r\n Goodoveralllevel\r\n Canbeimproved\r\n Improvementneeded\r\n AtRisk\r\n}\r\n\r\nenum AuditMissionOriginEnum {\r\n Recurring\r\n Punctual\r\n Regulatory\r\n BoardDemand\r\n Follow_up\r\n}\r\n\r\nenum AuditMissionPriorityEnum {\r\n Low\r\n High\r\n Medium\r\n}\r\n\r\nenum AuditMissionStatusEnum {\r\n Rejected\r\n InProgress\r\n Cancelled\r\n Published\r\n Completed\r\n Template\r\n Closed\r\n Potential\r\n InPreparation\r\n Tobevalidated\r\n}\r\n\r\nenum AuditOfflineEnum {\r\n Online\r\n Offline\r\n}\r\n\r\nenum BehavioronRootEnumFilter {\r\n Stoponroot\r\n Stopbeforeroot\r\n}\r\n\r\n# A Business Document is a document whose lifecycle can be synched to the MEGA\r\n# repository content: it may be attached to mega objects and a document version\r\n# bound to a mega object timestamp in the Time Machine. This document can be of\r\n# any given file format.The Business Document versions are managed within the MEGA\r\n# repository and the document storage file in the file system can be cyphered.\r\ntype BusinessDocument {\r\n id: String\r\n downloadLink: String\r\n uploadLink: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentNode_DocumentedObject(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n workPaper_DocumentedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n audit_DocumentedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_DocumentedObject(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_DocumentedObject(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_DocumentedObject(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaire_DocumentedObject(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_DocumentedObject(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentNode_Object(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n workPaper_Object(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n audit_Object(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_Object(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_Object(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_Object(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaire_Object(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_Object(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n businessDocumentVersion_DocumentVersions(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n}\r\n\r\ninput BusinessDocumentFilter {\r\n and: [BusinessDocumentFilter!]\r\n or: [BusinessDocumentFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isCiphered: Boolean\r\n isCiphered_not: 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 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 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 assessmentNode_DocumentedObject_some: [BusinessDocumentFilter!]\r\n workPaper_DocumentedObject_some: [BusinessDocumentFilter!]\r\n audit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n businessLine_DocumentedObject_some: [BusinessDocumentFilter!]\r\n test_DocumentedObject_some: [BusinessDocumentFilter!]\r\n assessmentCampaign_DocumentedObject_some: [BusinessDocumentFilter!]\r\n risk_DocumentedObject_some: [BusinessDocumentFilter!]\r\n assessmentSession_DocumentedObject_some: [BusinessDocumentFilter!]\r\n questionnaire_DocumentedObject_some: [BusinessDocumentFilter!]\r\n issue_DocumentedObject_some: [BusinessDocumentFilter!]\r\n control_DocumentedObject_some: [BusinessDocumentFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentFilter!]\r\n orgUnit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n assessmentNode_Object_some: [BusinessDocumentFilter!]\r\n workPaper_Object_some: [BusinessDocumentFilter!]\r\n audit_Object_some: [BusinessDocumentFilter!]\r\n businessLine_Object_some: [BusinessDocumentFilter!]\r\n test_Object_some: [BusinessDocumentFilter!]\r\n assessmentCampaign_Object_some: [BusinessDocumentFilter!]\r\n risk_Object_some: [BusinessDocumentFilter!]\r\n assessmentSession_Object_some: [BusinessDocumentFilter!]\r\n questionnaire_Object_some: [BusinessDocumentFilter!]\r\n issue_Object_some: [BusinessDocumentFilter!]\r\n control_Object_some: [BusinessDocumentFilter!]\r\n application_Object_some: [BusinessDocumentFilter!]\r\n orgUnit_Object_some: [BusinessDocumentFilter!]\r\n businessProcess_Object_some: [BusinessDocumentFilter!]\r\n businessRole_Propertycontained_some: [BusinessDocumentFilter!]\r\n uniqueValue_Propertycontained_some: [BusinessDocumentFilter!]\r\n assessedCharacteristics_Propertycontained_some: [BusinessDocumentFilter!]\r\n multipleValue_Propertycontained_some: [BusinessDocumentFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [BusinessDocumentFilter!]\r\n documentCategory_some: [BusinessDocumentFilter!]\r\n businessDocumentPattern_DocumentPattern_some: [BusinessDocumentFilter!]\r\n businessDocumentVersion_DocumentVersions_some: [BusinessDocumentFilter!]\r\n}\r\n\r\n# A Business Document Pattern allow to predefine some document characteristics:\r\n# the Document Category, the Reading access area, the ciphering...\r\ntype BusinessDocumentPattern {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n ciphered: Boolean\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n businessDocument_BusinessDocuments(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n and: [BusinessDocumentPatternFilter!]\r\n or: [BusinessDocumentPatternFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n ciphered: Boolean\r\n ciphered_not: 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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [BusinessDocumentPatternFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [BusinessDocumentPatternFilter!]\r\n documentCategory_some: [BusinessDocumentPatternFilter!]\r\n businessDocument_BusinessDocuments_some: [BusinessDocumentPatternFilter!]\r\n}\r\n\r\n# A version of a document contains the content of the document itself. The\r\n# document version allow to access and reference different valid versions for a\r\n# same document.For example, legal regulations can change every year.\r\ntype BusinessDocumentVersion {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentNode_DocumentedObject(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n workPaper_DocumentedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n audit_DocumentedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_DocumentedObject(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_DocumentedObject(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_DocumentedObject(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaire_DocumentedObject(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_DocumentedObject(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentNode_Object(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n workPaper_Object(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n audit_Object(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_Object(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_Object(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_Object(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaire_Object(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_Object(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessDocument_Document(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput BusinessDocumentVersionFilter {\r\n and: [BusinessDocumentVersionFilter!]\r\n or: [BusinessDocumentVersionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 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 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 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 assessmentNode_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n workPaper_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n audit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n businessLine_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n test_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n assessmentCampaign_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n risk_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n assessmentSession_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n questionnaire_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n issue_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n control_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n orgUnit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n assessmentNode_Object_some: [BusinessDocumentVersionFilter!]\r\n workPaper_Object_some: [BusinessDocumentVersionFilter!]\r\n audit_Object_some: [BusinessDocumentVersionFilter!]\r\n businessLine_Object_some: [BusinessDocumentVersionFilter!]\r\n test_Object_some: [BusinessDocumentVersionFilter!]\r\n assessmentCampaign_Object_some: [BusinessDocumentVersionFilter!]\r\n risk_Object_some: [BusinessDocumentVersionFilter!]\r\n assessmentSession_Object_some: [BusinessDocumentVersionFilter!]\r\n questionnaire_Object_some: [BusinessDocumentVersionFilter!]\r\n issue_Object_some: [BusinessDocumentVersionFilter!]\r\n control_Object_some: [BusinessDocumentVersionFilter!]\r\n application_Object_some: [BusinessDocumentVersionFilter!]\r\n orgUnit_Object_some: [BusinessDocumentVersionFilter!]\r\n businessProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n businessDocument_Document_some: [BusinessDocumentVersionFilter!]\r\n}\r\n\r\n# Business Line is a high level classification of the main activities of the\r\n# enterprise. It corresponds for example to major product segments or to\r\n# distribution channels. It can be used to classify Business Processes,\r\n# Organizational Units or Applications that serve a specific product and or a\r\n# specific market. Regulation Frameworks in some industries impose their own list\r\n# of Business Lines. \r\ntype BusinessLine {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n numberofincidents: String\r\n assessmentFreshness: Float\r\n businessLineCode: String\r\n cASTHighlightID: Int\r\n lastAssessmentDate: Date\r\n standardizedApproachRatioTSA: Float\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum BusinessLineCustomerSatisfactionEnum {\r\n VeryLow\r\n Low\r\n Neutral\r\n High\r\n VeryHigh\r\n NotEvaluated\r\n}\r\n\r\ninput BusinessLineFilter {\r\n and: [BusinessLineFilter!]\r\n or: [BusinessLineFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n customerSatisfaction_not: BusinessLineCustomerSatisfactionEnum\r\n customerSatisfaction_in: [BusinessLineCustomerSatisfactionEnum!]\r\n customerSatisfaction_not_in: [BusinessLineCustomerSatisfactionEnum!]\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 assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\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 cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int!]\r\n cASTHighlightID_not_in: [Int!]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n standardizedApproachRatioTSA: Float\r\n standardizedApproachRatioTSA_not: Float\r\n standardizedApproachRatioTSA_in: [Float!]\r\n standardizedApproachRatioTSA_not_in: [Float!]\r\n standardizedApproachRatioTSA_lt: Float\r\n standardizedApproachRatioTSA_lte: Float\r\n standardizedApproachRatioTSA_gt: Float\r\n standardizedApproachRatioTSA_gte: Float\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 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 businessDocument_AttachedDocument_some: [BusinessLineFilter!]\r\n businessDocument_ReferredtoDocument_some: [BusinessLineFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessLineFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessLineFilter!]\r\n assessmentSession_some: [BusinessLineFilter!]\r\n questionGroup_some: [BusinessLineFilter!]\r\n businessRole_Propertycontained_some: [BusinessLineFilter!]\r\n uniqueValue_Propertycontained_some: [BusinessLineFilter!]\r\n assessedCharacteristics_Propertycontained_some: [BusinessLineFilter!]\r\n multipleValue_Propertycontained_some: [BusinessLineFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [BusinessLineFilter!]\r\n assessmentNode_ContextOf_some: [BusinessLineFilter!]\r\n assessmentNode_some: [BusinessLineFilter!]\r\n}\r\n\r\n# A business process represents a system that offers products or services to an\r\n# internal or external client of the company or organization.At the higher levels,\r\n# a business process represents a structure and a categorization of the business.\r\n# It can be decomposed in other processes.The link with organizational processes\r\n# will describe the real implementation of the business process in the\r\n# organization.A business process can also be detailed by a functional view.\r\ntype BusinessProcess {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n beginLifedate: Date\r\n endlifedate: Date\r\n standardCreationDate: Date\r\n outputLogic: BusinessProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRSource: String\r\n processcriticality: String\r\n manualorautomated: BusinessProcessManualorautomatedEnum\r\n processvolumetrics: String\r\n businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n businessProcessCode: String\r\n standardClass: BusinessProcessStandardClassEnum\r\n retireDate: Date\r\n gDPRImpact: BusinessProcessGDPRImpactEnum\r\n transaction: BusinessProcessTransactionEnum\r\n isSAP: Boolean\r\n loop: BusinessProcessLoopEnum\r\n adHoc: BusinessProcessAdHocEnum\r\n multiple: BusinessProcessMultipleEnum\r\n compensation: BusinessProcessCompensationEnum\r\n numberofincidents: String\r\n loopCondition: String\r\n gDPRPurpose: Boolean\r\n assessmentFreshness: Float\r\n source: String\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: Date\r\n nextReviewDate: Date\r\n lastReviewDate: Date\r\n gDPRCode: Int\r\n inputLogic: BusinessProcessInputLogicEnum\r\n executionBA: BusinessProcessExecutionBAEnum\r\n designBA: BusinessProcessDesignBAEnum\r\n knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n iTSupportBA: BusinessProcessITSupportBAEnum\r\n performanceBA: BusinessProcessPerformanceBAEnum\r\n efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n businessValueBA: BusinessProcessBusinessValueBAEnum\r\n riskBA: BusinessProcessRiskBAEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessProcessAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n gPDRActivityOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskandControlAssessor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum BusinessProcessAdHocEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum BusinessProcessBusinessProcessStatusEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum BusinessProcessBusinessProcessTypeEnum {\r\n Group\r\n}\r\n\r\nenum BusinessProcessBusinessValueBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum BusinessProcessCompensationEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum BusinessProcessDesignBAEnum {\r\n NA\r\n VeryPoor\r\n Poor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum BusinessProcessEfficiencyBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum BusinessProcessExecutionBAEnum {\r\n NA\r\n Inefficient\r\n Insufficient\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\ninput BusinessProcessFilter {\r\n and: [BusinessProcessFilter!]\r\n or: [BusinessProcessFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date!]\r\n beginLifedate_not_in: [Date!]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date!]\r\n endlifedate_not_in: [Date!]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n standardCreationDate: Date\r\n standardCreationDate_not: Date\r\n standardCreationDate_in: [Date!]\r\n standardCreationDate_not_in: [Date!]\r\n standardCreationDate_lt: Date\r\n standardCreationDate_lte: Date\r\n standardCreationDate_gt: Date\r\n standardCreationDate_gte: Date\r\n outputLogic: BusinessProcessOutputLogicEnum\r\n outputLogic_not: BusinessProcessOutputLogicEnum\r\n outputLogic_in: [BusinessProcessOutputLogicEnum!]\r\n outputLogic_not_in: [BusinessProcessOutputLogicEnum!]\r\n triggeredbyEvent: Boolean\r\n triggeredbyEvent_not: Boolean\r\n gDPRSource: String\r\n gDPRSource_not: String\r\n gDPRSource_in: [String!]\r\n gDPRSource_not_in: [String!]\r\n gDPRSource_lt: String\r\n gDPRSource_lte: String\r\n gDPRSource_gt: String\r\n gDPRSource_gte: String\r\n gDPRSource_contains: String\r\n gDPRSource_not_contains: String\r\n gDPRSource_starts_with: String\r\n gDPRSource_not_starts_with: String\r\n gDPRSource_ends_with: String\r\n gDPRSource_not_ends_with: String\r\n processcriticality: String\r\n processcriticality_not: String\r\n processcriticality_in: [String!]\r\n processcriticality_not_in: [String!]\r\n processcriticality_lt: String\r\n processcriticality_lte: String\r\n processcriticality_gt: String\r\n processcriticality_gte: String\r\n processcriticality_contains: String\r\n processcriticality_not_contains: String\r\n processcriticality_starts_with: String\r\n processcriticality_not_starts_with: String\r\n processcriticality_ends_with: String\r\n processcriticality_not_ends_with: String\r\n manualorautomated: BusinessProcessManualorautomatedEnum\r\n manualorautomated_not: BusinessProcessManualorautomatedEnum\r\n manualorautomated_in: [BusinessProcessManualorautomatedEnum!]\r\n manualorautomated_not_in: [BusinessProcessManualorautomatedEnum!]\r\n processvolumetrics: String\r\n processvolumetrics_not: String\r\n processvolumetrics_in: [String!]\r\n processvolumetrics_not_in: [String!]\r\n processvolumetrics_lt: String\r\n processvolumetrics_lte: String\r\n processvolumetrics_gt: String\r\n processvolumetrics_gte: String\r\n processvolumetrics_contains: String\r\n processvolumetrics_not_contains: String\r\n processvolumetrics_starts_with: String\r\n processvolumetrics_not_starts_with: String\r\n processvolumetrics_ends_with: String\r\n processvolumetrics_not_ends_with: String\r\n businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n businessProcessType_not: BusinessProcessBusinessProcessTypeEnum\r\n businessProcessType_in: [BusinessProcessBusinessProcessTypeEnum!]\r\n businessProcessType_not_in: [BusinessProcessBusinessProcessTypeEnum!]\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 standardClass: BusinessProcessStandardClassEnum\r\n standardClass_not: BusinessProcessStandardClassEnum\r\n standardClass_in: [BusinessProcessStandardClassEnum!]\r\n standardClass_not_in: [BusinessProcessStandardClassEnum!]\r\n retireDate: Date\r\n retireDate_not: Date\r\n retireDate_in: [Date!]\r\n retireDate_not_in: [Date!]\r\n retireDate_lt: Date\r\n retireDate_lte: Date\r\n retireDate_gt: Date\r\n retireDate_gte: Date\r\n gDPRImpact: BusinessProcessGDPRImpactEnum\r\n gDPRImpact_not: BusinessProcessGDPRImpactEnum\r\n gDPRImpact_in: [BusinessProcessGDPRImpactEnum!]\r\n gDPRImpact_not_in: [BusinessProcessGDPRImpactEnum!]\r\n transaction: BusinessProcessTransactionEnum\r\n transaction_not: BusinessProcessTransactionEnum\r\n transaction_in: [BusinessProcessTransactionEnum!]\r\n transaction_not_in: [BusinessProcessTransactionEnum!]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: BusinessProcessLoopEnum\r\n loop_not: BusinessProcessLoopEnum\r\n loop_in: [BusinessProcessLoopEnum!]\r\n loop_not_in: [BusinessProcessLoopEnum!]\r\n adHoc: BusinessProcessAdHocEnum\r\n adHoc_not: BusinessProcessAdHocEnum\r\n adHoc_in: [BusinessProcessAdHocEnum!]\r\n adHoc_not_in: [BusinessProcessAdHocEnum!]\r\n multiple: BusinessProcessMultipleEnum\r\n multiple_not: BusinessProcessMultipleEnum\r\n multiple_in: [BusinessProcessMultipleEnum!]\r\n multiple_not_in: [BusinessProcessMultipleEnum!]\r\n compensation: BusinessProcessCompensationEnum\r\n compensation_not: BusinessProcessCompensationEnum\r\n compensation_in: [BusinessProcessCompensationEnum!]\r\n compensation_not_in: [BusinessProcessCompensationEnum!]\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 loopCondition: String\r\n loopCondition_not: String\r\n loopCondition_in: [String!]\r\n loopCondition_not_in: [String!]\r\n loopCondition_lt: String\r\n loopCondition_lte: String\r\n loopCondition_gt: String\r\n loopCondition_gte: String\r\n loopCondition_contains: String\r\n loopCondition_not_contains: String\r\n loopCondition_starts_with: String\r\n loopCondition_not_starts_with: String\r\n loopCondition_ends_with: String\r\n loopCondition_not_ends_with: String\r\n gDPRPurpose: Boolean\r\n gDPRPurpose_not: Boolean\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String!]\r\n source_not_in: [String!]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n businessProcessStatus_not: BusinessProcessBusinessProcessStatusEnum\r\n businessProcessStatus_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n businessProcessStatus_not_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n gDPRSystemID: String\r\n gDPRSystemID_not: String\r\n gDPRSystemID_in: [String!]\r\n gDPRSystemID_not_in: [String!]\r\n gDPRSystemID_lt: String\r\n gDPRSystemID_lte: String\r\n gDPRSystemID_gt: String\r\n gDPRSystemID_gte: String\r\n gDPRSystemID_contains: String\r\n gDPRSystemID_not_contains: String\r\n gDPRSystemID_starts_with: String\r\n gDPRSystemID_not_starts_with: String\r\n gDPRSystemID_ends_with: String\r\n gDPRSystemID_not_ends_with: String\r\n gDPRPurposeDate: Date\r\n gDPRPurposeDate_not: Date\r\n gDPRPurposeDate_in: [Date!]\r\n gDPRPurposeDate_not_in: [Date!]\r\n gDPRPurposeDate_lt: Date\r\n gDPRPurposeDate_lte: Date\r\n gDPRPurposeDate_gt: Date\r\n gDPRPurposeDate_gte: Date\r\n nextReviewDate: Date\r\n nextReviewDate_not: Date\r\n nextReviewDate_in: [Date!]\r\n nextReviewDate_not_in: [Date!]\r\n nextReviewDate_lt: Date\r\n nextReviewDate_lte: Date\r\n nextReviewDate_gt: Date\r\n nextReviewDate_gte: Date\r\n lastReviewDate: Date\r\n lastReviewDate_not: Date\r\n lastReviewDate_in: [Date!]\r\n lastReviewDate_not_in: [Date!]\r\n lastReviewDate_lt: Date\r\n lastReviewDate_lte: Date\r\n lastReviewDate_gt: Date\r\n lastReviewDate_gte: Date\r\n gDPRCode: Int\r\n gDPRCode_not: Int\r\n gDPRCode_in: [Int!]\r\n gDPRCode_not_in: [Int!]\r\n gDPRCode_lt: Int\r\n gDPRCode_lte: Int\r\n gDPRCode_gt: Int\r\n gDPRCode_gte: Int\r\n inputLogic: BusinessProcessInputLogicEnum\r\n inputLogic_not: BusinessProcessInputLogicEnum\r\n inputLogic_in: [BusinessProcessInputLogicEnum!]\r\n inputLogic_not_in: [BusinessProcessInputLogicEnum!]\r\n executionBA: BusinessProcessExecutionBAEnum\r\n executionBA_not: BusinessProcessExecutionBAEnum\r\n executionBA_in: [BusinessProcessExecutionBAEnum!]\r\n executionBA_not_in: [BusinessProcessExecutionBAEnum!]\r\n designBA: BusinessProcessDesignBAEnum\r\n designBA_not: BusinessProcessDesignBAEnum\r\n designBA_in: [BusinessProcessDesignBAEnum!]\r\n designBA_not_in: [BusinessProcessDesignBAEnum!]\r\n knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n knowledgeBA_not: BusinessProcessKnowledgeBAEnum\r\n knowledgeBA_in: [BusinessProcessKnowledgeBAEnum!]\r\n knowledgeBA_not_in: [BusinessProcessKnowledgeBAEnum!]\r\n iTSupportBA: BusinessProcessITSupportBAEnum\r\n iTSupportBA_not: BusinessProcessITSupportBAEnum\r\n iTSupportBA_in: [BusinessProcessITSupportBAEnum!]\r\n iTSupportBA_not_in: [BusinessProcessITSupportBAEnum!]\r\n performanceBA: BusinessProcessPerformanceBAEnum\r\n performanceBA_not: BusinessProcessPerformanceBAEnum\r\n performanceBA_in: [BusinessProcessPerformanceBAEnum!]\r\n performanceBA_not_in: [BusinessProcessPerformanceBAEnum!]\r\n efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n efficiencyBA_not: BusinessProcessEfficiencyBAEnum\r\n efficiencyBA_in: [BusinessProcessEfficiencyBAEnum!]\r\n efficiencyBA_not_in: [BusinessProcessEfficiencyBAEnum!]\r\n businessValueBA: BusinessProcessBusinessValueBAEnum\r\n businessValueBA_not: BusinessProcessBusinessValueBAEnum\r\n businessValueBA_in: [BusinessProcessBusinessValueBAEnum!]\r\n businessValueBA_not_in: [BusinessProcessBusinessValueBAEnum!]\r\n riskBA: BusinessProcessRiskBAEnum\r\n riskBA_not: BusinessProcessRiskBAEnum\r\n riskBA_in: [BusinessProcessRiskBAEnum!]\r\n riskBA_not_in: [BusinessProcessRiskBAEnum!]\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 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 businessDocument_AttachedDocument_some: [BusinessProcessFilter!]\r\n businessDocument_ReferredtoDocument_some: [BusinessProcessFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessProcessFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessProcessFilter!]\r\n businessProcessAccountable_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessInformed_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessConsulted_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessDesigner_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessResponsible_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n gPDRActivityOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n riskandControlAssessor_PersonSystem_some: [BusinessProcessFilter!]\r\n assessmentSession_some: [BusinessProcessFilter!]\r\n questionGroup_some: [BusinessProcessFilter!]\r\n businessRole_Propertycontained_some: [BusinessProcessFilter!]\r\n uniqueValue_Propertycontained_some: [BusinessProcessFilter!]\r\n assessedCharacteristics_Propertycontained_some: [BusinessProcessFilter!]\r\n multipleValue_Propertycontained_some: [BusinessProcessFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [BusinessProcessFilter!]\r\n assessmentNode_ContextOf_some: [BusinessProcessFilter!]\r\n assessmentNode_some: [BusinessProcessFilter!]\r\n}\r\n\r\nenum BusinessProcessGDPRImpactEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum BusinessProcessInputLogicEnum {\r\n Synchronization\r\n Junction\r\n}\r\n\r\nenum BusinessProcessITSupportBAEnum {\r\n NA\r\n Poor\r\n VeryPoor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum BusinessProcessKnowledgeBAEnum {\r\n NA\r\n Unknown\r\n Poor\r\n Medium\r\n WellKnown\r\n VeryWellKnown\r\n}\r\n\r\nenum BusinessProcessLoopEnum {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\nenum BusinessProcessManualorautomatedEnum {\r\n Manual\r\n Automated\r\n}\r\n\r\nenum BusinessProcessMultipleEnum {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\nenum BusinessProcessOutputLogicEnum {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum BusinessProcessPerformanceBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum BusinessProcessRiskBAEnum {\r\n NA\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum BusinessProcessStandardClassEnum {\r\n Non_Standard\r\n Proposed\r\n Provisional\r\n Standard\r\n Phasing_Out\r\n Retired\r\n}\r\n\r\nenum BusinessProcessStatusEnumFilter {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum BusinessProcessTransactionEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum BusinessProcessTypeEnumFilter {\r\n Group\r\n}\r\n\r\ntype BusinessRole {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n proposeallusers: Boolean\r\n businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n gUIName: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n audit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n test_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n metaAttributeValue_PropertyLiteralValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n possibleAnswerValue_PropertyLiteralValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentNode_ElementwithProperty(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n audit_ElementwithProperty(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n plan_ElementwithProperty(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n businessLine_ElementwithProperty(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_ElementwithProperty(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_ElementwithProperty(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_ElementwithProperty(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithProperty(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentSession_ElementwithProperty(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_ElementwithProperty(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n questionnaire_ElementwithProperty(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_ElementwithProperty(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_ElementwithProperty(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_ElementwithProperty(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_ElementwithProperty(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_ElementwithProperty(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithProperty(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation_ElementwithProperty(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess_ElementwithProperty(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum BusinessRoleBusinessRoleDisplayEnum {\r\n Always\r\n Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\nenum BusinessRoleBusinessRoleMultiplicityEnum {\r\n Many\r\n ZeroToOne\r\n One\r\n OneToMany\r\n}\r\n\r\nenum BusinessRoleBusinessRoleStatusEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum BusinessRoleDisplayEnumFilter {\r\n Always\r\n Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\ninput BusinessRoleFilter {\r\n and: [BusinessRoleFilter!]\r\n or: [BusinessRoleFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_not: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_not_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n businessRoleStatus_not: BusinessRoleBusinessRoleStatusEnum\r\n businessRoleStatus_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n businessRoleStatus_not_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n proposeallusers: Boolean\r\n proposeallusers_not: Boolean\r\n businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n businessRoleDisplay_not: BusinessRoleBusinessRoleDisplayEnum\r\n businessRoleDisplay_in: [BusinessRoleBusinessRoleDisplayEnum!]\r\n businessRoleDisplay_not_in: [BusinessRoleBusinessRoleDisplayEnum!]\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 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 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 personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n audit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n test_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n assessmentCampaign_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n assessmentSession_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n testActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n metaAttributeValue_PropertyLiteralValue_some: [BusinessRoleFilter!]\r\n possibleAnswerValue_PropertyLiteralValue_some: [BusinessRoleFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [BusinessRoleFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [BusinessRoleFilter!]\r\n assessmentNode_ElementwithProperty_some: [BusinessRoleFilter!]\r\n audit_ElementwithProperty_some: [BusinessRoleFilter!]\r\n plan_ElementwithProperty_some: [BusinessRoleFilter!]\r\n businessLine_ElementwithProperty_some: [BusinessRoleFilter!]\r\n test_ElementwithProperty_some: [BusinessRoleFilter!]\r\n assessmentCampaign_ElementwithProperty_some: [BusinessRoleFilter!]\r\n risk_ElementwithProperty_some: [BusinessRoleFilter!]\r\n businessDocument_ElementwithProperty_some: [BusinessRoleFilter!]\r\n assessmentSession_ElementwithProperty_some: [BusinessRoleFilter!]\r\n assessedCharacteristicValue_ElementwithProperty_some: [BusinessRoleFilter!]\r\n questionnaire_ElementwithProperty_some: [BusinessRoleFilter!]\r\n issue_ElementwithProperty_some: [BusinessRoleFilter!]\r\n control_ElementwithProperty_some: [BusinessRoleFilter!]\r\n testTheme_ElementwithProperty_some: [BusinessRoleFilter!]\r\n testActivity_ElementwithProperty_some: [BusinessRoleFilter!]\r\n application_ElementwithProperty_some: [BusinessRoleFilter!]\r\n orgUnit_ElementwithProperty_some: [BusinessRoleFilter!]\r\n assessmentAggregation_ElementwithProperty_some: [BusinessRoleFilter!]\r\n businessProcess_ElementwithProperty_some: [BusinessRoleFilter!]\r\n}\r\n\r\nenum BusinessRoleMultiplicityEnumFilter {\r\n Many\r\n ZeroToOne\r\n One\r\n OneToMany\r\n}\r\n\r\nenum BusinessRoleStatusEnumFilter {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum BusinessValueAPMEnumFilter {\r\n Medium\r\n Good\r\n Poor\r\n Low\r\n}\r\n\r\nenum BusinessValueBAEnumFilter {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum CampaignTypeEnumFilter {\r\n WithTemplate\r\n Execution\r\n WithoutTemplate\r\n}\r\n\r\nenum CharacteristicsusagemodeEnumFilter {\r\n UseAll\r\n UseasCandidates\r\n FillbyUser\r\n}\r\n\r\nenum ChecksPageDisplayingEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum CloudComputingEnumFilter {\r\n On_Premises\r\n Cloud_IaaS\r\n Cloud_PaaS\r\n Cloud_SaaS\r\n}\r\n\r\nenum CompanyStandardEnumFilter {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum CompensationEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum ContextgroupfoldedEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum ContextinagroupEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\ntype ContextType {\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 languageId: String\r\n databaseLanguage: String\r\n databaseLanguageId: String\r\n systemLanguage: 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\n# A control is a set of rules and means enabling assurance that a legal,\r\n# regulatory, internal or strategic requirement is respected.\r\ntype Control {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n controlCode: String\r\n controlLevel: ControlControlLevelEnum\r\n controlNature: ControlControlNatureEnum\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlExecutionPeriodicity: ControlControlExecutionPeriodicityEnum\r\n controlperiodicity: ControlControlperiodicityEnum\r\n controlGlobalAssessment: Int\r\n controlTestAverage: Int\r\n controlStatus: ControlControlStatusEnum\r\n testingFrequency: ControlTestingFrequencyEnum\r\n testingMethod: ControlTestingMethodEnum\r\n testingPopulationSize: Int\r\n executionMode: ControlExecutionModeEnum\r\n testingSampleSize: Int\r\n testingProcedure(format: StringFormat): String\r\n executionprocedure(format: StringFormat): String\r\n globalAnnualCost: String\r\n controlKey: Boolean\r\n controlFrequency: ControlControlFrequencyEnum\r\n customFrequency: String\r\n controlObjective(format: StringFormat): String\r\n controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n operationalCost: String\r\n controlDesignIC: ControlControlDesignICEnum\r\n controlEffectivenessIC: ControlControlEffectivenessICEnum\r\n controlLevelIC: ControlControlLevelICEnum\r\n controlDesignERM: ControlControlDesignERMEnum\r\n controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n controlLevelERM: ControlControlLevelERMEnum\r\n assessmentFreshness: Float\r\n source: String\r\n organizationalLevel: ControlOrganizationalLevelEnum\r\n aggregatedPassControlLevel: Int\r\n aggregatedExecutionRate: Int\r\n lastAssessmentDate: Date\r\n sampleType: ControlSampleTypeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n controlOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum ControlControlDesignERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlControlDesignICEnum {\r\n Adequate\r\n Inadequate\r\n}\r\n\r\nenum ControlControlEffectivenessICEnum {\r\n Effective\r\n Ineffective\r\n}\r\n\r\nenum ControlControlEfficiencyERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlControlExecutionMethodEnum {\r\n Observation\r\n Exhaustive\r\n ExceptionControl\r\n BySample\r\n StandardControl\r\n}\r\n\r\nenum ControlControlExecutionPeriodicityEnum {\r\n Systematic\r\n Daily\r\n everyweek\r\n everymonth\r\n everyThreemonths\r\n everySixmonths\r\n everyyear\r\n}\r\n\r\nenum ControlControlExecutionValueICEnum {\r\n NO\r\n OK\r\n}\r\n\r\nenum ControlControlFrequencyEnum {\r\n Continuous\r\n Daily\r\n Weekly\r\n Monthly\r\n Quarterly\r\n Semestrially\r\n Yearly\r\n Custom\r\n Bi_monthly\r\n Ateachtransaction\r\n}\r\n\r\nenum ControlControlLevelEnum {\r\n LevelOne_Operational\r\n LevelTwo_Organizational\r\n}\r\n\r\nenum ControlControlLevelERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlControlLevelICEnum {\r\n Pass\r\n Fail\r\n}\r\n\r\nenum ControlControlNatureEnum {\r\n Detective\r\n Preventive\r\n Corrective\r\n Automatic\r\n Organisational\r\n Mixed\r\n}\r\n\r\nenum ControlControlperiodicityEnum {\r\n Daily\r\n everyweek\r\n everymonth\r\n everyThreemonths\r\n everySixmonths\r\n everyyear\r\n everyTwoyears\r\n everyThreeyears\r\n}\r\n\r\nenum ControlControlStatusEnum {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n Closed\r\n Draft\r\n}\r\n\r\nenum ControlDesignERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n Veryweak\r\n}\r\n\r\nenum ControlDesignICEnumFilter {\r\n Adequate\r\n Inadequate\r\n}\r\n\r\nenum ControlEffectivenessERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlEffectivenessICEnumFilter {\r\n Effective\r\n Ineffective\r\n}\r\n\r\nenum ControlEfficiencyERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlExecutionMethodEnumFilter {\r\n Observation\r\n Exhaustive\r\n ExceptionControl\r\n BySample\r\n StandardControl\r\n}\r\n\r\nenum ControlExecutionModeEnum {\r\n Automatic\r\n Manual\r\n Semi_Automatic\r\n}\r\n\r\nenum ControlExecutionPeriodicityEnumFilter {\r\n Systematic\r\n Daily\r\n everyweek\r\n everymonth\r\n everyThreemonths\r\n everySixmonths\r\n everyyear\r\n}\r\n\r\nenum ControlExecutionValueICEnumFilter {\r\n NO\r\n OK\r\n}\r\n\r\ninput ControlFilter {\r\n and: [ControlFilter!]\r\n or: [ControlFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 controlLevel: ControlControlLevelEnum\r\n controlLevel_not: ControlControlLevelEnum\r\n controlLevel_in: [ControlControlLevelEnum!]\r\n controlLevel_not_in: [ControlControlLevelEnum!]\r\n controlNature: ControlControlNatureEnum\r\n controlNature_not: ControlControlNatureEnum\r\n controlNature_in: [ControlControlNatureEnum!]\r\n controlNature_not_in: [ControlControlNatureEnum!]\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlExecutionMethod_not: ControlControlExecutionMethodEnum\r\n controlExecutionMethod_in: [ControlControlExecutionMethodEnum!]\r\n controlExecutionMethod_not_in: [ControlControlExecutionMethodEnum!]\r\n controlExecutionPeriodicity: ControlControlExecutionPeriodicityEnum\r\n controlExecutionPeriodicity_not: ControlControlExecutionPeriodicityEnum\r\n controlExecutionPeriodicity_in: [ControlControlExecutionPeriodicityEnum!]\r\n controlExecutionPeriodicity_not_in: [ControlControlExecutionPeriodicityEnum!]\r\n controlperiodicity: ControlControlperiodicityEnum\r\n controlperiodicity_not: ControlControlperiodicityEnum\r\n controlperiodicity_in: [ControlControlperiodicityEnum!]\r\n controlperiodicity_not_in: [ControlControlperiodicityEnum!]\r\n controlGlobalAssessment: Int\r\n controlGlobalAssessment_not: Int\r\n controlGlobalAssessment_in: [Int!]\r\n controlGlobalAssessment_not_in: [Int!]\r\n controlGlobalAssessment_lt: Int\r\n controlGlobalAssessment_lte: Int\r\n controlGlobalAssessment_gt: Int\r\n controlGlobalAssessment_gte: Int\r\n controlTestAverage: Int\r\n controlTestAverage_not: Int\r\n controlTestAverage_in: [Int!]\r\n controlTestAverage_not_in: [Int!]\r\n controlTestAverage_lt: Int\r\n controlTestAverage_lte: Int\r\n controlTestAverage_gt: Int\r\n controlTestAverage_gte: Int\r\n controlStatus: ControlControlStatusEnum\r\n controlStatus_not: ControlControlStatusEnum\r\n controlStatus_in: [ControlControlStatusEnum!]\r\n controlStatus_not_in: [ControlControlStatusEnum!]\r\n testingFrequency: ControlTestingFrequencyEnum\r\n testingFrequency_not: ControlTestingFrequencyEnum\r\n testingFrequency_in: [ControlTestingFrequencyEnum!]\r\n testingFrequency_not_in: [ControlTestingFrequencyEnum!]\r\n testingMethod: ControlTestingMethodEnum\r\n testingMethod_not: ControlTestingMethodEnum\r\n testingMethod_in: [ControlTestingMethodEnum!]\r\n testingMethod_not_in: [ControlTestingMethodEnum!]\r\n testingPopulationSize: Int\r\n testingPopulationSize_not: Int\r\n testingPopulationSize_in: [Int!]\r\n testingPopulationSize_not_in: [Int!]\r\n testingPopulationSize_lt: Int\r\n testingPopulationSize_lte: Int\r\n testingPopulationSize_gt: Int\r\n testingPopulationSize_gte: Int\r\n executionMode: ControlExecutionModeEnum\r\n executionMode_not: ControlExecutionModeEnum\r\n executionMode_in: [ControlExecutionModeEnum!]\r\n executionMode_not_in: [ControlExecutionModeEnum!]\r\n testingSampleSize: Int\r\n testingSampleSize_not: Int\r\n testingSampleSize_in: [Int!]\r\n testingSampleSize_not_in: [Int!]\r\n testingSampleSize_lt: Int\r\n testingSampleSize_lte: Int\r\n testingSampleSize_gt: Int\r\n testingSampleSize_gte: Int\r\n testingProcedure: String\r\n testingProcedure_not: String\r\n testingProcedure_in: [String!]\r\n testingProcedure_not_in: [String!]\r\n testingProcedure_lt: String\r\n testingProcedure_lte: String\r\n testingProcedure_gt: String\r\n testingProcedure_gte: String\r\n testingProcedure_contains: String\r\n testingProcedure_not_contains: String\r\n testingProcedure_starts_with: String\r\n testingProcedure_not_starts_with: String\r\n testingProcedure_ends_with: String\r\n testingProcedure_not_ends_with: String\r\n executionprocedure: String\r\n executionprocedure_not: String\r\n executionprocedure_in: [String!]\r\n executionprocedure_not_in: [String!]\r\n executionprocedure_lt: String\r\n executionprocedure_lte: String\r\n executionprocedure_gt: String\r\n executionprocedure_gte: String\r\n executionprocedure_contains: String\r\n executionprocedure_not_contains: String\r\n executionprocedure_starts_with: String\r\n executionprocedure_not_starts_with: String\r\n executionprocedure_ends_with: String\r\n executionprocedure_not_ends_with: String\r\n globalAnnualCost: String\r\n globalAnnualCost_not: String\r\n globalAnnualCost_in: [String!]\r\n globalAnnualCost_not_in: [String!]\r\n globalAnnualCost_lt: String\r\n globalAnnualCost_lte: String\r\n globalAnnualCost_gt: String\r\n globalAnnualCost_gte: String\r\n globalAnnualCost_contains: String\r\n globalAnnualCost_not_contains: String\r\n globalAnnualCost_starts_with: String\r\n globalAnnualCost_not_starts_with: String\r\n globalAnnualCost_ends_with: String\r\n globalAnnualCost_not_ends_with: String\r\n controlKey: Boolean\r\n controlKey_not: Boolean\r\n controlFrequency: ControlControlFrequencyEnum\r\n controlFrequency_not: ControlControlFrequencyEnum\r\n controlFrequency_in: [ControlControlFrequencyEnum!]\r\n controlFrequency_not_in: [ControlControlFrequencyEnum!]\r\n customFrequency: String\r\n customFrequency_not: String\r\n customFrequency_in: [String!]\r\n customFrequency_not_in: [String!]\r\n customFrequency_lt: String\r\n customFrequency_lte: String\r\n customFrequency_gt: String\r\n customFrequency_gte: String\r\n customFrequency_contains: String\r\n customFrequency_not_contains: String\r\n customFrequency_starts_with: String\r\n customFrequency_not_starts_with: String\r\n customFrequency_ends_with: String\r\n customFrequency_not_ends_with: String\r\n controlObjective: String\r\n controlObjective_not: String\r\n controlObjective_in: [String!]\r\n controlObjective_not_in: [String!]\r\n controlObjective_lt: String\r\n controlObjective_lte: String\r\n controlObjective_gt: String\r\n controlObjective_gte: String\r\n controlObjective_contains: String\r\n controlObjective_not_contains: String\r\n controlObjective_starts_with: String\r\n controlObjective_not_starts_with: String\r\n controlObjective_ends_with: String\r\n controlObjective_not_ends_with: String\r\n controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n controlExecutionValueIC_not: ControlControlExecutionValueICEnum\r\n controlExecutionValueIC_in: [ControlControlExecutionValueICEnum!]\r\n controlExecutionValueIC_not_in: [ControlControlExecutionValueICEnum!]\r\n operationalCost: String\r\n operationalCost_not: String\r\n operationalCost_in: [String!]\r\n operationalCost_not_in: [String!]\r\n operationalCost_lt: String\r\n operationalCost_lte: String\r\n operationalCost_gt: String\r\n operationalCost_gte: String\r\n operationalCost_contains: String\r\n operationalCost_not_contains: String\r\n operationalCost_starts_with: String\r\n operationalCost_not_starts_with: String\r\n operationalCost_ends_with: String\r\n operationalCost_not_ends_with: String\r\n controlDesignIC: ControlControlDesignICEnum\r\n controlDesignIC_not: ControlControlDesignICEnum\r\n controlDesignIC_in: [ControlControlDesignICEnum!]\r\n controlDesignIC_not_in: [ControlControlDesignICEnum!]\r\n controlEffectivenessIC: ControlControlEffectivenessICEnum\r\n controlEffectivenessIC_not: ControlControlEffectivenessICEnum\r\n controlEffectivenessIC_in: [ControlControlEffectivenessICEnum!]\r\n controlEffectivenessIC_not_in: [ControlControlEffectivenessICEnum!]\r\n controlLevelIC: ControlControlLevelICEnum\r\n controlLevelIC_not: ControlControlLevelICEnum\r\n controlLevelIC_in: [ControlControlLevelICEnum!]\r\n controlLevelIC_not_in: [ControlControlLevelICEnum!]\r\n controlDesignERM: ControlControlDesignERMEnum\r\n controlDesignERM_not: ControlControlDesignERMEnum\r\n controlDesignERM_in: [ControlControlDesignERMEnum!]\r\n controlDesignERM_not_in: [ControlControlDesignERMEnum!]\r\n controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n controlEfficiencyERM_not: ControlControlEfficiencyERMEnum\r\n controlEfficiencyERM_in: [ControlControlEfficiencyERMEnum!]\r\n controlEfficiencyERM_not_in: [ControlControlEfficiencyERMEnum!]\r\n controlLevelERM: ControlControlLevelERMEnum\r\n controlLevelERM_not: ControlControlLevelERMEnum\r\n controlLevelERM_in: [ControlControlLevelERMEnum!]\r\n controlLevelERM_not_in: [ControlControlLevelERMEnum!]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String!]\r\n source_not_in: [String!]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n organizationalLevel: ControlOrganizationalLevelEnum\r\n organizationalLevel_not: ControlOrganizationalLevelEnum\r\n organizationalLevel_in: [ControlOrganizationalLevelEnum!]\r\n organizationalLevel_not_in: [ControlOrganizationalLevelEnum!]\r\n aggregatedPassControlLevel: Int\r\n aggregatedPassControlLevel_not: Int\r\n aggregatedPassControlLevel_in: [Int!]\r\n aggregatedPassControlLevel_not_in: [Int!]\r\n aggregatedPassControlLevel_lt: Int\r\n aggregatedPassControlLevel_lte: Int\r\n aggregatedPassControlLevel_gt: Int\r\n aggregatedPassControlLevel_gte: Int\r\n aggregatedExecutionRate: Int\r\n aggregatedExecutionRate_not: Int\r\n aggregatedExecutionRate_in: [Int!]\r\n aggregatedExecutionRate_not_in: [Int!]\r\n aggregatedExecutionRate_lt: Int\r\n aggregatedExecutionRate_lte: Int\r\n aggregatedExecutionRate_gt: Int\r\n aggregatedExecutionRate_gte: Int\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n sampleType: ControlSampleTypeEnum\r\n sampleType_not: ControlSampleTypeEnum\r\n sampleType_in: [ControlSampleTypeEnum!]\r\n sampleType_not_in: [ControlSampleTypeEnum!]\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 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 businessDocument_AttachedDocument_some: [ControlFilter!]\r\n businessDocument_ReferredtoDocument_some: [ControlFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ControlFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ControlFilter!]\r\n controlOwner_PersonSystem_some: [ControlFilter!]\r\n controlAccountable_PersonSystem_some: [ControlFilter!]\r\n controlConsulted_PersonSystem_some: [ControlFilter!]\r\n controlInformed_PersonSystem_some: [ControlFilter!]\r\n controlResponsible_PersonSystem_some: [ControlFilter!]\r\n assessmentSession_some: [ControlFilter!]\r\n questionGroup_some: [ControlFilter!]\r\n businessRole_Propertycontained_some: [ControlFilter!]\r\n uniqueValue_Propertycontained_some: [ControlFilter!]\r\n assessedCharacteristics_Propertycontained_some: [ControlFilter!]\r\n multipleValue_Propertycontained_some: [ControlFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [ControlFilter!]\r\n assessmentNode_ContextOf_some: [ControlFilter!]\r\n assessmentNode_some: [ControlFilter!]\r\n}\r\n\r\nenum ControlFrequencyEnumFilter {\r\n Continuous\r\n Daily\r\n Weekly\r\n Monthly\r\n Quarterly\r\n Semestrially\r\n Yearly\r\n Custom\r\n Bi_monthly\r\n Ateachtransaction\r\n}\r\n\r\nenum ControlLevelEnumFilter {\r\n LevelOne_Operational\r\n LevelTwo_Organizational\r\n}\r\n\r\nenum ControlLevelERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlLevelICEnumFilter {\r\n Pass\r\n Fail\r\n}\r\n\r\nenum ControlNatureEnumFilter {\r\n Detective\r\n Preventive\r\n Corrective\r\n Automatic\r\n Organisational\r\n Mixed\r\n}\r\n\r\nenum ControlOrganizationalLevelEnum {\r\n Global\r\n Local\r\n}\r\n\r\nenum ControlperiodicityEnumFilter {\r\n Daily\r\n everyweek\r\n everymonth\r\n everyThreemonths\r\n everySixmonths\r\n everyyear\r\n everyTwoyears\r\n everyThreeyears\r\n}\r\n\r\nenum ControlSampleTypeEnum {\r\n Command\r\n Bill\r\n Contract\r\n}\r\n\r\nenum ControlStatusEnumFilter {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n Closed\r\n Draft\r\n}\r\n\r\nenum ControlTestingFrequencyEnum {\r\n Quarterly\r\n Bi_Yearly\r\n Yearly\r\n}\r\n\r\nenum ControlTestingMethodEnum {\r\n Observation\r\n Inquiry\r\n Inspection\r\n Re_Performance\r\n}\r\n\r\nenum creationMode {\r\n RAW\r\n BUSINESS\r\n}\r\n\r\nenum CustomerSatisfactionEnumFilter {\r\n VeryLow\r\n Low\r\n Neutral\r\n High\r\n VeryHigh\r\n NotEvaluated\r\n}\r\n\r\nenum DataCallDisplayModeEnumFilter {\r\n Displaypropertiesinpage\r\n Displaypropertiesincolumns\r\n}\r\n\r\nenum DataFreshnessEnumFilter {\r\n LowerSixMonths\r\n SixtoOneTwoMonths\r\n AboveOneTwoMonths\r\n}\r\n\r\nenum DataGovernancePhysicalpersonEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\n# The `Date` scalar type represents a year, month and day in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar Date\r\n\r\n# The `DateTime` scalar type represents a date and time. `DateTime` expects\r\n# timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTime\r\n\r\n# The `DateTimeOffset` scalar type represents a date, time and offset from UTC.\r\n# `DateTimeOffset` expects timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTimeOffset\r\n\r\nscalar Decimal\r\n\r\nenum DefaultSubstitutedMetaAttributeEnumFilter {\r\n Authorization\r\n Name\r\n MetaClassIdAbs\r\n Comment\r\n}\r\n\r\nenum DelegationAllowedEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum DesignBAEnumFilter {\r\n NA\r\n VeryPoor\r\n Poor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum DisplayanendingpageEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum DisplayapagetoadddocumentsEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum DisplayexplanatorydocumentsEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum DisplayexplanatoryexternalreferencesEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\n# Distribution is a step in the aggregation schema that can redeploy values of\r\n# another aggregation step according to new contexts.\r\ntype Distribution {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n distribution(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n reduction_SourceAggregationStep(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n distribution_SourceAggregationStep(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n aggregationStepGroup_SourceAggregationStep(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n substitutionAssessment_SourceAggregationStep(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n aggregationRule(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n metaAttribute_WeightingFactor(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n aggregationSchema_SourceAggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n assessmentNode_AggregationAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput DistributionFilter {\r\n and: [DistributionFilter!]\r\n or: [DistributionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 aggregationSchema_some: [DistributionFilter!]\r\n distribution_some: [DistributionFilter!]\r\n reduction_SourceAggregationStep_some: [DistributionFilter!]\r\n distribution_SourceAggregationStep_some: [DistributionFilter!]\r\n aggregationStepGroup_SourceAggregationStep_some: [DistributionFilter!]\r\n substitutionAssessment_SourceAggregationStep_some: [DistributionFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [DistributionFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [DistributionFilter!]\r\n aggregationRule_some: [DistributionFilter!]\r\n metaAttribute_WeightingFactor_some: [DistributionFilter!]\r\n aggregationSchema_SourceAggregationSchema_some: [DistributionFilter!]\r\n assessmentNode_AggregationAssessmentNode_some: [DistributionFilter!]\r\n}\r\n\r\n# A Document Category allow document classification according to a specific\r\n# subject such as Audit, Diagram, Control Documentation... The category are\r\n# organized in a hierarchical way.\r\ntype DocumentCategory {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n documentCategory_ParentDocumentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n documentCategory_SubDocumentCategories(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n businessDocument_BusinessDocuments(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n and: [DocumentCategoryFilter!]\r\n or: [DocumentCategoryFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [DocumentCategoryFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [DocumentCategoryFilter!]\r\n documentCategory_ParentDocumentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_SubDocumentCategories_some: [DocumentCategoryFilter!]\r\n businessDocumentPattern_DocumentPattern_some: [DocumentCategoryFilter!]\r\n businessDocument_BusinessDocuments_some: [DocumentCategoryFilter!]\r\n}\r\n\r\nenum EachQuestioninagroupDisplayingEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum EfficiencyBAEnumFilter {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum ExecutionBAEnumFilter {\r\n NA\r\n Inefficient\r\n Insufficient\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum ExecutionModeEnumFilter {\r\n Automatic\r\n Manual\r\n Semi_Automatic\r\n}\r\n\r\nenum ExecutionOptionsEnumFilter {\r\n DisableMEGAGlobals\r\n FieldsPreProcessing\r\n VariationInheritance\r\n Inheritscalleroptions\r\n CallablefromWebServices\r\n FullMEGAGlobals\r\n JavaExternalLoad\r\n AllowTypedScript\r\n Unique\r\n Multithread\r\n DisableSupervision\r\n CanrelaxDataAccessRule\r\n JavaLocalNative\r\n JavaCompatibleNative\r\n UnderSourceControl\r\n ExternalFile\r\n ExecutionatMacroreadingaccessarea\r\n RestrictedMEGAGlobals\r\n}\r\n\r\nenum FillingModeEnumFilter {\r\n Macro\r\n MacrowithParameters\r\n Tree\r\n Query\r\n Objectslist\r\n}\r\n\r\n# Filters of AggregationRule\r\ninput filterAggregationRule {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n aggregationRuleType: AggregationRuleTypeEnumFilter\r\n aggregationRuleType_not: AggregationRuleTypeEnumFilter\r\n aggregationRuleType_in: [AggregationRuleTypeEnumFilter]\r\n aggregationRuleType_not_in: [AggregationRuleTypeEnumFilter]\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 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}\r\n\r\n# Filters of AggregationSchema\r\ninput filterAggregationSchema {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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}\r\n\r\n# Filters of AggregationStepGroup\r\ninput filterAggregationStepGroup {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: 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 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}\r\n\r\n# Filters of Application\r\ninput filterApplication {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n applicationCode: String\r\n applicationCode_not: String\r\n applicationCode_in: [String]\r\n applicationCode_not_in: [String]\r\n applicationCode_lt: String\r\n applicationCode_lte: String\r\n applicationCode_gt: String\r\n applicationCode_gte: String\r\n applicationCode_contains: String\r\n applicationCode_not_contains: String\r\n applicationCode_starts_with: String\r\n applicationCode_not_starts_with: String\r\n applicationCode_ends_with: String\r\n applicationCode_not_ends_with: String\r\n cloudComputing: CloudComputingEnumFilter\r\n cloudComputing_not: CloudComputingEnumFilter\r\n cloudComputing_in: [CloudComputingEnumFilter]\r\n cloudComputing_not_in: [CloudComputingEnumFilter]\r\n versionNumber: String\r\n versionNumber_not: String\r\n versionNumber_in: [String]\r\n versionNumber_not_in: [String]\r\n versionNumber_lt: String\r\n versionNumber_lte: String\r\n versionNumber_gt: String\r\n versionNumber_gte: String\r\n versionNumber_contains: String\r\n versionNumber_not_contains: String\r\n versionNumber_starts_with: String\r\n versionNumber_not_starts_with: String\r\n versionNumber_ends_with: String\r\n versionNumber_not_ends_with: String\r\n requiredMemorySize: String\r\n requiredMemorySize_not: String\r\n requiredMemorySize_in: [String]\r\n requiredMemorySize_not_in: [String]\r\n requiredMemorySize_lt: String\r\n requiredMemorySize_lte: String\r\n requiredMemorySize_gt: String\r\n requiredMemorySize_gte: String\r\n requiredMemorySize_contains: String\r\n requiredMemorySize_not_contains: String\r\n requiredMemorySize_starts_with: String\r\n requiredMemorySize_not_starts_with: String\r\n requiredMemorySize_ends_with: String\r\n requiredMemorySize_not_ends_with: String\r\n prefix: String\r\n prefix_not: String\r\n prefix_in: [String]\r\n prefix_not_in: [String]\r\n prefix_lt: String\r\n prefix_lte: String\r\n prefix_gt: String\r\n prefix_gte: String\r\n prefix_contains: String\r\n prefix_not_contains: String\r\n prefix_starts_with: String\r\n prefix_not_starts_with: String\r\n prefix_ends_with: String\r\n prefix_not_ends_with: String\r\n applicationStereotype: ApplicationStereotypeEnumFilter\r\n applicationStereotype_not: ApplicationStereotypeEnumFilter\r\n applicationStereotype_in: [ApplicationStereotypeEnumFilter]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnumFilter]\r\n applicationType: ApplicationTypeEnumFilter\r\n applicationType_not: ApplicationTypeEnumFilter\r\n applicationType_in: [ApplicationTypeEnumFilter]\r\n applicationType_not_in: [ApplicationTypeEnumFilter]\r\n globalExpense: Float\r\n globalExpense_not: Float\r\n globalExpense_in: [Float]\r\n globalExpense_not_in: [Float]\r\n globalExpense_lt: Float\r\n globalExpense_lte: Float\r\n globalExpense_gt: Float\r\n globalExpense_gte: Float\r\n currentNumberofUsers: Int\r\n currentNumberofUsers_not: Int\r\n currentNumberofUsers_in: [Int]\r\n currentNumberofUsers_not_in: [Int]\r\n currentNumberofUsers_lt: Int\r\n currentNumberofUsers_lte: Int\r\n currentNumberofUsers_gt: Int\r\n currentNumberofUsers_gte: Int\r\n costperUser: Float\r\n costperUser_not: Float\r\n costperUser_in: [Float]\r\n costperUser_not_in: [Float]\r\n costperUser_lt: Float\r\n costperUser_lte: Float\r\n costperUser_gt: Float\r\n costperUser_gte: Float\r\n rankAPM: RankAPMEnumFilter\r\n rankAPM_not: RankAPMEnumFilter\r\n rankAPM_in: [RankAPMEnumFilter]\r\n rankAPM_not_in: [RankAPMEnumFilter]\r\n technologyCompliance: TechnologyComplianceEnumFilter\r\n technologyCompliance_not: TechnologyComplianceEnumFilter\r\n technologyCompliance_in: [TechnologyComplianceEnumFilter]\r\n technologyCompliance_not_in: [TechnologyComplianceEnumFilter]\r\n expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float]\r\n expenses_not_in: [Float]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float]\r\n capitalExpenses_not_in: [Float]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float]\r\n operatingExpenses_not_in: [Float]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int]\r\n cASTHighlightID_not_in: [Int]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\r\n businessValueAPM: BusinessValueAPMEnumFilter\r\n businessValueAPM_not: BusinessValueAPMEnumFilter\r\n businessValueAPM_in: [BusinessValueAPMEnumFilter]\r\n businessValueAPM_not_in: [BusinessValueAPMEnumFilter]\r\n functionalSupportAPM: FunctionalSupportAPMEnumFilter\r\n functionalSupportAPM_not: FunctionalSupportAPMEnumFilter\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnumFilter]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnumFilter]\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnumFilter\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnumFilter\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnumFilter]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnumFilter]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date]\r\n beginLifedate_not_in: [Date]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date]\r\n endlifedate_not_in: [Date]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n closingDateCast: Date\r\n closingDateCast_not: Date\r\n closingDateCast_in: [Date]\r\n closingDateCast_not_in: [Date]\r\n closingDateCast_lt: Date\r\n closingDateCast_lte: Date\r\n closingDateCast_gt: Date\r\n closingDateCast_gte: Date\r\n softwareResiliencyScoreCASTHighligh: Float\r\n softwareResiliencyScoreCASTHighligh_not: Float\r\n softwareResiliencyScoreCASTHighligh_in: [Float]\r\n softwareResiliencyScoreCASTHighligh_not_in: [Float]\r\n softwareResiliencyScoreCASTHighligh_lt: Float\r\n softwareResiliencyScoreCASTHighligh_lte: Float\r\n softwareResiliencyScoreCASTHighligh_gt: Float\r\n softwareResiliencyScoreCASTHighligh_gte: Float\r\n softwareResiliencyThresholdsCASTHighligh: SoftwareResiliencyThresholdsCASTHighlighEnumFilter\r\n softwareResiliencyThresholdsCASTHighligh_not: SoftwareResiliencyThresholdsCASTHighlighEnumFilter\r\n softwareResiliencyThresholdsCASTHighligh_in: [SoftwareResiliencyThresholdsCASTHighlighEnumFilter]\r\n softwareResiliencyThresholdsCASTHighligh_not_in: [SoftwareResiliencyThresholdsCASTHighlighEnumFilter]\r\n softwareAgilityScore: Float\r\n softwareAgilityScore_not: Float\r\n softwareAgilityScore_in: [Float]\r\n softwareAgilityScore_not_in: [Float]\r\n softwareAgilityScore_lt: Float\r\n softwareAgilityScore_lte: Float\r\n softwareAgilityScore_gt: Float\r\n softwareAgilityScore_gte: Float\r\n softwareAgilityThresholdsCASTHighligh: SoftwareAgilityThresholdsCASTHighlighEnumFilter\r\n softwareAgilityThresholdsCASTHighligh_not: SoftwareAgilityThresholdsCASTHighlighEnumFilter\r\n softwareAgilityThresholdsCASTHighligh_in: [SoftwareAgilityThresholdsCASTHighlighEnumFilter]\r\n softwareAgilityThresholdsCASTHighligh_not_in: [SoftwareAgilityThresholdsCASTHighlighEnumFilter]\r\n softwareEleganceScoreCASTHighligh: Float\r\n softwareEleganceScoreCASTHighligh_not: Float\r\n softwareEleganceScoreCASTHighligh_in: [Float]\r\n softwareEleganceScoreCASTHighligh_not_in: [Float]\r\n softwareEleganceScoreCASTHighligh_lt: Float\r\n softwareEleganceScoreCASTHighligh_lte: Float\r\n softwareEleganceScoreCASTHighligh_gt: Float\r\n softwareEleganceScoreCASTHighligh_gte: Float\r\n softwareEleganceThresholdsCASTHighligh: SoftwareEleganceThresholdsCASTHighlighEnumFilter\r\n softwareEleganceThresholdsCASTHighligh_not: SoftwareEleganceThresholdsCASTHighlighEnumFilter\r\n softwareEleganceThresholdsCASTHighligh_in: [SoftwareEleganceThresholdsCASTHighlighEnumFilter]\r\n softwareEleganceThresholdsCASTHighligh_not_in: [SoftwareEleganceThresholdsCASTHighlighEnumFilter]\r\n cloudReadyScoreCASTHighlight: Float\r\n cloudReadyScoreCASTHighlight_not: Float\r\n cloudReadyScoreCASTHighlight_in: [Float]\r\n cloudReadyScoreCASTHighlight_not_in: [Float]\r\n cloudReadyScoreCASTHighlight_lt: Float\r\n cloudReadyScoreCASTHighlight_lte: Float\r\n cloudReadyScoreCASTHighlight_gt: Float\r\n cloudReadyScoreCASTHighlight_gte: Float\r\n cloudReadyScanCASTHighlight: Float\r\n cloudReadyScanCASTHighlight_not: Float\r\n cloudReadyScanCASTHighlight_in: [Float]\r\n cloudReadyScanCASTHighlight_not_in: [Float]\r\n cloudReadyScanCASTHighlight_lt: Float\r\n cloudReadyScanCASTHighlight_lte: Float\r\n cloudReadyScanCASTHighlight_gt: Float\r\n cloudReadyScanCASTHighlight_gte: Float\r\n technicalDebtCast: Float\r\n technicalDebtCast_not: Float\r\n technicalDebtCast_in: [Float]\r\n technicalDebtCast_not_in: [Float]\r\n technicalDebtCast_lt: Float\r\n technicalDebtCast_lte: Float\r\n technicalDebtCast_gt: Float\r\n technicalDebtCast_gte: Float\r\n numberoflinesofCodeCast: Int\r\n numberoflinesofCodeCast_not: Int\r\n numberoflinesofCodeCast_in: [Int]\r\n numberoflinesofCodeCast_not_in: [Int]\r\n numberoflinesofCodeCast_lt: Int\r\n numberoflinesofCodeCast_lte: Int\r\n numberoflinesofCodeCast_gt: Int\r\n numberoflinesofCodeCast_gte: Int\r\n numberofFilesCast: Int\r\n numberofFilesCast_not: Int\r\n numberofFilesCast_in: [Int]\r\n numberofFilesCast_not_in: [Int]\r\n numberofFilesCast_lt: Int\r\n numberofFilesCast_lte: Int\r\n numberofFilesCast_gt: Int\r\n numberofFilesCast_gte: Int\r\n aggregationTypeAPM: AggregationTypeAPMEnumFilter\r\n aggregationTypeAPM_not: AggregationTypeAPMEnumFilter\r\n aggregationTypeAPM_in: [AggregationTypeAPMEnumFilter]\r\n aggregationTypeAPM_not_in: [AggregationTypeAPMEnumFilter]\r\n backFiredFunctionPointsCASTHighlight: Float\r\n backFiredFunctionPointsCASTHighlight_not: Float\r\n backFiredFunctionPointsCASTHighlight_in: [Float]\r\n backFiredFunctionPointsCASTHighlight_not_in: [Float]\r\n backFiredFunctionPointsCASTHighlight_lt: Float\r\n backFiredFunctionPointsCASTHighlight_lte: Float\r\n backFiredFunctionPointsCASTHighlight_gt: Float\r\n backFiredFunctionPointsCASTHighlight_gte: Float\r\n softwareResiliencyQuartileCast: SoftwareResiliencyQuartileCastEnumFilter\r\n softwareResiliencyQuartileCast_not: SoftwareResiliencyQuartileCastEnumFilter\r\n softwareResiliencyQuartileCast_in: [SoftwareResiliencyQuartileCastEnumFilter]\r\n softwareResiliencyQuartileCast_not_in: [SoftwareResiliencyQuartileCastEnumFilter]\r\n workflowStatusITandBusinessdata: WorkflowStatusITandBusinessdataEnumFilter\r\n workflowStatusITandBusinessdata_not: WorkflowStatusITandBusinessdataEnumFilter\r\n workflowStatusITandBusinessdata_in: [WorkflowStatusITandBusinessdataEnumFilter]\r\n workflowStatusITandBusinessdata_not_in: [WorkflowStatusITandBusinessdataEnumFilter]\r\n workflowStatusFinancial: WorkflowStatusFinancialEnumFilter\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnumFilter\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnumFilter]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnumFilter]\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnumFilter\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnumFilter\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnumFilter]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnumFilter]\r\n softwareEleganceQuartileCast: SoftwareEleganceQuartileCastEnumFilter\r\n softwareEleganceQuartileCast_not: SoftwareEleganceQuartileCastEnumFilter\r\n softwareEleganceQuartileCast_in: [SoftwareEleganceQuartileCastEnumFilter]\r\n softwareEleganceQuartileCast_not_in: [SoftwareEleganceQuartileCastEnumFilter]\r\n detailsCast: String\r\n detailsCast_not: String\r\n detailsCast_in: [String]\r\n detailsCast_not_in: [String]\r\n detailsCast_lt: String\r\n detailsCast_lte: String\r\n detailsCast_gt: String\r\n detailsCast_gte: String\r\n detailsCast_contains: String\r\n detailsCast_not_contains: String\r\n detailsCast_starts_with: String\r\n detailsCast_not_starts_with: String\r\n detailsCast_ends_with: String\r\n detailsCast_not_ends_with: String\r\n statusReview: StatusReviewEnumFilter\r\n statusReview_not: StatusReviewEnumFilter\r\n statusReview_in: [StatusReviewEnumFilter]\r\n statusReview_not_in: [StatusReviewEnumFilter]\r\n standardCreationDate: Date\r\n standardCreationDate_not: Date\r\n standardCreationDate_in: [Date]\r\n standardCreationDate_not_in: [Date]\r\n standardCreationDate_lt: Date\r\n standardCreationDate_lte: Date\r\n standardCreationDate_gt: Date\r\n standardCreationDate_gte: Date\r\n gDPRConsent: GDPRConsentEnumFilter\r\n gDPRConsent_not: GDPRConsentEnumFilter\r\n gDPRConsent_in: [GDPRConsentEnumFilter]\r\n gDPRConsent_not_in: [GDPRConsentEnumFilter]\r\n gDPRSource: String\r\n gDPRSource_not: String\r\n gDPRSource_in: [String]\r\n gDPRSource_not_in: [String]\r\n gDPRSource_lt: String\r\n gDPRSource_lte: String\r\n gDPRSource_gt: String\r\n gDPRSource_gte: String\r\n gDPRSource_contains: String\r\n gDPRSource_not_contains: String\r\n gDPRSource_starts_with: String\r\n gDPRSource_not_starts_with: String\r\n gDPRSource_ends_with: String\r\n gDPRSource_not_ends_with: String\r\n standardClass: StandardClassEnumFilter\r\n standardClass_not: StandardClassEnumFilter\r\n standardClass_in: [StandardClassEnumFilter]\r\n standardClass_not_in: [StandardClassEnumFilter]\r\n retireDate: Date\r\n retireDate_not: Date\r\n retireDate_in: [Date]\r\n retireDate_not_in: [Date]\r\n retireDate_lt: Date\r\n retireDate_lte: Date\r\n retireDate_gt: Date\r\n retireDate_gte: Date\r\n cost: Float\r\n cost_not: Float\r\n cost_in: [Float]\r\n cost_not_in: [Float]\r\n cost_lt: Float\r\n cost_lte: Float\r\n cost_gt: Float\r\n cost_gte: Float\r\n revenue: Float\r\n revenue_not: Float\r\n revenue_in: [Float]\r\n revenue_not_in: [Float]\r\n revenue_lt: Float\r\n revenue_lte: Float\r\n revenue_gt: Float\r\n revenue_gte: Float\r\n rOIPercentage: Float\r\n rOIPercentage_not: Float\r\n rOIPercentage_in: [Float]\r\n rOIPercentage_not_in: [Float]\r\n rOIPercentage_lt: Float\r\n rOIPercentage_lte: Float\r\n rOIPercentage_gt: Float\r\n rOIPercentage_gte: Float\r\n rOIRate: Float\r\n rOIRate_not: Float\r\n rOIRate_in: [Float]\r\n rOIRate_not_in: [Float]\r\n rOIRate_lt: Float\r\n rOIRate_lte: Float\r\n rOIRate_gt: Float\r\n rOIRate_gte: Float\r\n costRate: Float\r\n costRate_not: Float\r\n costRate_in: [Float]\r\n costRate_not_in: [Float]\r\n costRate_lt: Float\r\n costRate_lte: Float\r\n costRate_gt: Float\r\n costRate_gte: Float\r\n lifecyclestatus: LifecyclestatusEnumFilter\r\n lifecyclestatus_not: LifecyclestatusEnumFilter\r\n lifecyclestatus_in: [LifecyclestatusEnumFilter]\r\n lifecyclestatus_not_in: [LifecyclestatusEnumFilter]\r\n initiallivedate: Date\r\n initiallivedate_not: Date\r\n initiallivedate_in: [Date]\r\n initiallivedate_not_in: [Date]\r\n initiallivedate_lt: Date\r\n initiallivedate_lte: Date\r\n initiallivedate_gt: Date\r\n initiallivedate_gte: Date\r\n dateoflastrelease: Date\r\n dateoflastrelease_not: Date\r\n dateoflastrelease_in: [Date]\r\n dateoflastrelease_not_in: [Date]\r\n dateoflastrelease_lt: Date\r\n dateoflastrelease_lte: Date\r\n dateoflastrelease_gt: Date\r\n dateoflastrelease_gte: Date\r\n dateofnextrelease: Date\r\n dateofnextrelease_not: Date\r\n dateofnextrelease_in: [Date]\r\n dateofnextrelease_not_in: [Date]\r\n dateofnextrelease_lt: Date\r\n dateofnextrelease_lte: Date\r\n dateofnextrelease_gt: Date\r\n dateofnextrelease_gte: Date\r\n retirementdate: Date\r\n retirementdate_not: Date\r\n retirementdate_in: [Date]\r\n retirementdate_not_in: [Date]\r\n retirementdate_lt: Date\r\n retirementdate_lte: Date\r\n retirementdate_gt: Date\r\n retirementdate_gte: Date\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnumFilter]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String]\r\n source_not_in: [String]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n availabilitycharacteristics: String\r\n availabilitycharacteristics_not: String\r\n availabilitycharacteristics_in: [String]\r\n availabilitycharacteristics_not_in: [String]\r\n availabilitycharacteristics_lt: String\r\n availabilitycharacteristics_lte: String\r\n availabilitycharacteristics_gt: String\r\n availabilitycharacteristics_gte: String\r\n availabilitycharacteristics_contains: String\r\n availabilitycharacteristics_not_contains: String\r\n availabilitycharacteristics_starts_with: String\r\n availabilitycharacteristics_not_starts_with: String\r\n availabilitycharacteristics_ends_with: String\r\n availabilitycharacteristics_not_ends_with: String\r\n servicetimes: String\r\n servicetimes_not: String\r\n servicetimes_in: [String]\r\n servicetimes_not_in: [String]\r\n servicetimes_lt: String\r\n servicetimes_lte: String\r\n servicetimes_gt: String\r\n servicetimes_gte: String\r\n servicetimes_contains: String\r\n servicetimes_not_contains: String\r\n servicetimes_starts_with: String\r\n servicetimes_not_starts_with: String\r\n servicetimes_ends_with: String\r\n servicetimes_not_ends_with: String\r\n manageabilitycharacteristics: String\r\n manageabilitycharacteristics_not: String\r\n manageabilitycharacteristics_in: [String]\r\n manageabilitycharacteristics_not_in: [String]\r\n manageabilitycharacteristics_lt: String\r\n manageabilitycharacteristics_lte: String\r\n manageabilitycharacteristics_gt: String\r\n manageabilitycharacteristics_gte: String\r\n manageabilitycharacteristics_contains: String\r\n manageabilitycharacteristics_not_contains: String\r\n manageabilitycharacteristics_starts_with: String\r\n manageabilitycharacteristics_not_starts_with: String\r\n manageabilitycharacteristics_ends_with: String\r\n manageabilitycharacteristics_not_ends_with: String\r\n serviceabilitycharacteristics: String\r\n serviceabilitycharacteristics_not: String\r\n serviceabilitycharacteristics_in: [String]\r\n serviceabilitycharacteristics_not_in: [String]\r\n serviceabilitycharacteristics_lt: String\r\n serviceabilitycharacteristics_lte: String\r\n serviceabilitycharacteristics_gt: String\r\n serviceabilitycharacteristics_gte: String\r\n serviceabilitycharacteristics_contains: String\r\n serviceabilitycharacteristics_not_contains: String\r\n serviceabilitycharacteristics_starts_with: String\r\n serviceabilitycharacteristics_not_starts_with: String\r\n serviceabilitycharacteristics_ends_with: String\r\n serviceabilitycharacteristics_not_ends_with: String\r\n performancecharacteristics: String\r\n performancecharacteristics_not: String\r\n performancecharacteristics_in: [String]\r\n performancecharacteristics_not_in: [String]\r\n performancecharacteristics_lt: String\r\n performancecharacteristics_lte: String\r\n performancecharacteristics_gt: String\r\n performancecharacteristics_gte: String\r\n performancecharacteristics_contains: String\r\n performancecharacteristics_not_contains: String\r\n performancecharacteristics_starts_with: String\r\n performancecharacteristics_not_starts_with: String\r\n performancecharacteristics_ends_with: String\r\n performancecharacteristics_not_ends_with: String\r\n reliabilitycharacteristics: String\r\n reliabilitycharacteristics_not: String\r\n reliabilitycharacteristics_in: [String]\r\n reliabilitycharacteristics_not_in: [String]\r\n reliabilitycharacteristics_lt: String\r\n reliabilitycharacteristics_lte: String\r\n reliabilitycharacteristics_gt: String\r\n reliabilitycharacteristics_gte: String\r\n reliabilitycharacteristics_contains: String\r\n reliabilitycharacteristics_not_contains: String\r\n reliabilitycharacteristics_starts_with: String\r\n reliabilitycharacteristics_not_starts_with: String\r\n reliabilitycharacteristics_ends_with: String\r\n reliabilitycharacteristics_not_ends_with: String\r\n recoverabilitycharacteristics: String\r\n recoverabilitycharacteristics_not: String\r\n recoverabilitycharacteristics_in: [String]\r\n recoverabilitycharacteristics_not_in: [String]\r\n recoverabilitycharacteristics_lt: String\r\n recoverabilitycharacteristics_lte: String\r\n recoverabilitycharacteristics_gt: String\r\n recoverabilitycharacteristics_gte: String\r\n recoverabilitycharacteristics_contains: String\r\n recoverabilitycharacteristics_not_contains: String\r\n recoverabilitycharacteristics_starts_with: String\r\n recoverabilitycharacteristics_not_starts_with: String\r\n recoverabilitycharacteristics_ends_with: String\r\n recoverabilitycharacteristics_not_ends_with: String\r\n locatabilitycharacteristics: String\r\n locatabilitycharacteristics_not: String\r\n locatabilitycharacteristics_in: [String]\r\n locatabilitycharacteristics_not_in: [String]\r\n locatabilitycharacteristics_lt: String\r\n locatabilitycharacteristics_lte: String\r\n locatabilitycharacteristics_gt: String\r\n locatabilitycharacteristics_gte: String\r\n locatabilitycharacteristics_contains: String\r\n locatabilitycharacteristics_not_contains: String\r\n locatabilitycharacteristics_starts_with: String\r\n locatabilitycharacteristics_not_starts_with: String\r\n locatabilitycharacteristics_ends_with: String\r\n locatabilitycharacteristics_not_ends_with: String\r\n securitycharacteristics: String\r\n securitycharacteristics_not: String\r\n securitycharacteristics_in: [String]\r\n securitycharacteristics_not_in: [String]\r\n securitycharacteristics_lt: String\r\n securitycharacteristics_lte: String\r\n securitycharacteristics_gt: String\r\n securitycharacteristics_gte: String\r\n securitycharacteristics_contains: String\r\n securitycharacteristics_not_contains: String\r\n securitycharacteristics_starts_with: String\r\n securitycharacteristics_not_starts_with: String\r\n securitycharacteristics_ends_with: String\r\n securitycharacteristics_not_ends_with: String\r\n privacycharacteristics: String\r\n privacycharacteristics_not: String\r\n privacycharacteristics_in: [String]\r\n privacycharacteristics_not_in: [String]\r\n privacycharacteristics_lt: String\r\n privacycharacteristics_lte: String\r\n privacycharacteristics_gt: String\r\n privacycharacteristics_gte: String\r\n privacycharacteristics_contains: String\r\n privacycharacteristics_not_contains: String\r\n privacycharacteristics_starts_with: String\r\n privacycharacteristics_not_starts_with: String\r\n privacycharacteristics_ends_with: String\r\n privacycharacteristics_not_ends_with: String\r\n integritycharacteristics: String\r\n integritycharacteristics_not: String\r\n integritycharacteristics_in: [String]\r\n integritycharacteristics_not_in: [String]\r\n integritycharacteristics_lt: String\r\n integritycharacteristics_lte: String\r\n integritycharacteristics_gt: String\r\n integritycharacteristics_gte: String\r\n integritycharacteristics_contains: String\r\n integritycharacteristics_not_contains: String\r\n integritycharacteristics_starts_with: String\r\n integritycharacteristics_not_starts_with: String\r\n integritycharacteristics_ends_with: String\r\n integritycharacteristics_not_ends_with: String\r\n credibilitycharacteristics: String\r\n credibilitycharacteristics_not: String\r\n credibilitycharacteristics_in: [String]\r\n credibilitycharacteristics_not_in: [String]\r\n credibilitycharacteristics_lt: String\r\n credibilitycharacteristics_lte: String\r\n credibilitycharacteristics_gt: String\r\n credibilitycharacteristics_gte: String\r\n credibilitycharacteristics_contains: String\r\n credibilitycharacteristics_not_contains: String\r\n credibilitycharacteristics_starts_with: String\r\n credibilitycharacteristics_not_starts_with: String\r\n credibilitycharacteristics_ends_with: String\r\n credibilitycharacteristics_not_ends_with: String\r\n localizationcharacteristics: String\r\n localizationcharacteristics_not: String\r\n localizationcharacteristics_in: [String]\r\n localizationcharacteristics_not_in: [String]\r\n localizationcharacteristics_lt: String\r\n localizationcharacteristics_lte: String\r\n localizationcharacteristics_gt: String\r\n localizationcharacteristics_gte: String\r\n localizationcharacteristics_contains: String\r\n localizationcharacteristics_not_contains: String\r\n localizationcharacteristics_starts_with: String\r\n localizationcharacteristics_not_starts_with: String\r\n localizationcharacteristics_ends_with: String\r\n localizationcharacteristics_not_ends_with: String\r\n internationalizationcharacteristics: String\r\n internationalizationcharacteristics_not: String\r\n internationalizationcharacteristics_in: [String]\r\n internationalizationcharacteristics_not_in: [String]\r\n internationalizationcharacteristics_lt: String\r\n internationalizationcharacteristics_lte: String\r\n internationalizationcharacteristics_gt: String\r\n internationalizationcharacteristics_gte: String\r\n internationalizationcharacteristics_contains: String\r\n internationalizationcharacteristics_not_contains: String\r\n internationalizationcharacteristics_starts_with: String\r\n internationalizationcharacteristics_not_starts_with: String\r\n internationalizationcharacteristics_ends_with: String\r\n internationalizationcharacteristics_not_ends_with: String\r\n interoperabilitycharacteristics: String\r\n interoperabilitycharacteristics_not: String\r\n interoperabilitycharacteristics_in: [String]\r\n interoperabilitycharacteristics_not_in: [String]\r\n interoperabilitycharacteristics_lt: String\r\n interoperabilitycharacteristics_lte: String\r\n interoperabilitycharacteristics_gt: String\r\n interoperabilitycharacteristics_gte: String\r\n interoperabilitycharacteristics_contains: String\r\n interoperabilitycharacteristics_not_contains: String\r\n interoperabilitycharacteristics_starts_with: String\r\n interoperabilitycharacteristics_not_starts_with: String\r\n interoperabilitycharacteristics_ends_with: String\r\n interoperabilitycharacteristics_not_ends_with: String\r\n scalabilitycharacteristics: String\r\n scalabilitycharacteristics_not: String\r\n scalabilitycharacteristics_in: [String]\r\n scalabilitycharacteristics_not_in: [String]\r\n scalabilitycharacteristics_lt: String\r\n scalabilitycharacteristics_lte: String\r\n scalabilitycharacteristics_gt: String\r\n scalabilitycharacteristics_gte: String\r\n scalabilitycharacteristics_contains: String\r\n scalabilitycharacteristics_not_contains: String\r\n scalabilitycharacteristics_starts_with: String\r\n scalabilitycharacteristics_not_starts_with: String\r\n scalabilitycharacteristics_ends_with: String\r\n scalabilitycharacteristics_not_ends_with: String\r\n portabilitycharacteristics: String\r\n portabilitycharacteristics_not: String\r\n portabilitycharacteristics_in: [String]\r\n portabilitycharacteristics_not_in: [String]\r\n portabilitycharacteristics_lt: String\r\n portabilitycharacteristics_lte: String\r\n portabilitycharacteristics_gt: String\r\n portabilitycharacteristics_gte: String\r\n portabilitycharacteristics_contains: String\r\n portabilitycharacteristics_not_contains: String\r\n portabilitycharacteristics_starts_with: String\r\n portabilitycharacteristics_not_starts_with: String\r\n portabilitycharacteristics_ends_with: String\r\n portabilitycharacteristics_not_ends_with: String\r\n extensibilitycharacteristics: String\r\n extensibilitycharacteristics_not: String\r\n extensibilitycharacteristics_in: [String]\r\n extensibilitycharacteristics_not_in: [String]\r\n extensibilitycharacteristics_lt: String\r\n extensibilitycharacteristics_lte: String\r\n extensibilitycharacteristics_gt: String\r\n extensibilitycharacteristics_gte: String\r\n extensibilitycharacteristics_contains: String\r\n extensibilitycharacteristics_not_contains: String\r\n extensibilitycharacteristics_starts_with: String\r\n extensibilitycharacteristics_not_starts_with: String\r\n extensibilitycharacteristics_ends_with: String\r\n extensibilitycharacteristics_not_ends_with: String\r\n capacitycharacteristics: String\r\n capacitycharacteristics_not: String\r\n capacitycharacteristics_in: [String]\r\n capacitycharacteristics_not_in: [String]\r\n capacitycharacteristics_lt: String\r\n capacitycharacteristics_lte: String\r\n capacitycharacteristics_gt: String\r\n capacitycharacteristics_gte: String\r\n capacitycharacteristics_contains: String\r\n capacitycharacteristics_not_contains: String\r\n capacitycharacteristics_starts_with: String\r\n capacitycharacteristics_not_starts_with: String\r\n capacitycharacteristics_ends_with: String\r\n capacitycharacteristics_not_ends_with: String\r\n throughput: String\r\n throughput_not: String\r\n throughput_in: [String]\r\n throughput_not_in: [String]\r\n throughput_lt: String\r\n throughput_lte: String\r\n throughput_gt: String\r\n throughput_gte: String\r\n throughput_contains: String\r\n throughput_not_contains: String\r\n throughput_starts_with: String\r\n throughput_not_starts_with: String\r\n throughput_ends_with: String\r\n throughput_not_ends_with: String\r\n throughputperiod: String\r\n throughputperiod_not: String\r\n throughputperiod_in: [String]\r\n throughputperiod_not_in: [String]\r\n throughputperiod_lt: String\r\n throughputperiod_lte: String\r\n throughputperiod_gt: String\r\n throughputperiod_gte: String\r\n throughputperiod_contains: String\r\n throughputperiod_not_contains: String\r\n throughputperiod_starts_with: String\r\n throughputperiod_not_starts_with: String\r\n throughputperiod_ends_with: String\r\n throughputperiod_not_ends_with: String\r\n growth: String\r\n growth_not: String\r\n growth_in: [String]\r\n growth_not_in: [String]\r\n growth_lt: String\r\n growth_lte: String\r\n growth_gt: String\r\n growth_gte: String\r\n growth_contains: String\r\n growth_not_contains: String\r\n growth_starts_with: String\r\n growth_not_starts_with: String\r\n growth_ends_with: String\r\n growth_not_ends_with: String\r\n growthperiod: String\r\n growthperiod_not: String\r\n growthperiod_in: [String]\r\n growthperiod_not_in: [String]\r\n growthperiod_lt: String\r\n growthperiod_lte: String\r\n growthperiod_gt: String\r\n growthperiod_gte: String\r\n growthperiod_contains: String\r\n growthperiod_not_contains: String\r\n growthperiod_starts_with: String\r\n growthperiod_not_starts_with: String\r\n growthperiod_ends_with: String\r\n growthperiod_not_ends_with: String\r\n peakprofileshortterm: String\r\n peakprofileshortterm_not: String\r\n peakprofileshortterm_in: [String]\r\n peakprofileshortterm_not_in: [String]\r\n peakprofileshortterm_lt: String\r\n peakprofileshortterm_lte: String\r\n peakprofileshortterm_gt: String\r\n peakprofileshortterm_gte: String\r\n peakprofileshortterm_contains: String\r\n peakprofileshortterm_not_contains: String\r\n peakprofileshortterm_starts_with: String\r\n peakprofileshortterm_not_starts_with: String\r\n peakprofileshortterm_ends_with: String\r\n peakprofileshortterm_not_ends_with: String\r\n peakprofilelongterm: String\r\n peakprofilelongterm_not: String\r\n peakprofilelongterm_in: [String]\r\n peakprofilelongterm_not_in: [String]\r\n peakprofilelongterm_lt: String\r\n peakprofilelongterm_lte: String\r\n peakprofilelongterm_gt: String\r\n peakprofilelongterm_gte: String\r\n peakprofilelongterm_contains: String\r\n peakprofilelongterm_not_contains: String\r\n peakprofilelongterm_starts_with: String\r\n peakprofilelongterm_not_starts_with: String\r\n peakprofilelongterm_ends_with: String\r\n peakprofilelongterm_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnumFilter\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnumFilter\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnumFilter]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnumFilter]\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnumFilter\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnumFilter\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnumFilter]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnumFilter]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnumFilter\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnumFilter\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnumFilter]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnumFilter]\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnumFilter\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnumFilter\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnumFilter]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnumFilter]\r\n sLALevel: SLALevelEnumFilter\r\n sLALevel_not: SLALevelEnumFilter\r\n sLALevel_in: [SLALevelEnumFilter]\r\n sLALevel_not_in: [SLALevelEnumFilter]\r\n applicationvalidationdate: Date\r\n applicationvalidationdate_not: Date\r\n applicationvalidationdate_in: [Date]\r\n applicationvalidationdate_not_in: [Date]\r\n applicationvalidationdate_lt: Date\r\n applicationvalidationdate_lte: Date\r\n applicationvalidationdate_gt: Date\r\n applicationvalidationdate_gte: Date\r\n dataFreshness: DataFreshnessEnumFilter\r\n dataFreshness_not: DataFreshnessEnumFilter\r\n dataFreshness_in: [DataFreshnessEnumFilter]\r\n dataFreshness_not_in: [DataFreshnessEnumFilter]\r\n nextReviewDate: Date\r\n nextReviewDate_not: Date\r\n nextReviewDate_in: [Date]\r\n nextReviewDate_not_in: [Date]\r\n nextReviewDate_lt: Date\r\n nextReviewDate_lte: Date\r\n nextReviewDate_gt: Date\r\n nextReviewDate_gte: Date\r\n lastReviewDate: Date\r\n lastReviewDate_not: Date\r\n lastReviewDate_in: [Date]\r\n lastReviewDate_not_in: [Date]\r\n lastReviewDate_lt: Date\r\n lastReviewDate_lte: Date\r\n lastReviewDate_gt: Date\r\n lastReviewDate_gte: Date\r\n applicationTemplate: ApplicationTemplateEnumFilter\r\n applicationTemplate_not: ApplicationTemplateEnumFilter\r\n applicationTemplate_in: [ApplicationTemplateEnumFilter]\r\n applicationTemplate_not_in: [ApplicationTemplateEnumFilter]\r\n deploymentDate: Date\r\n deploymentDate_not: Date\r\n deploymentDate_in: [Date]\r\n deploymentDate_not_in: [Date]\r\n deploymentDate_lt: Date\r\n deploymentDate_lte: Date\r\n deploymentDate_gt: Date\r\n deploymentDate_gte: Date\r\n operatingApplicationDate: Date\r\n operatingApplicationDate_not: Date\r\n operatingApplicationDate_in: [Date]\r\n operatingApplicationDate_not_in: [Date]\r\n operatingApplicationDate_lt: Date\r\n operatingApplicationDate_lte: Date\r\n operatingApplicationDate_gt: Date\r\n operatingApplicationDate_gte: Date\r\n urbanism: UrbanismEnumFilter\r\n urbanism_not: UrbanismEnumFilter\r\n urbanism_in: [UrbanismEnumFilter]\r\n urbanism_not_in: [UrbanismEnumFilter]\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 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}\r\n\r\n# Filters of AssessedCharacteristics\r\ninput filterAssessedCharacteristics {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n updateMetaAttribute: UpdateMetaAttributeEnumFilter\r\n updateMetaAttribute_not: UpdateMetaAttributeEnumFilter\r\n updateMetaAttribute_in: [UpdateMetaAttributeEnumFilter]\r\n updateMetaAttribute_not_in: [UpdateMetaAttributeEnumFilter]\r\n listViewDisplayMode: ListViewDisplayModeEnumFilter\r\n listViewDisplayMode_not: ListViewDisplayModeEnumFilter\r\n listViewDisplayMode_in: [ListViewDisplayModeEnumFilter]\r\n listViewDisplayMode_not_in: [ListViewDisplayModeEnumFilter]\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 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}\r\n\r\n# Filters of AssessedCharacteristicValue\r\ninput filterAssessedCharacteristicValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n computedValue: Float\r\n computedValue_not: Float\r\n computedValue_in: [Float]\r\n computedValue_not_in: [Float]\r\n computedValue_lt: Float\r\n computedValue_lte: Float\r\n computedValue_gt: Float\r\n computedValue_gte: Float\r\n signedValue: Float\r\n signedValue_not: Float\r\n signedValue_in: [Float]\r\n signedValue_not_in: [Float]\r\n signedValue_lt: Float\r\n signedValue_lte: Float\r\n signedValue_gt: Float\r\n signedValue_gte: Float\r\n simulatedAssessmentValue: Float\r\n simulatedAssessmentValue_not: Float\r\n simulatedAssessmentValue_in: [Float]\r\n simulatedAssessmentValue_not_in: [Float]\r\n simulatedAssessmentValue_lt: Float\r\n simulatedAssessmentValue_lte: Float\r\n simulatedAssessmentValue_gt: Float\r\n simulatedAssessmentValue_gte: Float\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String]\r\n assessmentNodeName_not_in: [String]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\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 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}\r\n\r\n# Filters of AssessmentAggregation\r\ninput filterAssessmentAggregation {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n aggregationBeginDate: Date\r\n aggregationBeginDate_not: Date\r\n aggregationBeginDate_in: [Date]\r\n aggregationBeginDate_not_in: [Date]\r\n aggregationBeginDate_lt: Date\r\n aggregationBeginDate_lte: Date\r\n aggregationBeginDate_gt: Date\r\n aggregationBeginDate_gte: Date\r\n aggregationEndDate: Date\r\n aggregationEndDate_not: Date\r\n aggregationEndDate_in: [Date]\r\n aggregationEndDate_not_in: [Date]\r\n aggregationEndDate_lt: Date\r\n aggregationEndDate_lte: Date\r\n aggregationEndDate_gt: Date\r\n aggregationEndDate_gte: Date\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String]\r\n assessmentScheduling_not_in: [String]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\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 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}\r\n\r\n# Filters of AssessmentCampaign\r\ninput filterAssessmentCampaign {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentCampaignCode: String\r\n assessmentCampaignCode_not: String\r\n assessmentCampaignCode_in: [String]\r\n assessmentCampaignCode_not_in: [String]\r\n assessmentCampaignCode_lt: String\r\n assessmentCampaignCode_lte: String\r\n assessmentCampaignCode_gt: String\r\n assessmentCampaignCode_gte: String\r\n assessmentCampaignCode_contains: String\r\n assessmentCampaignCode_not_contains: String\r\n assessmentCampaignCode_starts_with: String\r\n assessmentCampaignCode_not_starts_with: String\r\n assessmentCampaignCode_ends_with: String\r\n assessmentCampaignCode_not_ends_with: String\r\n scheduleAggregation: String\r\n scheduleAggregation_not: String\r\n scheduleAggregation_in: [String]\r\n scheduleAggregation_not_in: [String]\r\n scheduleAggregation_lt: String\r\n scheduleAggregation_lte: String\r\n scheduleAggregation_gt: String\r\n scheduleAggregation_gte: String\r\n scheduleAggregation_contains: String\r\n scheduleAggregation_not_contains: String\r\n scheduleAggregation_starts_with: String\r\n scheduleAggregation_not_starts_with: String\r\n scheduleAggregation_ends_with: String\r\n scheduleAggregation_not_ends_with: String\r\n campaignType: CampaignTypeEnumFilter\r\n campaignType_not: CampaignTypeEnumFilter\r\n campaignType_in: [CampaignTypeEnumFilter]\r\n campaignType_not_in: [CampaignTypeEnumFilter]\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String]\r\n assessmentScheduling_not_in: [String]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\r\n assessmentCampaignStatus: AssessmentCampaignStatusEnumFilter\r\n assessmentCampaignStatus_not: AssessmentCampaignStatusEnumFilter\r\n assessmentCampaignStatus_in: [AssessmentCampaignStatusEnumFilter]\r\n assessmentCampaignStatus_not_in: [AssessmentCampaignStatusEnumFilter]\r\n assessmentCampaignBeginDate: Date\r\n assessmentCampaignBeginDate_not: Date\r\n assessmentCampaignBeginDate_in: [Date]\r\n assessmentCampaignBeginDate_not_in: [Date]\r\n assessmentCampaignBeginDate_lt: Date\r\n assessmentCampaignBeginDate_lte: Date\r\n assessmentCampaignBeginDate_gt: Date\r\n assessmentCampaignBeginDate_gte: Date\r\n assessmentCampaignEndDate: Date\r\n assessmentCampaignEndDate_not: Date\r\n assessmentCampaignEndDate_in: [Date]\r\n assessmentCampaignEndDate_not_in: [Date]\r\n assessmentCampaignEndDate_lt: Date\r\n assessmentCampaignEndDate_lte: Date\r\n assessmentCampaignEndDate_gt: Date\r\n assessmentCampaignEndDate_gte: Date\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 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}\r\n\r\n# Filters of AssessmentDeploymentCollection\r\ninput filterAssessmentDeploymentCollection {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n objectstoassess: Boolean\r\n objectstoassess_not: Boolean\r\n contextobjects: Boolean\r\n contextobjects_not: Boolean\r\n respondents: Boolean\r\n respondents_not: Boolean\r\n fillingMode: FillingModeEnumFilter\r\n fillingMode_not: FillingModeEnumFilter\r\n fillingMode_in: [FillingModeEnumFilter]\r\n fillingMode_not_in: [FillingModeEnumFilter]\r\n filledbyuser: Boolean\r\n filledbyuser_not: Boolean\r\n typeEffectiveCollection: TypeEffectiveCollectionEnumFilter\r\n typeEffectiveCollection_not: TypeEffectiveCollectionEnumFilter\r\n typeEffectiveCollection_in: [TypeEffectiveCollectionEnumFilter]\r\n typeEffectiveCollection_not_in: [TypeEffectiveCollectionEnumFilter]\r\n characteristicsusagemode: CharacteristicsusagemodeEnumFilter\r\n characteristicsusagemode_not: CharacteristicsusagemodeEnumFilter\r\n characteristicsusagemode_in: [CharacteristicsusagemodeEnumFilter]\r\n characteristicsusagemode_not_in: [CharacteristicsusagemodeEnumFilter]\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 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}\r\n\r\n# Filters of AssessmentDeploymentQueryParameterValue\r\ninput filterAssessmentDeploymentQueryParameterValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n queryParameterValue: String\r\n queryParameterValue_not: String\r\n queryParameterValue_in: [String]\r\n queryParameterValue_not_in: [String]\r\n queryParameterValue_lt: String\r\n queryParameterValue_lte: String\r\n queryParameterValue_gt: String\r\n queryParameterValue_gte: String\r\n queryParameterValue_contains: String\r\n queryParameterValue_not_contains: String\r\n queryParameterValue_starts_with: String\r\n queryParameterValue_not_starts_with: String\r\n queryParameterValue_ends_with: String\r\n queryParameterValue_not_ends_with: String\r\n parameterValueAttributionMode: ParameterValueAttributionModeEnumFilter\r\n parameterValueAttributionMode_not: ParameterValueAttributionModeEnumFilter\r\n parameterValueAttributionMode_in: [ParameterValueAttributionModeEnumFilter]\r\n parameterValueAttributionMode_not_in: [ParameterValueAttributionModeEnumFilter]\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 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}\r\n\r\n# Filters of AssessmentNode\r\ninput filterAssessmentNode {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n progression: ProgressionEnumFilter\r\n progression_not: ProgressionEnumFilter\r\n progression_in: [ProgressionEnumFilter]\r\n progression_not_in: [ProgressionEnumFilter]\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String]\r\n assessmentNodeName_not_in: [String]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\r\n assessmentContext: String\r\n assessmentContext_not: String\r\n assessmentContext_in: [String]\r\n assessmentContext_not_in: [String]\r\n assessmentContext_lt: String\r\n assessmentContext_lte: String\r\n assessmentContext_gt: String\r\n assessmentContext_gte: String\r\n assessmentContext_contains: String\r\n assessmentContext_not_contains: String\r\n assessmentContext_starts_with: String\r\n assessmentContext_not_starts_with: String\r\n assessmentContext_ends_with: String\r\n assessmentContext_not_ends_with: String\r\n validityforAggregation: ValidityforAggregationEnumFilter\r\n validityforAggregation_not: ValidityforAggregationEnumFilter\r\n validityforAggregation_in: [ValidityforAggregationEnumFilter]\r\n validityforAggregation_not_in: [ValidityforAggregationEnumFilter]\r\n validityforAssessment: ValidityforAssessmentEnumFilter\r\n validityforAssessment_not: ValidityforAssessmentEnumFilter\r\n validityforAssessment_in: [ValidityforAssessmentEnumFilter]\r\n validityforAssessment_not_in: [ValidityforAssessmentEnumFilter]\r\n assessedObjectandContext: String\r\n assessedObjectandContext_not: String\r\n assessedObjectandContext_in: [String]\r\n assessedObjectandContext_not_in: [String]\r\n assessedObjectandContext_lt: String\r\n assessedObjectandContext_lte: String\r\n assessedObjectandContext_gt: String\r\n assessedObjectandContext_gte: String\r\n assessedObjectandContext_contains: String\r\n assessedObjectandContext_not_contains: String\r\n assessedObjectandContext_starts_with: String\r\n assessedObjectandContext_not_starts_with: String\r\n assessedObjectandContext_ends_with: String\r\n assessedObjectandContext_not_ends_with: String\r\n assessedObjectType: String\r\n assessedObjectType_not: String\r\n assessedObjectType_in: [String]\r\n assessedObjectType_not_in: [String]\r\n assessedObjectType_lt: String\r\n assessedObjectType_lte: String\r\n assessedObjectType_gt: String\r\n assessedObjectType_gte: String\r\n assessedObjectType_contains: String\r\n assessedObjectType_not_contains: String\r\n assessedObjectType_starts_with: String\r\n assessedObjectType_not_starts_with: String\r\n assessedObjectType_ends_with: String\r\n assessedObjectType_not_ends_with: String\r\n contextualValueCompletionDate: Date\r\n contextualValueCompletionDate_not: Date\r\n contextualValueCompletionDate_in: [Date]\r\n contextualValueCompletionDate_not_in: [Date]\r\n contextualValueCompletionDate_lt: Date\r\n contextualValueCompletionDate_lte: Date\r\n contextualValueCompletionDate_gt: Date\r\n contextualValueCompletionDate_gte: Date\r\n assessmentOrder: Int\r\n assessmentOrder_not: Int\r\n assessmentOrder_in: [Int]\r\n assessmentOrder_not_in: [Int]\r\n assessmentOrder_lt: Int\r\n assessmentOrder_lte: Int\r\n assessmentOrder_gt: Int\r\n assessmentOrder_gte: Int\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 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}\r\n\r\n# Filters of AssessmentSession\r\ninput filterAssessmentSession {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentPlannedStartDate: Date\r\n assessmentPlannedStartDate_not: Date\r\n assessmentPlannedStartDate_in: [Date]\r\n assessmentPlannedStartDate_not_in: [Date]\r\n assessmentPlannedStartDate_lt: Date\r\n assessmentPlannedStartDate_lte: Date\r\n assessmentPlannedStartDate_gt: Date\r\n assessmentPlannedStartDate_gte: Date\r\n assessmentPlannedEndDate: Date\r\n assessmentPlannedEndDate_not: Date\r\n assessmentPlannedEndDate_in: [Date]\r\n assessmentPlannedEndDate_not_in: [Date]\r\n assessmentPlannedEndDate_lt: Date\r\n assessmentPlannedEndDate_lte: Date\r\n assessmentPlannedEndDate_gt: Date\r\n assessmentPlannedEndDate_gte: Date\r\n assessmentValidationEndDate: Date\r\n assessmentValidationEndDate_not: Date\r\n assessmentValidationEndDate_in: [Date]\r\n assessmentValidationEndDate_not_in: [Date]\r\n assessmentValidationEndDate_lt: Date\r\n assessmentValidationEndDate_lte: Date\r\n assessmentValidationEndDate_gt: Date\r\n assessmentValidationEndDate_gte: Date\r\n assessmentEffectiveStartDate: Date\r\n assessmentEffectiveStartDate_not: Date\r\n assessmentEffectiveStartDate_in: [Date]\r\n assessmentEffectiveStartDate_not_in: [Date]\r\n assessmentEffectiveStartDate_lt: Date\r\n assessmentEffectiveStartDate_lte: Date\r\n assessmentEffectiveStartDate_gt: Date\r\n assessmentEffectiveStartDate_gte: Date\r\n assessmentEffectiveEndDate: Date\r\n assessmentEffectiveEndDate_not: Date\r\n assessmentEffectiveEndDate_in: [Date]\r\n assessmentEffectiveEndDate_not_in: [Date]\r\n assessmentEffectiveEndDate_lt: Date\r\n assessmentEffectiveEndDate_lte: Date\r\n assessmentEffectiveEndDate_gt: Date\r\n assessmentEffectiveEndDate_gte: Date\r\n assessmentmode: AssessmentmodeEnumFilter\r\n assessmentmode_not: AssessmentmodeEnumFilter\r\n assessmentmode_in: [AssessmentmodeEnumFilter]\r\n assessmentmode_not_in: [AssessmentmodeEnumFilter]\r\n assessmentSessionStatus: AssessmentSessionStatusEnumFilter\r\n assessmentSessionStatus_not: AssessmentSessionStatusEnumFilter\r\n assessmentSessionStatus_in: [AssessmentSessionStatusEnumFilter]\r\n assessmentSessionStatus_not_in: [AssessmentSessionStatusEnumFilter]\r\n assessmentSessionCode: String\r\n assessmentSessionCode_not: String\r\n assessmentSessionCode_in: [String]\r\n assessmentSessionCode_not_in: [String]\r\n assessmentSessionCode_lt: String\r\n assessmentSessionCode_lte: String\r\n assessmentSessionCode_gt: String\r\n assessmentSessionCode_gte: String\r\n assessmentSessionCode_contains: String\r\n assessmentSessionCode_not_contains: String\r\n assessmentSessionCode_starts_with: String\r\n assessmentSessionCode_not_starts_with: String\r\n assessmentSessionCode_ends_with: String\r\n assessmentSessionCode_not_ends_with: String\r\n sessionPresentationherited: String\r\n sessionPresentationherited_not: String\r\n sessionPresentationherited_in: [String]\r\n sessionPresentationherited_not_in: [String]\r\n sessionPresentationherited_lt: String\r\n sessionPresentationherited_lte: String\r\n sessionPresentationherited_gt: String\r\n sessionPresentationherited_gte: String\r\n sessionPresentationherited_contains: String\r\n sessionPresentationherited_not_contains: String\r\n sessionPresentationherited_starts_with: String\r\n sessionPresentationherited_not_starts_with: String\r\n sessionPresentationherited_ends_with: String\r\n sessionPresentationherited_not_ends_with: String\r\n sessionPresentation: String\r\n sessionPresentation_not: String\r\n sessionPresentation_in: [String]\r\n sessionPresentation_not_in: [String]\r\n sessionPresentation_lt: String\r\n sessionPresentation_lte: String\r\n sessionPresentation_gt: String\r\n sessionPresentation_gte: String\r\n sessionPresentation_contains: String\r\n sessionPresentation_not_contains: String\r\n sessionPresentation_starts_with: String\r\n sessionPresentation_not_starts_with: String\r\n sessionPresentation_ends_with: String\r\n sessionPresentation_not_ends_with: String\r\n assessmentScopeDefinition: AssessmentScopeDefinitionEnumFilter\r\n assessmentScopeDefinition_not: AssessmentScopeDefinitionEnumFilter\r\n assessmentScopeDefinition_in: [AssessmentScopeDefinitionEnumFilter]\r\n assessmentScopeDefinition_not_in: [AssessmentScopeDefinitionEnumFilter]\r\n assessmentScheduling: String\r\n assessmentScheduling_not: String\r\n assessmentScheduling_in: [String]\r\n assessmentScheduling_not_in: [String]\r\n assessmentScheduling_lt: String\r\n assessmentScheduling_lte: String\r\n assessmentScheduling_gt: String\r\n assessmentScheduling_gte: String\r\n assessmentScheduling_contains: String\r\n assessmentScheduling_not_contains: String\r\n assessmentScheduling_starts_with: String\r\n assessmentScheduling_not_starts_with: String\r\n assessmentScheduling_ends_with: String\r\n assessmentScheduling_not_ends_with: String\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 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}\r\n\r\n# Filters of AssessmentSignatory\r\ninput filterAssessmentSignatory {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n signatoryType: SignatoryTypeEnumFilter\r\n signatoryType_not: SignatoryTypeEnumFilter\r\n signatoryType_in: [SignatoryTypeEnumFilter]\r\n signatoryType_not_in: [SignatoryTypeEnumFilter]\r\n assessmentNodeName: String\r\n assessmentNodeName_not: String\r\n assessmentNodeName_in: [String]\r\n assessmentNodeName_not_in: [String]\r\n assessmentNodeName_lt: String\r\n assessmentNodeName_lte: String\r\n assessmentNodeName_gt: String\r\n assessmentNodeName_gte: String\r\n assessmentNodeName_contains: String\r\n assessmentNodeName_not_contains: String\r\n assessmentNodeName_starts_with: String\r\n assessmentNodeName_not_starts_with: String\r\n assessmentNodeName_ends_with: String\r\n assessmentNodeName_not_ends_with: String\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 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}\r\n\r\n# Filters of AssessmentTemplate\r\ninput filterAssessmentTemplate {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentmode: AssessmentmodeEnumFilter\r\n assessmentmode_not: AssessmentmodeEnumFilter\r\n assessmentmode_in: [AssessmentmodeEnumFilter]\r\n assessmentmode_not_in: [AssessmentmodeEnumFilter]\r\n dataCallDisplayMode: DataCallDisplayModeEnumFilter\r\n dataCallDisplayMode_not: DataCallDisplayModeEnumFilter\r\n dataCallDisplayMode_in: [DataCallDisplayModeEnumFilter]\r\n dataCallDisplayMode_not_in: [DataCallDisplayModeEnumFilter]\r\n assessmentScopeDefinition: AssessmentScopeDefinitionEnumFilter\r\n assessmentScopeDefinition_not: AssessmentScopeDefinitionEnumFilter\r\n assessmentScopeDefinition_in: [AssessmentScopeDefinitionEnumFilter]\r\n assessmentScopeDefinition_not_in: [AssessmentScopeDefinitionEnumFilter]\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 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}\r\n\r\n# Filters of Audit\r\ninput filterAudit {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n missionCode: String\r\n missionCode_not: String\r\n missionCode_in: [String]\r\n missionCode_not_in: [String]\r\n missionCode_lt: String\r\n missionCode_lte: String\r\n missionCode_gt: String\r\n missionCode_gte: String\r\n missionCode_contains: String\r\n missionCode_not_contains: String\r\n missionCode_starts_with: String\r\n missionCode_not_starts_with: String\r\n missionCode_ends_with: String\r\n missionCode_not_ends_with: String\r\n includedintheinitialPlan: Boolean\r\n includedintheinitialPlan_not: Boolean\r\n objectiveGRC: String\r\n objectiveGRC_not: String\r\n objectiveGRC_in: [String]\r\n objectiveGRC_not_in: [String]\r\n objectiveGRC_lt: String\r\n objectiveGRC_lte: String\r\n objectiveGRC_gt: String\r\n objectiveGRC_gte: String\r\n objectiveGRC_contains: String\r\n objectiveGRC_not_contains: String\r\n objectiveGRC_starts_with: String\r\n objectiveGRC_not_starts_with: String\r\n objectiveGRC_ends_with: String\r\n objectiveGRC_not_ends_with: String\r\n missionCategory: MissionCategoryEnumFilter\r\n missionCategory_not: MissionCategoryEnumFilter\r\n missionCategory_in: [MissionCategoryEnumFilter]\r\n missionCategory_not_in: [MissionCategoryEnumFilter]\r\n missionStatus: MissionStatusEnumFilter\r\n missionStatus_not: MissionStatusEnumFilter\r\n missionStatus_in: [MissionStatusEnumFilter]\r\n missionStatus_not_in: [MissionStatusEnumFilter]\r\n justificationGRC: String\r\n justificationGRC_not: String\r\n justificationGRC_in: [String]\r\n justificationGRC_not_in: [String]\r\n justificationGRC_lt: String\r\n justificationGRC_lte: String\r\n justificationGRC_gt: String\r\n justificationGRC_gte: String\r\n justificationGRC_contains: String\r\n justificationGRC_not_contains: String\r\n justificationGRC_starts_with: String\r\n justificationGRC_not_starts_with: String\r\n justificationGRC_ends_with: String\r\n justificationGRC_not_ends_with: String\r\n missionOrigin: MissionOriginEnumFilter\r\n missionOrigin_not: MissionOriginEnumFilter\r\n missionOrigin_in: [MissionOriginEnumFilter]\r\n missionOrigin_not_in: [MissionOriginEnumFilter]\r\n missionPriority: MissionPriorityEnumFilter\r\n missionPriority_not: MissionPriorityEnumFilter\r\n missionPriority_in: [MissionPriorityEnumFilter]\r\n missionPriority_not_in: [MissionPriorityEnumFilter]\r\n estimatedDurationDays: Int\r\n estimatedDurationDays_not: Int\r\n estimatedDurationDays_in: [Int]\r\n estimatedDurationDays_not_in: [Int]\r\n estimatedDurationDays_lt: Int\r\n estimatedDurationDays_lte: Int\r\n estimatedDurationDays_gt: Int\r\n estimatedDurationDays_gte: Int\r\n estimatedNumberofResources: Float\r\n estimatedNumberofResources_not: Float\r\n estimatedNumberofResources_in: [Float]\r\n estimatedNumberofResources_not_in: [Float]\r\n estimatedNumberofResources_lt: Float\r\n estimatedNumberofResources_lte: Float\r\n estimatedNumberofResources_gt: Float\r\n estimatedNumberofResources_gte: Float\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float]\r\n estimatedWorkloadHours_not_in: [Float]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n effectiveWorkloadHours: Float\r\n effectiveWorkloadHours_not: Float\r\n effectiveWorkloadHours_in: [Float]\r\n effectiveWorkloadHours_not_in: [Float]\r\n effectiveWorkloadHours_lt: Float\r\n effectiveWorkloadHours_lte: Float\r\n effectiveWorkloadHours_gt: Float\r\n effectiveWorkloadHours_gte: Float\r\n numberofStaffedResources: String\r\n numberofStaffedResources_not: String\r\n numberofStaffedResources_in: [String]\r\n numberofStaffedResources_not_in: [String]\r\n numberofStaffedResources_lt: String\r\n numberofStaffedResources_lte: String\r\n numberofStaffedResources_gt: String\r\n numberofStaffedResources_gte: String\r\n numberofStaffedResources_contains: String\r\n numberofStaffedResources_not_contains: String\r\n numberofStaffedResources_starts_with: String\r\n numberofStaffedResources_not_starts_with: String\r\n numberofStaffedResources_ends_with: String\r\n numberofStaffedResources_not_ends_with: String\r\n missionEvaluation: MissionEvaluationEnumFilter\r\n missionEvaluation_not: MissionEvaluationEnumFilter\r\n missionEvaluation_in: [MissionEvaluationEnumFilter]\r\n missionEvaluation_not_in: [MissionEvaluationEnumFilter]\r\n missionPlannedBeginDate: Date\r\n missionPlannedBeginDate_not: Date\r\n missionPlannedBeginDate_in: [Date]\r\n missionPlannedBeginDate_not_in: [Date]\r\n missionPlannedBeginDate_lt: Date\r\n missionPlannedBeginDate_lte: Date\r\n missionPlannedBeginDate_gt: Date\r\n missionPlannedBeginDate_gte: Date\r\n missionPlannedEndDate: Date\r\n missionPlannedEndDate_not: Date\r\n missionPlannedEndDate_in: [Date]\r\n missionPlannedEndDate_not_in: [Date]\r\n missionPlannedEndDate_lt: Date\r\n missionPlannedEndDate_lte: Date\r\n missionPlannedEndDate_gt: Date\r\n missionPlannedEndDate_gte: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveBeginDate_not: Date\r\n missionEffectiveBeginDate_in: [Date]\r\n missionEffectiveBeginDate_not_in: [Date]\r\n missionEffectiveBeginDate_lt: Date\r\n missionEffectiveBeginDate_lte: Date\r\n missionEffectiveBeginDate_gt: Date\r\n missionEffectiveBeginDate_gte: Date\r\n missionEffectiveEndDate: Date\r\n missionEffectiveEndDate_not: Date\r\n missionEffectiveEndDate_in: [Date]\r\n missionEffectiveEndDate_not_in: [Date]\r\n missionEffectiveEndDate_lt: Date\r\n missionEffectiveEndDate_lte: Date\r\n missionEffectiveEndDate_gt: Date\r\n missionEffectiveEndDate_gte: Date\r\n keyWeaknesses: String\r\n keyWeaknesses_not: String\r\n keyWeaknesses_in: [String]\r\n keyWeaknesses_not_in: [String]\r\n keyWeaknesses_lt: String\r\n keyWeaknesses_lte: String\r\n keyWeaknesses_gt: String\r\n keyWeaknesses_gte: String\r\n keyWeaknesses_contains: String\r\n keyWeaknesses_not_contains: String\r\n keyWeaknesses_starts_with: String\r\n keyWeaknesses_not_starts_with: String\r\n keyWeaknesses_ends_with: String\r\n keyWeaknesses_not_ends_with: String\r\n keyStrengths: String\r\n keyStrengths_not: String\r\n keyStrengths_in: [String]\r\n keyStrengths_not_in: [String]\r\n keyStrengths_lt: String\r\n keyStrengths_lte: String\r\n keyStrengths_gt: String\r\n keyStrengths_gte: String\r\n keyStrengths_contains: String\r\n keyStrengths_not_contains: String\r\n keyStrengths_starts_with: String\r\n keyStrengths_not_starts_with: String\r\n keyStrengths_ends_with: String\r\n keyStrengths_not_ends_with: String\r\n plannedClosingReview: Date\r\n plannedClosingReview_not: Date\r\n plannedClosingReview_in: [Date]\r\n plannedClosingReview_not_in: [Date]\r\n plannedClosingReview_lt: Date\r\n plannedClosingReview_lte: Date\r\n plannedClosingReview_gt: Date\r\n plannedClosingReview_gte: Date\r\n effectiveClosingReview: Date\r\n effectiveClosingReview_not: Date\r\n effectiveClosingReview_in: [Date]\r\n effectiveClosingReview_not_in: [Date]\r\n effectiveClosingReview_lt: Date\r\n effectiveClosingReview_lte: Date\r\n effectiveClosingReview_gt: Date\r\n effectiveClosingReview_gte: Date\r\n computedHoursManDayRate: Int\r\n computedHoursManDayRate_not: Int\r\n computedHoursManDayRate_in: [Int]\r\n computedHoursManDayRate_not_in: [Int]\r\n computedHoursManDayRate_lt: Int\r\n computedHoursManDayRate_lte: Int\r\n computedHoursManDayRate_gt: Int\r\n computedHoursManDayRate_gte: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEffectiveWorkloadMD_not: Float\r\n computedEffectiveWorkloadMD_in: [Float]\r\n computedEffectiveWorkloadMD_not_in: [Float]\r\n computedEffectiveWorkloadMD_lt: Float\r\n computedEffectiveWorkloadMD_lte: Float\r\n computedEffectiveWorkloadMD_gt: Float\r\n computedEffectiveWorkloadMD_gte: Float\r\n computedEstimatedWorkloadMD: Float\r\n computedEstimatedWorkloadMD_not: Float\r\n computedEstimatedWorkloadMD_in: [Float]\r\n computedEstimatedWorkloadMD_not_in: [Float]\r\n computedEstimatedWorkloadMD_lt: Float\r\n computedEstimatedWorkloadMD_lte: Float\r\n computedEstimatedWorkloadMD_gt: Float\r\n computedEstimatedWorkloadMD_gte: Float\r\n followupAudit: Boolean\r\n followupAudit_not: Boolean\r\n offline: OfflineEnumFilter\r\n offline_not: OfflineEnumFilter\r\n offline_in: [OfflineEnumFilter]\r\n offline_not_in: [OfflineEnumFilter]\r\n yearoftheFollowUpAudit: String\r\n yearoftheFollowUpAudit_not: String\r\n yearoftheFollowUpAudit_in: [String]\r\n yearoftheFollowUpAudit_not_in: [String]\r\n yearoftheFollowUpAudit_lt: String\r\n yearoftheFollowUpAudit_lte: String\r\n yearoftheFollowUpAudit_gt: String\r\n yearoftheFollowUpAudit_gte: String\r\n yearoftheFollowUpAudit_contains: String\r\n yearoftheFollowUpAudit_not_contains: String\r\n yearoftheFollowUpAudit_starts_with: String\r\n yearoftheFollowUpAudit_not_starts_with: String\r\n yearoftheFollowUpAudit_ends_with: String\r\n yearoftheFollowUpAudit_not_ends_with: String\r\n gRCAudit: String\r\n gRCAudit_not: String\r\n gRCAudit_in: [String]\r\n gRCAudit_not_in: [String]\r\n gRCAudit_lt: String\r\n gRCAudit_lte: String\r\n gRCAudit_gt: String\r\n gRCAudit_gte: String\r\n gRCAudit_contains: String\r\n gRCAudit_not_contains: String\r\n gRCAudit_starts_with: String\r\n gRCAudit_not_starts_with: String\r\n gRCAudit_ends_with: String\r\n gRCAudit_not_ends_with: String\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 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}\r\n\r\n# Filters of BusinessDocument\r\ninput filterBusinessDocument {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isCiphered: Boolean\r\n isCiphered_not: 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 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 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}\r\n\r\n# Filters of BusinessDocumentPattern\r\ninput filterBusinessDocumentPattern {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n ciphered: Boolean\r\n ciphered_not: 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 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}\r\n\r\n# Filters of BusinessDocumentVersion\r\ninput filterBusinessDocumentVersion {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 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 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 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}\r\n\r\n# Filters of BusinessLine\r\ninput filterBusinessLine {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n customerSatisfaction: CustomerSatisfactionEnumFilter\r\n customerSatisfaction_not: CustomerSatisfactionEnumFilter\r\n customerSatisfaction_in: [CustomerSatisfactionEnumFilter]\r\n customerSatisfaction_not_in: [CustomerSatisfactionEnumFilter]\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 assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\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 cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int]\r\n cASTHighlightID_not_in: [Int]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n standardizedApproachRatioTSA: Float\r\n standardizedApproachRatioTSA_not: Float\r\n standardizedApproachRatioTSA_in: [Float]\r\n standardizedApproachRatioTSA_not_in: [Float]\r\n standardizedApproachRatioTSA_lt: Float\r\n standardizedApproachRatioTSA_lte: Float\r\n standardizedApproachRatioTSA_gt: Float\r\n standardizedApproachRatioTSA_gte: Float\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 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}\r\n\r\n# Filters of BusinessProcess\r\ninput filterBusinessProcess {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date]\r\n beginLifedate_not_in: [Date]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date]\r\n endlifedate_not_in: [Date]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n standardCreationDate: Date\r\n standardCreationDate_not: Date\r\n standardCreationDate_in: [Date]\r\n standardCreationDate_not_in: [Date]\r\n standardCreationDate_lt: Date\r\n standardCreationDate_lte: Date\r\n standardCreationDate_gt: Date\r\n standardCreationDate_gte: Date\r\n outputLogic: OutputLogicEnumFilter\r\n outputLogic_not: OutputLogicEnumFilter\r\n outputLogic_in: [OutputLogicEnumFilter]\r\n outputLogic_not_in: [OutputLogicEnumFilter]\r\n triggeredbyEvent: Boolean\r\n triggeredbyEvent_not: Boolean\r\n gDPRSource: String\r\n gDPRSource_not: String\r\n gDPRSource_in: [String]\r\n gDPRSource_not_in: [String]\r\n gDPRSource_lt: String\r\n gDPRSource_lte: String\r\n gDPRSource_gt: String\r\n gDPRSource_gte: String\r\n gDPRSource_contains: String\r\n gDPRSource_not_contains: String\r\n gDPRSource_starts_with: String\r\n gDPRSource_not_starts_with: String\r\n gDPRSource_ends_with: String\r\n gDPRSource_not_ends_with: String\r\n processcriticality: String\r\n processcriticality_not: String\r\n processcriticality_in: [String]\r\n processcriticality_not_in: [String]\r\n processcriticality_lt: String\r\n processcriticality_lte: String\r\n processcriticality_gt: String\r\n processcriticality_gte: String\r\n processcriticality_contains: String\r\n processcriticality_not_contains: String\r\n processcriticality_starts_with: String\r\n processcriticality_not_starts_with: String\r\n processcriticality_ends_with: String\r\n processcriticality_not_ends_with: String\r\n manualorautomated: ManualorautomatedEnumFilter\r\n manualorautomated_not: ManualorautomatedEnumFilter\r\n manualorautomated_in: [ManualorautomatedEnumFilter]\r\n manualorautomated_not_in: [ManualorautomatedEnumFilter]\r\n processvolumetrics: String\r\n processvolumetrics_not: String\r\n processvolumetrics_in: [String]\r\n processvolumetrics_not_in: [String]\r\n processvolumetrics_lt: String\r\n processvolumetrics_lte: String\r\n processvolumetrics_gt: String\r\n processvolumetrics_gte: String\r\n processvolumetrics_contains: String\r\n processvolumetrics_not_contains: String\r\n processvolumetrics_starts_with: String\r\n processvolumetrics_not_starts_with: String\r\n processvolumetrics_ends_with: String\r\n processvolumetrics_not_ends_with: String\r\n businessProcessType: BusinessProcessTypeEnumFilter\r\n businessProcessType_not: BusinessProcessTypeEnumFilter\r\n businessProcessType_in: [BusinessProcessTypeEnumFilter]\r\n businessProcessType_not_in: [BusinessProcessTypeEnumFilter]\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 standardClass: StandardClassEnumFilter\r\n standardClass_not: StandardClassEnumFilter\r\n standardClass_in: [StandardClassEnumFilter]\r\n standardClass_not_in: [StandardClassEnumFilter]\r\n retireDate: Date\r\n retireDate_not: Date\r\n retireDate_in: [Date]\r\n retireDate_not_in: [Date]\r\n retireDate_lt: Date\r\n retireDate_lte: Date\r\n retireDate_gt: Date\r\n retireDate_gte: Date\r\n gDPRImpact: GDPRImpactEnumFilter\r\n gDPRImpact_not: GDPRImpactEnumFilter\r\n gDPRImpact_in: [GDPRImpactEnumFilter]\r\n gDPRImpact_not_in: [GDPRImpactEnumFilter]\r\n transaction: TransactionEnumFilter\r\n transaction_not: TransactionEnumFilter\r\n transaction_in: [TransactionEnumFilter]\r\n transaction_not_in: [TransactionEnumFilter]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: LoopEnumFilter\r\n loop_not: LoopEnumFilter\r\n loop_in: [LoopEnumFilter]\r\n loop_not_in: [LoopEnumFilter]\r\n adHoc: AdHocEnumFilter\r\n adHoc_not: AdHocEnumFilter\r\n adHoc_in: [AdHocEnumFilter]\r\n adHoc_not_in: [AdHocEnumFilter]\r\n multiple: MultipleEnumFilter\r\n multiple_not: MultipleEnumFilter\r\n multiple_in: [MultipleEnumFilter]\r\n multiple_not_in: [MultipleEnumFilter]\r\n compensation: CompensationEnumFilter\r\n compensation_not: CompensationEnumFilter\r\n compensation_in: [CompensationEnumFilter]\r\n compensation_not_in: [CompensationEnumFilter]\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 loopCondition: String\r\n loopCondition_not: String\r\n loopCondition_in: [String]\r\n loopCondition_not_in: [String]\r\n loopCondition_lt: String\r\n loopCondition_lte: String\r\n loopCondition_gt: String\r\n loopCondition_gte: String\r\n loopCondition_contains: String\r\n loopCondition_not_contains: String\r\n loopCondition_starts_with: String\r\n loopCondition_not_starts_with: String\r\n loopCondition_ends_with: String\r\n loopCondition_not_ends_with: String\r\n gDPRPurpose: Boolean\r\n gDPRPurpose_not: Boolean\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String]\r\n source_not_in: [String]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n businessProcessStatus: BusinessProcessStatusEnumFilter\r\n businessProcessStatus_not: BusinessProcessStatusEnumFilter\r\n businessProcessStatus_in: [BusinessProcessStatusEnumFilter]\r\n businessProcessStatus_not_in: [BusinessProcessStatusEnumFilter]\r\n gDPRSystemID: String\r\n gDPRSystemID_not: String\r\n gDPRSystemID_in: [String]\r\n gDPRSystemID_not_in: [String]\r\n gDPRSystemID_lt: String\r\n gDPRSystemID_lte: String\r\n gDPRSystemID_gt: String\r\n gDPRSystemID_gte: String\r\n gDPRSystemID_contains: String\r\n gDPRSystemID_not_contains: String\r\n gDPRSystemID_starts_with: String\r\n gDPRSystemID_not_starts_with: String\r\n gDPRSystemID_ends_with: String\r\n gDPRSystemID_not_ends_with: String\r\n gDPRPurposeDate: Date\r\n gDPRPurposeDate_not: Date\r\n gDPRPurposeDate_in: [Date]\r\n gDPRPurposeDate_not_in: [Date]\r\n gDPRPurposeDate_lt: Date\r\n gDPRPurposeDate_lte: Date\r\n gDPRPurposeDate_gt: Date\r\n gDPRPurposeDate_gte: Date\r\n nextReviewDate: Date\r\n nextReviewDate_not: Date\r\n nextReviewDate_in: [Date]\r\n nextReviewDate_not_in: [Date]\r\n nextReviewDate_lt: Date\r\n nextReviewDate_lte: Date\r\n nextReviewDate_gt: Date\r\n nextReviewDate_gte: Date\r\n lastReviewDate: Date\r\n lastReviewDate_not: Date\r\n lastReviewDate_in: [Date]\r\n lastReviewDate_not_in: [Date]\r\n lastReviewDate_lt: Date\r\n lastReviewDate_lte: Date\r\n lastReviewDate_gt: Date\r\n lastReviewDate_gte: Date\r\n gDPRCode: Int\r\n gDPRCode_not: Int\r\n gDPRCode_in: [Int]\r\n gDPRCode_not_in: [Int]\r\n gDPRCode_lt: Int\r\n gDPRCode_lte: Int\r\n gDPRCode_gt: Int\r\n gDPRCode_gte: Int\r\n inputLogic: InputLogicEnumFilter\r\n inputLogic_not: InputLogicEnumFilter\r\n inputLogic_in: [InputLogicEnumFilter]\r\n inputLogic_not_in: [InputLogicEnumFilter]\r\n executionBA: ExecutionBAEnumFilter\r\n executionBA_not: ExecutionBAEnumFilter\r\n executionBA_in: [ExecutionBAEnumFilter]\r\n executionBA_not_in: [ExecutionBAEnumFilter]\r\n designBA: DesignBAEnumFilter\r\n designBA_not: DesignBAEnumFilter\r\n designBA_in: [DesignBAEnumFilter]\r\n designBA_not_in: [DesignBAEnumFilter]\r\n knowledgeBA: KnowledgeBAEnumFilter\r\n knowledgeBA_not: KnowledgeBAEnumFilter\r\n knowledgeBA_in: [KnowledgeBAEnumFilter]\r\n knowledgeBA_not_in: [KnowledgeBAEnumFilter]\r\n iTSupportBA: ITSupportBAEnumFilter\r\n iTSupportBA_not: ITSupportBAEnumFilter\r\n iTSupportBA_in: [ITSupportBAEnumFilter]\r\n iTSupportBA_not_in: [ITSupportBAEnumFilter]\r\n performanceBA: PerformanceBAEnumFilter\r\n performanceBA_not: PerformanceBAEnumFilter\r\n performanceBA_in: [PerformanceBAEnumFilter]\r\n performanceBA_not_in: [PerformanceBAEnumFilter]\r\n efficiencyBA: EfficiencyBAEnumFilter\r\n efficiencyBA_not: EfficiencyBAEnumFilter\r\n efficiencyBA_in: [EfficiencyBAEnumFilter]\r\n efficiencyBA_not_in: [EfficiencyBAEnumFilter]\r\n businessValueBA: BusinessValueBAEnumFilter\r\n businessValueBA_not: BusinessValueBAEnumFilter\r\n businessValueBA_in: [BusinessValueBAEnumFilter]\r\n businessValueBA_not_in: [BusinessValueBAEnumFilter]\r\n riskBA: RiskBAEnumFilter\r\n riskBA_not: RiskBAEnumFilter\r\n riskBA_in: [RiskBAEnumFilter]\r\n riskBA_not_in: [RiskBAEnumFilter]\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 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}\r\n\r\n# Filters of BusinessRole\r\ninput filterBusinessRole {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnumFilter\r\n businessRoleMultiplicity_not: BusinessRoleMultiplicityEnumFilter\r\n businessRoleMultiplicity_in: [BusinessRoleMultiplicityEnumFilter]\r\n businessRoleMultiplicity_not_in: [BusinessRoleMultiplicityEnumFilter]\r\n businessRoleStatus: BusinessRoleStatusEnumFilter\r\n businessRoleStatus_not: BusinessRoleStatusEnumFilter\r\n businessRoleStatus_in: [BusinessRoleStatusEnumFilter]\r\n businessRoleStatus_not_in: [BusinessRoleStatusEnumFilter]\r\n proposeallusers: Boolean\r\n proposeallusers_not: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnumFilter\r\n businessRoleDisplay_not: BusinessRoleDisplayEnumFilter\r\n businessRoleDisplay_in: [BusinessRoleDisplayEnumFilter]\r\n businessRoleDisplay_not_in: [BusinessRoleDisplayEnumFilter]\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 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 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}\r\n\r\n# Filters of Control\r\ninput filterControl {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 controlLevel: ControlLevelEnumFilter\r\n controlLevel_not: ControlLevelEnumFilter\r\n controlLevel_in: [ControlLevelEnumFilter]\r\n controlLevel_not_in: [ControlLevelEnumFilter]\r\n controlNature: ControlNatureEnumFilter\r\n controlNature_not: ControlNatureEnumFilter\r\n controlNature_in: [ControlNatureEnumFilter]\r\n controlNature_not_in: [ControlNatureEnumFilter]\r\n controlExecutionMethod: ControlExecutionMethodEnumFilter\r\n controlExecutionMethod_not: ControlExecutionMethodEnumFilter\r\n controlExecutionMethod_in: [ControlExecutionMethodEnumFilter]\r\n controlExecutionMethod_not_in: [ControlExecutionMethodEnumFilter]\r\n controlExecutionPeriodicity: ControlExecutionPeriodicityEnumFilter\r\n controlExecutionPeriodicity_not: ControlExecutionPeriodicityEnumFilter\r\n controlExecutionPeriodicity_in: [ControlExecutionPeriodicityEnumFilter]\r\n controlExecutionPeriodicity_not_in: [ControlExecutionPeriodicityEnumFilter]\r\n controlperiodicity: ControlperiodicityEnumFilter\r\n controlperiodicity_not: ControlperiodicityEnumFilter\r\n controlperiodicity_in: [ControlperiodicityEnumFilter]\r\n controlperiodicity_not_in: [ControlperiodicityEnumFilter]\r\n controlGlobalAssessment: Int\r\n controlGlobalAssessment_not: Int\r\n controlGlobalAssessment_in: [Int]\r\n controlGlobalAssessment_not_in: [Int]\r\n controlGlobalAssessment_lt: Int\r\n controlGlobalAssessment_lte: Int\r\n controlGlobalAssessment_gt: Int\r\n controlGlobalAssessment_gte: Int\r\n controlTestAverage: Int\r\n controlTestAverage_not: Int\r\n controlTestAverage_in: [Int]\r\n controlTestAverage_not_in: [Int]\r\n controlTestAverage_lt: Int\r\n controlTestAverage_lte: Int\r\n controlTestAverage_gt: Int\r\n controlTestAverage_gte: Int\r\n controlStatus: ControlStatusEnumFilter\r\n controlStatus_not: ControlStatusEnumFilter\r\n controlStatus_in: [ControlStatusEnumFilter]\r\n controlStatus_not_in: [ControlStatusEnumFilter]\r\n testingFrequency: TestingFrequencyEnumFilter\r\n testingFrequency_not: TestingFrequencyEnumFilter\r\n testingFrequency_in: [TestingFrequencyEnumFilter]\r\n testingFrequency_not_in: [TestingFrequencyEnumFilter]\r\n testingMethod: TestingMethodEnumFilter\r\n testingMethod_not: TestingMethodEnumFilter\r\n testingMethod_in: [TestingMethodEnumFilter]\r\n testingMethod_not_in: [TestingMethodEnumFilter]\r\n testingPopulationSize: Int\r\n testingPopulationSize_not: Int\r\n testingPopulationSize_in: [Int]\r\n testingPopulationSize_not_in: [Int]\r\n testingPopulationSize_lt: Int\r\n testingPopulationSize_lte: Int\r\n testingPopulationSize_gt: Int\r\n testingPopulationSize_gte: Int\r\n executionMode: ExecutionModeEnumFilter\r\n executionMode_not: ExecutionModeEnumFilter\r\n executionMode_in: [ExecutionModeEnumFilter]\r\n executionMode_not_in: [ExecutionModeEnumFilter]\r\n testingSampleSize: Int\r\n testingSampleSize_not: Int\r\n testingSampleSize_in: [Int]\r\n testingSampleSize_not_in: [Int]\r\n testingSampleSize_lt: Int\r\n testingSampleSize_lte: Int\r\n testingSampleSize_gt: Int\r\n testingSampleSize_gte: Int\r\n testingProcedure: String\r\n testingProcedure_not: String\r\n testingProcedure_in: [String]\r\n testingProcedure_not_in: [String]\r\n testingProcedure_lt: String\r\n testingProcedure_lte: String\r\n testingProcedure_gt: String\r\n testingProcedure_gte: String\r\n testingProcedure_contains: String\r\n testingProcedure_not_contains: String\r\n testingProcedure_starts_with: String\r\n testingProcedure_not_starts_with: String\r\n testingProcedure_ends_with: String\r\n testingProcedure_not_ends_with: String\r\n executionprocedure: String\r\n executionprocedure_not: String\r\n executionprocedure_in: [String]\r\n executionprocedure_not_in: [String]\r\n executionprocedure_lt: String\r\n executionprocedure_lte: String\r\n executionprocedure_gt: String\r\n executionprocedure_gte: String\r\n executionprocedure_contains: String\r\n executionprocedure_not_contains: String\r\n executionprocedure_starts_with: String\r\n executionprocedure_not_starts_with: String\r\n executionprocedure_ends_with: String\r\n executionprocedure_not_ends_with: String\r\n globalAnnualCost: String\r\n globalAnnualCost_not: String\r\n globalAnnualCost_in: [String]\r\n globalAnnualCost_not_in: [String]\r\n globalAnnualCost_lt: String\r\n globalAnnualCost_lte: String\r\n globalAnnualCost_gt: String\r\n globalAnnualCost_gte: String\r\n globalAnnualCost_contains: String\r\n globalAnnualCost_not_contains: String\r\n globalAnnualCost_starts_with: String\r\n globalAnnualCost_not_starts_with: String\r\n globalAnnualCost_ends_with: String\r\n globalAnnualCost_not_ends_with: String\r\n controlKey: Boolean\r\n controlKey_not: Boolean\r\n controlFrequency: ControlFrequencyEnumFilter\r\n controlFrequency_not: ControlFrequencyEnumFilter\r\n controlFrequency_in: [ControlFrequencyEnumFilter]\r\n controlFrequency_not_in: [ControlFrequencyEnumFilter]\r\n customFrequency: String\r\n customFrequency_not: String\r\n customFrequency_in: [String]\r\n customFrequency_not_in: [String]\r\n customFrequency_lt: String\r\n customFrequency_lte: String\r\n customFrequency_gt: String\r\n customFrequency_gte: String\r\n customFrequency_contains: String\r\n customFrequency_not_contains: String\r\n customFrequency_starts_with: String\r\n customFrequency_not_starts_with: String\r\n customFrequency_ends_with: String\r\n customFrequency_not_ends_with: String\r\n controlObjective: String\r\n controlObjective_not: String\r\n controlObjective_in: [String]\r\n controlObjective_not_in: [String]\r\n controlObjective_lt: String\r\n controlObjective_lte: String\r\n controlObjective_gt: String\r\n controlObjective_gte: String\r\n controlObjective_contains: String\r\n controlObjective_not_contains: String\r\n controlObjective_starts_with: String\r\n controlObjective_not_starts_with: String\r\n controlObjective_ends_with: String\r\n controlObjective_not_ends_with: String\r\n controlExecutionValueIC: ControlExecutionValueICEnumFilter\r\n controlExecutionValueIC_not: ControlExecutionValueICEnumFilter\r\n controlExecutionValueIC_in: [ControlExecutionValueICEnumFilter]\r\n controlExecutionValueIC_not_in: [ControlExecutionValueICEnumFilter]\r\n operationalCost: String\r\n operationalCost_not: String\r\n operationalCost_in: [String]\r\n operationalCost_not_in: [String]\r\n operationalCost_lt: String\r\n operationalCost_lte: String\r\n operationalCost_gt: String\r\n operationalCost_gte: String\r\n operationalCost_contains: String\r\n operationalCost_not_contains: String\r\n operationalCost_starts_with: String\r\n operationalCost_not_starts_with: String\r\n operationalCost_ends_with: String\r\n operationalCost_not_ends_with: String\r\n controlDesignIC: ControlDesignICEnumFilter\r\n controlDesignIC_not: ControlDesignICEnumFilter\r\n controlDesignIC_in: [ControlDesignICEnumFilter]\r\n controlDesignIC_not_in: [ControlDesignICEnumFilter]\r\n controlEffectivenessIC: ControlEffectivenessICEnumFilter\r\n controlEffectivenessIC_not: ControlEffectivenessICEnumFilter\r\n controlEffectivenessIC_in: [ControlEffectivenessICEnumFilter]\r\n controlEffectivenessIC_not_in: [ControlEffectivenessICEnumFilter]\r\n controlLevelIC: ControlLevelICEnumFilter\r\n controlLevelIC_not: ControlLevelICEnumFilter\r\n controlLevelIC_in: [ControlLevelICEnumFilter]\r\n controlLevelIC_not_in: [ControlLevelICEnumFilter]\r\n controlDesignERM: ControlDesignERMEnumFilter\r\n controlDesignERM_not: ControlDesignERMEnumFilter\r\n controlDesignERM_in: [ControlDesignERMEnumFilter]\r\n controlDesignERM_not_in: [ControlDesignERMEnumFilter]\r\n controlEfficiencyERM: ControlEfficiencyERMEnumFilter\r\n controlEfficiencyERM_not: ControlEfficiencyERMEnumFilter\r\n controlEfficiencyERM_in: [ControlEfficiencyERMEnumFilter]\r\n controlEfficiencyERM_not_in: [ControlEfficiencyERMEnumFilter]\r\n controlLevelERM: ControlLevelERMEnumFilter\r\n controlLevelERM_not: ControlLevelERMEnumFilter\r\n controlLevelERM_in: [ControlLevelERMEnumFilter]\r\n controlLevelERM_not_in: [ControlLevelERMEnumFilter]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String]\r\n source_not_in: [String]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n organizationalLevel: OrganizationalLevelEnumFilter\r\n organizationalLevel_not: OrganizationalLevelEnumFilter\r\n organizationalLevel_in: [OrganizationalLevelEnumFilter]\r\n organizationalLevel_not_in: [OrganizationalLevelEnumFilter]\r\n aggregatedPassControlLevel: Int\r\n aggregatedPassControlLevel_not: Int\r\n aggregatedPassControlLevel_in: [Int]\r\n aggregatedPassControlLevel_not_in: [Int]\r\n aggregatedPassControlLevel_lt: Int\r\n aggregatedPassControlLevel_lte: Int\r\n aggregatedPassControlLevel_gt: Int\r\n aggregatedPassControlLevel_gte: Int\r\n aggregatedExecutionRate: Int\r\n aggregatedExecutionRate_not: Int\r\n aggregatedExecutionRate_in: [Int]\r\n aggregatedExecutionRate_not_in: [Int]\r\n aggregatedExecutionRate_lt: Int\r\n aggregatedExecutionRate_lte: Int\r\n aggregatedExecutionRate_gt: Int\r\n aggregatedExecutionRate_gte: Int\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n sampleType: SampleTypeEnumFilter\r\n sampleType_not: SampleTypeEnumFilter\r\n sampleType_in: [SampleTypeEnumFilter]\r\n sampleType_not_in: [SampleTypeEnumFilter]\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 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}\r\n\r\n# Filters of Distribution\r\ninput filterDistribution {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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}\r\n\r\n# Filters of DocumentCategory\r\ninput filterDocumentCategory {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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}\r\n\r\n# Filters of FolderofAssessmentSessions\r\ninput filterFolderofAssessmentSessions {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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}\r\n\r\n# Filters of Issue\r\ninput filterIssue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n issueCategory: IssueCategoryEnumFilter\r\n issueCategory_not: IssueCategoryEnumFilter\r\n issueCategory_in: [IssueCategoryEnumFilter]\r\n issueCategory_not_in: [IssueCategoryEnumFilter]\r\n issueStatus: IssueStatusEnumFilter\r\n issueStatus_not: IssueStatusEnumFilter\r\n issueStatus_in: [IssueStatusEnumFilter]\r\n issueStatus_not_in: [IssueStatusEnumFilter]\r\n findingImpact: FindingImpactEnumFilter\r\n findingImpact_not: FindingImpactEnumFilter\r\n findingImpact_in: [FindingImpactEnumFilter]\r\n findingImpact_not_in: [FindingImpactEnumFilter]\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 issueType: IssueTypeEnumFilter\r\n issueType_not: IssueTypeEnumFilter\r\n issueType_in: [IssueTypeEnumFilter]\r\n issueType_not_in: [IssueTypeEnumFilter]\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 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 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}\r\n\r\n# Filters of Macro\r\ninput filterMacro {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n objectFactory: String\r\n objectFactory_not: String\r\n objectFactory_in: [String]\r\n objectFactory_not_in: [String]\r\n objectFactory_lt: String\r\n objectFactory_lte: String\r\n objectFactory_gt: String\r\n objectFactory_gte: String\r\n objectFactory_contains: String\r\n objectFactory_not_contains: String\r\n objectFactory_starts_with: String\r\n objectFactory_not_starts_with: String\r\n objectFactory_ends_with: String\r\n objectFactory_not_ends_with: String\r\n systemComponent: SystemComponentEnumFilter\r\n systemComponent_not: SystemComponentEnumFilter\r\n systemComponent_in: [SystemComponentEnumFilter]\r\n systemComponent_not_in: [SystemComponentEnumFilter]\r\n vBScript: String\r\n vBScript_not: String\r\n vBScript_in: [String]\r\n vBScript_not_in: [String]\r\n vBScript_lt: String\r\n vBScript_lte: String\r\n vBScript_gt: String\r\n vBScript_gte: String\r\n vBScript_contains: String\r\n vBScript_not_contains: String\r\n vBScript_starts_with: String\r\n vBScript_not_starts_with: String\r\n vBScript_ends_with: String\r\n vBScript_not_ends_with: String\r\n settings: String\r\n settings_not: String\r\n settings_in: [String]\r\n settings_not_in: [String]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n executionOptions: ExecutionOptionsEnumFilter\r\n executionOptions_not: ExecutionOptionsEnumFilter\r\n executionOptions_in: [ExecutionOptionsEnumFilter]\r\n executionOptions_not_in: [ExecutionOptionsEnumFilter]\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 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}\r\n\r\n# Filters of MetaAttribute\r\ninput filterMetaAttribute {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n loggability: LoggabilityEnumFilter\r\n loggability_not: LoggabilityEnumFilter\r\n loggability_in: [LoggabilityEnumFilter]\r\n loggability_not_in: [LoggabilityEnumFilter]\r\n savability: SavabilityEnumFilter\r\n savability_not: SavabilityEnumFilter\r\n savability_in: [SavabilityEnumFilter]\r\n savability_not_in: [SavabilityEnumFilter]\r\n atIndex: AtIndexEnumFilter\r\n atIndex_not: AtIndexEnumFilter\r\n atIndex_in: [AtIndexEnumFilter]\r\n atIndex_not_in: [AtIndexEnumFilter]\r\n metaLayer: MetaLayerEnumFilter\r\n metaLayer_not: MetaLayerEnumFilter\r\n metaLayer_in: [MetaLayerEnumFilter]\r\n metaLayer_not_in: [MetaLayerEnumFilter]\r\n atNature: AtNatureEnumFilter\r\n atNature_not: AtNatureEnumFilter\r\n atNature_in: [AtNatureEnumFilter]\r\n atNature_not_in: [AtNatureEnumFilter]\r\n translatability: TranslatabilityEnumFilter\r\n translatability_not: TranslatabilityEnumFilter\r\n translatability_in: [TranslatabilityEnumFilter]\r\n translatability_not_in: [TranslatabilityEnumFilter]\r\n translatabilityLevel: TranslatabilityLevelEnumFilter\r\n translatabilityLevel_not: TranslatabilityLevelEnumFilter\r\n translatabilityLevel_in: [TranslatabilityLevelEnumFilter]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnumFilter]\r\n initialANSIValue: String\r\n initialANSIValue_not: String\r\n initialANSIValue_in: [String]\r\n initialANSIValue_not_in: [String]\r\n initialANSIValue_lt: String\r\n initialANSIValue_lte: String\r\n initialANSIValue_gt: String\r\n initialANSIValue_gte: String\r\n initialANSIValue_contains: String\r\n initialANSIValue_not_contains: String\r\n initialANSIValue_starts_with: String\r\n initialANSIValue_not_starts_with: String\r\n initialANSIValue_ends_with: String\r\n initialANSIValue_not_ends_with: String\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnumFilter\r\n defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnumFilter\r\n defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnumFilter]\r\n defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnumFilter]\r\n defaultOrder: Int\r\n defaultOrder_not: Int\r\n defaultOrder_in: [Int]\r\n defaultOrder_not_in: [Int]\r\n defaultOrder_lt: Int\r\n defaultOrder_lte: Int\r\n defaultOrder_gt: Int\r\n defaultOrder_gte: Int\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String]\r\n uIPermissions_not_in: [String]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n sequence: Int\r\n sequence_not: Int\r\n sequence_in: [Int]\r\n sequence_not_in: [Int]\r\n sequence_lt: Int\r\n sequence_lte: Int\r\n sequence_gt: Int\r\n sequence_gte: Int\r\n physicalStorage: PhysicalStorageEnumFilter\r\n physicalStorage_not: PhysicalStorageEnumFilter\r\n physicalStorage_in: [PhysicalStorageEnumFilter]\r\n physicalStorage_not_in: [PhysicalStorageEnumFilter]\r\n isIndexable: IsIndexableEnumFilter\r\n isIndexable_not: IsIndexableEnumFilter\r\n isIndexable_in: [IsIndexableEnumFilter]\r\n isIndexable_not_in: [IsIndexableEnumFilter]\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 mOFType: MOFTypeEnumFilter\r\n mOFType_not: MOFTypeEnumFilter\r\n mOFType_in: [MOFTypeEnumFilter]\r\n mOFType_not_in: [MOFTypeEnumFilter]\r\n indexRanking: Int\r\n indexRanking_not: Int\r\n indexRanking_in: [Int]\r\n indexRanking_not_in: [Int]\r\n indexRanking_lt: Int\r\n indexRanking_lte: Int\r\n indexRanking_gt: Int\r\n indexRanking_gte: Int\r\n instantReports: InstantReportsEnumFilter\r\n instantReports_not: InstantReportsEnumFilter\r\n instantReports_in: [InstantReportsEnumFilter]\r\n instantReports_not_in: [InstantReportsEnumFilter]\r\n settings: String\r\n settings_not: String\r\n settings_in: [String]\r\n settings_not_in: [String]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: 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 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}\r\n\r\n# Filters of MetaAttributeValue\r\ninput filterMetaAttributeValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalValue: String\r\n internalValue_not: String\r\n internalValue_in: [String]\r\n internalValue_not_in: [String]\r\n internalValue_lt: String\r\n internalValue_lte: String\r\n internalValue_gt: String\r\n internalValue_gte: String\r\n internalValue_contains: String\r\n internalValue_not_contains: String\r\n internalValue_starts_with: String\r\n internalValue_not_starts_with: String\r\n internalValue_ends_with: String\r\n internalValue_not_ends_with: String\r\n rGBColor: Int\r\n rGBColor_not: Int\r\n rGBColor_in: [Int]\r\n rGBColor_not_in: [Int]\r\n rGBColor_lt: Int\r\n rGBColor_lte: Int\r\n rGBColor_gt: Int\r\n rGBColor_gte: Int\r\n valueName: String\r\n valueName_not: String\r\n valueName_in: [String]\r\n valueName_not_in: [String]\r\n valueName_lt: String\r\n valueName_lte: String\r\n valueName_gt: String\r\n valueName_gte: String\r\n valueName_contains: String\r\n valueName_not_contains: String\r\n valueName_starts_with: String\r\n valueName_not_starts_with: String\r\n valueName_ends_with: String\r\n valueName_not_ends_with: String\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 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}\r\n\r\n# Filters of MetaTest\r\ninput filterMetaTest {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n testExpression: String\r\n testExpression_not: String\r\n testExpression_in: [String]\r\n testExpression_not_in: [String]\r\n testExpression_lt: String\r\n testExpression_lte: String\r\n testExpression_gt: String\r\n testExpression_gte: String\r\n testExpression_contains: String\r\n testExpression_not_contains: String\r\n testExpression_starts_with: String\r\n testExpression_not_starts_with: String\r\n testExpression_ends_with: String\r\n testExpression_not_ends_with: String\r\n logicalOperator: LogicalOperatorEnumFilter\r\n logicalOperator_not: LogicalOperatorEnumFilter\r\n logicalOperator_in: [LogicalOperatorEnumFilter]\r\n logicalOperator_not_in: [LogicalOperatorEnumFilter]\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 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}\r\n\r\n# Filters of MultipleValue\r\ninput filterMultipleValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n valueDataType: ValueDataTypeEnumFilter\r\n valueDataType_not: ValueDataTypeEnumFilter\r\n valueDataType_in: [ValueDataTypeEnumFilter]\r\n valueDataType_not_in: [ValueDataTypeEnumFilter]\r\n mandatoryElement: MandatoryElementEnumFilter\r\n mandatoryElement_not: MandatoryElementEnumFilter\r\n mandatoryElement_in: [MandatoryElementEnumFilter]\r\n mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n linkAnsweredObject: String\r\n linkAnsweredObject_not: String\r\n linkAnsweredObject_in: [String]\r\n linkAnsweredObject_not_in: [String]\r\n linkAnsweredObject_lt: String\r\n linkAnsweredObject_lte: String\r\n linkAnsweredObject_gt: String\r\n linkAnsweredObject_gte: String\r\n linkAnsweredObject_contains: String\r\n linkAnsweredObject_not_contains: String\r\n linkAnsweredObject_starts_with: String\r\n linkAnsweredObject_not_starts_with: String\r\n linkAnsweredObject_ends_with: String\r\n linkAnsweredObject_not_ends_with: String\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String]\r\n titleText_not_in: [String]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n minimumnumberofanswers: Int\r\n minimumnumberofanswers_not: Int\r\n minimumnumberofanswers_in: [Int]\r\n minimumnumberofanswers_not_in: [Int]\r\n minimumnumberofanswers_lt: Int\r\n minimumnumberofanswers_lte: Int\r\n minimumnumberofanswers_gt: Int\r\n minimumnumberofanswers_gte: Int\r\n maximumnumberofanswers: Int\r\n maximumnumberofanswers_not: Int\r\n maximumnumberofanswers_in: [Int]\r\n maximumnumberofanswers_not_in: [Int]\r\n maximumnumberofanswers_lt: Int\r\n maximumnumberofanswers_lte: Int\r\n maximumnumberofanswers_gt: Int\r\n maximumnumberofanswers_gte: Int\r\n answerComment: String\r\n answerComment_not: String\r\n answerComment_in: [String]\r\n answerComment_not_in: [String]\r\n answerComment_lt: String\r\n answerComment_lte: String\r\n answerComment_gt: String\r\n answerComment_gte: String\r\n answerComment_contains: String\r\n answerComment_not_contains: String\r\n answerComment_starts_with: String\r\n answerComment_not_starts_with: String\r\n answerComment_ends_with: String\r\n answerComment_not_ends_with: String\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 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}\r\n\r\n# Filters of OrgUnit\r\ninput filterOrgUnit {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n bDNAIdentifier: String\r\n bDNAIdentifier_not: String\r\n bDNAIdentifier_in: [String]\r\n bDNAIdentifier_not_in: [String]\r\n bDNAIdentifier_lt: String\r\n bDNAIdentifier_lte: String\r\n bDNAIdentifier_gt: String\r\n bDNAIdentifier_gte: String\r\n bDNAIdentifier_contains: String\r\n bDNAIdentifier_not_contains: String\r\n bDNAIdentifier_starts_with: String\r\n bDNAIdentifier_not_starts_with: String\r\n bDNAIdentifier_ends_with: String\r\n bDNAIdentifier_not_ends_with: String\r\n technopediaReplacementID: String\r\n technopediaReplacementID_not: String\r\n technopediaReplacementID_in: [String]\r\n technopediaReplacementID_not_in: [String]\r\n technopediaReplacementID_lt: String\r\n technopediaReplacementID_lte: String\r\n technopediaReplacementID_gt: String\r\n technopediaReplacementID_gte: String\r\n technopediaReplacementID_contains: String\r\n technopediaReplacementID_not_contains: String\r\n technopediaReplacementID_starts_with: String\r\n technopediaReplacementID_not_starts_with: String\r\n technopediaReplacementID_ends_with: String\r\n technopediaReplacementID_not_ends_with: String\r\n internalExternal: InternalExternalEnumFilter\r\n internalExternal_not: InternalExternalEnumFilter\r\n internalExternal_in: [InternalExternalEnumFilter]\r\n internalExternal_not_in: [InternalExternalEnumFilter]\r\n technopediaTobedeletedon: Date\r\n technopediaTobedeletedon_not: Date\r\n technopediaTobedeletedon_in: [Date]\r\n technopediaTobedeletedon_not_in: [Date]\r\n technopediaTobedeletedon_lt: Date\r\n technopediaTobedeletedon_lte: Date\r\n technopediaTobedeletedon_gt: Date\r\n technopediaTobedeletedon_gte: Date\r\n technopediaObjectdeletion: TechnopediaObjectdeletionEnumFilter\r\n technopediaObjectdeletion_not: TechnopediaObjectdeletionEnumFilter\r\n technopediaObjectdeletion_in: [TechnopediaObjectdeletionEnumFilter]\r\n technopediaObjectdeletion_not_in: [TechnopediaObjectdeletionEnumFilter]\r\n orgUnitType: OrgUnitTypeEnumFilter\r\n orgUnitType_not: OrgUnitTypeEnumFilter\r\n orgUnitType_in: [OrgUnitTypeEnumFilter]\r\n orgUnitType_not_in: [OrgUnitTypeEnumFilter]\r\n cardinal: String\r\n cardinal_not: String\r\n cardinal_in: [String]\r\n cardinal_not_in: [String]\r\n cardinal_lt: String\r\n cardinal_lte: String\r\n cardinal_gt: String\r\n cardinal_gte: String\r\n cardinal_contains: String\r\n cardinal_not_contains: String\r\n cardinal_starts_with: String\r\n cardinal_not_starts_with: String\r\n cardinal_ends_with: String\r\n cardinal_not_ends_with: String\r\n technopediaDeletereason: TechnopediaDeletereasonEnumFilter\r\n technopediaDeletereason_not: TechnopediaDeletereasonEnumFilter\r\n technopediaDeletereason_in: [TechnopediaDeletereasonEnumFilter]\r\n technopediaDeletereason_not_in: [TechnopediaDeletereasonEnumFilter]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date]\r\n beginLifedate_not_in: [Date]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date]\r\n endlifedate_not_in: [Date]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String]\r\n source_not_in: [String]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n technopediaID: String\r\n technopediaID_not: String\r\n technopediaID_in: [String]\r\n technopediaID_not_in: [String]\r\n technopediaID_lt: String\r\n technopediaID_lte: String\r\n technopediaID_gt: String\r\n technopediaID_gte: String\r\n technopediaID_contains: String\r\n technopediaID_not_contains: String\r\n technopediaID_starts_with: String\r\n technopediaID_not_starts_with: String\r\n technopediaID_ends_with: String\r\n technopediaID_not_ends_with: String\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n nameinTechnopedia: String\r\n nameinTechnopedia_not: String\r\n nameinTechnopedia_in: [String]\r\n nameinTechnopedia_not_in: [String]\r\n nameinTechnopedia_lt: String\r\n nameinTechnopedia_lte: String\r\n nameinTechnopedia_gt: String\r\n nameinTechnopedia_gte: String\r\n nameinTechnopedia_contains: String\r\n nameinTechnopedia_not_contains: String\r\n nameinTechnopedia_starts_with: String\r\n nameinTechnopedia_not_starts_with: String\r\n nameinTechnopedia_ends_with: String\r\n nameinTechnopedia_not_ends_with: String\r\n headcount: Int\r\n headcount_not: Int\r\n headcount_in: [Int]\r\n headcount_not_in: [Int]\r\n headcount_lt: Int\r\n headcount_lte: Int\r\n headcount_gt: Int\r\n headcount_gte: Int\r\n dataGovernancePhysicalperson: DataGovernancePhysicalpersonEnumFilter\r\n dataGovernancePhysicalperson_not: DataGovernancePhysicalpersonEnumFilter\r\n dataGovernancePhysicalperson_in: [DataGovernancePhysicalpersonEnumFilter]\r\n dataGovernancePhysicalperson_not_in: [DataGovernancePhysicalpersonEnumFilter]\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 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 localeCurrency: String\r\n localeCurrency_not: String\r\n localeCurrency_in: [String]\r\n localeCurrency_not_in: [String]\r\n localeCurrency_lt: String\r\n localeCurrency_lte: String\r\n localeCurrency_gt: String\r\n localeCurrency_gte: String\r\n localeCurrency_contains: String\r\n localeCurrency_not_contains: String\r\n localeCurrency_starts_with: String\r\n localeCurrency_not_starts_with: String\r\n localeCurrency_ends_with: String\r\n localeCurrency_not_ends_with: String\r\n orgUnitActivity: OrgUnitActivityEnumFilter\r\n orgUnitActivity_not: OrgUnitActivityEnumFilter\r\n orgUnitActivity_in: [OrgUnitActivityEnumFilter]\r\n orgUnitActivity_not_in: [OrgUnitActivityEnumFilter]\r\n orgUnitCode: String\r\n orgUnitCode_not: String\r\n orgUnitCode_in: [String]\r\n orgUnitCode_not_in: [String]\r\n orgUnitCode_lt: String\r\n orgUnitCode_lte: String\r\n orgUnitCode_gt: String\r\n orgUnitCode_gte: String\r\n orgUnitCode_contains: String\r\n orgUnitCode_not_contains: String\r\n orgUnitCode_starts_with: String\r\n orgUnitCode_not_starts_with: String\r\n orgUnitCode_ends_with: String\r\n orgUnitCode_not_ends_with: String\r\n orgUnitLevel: OrgUnitLevelEnumFilter\r\n orgUnitLevel_not: OrgUnitLevelEnumFilter\r\n orgUnitLevel_in: [OrgUnitLevelEnumFilter]\r\n orgUnitLevel_not_in: [OrgUnitLevelEnumFilter]\r\n orgUnitStatus: OrgUnitStatusEnumFilter\r\n orgUnitStatus_not: OrgUnitStatusEnumFilter\r\n orgUnitStatus_in: [OrgUnitStatusEnumFilter]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnumFilter]\r\n vendorCode: String\r\n vendorCode_not: String\r\n vendorCode_in: [String]\r\n vendorCode_not_in: [String]\r\n vendorCode_lt: String\r\n vendorCode_lte: String\r\n vendorCode_gt: String\r\n vendorCode_gte: String\r\n vendorCode_contains: String\r\n vendorCode_not_contains: String\r\n vendorCode_starts_with: String\r\n vendorCode_not_starts_with: String\r\n vendorCode_ends_with: String\r\n vendorCode_not_ends_with: String\r\n companyStandard: CompanyStandardEnumFilter\r\n companyStandard_not: CompanyStandardEnumFilter\r\n companyStandard_in: [CompanyStandardEnumFilter]\r\n companyStandard_not_in: [CompanyStandardEnumFilter]\r\n numberofprovidedTechnologies: Int\r\n numberofprovidedTechnologies_not: Int\r\n numberofprovidedTechnologies_in: [Int]\r\n numberofprovidedTechnologies_not_in: [Int]\r\n numberofprovidedTechnologies_lt: Int\r\n numberofprovidedTechnologies_lte: Int\r\n numberofprovidedTechnologies_gt: Int\r\n numberofprovidedTechnologies_gte: Int\r\n numberofusingapplicationsVendor: Int\r\n numberofusingapplicationsVendor_not: Int\r\n numberofusingapplicationsVendor_in: [Int]\r\n numberofusingapplicationsVendor_not_in: [Int]\r\n numberofusingapplicationsVendor_lt: Int\r\n numberofusingapplicationsVendor_lte: Int\r\n numberofusingapplicationsVendor_gt: Int\r\n numberofusingapplicationsVendor_gte: Int\r\n numberofusedTechnologies: Int\r\n numberofusedTechnologies_not: Int\r\n numberofusedTechnologies_in: [Int]\r\n numberofusedTechnologies_not_in: [Int]\r\n numberofusedTechnologies_lt: Int\r\n numberofusedTechnologies_lte: Int\r\n numberofusedTechnologies_gt: Int\r\n numberofusedTechnologies_gte: Int\r\n technopediaStreet: String\r\n technopediaStreet_not: String\r\n technopediaStreet_in: [String]\r\n technopediaStreet_not_in: [String]\r\n technopediaStreet_lt: String\r\n technopediaStreet_lte: String\r\n technopediaStreet_gt: String\r\n technopediaStreet_gte: String\r\n technopediaStreet_contains: String\r\n technopediaStreet_not_contains: String\r\n technopediaStreet_starts_with: String\r\n technopediaStreet_not_starts_with: String\r\n technopediaStreet_ends_with: String\r\n technopediaStreet_not_ends_with: String\r\n technopediaCity: String\r\n technopediaCity_not: String\r\n technopediaCity_in: [String]\r\n technopediaCity_not_in: [String]\r\n technopediaCity_lt: String\r\n technopediaCity_lte: String\r\n technopediaCity_gt: String\r\n technopediaCity_gte: String\r\n technopediaCity_contains: String\r\n technopediaCity_not_contains: String\r\n technopediaCity_starts_with: String\r\n technopediaCity_not_starts_with: String\r\n technopediaCity_ends_with: String\r\n technopediaCity_not_ends_with: String\r\n technopediaState: String\r\n technopediaState_not: String\r\n technopediaState_in: [String]\r\n technopediaState_not_in: [String]\r\n technopediaState_lt: String\r\n technopediaState_lte: String\r\n technopediaState_gt: String\r\n technopediaState_gte: String\r\n technopediaState_contains: String\r\n technopediaState_not_contains: String\r\n technopediaState_starts_with: String\r\n technopediaState_not_starts_with: String\r\n technopediaState_ends_with: String\r\n technopediaState_not_ends_with: String\r\n technopediaZip: String\r\n technopediaZip_not: String\r\n technopediaZip_in: [String]\r\n technopediaZip_not_in: [String]\r\n technopediaZip_lt: String\r\n technopediaZip_lte: String\r\n technopediaZip_gt: String\r\n technopediaZip_gte: String\r\n technopediaZip_contains: String\r\n technopediaZip_not_contains: String\r\n technopediaZip_starts_with: String\r\n technopediaZip_not_starts_with: String\r\n technopediaZip_ends_with: String\r\n technopediaZip_not_ends_with: String\r\n technopediaCountry: String\r\n technopediaCountry_not: String\r\n technopediaCountry_in: [String]\r\n technopediaCountry_not_in: [String]\r\n technopediaCountry_lt: String\r\n technopediaCountry_lte: String\r\n technopediaCountry_gt: String\r\n technopediaCountry_gte: String\r\n technopediaCountry_contains: String\r\n technopediaCountry_not_contains: String\r\n technopediaCountry_starts_with: String\r\n technopediaCountry_not_starts_with: String\r\n technopediaCountry_ends_with: String\r\n technopediaCountry_not_ends_with: String\r\n technopediaTier: Int\r\n technopediaTier_not: Int\r\n technopediaTier_in: [Int]\r\n technopediaTier_not_in: [Int]\r\n technopediaTier_lt: Int\r\n technopediaTier_lte: Int\r\n technopediaTier_gt: Int\r\n technopediaTier_gte: Int\r\n technopediaLegal: String\r\n technopediaLegal_not: String\r\n technopediaLegal_in: [String]\r\n technopediaLegal_not_in: [String]\r\n technopediaLegal_lt: String\r\n technopediaLegal_lte: String\r\n technopediaLegal_gt: String\r\n technopediaLegal_gte: String\r\n technopediaLegal_contains: String\r\n technopediaLegal_not_contains: String\r\n technopediaLegal_starts_with: String\r\n technopediaLegal_not_starts_with: String\r\n technopediaLegal_ends_with: String\r\n technopediaLegal_not_ends_with: String\r\n technopediaProfitsperyear: String\r\n technopediaProfitsperyear_not: String\r\n technopediaProfitsperyear_in: [String]\r\n technopediaProfitsperyear_not_in: [String]\r\n technopediaProfitsperyear_lt: String\r\n technopediaProfitsperyear_lte: String\r\n technopediaProfitsperyear_gt: String\r\n technopediaProfitsperyear_gte: String\r\n technopediaProfitsperyear_contains: String\r\n technopediaProfitsperyear_not_contains: String\r\n technopediaProfitsperyear_starts_with: String\r\n technopediaProfitsperyear_not_starts_with: String\r\n technopediaProfitsperyear_ends_with: String\r\n technopediaProfitsperyear_not_ends_with: String\r\n technopediaProfitsdate: Date\r\n technopediaProfitsdate_not: Date\r\n technopediaProfitsdate_in: [Date]\r\n technopediaProfitsdate_not_in: [Date]\r\n technopediaProfitsdate_lt: Date\r\n technopediaProfitsdate_lte: Date\r\n technopediaProfitsdate_gt: Date\r\n technopediaProfitsdate_gte: Date\r\n technopediaDateacquired: Date\r\n technopediaDateacquired_not: Date\r\n technopediaDateacquired_in: [Date]\r\n technopediaDateacquired_not_in: [Date]\r\n technopediaDateacquired_lt: Date\r\n technopediaDateacquired_lte: Date\r\n technopediaDateacquired_gt: Date\r\n technopediaDateacquired_gte: Date\r\n technopediaEmployees: Int\r\n technopediaEmployees_not: Int\r\n technopediaEmployees_in: [Int]\r\n technopediaEmployees_not_in: [Int]\r\n technopediaEmployees_lt: Int\r\n technopediaEmployees_lte: Int\r\n technopediaEmployees_gt: Int\r\n technopediaEmployees_gte: Int\r\n technopediaEmployeesDate: Date\r\n technopediaEmployeesDate_not: Date\r\n technopediaEmployeesDate_in: [Date]\r\n technopediaEmployeesDate_not_in: [Date]\r\n technopediaEmployeesDate_lt: Date\r\n technopediaEmployeesDate_lte: Date\r\n technopediaEmployeesDate_gt: Date\r\n technopediaEmployeesDate_gte: Date\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 technopediaFiscalenddate: Date\r\n technopediaFiscalenddate_not: Date\r\n technopediaFiscalenddate_in: [Date]\r\n technopediaFiscalenddate_not_in: [Date]\r\n technopediaFiscalenddate_lt: Date\r\n technopediaFiscalenddate_lte: Date\r\n technopediaFiscalenddate_gt: Date\r\n technopediaFiscalenddate_gte: Date\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}\r\n\r\n# Filters of PersonSystem\r\ninput filterPersonSystem {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String]\r\n windowsLogin_not_in: [String]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\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 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 castToken: String\r\n castToken_not: String\r\n castToken_in: [String]\r\n castToken_not_in: [String]\r\n castToken_lt: String\r\n castToken_lte: String\r\n castToken_gt: String\r\n castToken_gte: String\r\n castToken_contains: String\r\n castToken_not_contains: String\r\n castToken_starts_with: String\r\n castToken_not_starts_with: String\r\n castToken_ends_with: String\r\n castToken_not_ends_with: String\r\n belongstoapersongroup: Boolean\r\n belongstoapersongroup_not: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String]\r\n dataLanguage_not_in: [String]\r\n dataLanguage_lt: String\r\n dataLanguage_lte: String\r\n dataLanguage_gt: String\r\n dataLanguage_gte: String\r\n dataLanguage_contains: String\r\n dataLanguage_not_contains: String\r\n dataLanguage_starts_with: String\r\n dataLanguage_not_starts_with: String\r\n dataLanguage_ends_with: String\r\n dataLanguage_not_ends_with: String\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 cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int]\r\n cASTHighlightID_not_in: [Int]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\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 validPerson: ValidPersonEnumFilter\r\n validPerson_not: ValidPersonEnumFilter\r\n validPerson_in: [ValidPersonEnumFilter]\r\n validPerson_not_in: [ValidPersonEnumFilter]\r\n initialNumberofComplianceAudits: Int\r\n initialNumberofComplianceAudits_not: Int\r\n initialNumberofComplianceAudits_in: [Int]\r\n initialNumberofComplianceAudits_not_in: [Int]\r\n initialNumberofComplianceAudits_lt: Int\r\n initialNumberofComplianceAudits_lte: Int\r\n initialNumberofComplianceAudits_gt: Int\r\n initialNumberofComplianceAudits_gte: Int\r\n initialNumberofEfficiencyAudits: Int\r\n initialNumberofEfficiencyAudits_not: Int\r\n initialNumberofEfficiencyAudits_in: [Int]\r\n initialNumberofEfficiencyAudits_not_in: [Int]\r\n initialNumberofEfficiencyAudits_lt: Int\r\n initialNumberofEfficiencyAudits_lte: Int\r\n initialNumberofEfficiencyAudits_gt: Int\r\n initialNumberofEfficiencyAudits_gte: Int\r\n initialNumberofComplianceAuditActivities: Int\r\n initialNumberofComplianceAuditActivities_not: Int\r\n initialNumberofComplianceAuditActivities_in: [Int]\r\n initialNumberofComplianceAuditActivities_not_in: [Int]\r\n initialNumberofComplianceAuditActivities_lt: Int\r\n initialNumberofComplianceAuditActivities_lte: Int\r\n initialNumberofComplianceAuditActivities_gt: Int\r\n initialNumberofComplianceAuditActivities_gte: Int\r\n initialNumberofEfficiencyAuditActivities: Int\r\n initialNumberofEfficiencyAuditActivities_not: Int\r\n initialNumberofEfficiencyAuditActivities_in: [Int]\r\n initialNumberofEfficiencyAuditActivities_not_in: [Int]\r\n initialNumberofEfficiencyAuditActivities_lt: Int\r\n initialNumberofEfficiencyAuditActivities_lte: Int\r\n initialNumberofEfficiencyAuditActivities_gt: Int\r\n initialNumberofEfficiencyAuditActivities_gte: Int\r\n numberofExecutedComplianceAudits: Int\r\n numberofExecutedComplianceAudits_not: Int\r\n numberofExecutedComplianceAudits_in: [Int]\r\n numberofExecutedComplianceAudits_not_in: [Int]\r\n numberofExecutedComplianceAudits_lt: Int\r\n numberofExecutedComplianceAudits_lte: Int\r\n numberofExecutedComplianceAudits_gt: Int\r\n numberofExecutedComplianceAudits_gte: Int\r\n numberofExecutedEfficiencyAudits: Int\r\n numberofExecutedEfficiencyAudits_not: Int\r\n numberofExecutedEfficiencyAudits_in: [Int]\r\n numberofExecutedEfficiencyAudits_not_in: [Int]\r\n numberofExecutedEfficiencyAudits_lt: Int\r\n numberofExecutedEfficiencyAudits_lte: Int\r\n numberofExecutedEfficiencyAudits_gt: Int\r\n numberofExecutedEfficiencyAudits_gte: Int\r\n numberofExecutedComplianceAuditActivities: Int\r\n numberofExecutedComplianceAuditActivities_not: Int\r\n numberofExecutedComplianceAuditActivities_in: [Int]\r\n numberofExecutedComplianceAuditActivities_not_in: [Int]\r\n numberofExecutedComplianceAuditActivities_lt: Int\r\n numberofExecutedComplianceAuditActivities_lte: Int\r\n numberofExecutedComplianceAuditActivities_gt: Int\r\n numberofExecutedComplianceAuditActivities_gte: Int\r\n numberofExecutedEfficiencyAuditActivities: Int\r\n numberofExecutedEfficiencyAuditActivities_not: Int\r\n numberofExecutedEfficiencyAuditActivities_in: [Int]\r\n numberofExecutedEfficiencyAuditActivities_not_in: [Int]\r\n numberofExecutedEfficiencyAuditActivities_lt: Int\r\n numberofExecutedEfficiencyAuditActivities_lte: Int\r\n numberofExecutedEfficiencyAuditActivities_gt: Int\r\n numberofExecutedEfficiencyAuditActivities_gte: Int\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 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}\r\n\r\n# Filters of Plan\r\ninput filterPlan {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n currentAuditPlan: Boolean\r\n currentAuditPlan_not: Boolean\r\n planStatus: PlanStatusEnumFilter\r\n planStatus_not: PlanStatusEnumFilter\r\n planStatus_in: [PlanStatusEnumFilter]\r\n planStatus_not_in: [PlanStatusEnumFilter]\r\n planNature: PlanNatureEnumFilter\r\n planNature_not: PlanNatureEnumFilter\r\n planNature_in: [PlanNatureEnumFilter]\r\n planNature_not_in: [PlanNatureEnumFilter]\r\n planBeginDate: Date\r\n planBeginDate_not: Date\r\n planBeginDate_in: [Date]\r\n planBeginDate_not_in: [Date]\r\n planBeginDate_lt: Date\r\n planBeginDate_lte: Date\r\n planBeginDate_gt: Date\r\n planBeginDate_gte: Date\r\n planEndDate: Date\r\n planEndDate_not: Date\r\n planEndDate_in: [Date]\r\n planEndDate_not_in: [Date]\r\n planEndDate_lt: Date\r\n planEndDate_lte: Date\r\n planEndDate_gt: Date\r\n planEndDate_gte: Date\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 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}\r\n\r\n# Filters of PossibleAnswerValue\r\ninput filterPossibleAnswerValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalValue: String\r\n internalValue_not: String\r\n internalValue_in: [String]\r\n internalValue_not_in: [String]\r\n internalValue_lt: String\r\n internalValue_lte: String\r\n internalValue_gt: String\r\n internalValue_gte: String\r\n internalValue_contains: String\r\n internalValue_not_contains: String\r\n internalValue_starts_with: String\r\n internalValue_not_starts_with: String\r\n internalValue_ends_with: String\r\n internalValue_not_ends_with: String\r\n rGBColor: Int\r\n rGBColor_not: Int\r\n rGBColor_in: [Int]\r\n rGBColor_not_in: [Int]\r\n rGBColor_lt: Int\r\n rGBColor_lte: Int\r\n rGBColor_gt: Int\r\n rGBColor_gte: Int\r\n answerValue: Float\r\n answerValue_not: Float\r\n answerValue_in: [Float]\r\n answerValue_not_in: [Float]\r\n answerValue_lt: Float\r\n answerValue_lte: Float\r\n answerValue_gt: Float\r\n answerValue_gte: Float\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 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}\r\n\r\n# Filters of Question\r\ninput filterQuestion {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n questionType: QuestionTypeEnumFilter\r\n questionType_not: QuestionTypeEnumFilter\r\n questionType_in: [QuestionTypeEnumFilter]\r\n questionType_not_in: [QuestionTypeEnumFilter]\r\n mandatoryElement: MandatoryElementEnumFilter\r\n mandatoryElement_not: MandatoryElementEnumFilter\r\n mandatoryElement_in: [MandatoryElementEnumFilter]\r\n mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n delegationAllowed: DelegationAllowedEnumFilter\r\n delegationAllowed_not: DelegationAllowedEnumFilter\r\n delegationAllowed_in: [DelegationAllowedEnumFilter]\r\n delegationAllowed_not_in: [DelegationAllowedEnumFilter]\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String]\r\n titleText_not_in: [String]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n minimumnumberofanswers: Int\r\n minimumnumberofanswers_not: Int\r\n minimumnumberofanswers_in: [Int]\r\n minimumnumberofanswers_not_in: [Int]\r\n minimumnumberofanswers_lt: Int\r\n minimumnumberofanswers_lte: Int\r\n minimumnumberofanswers_gt: Int\r\n minimumnumberofanswers_gte: Int\r\n maximumnumberofanswers: Int\r\n maximumnumberofanswers_not: Int\r\n maximumnumberofanswers_in: [Int]\r\n maximumnumberofanswers_not_in: [Int]\r\n maximumnumberofanswers_lt: Int\r\n maximumnumberofanswers_lte: Int\r\n maximumnumberofanswers_gt: Int\r\n maximumnumberofanswers_gte: Int\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 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}\r\n\r\n# Filters of QuestionGroup\r\ninput filterQuestionGroup {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n specific: Boolean\r\n specific_not: Boolean\r\n delegationAllowed: DelegationAllowedEnumFilter\r\n delegationAllowed_not: DelegationAllowedEnumFilter\r\n delegationAllowed_in: [DelegationAllowedEnumFilter]\r\n delegationAllowed_not_in: [DelegationAllowedEnumFilter]\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String]\r\n titleText_not_in: [String]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\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 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}\r\n\r\n# Filters of Questionnaire\r\ninput filterQuestionnaire {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentmode: AssessmentmodeEnumFilter\r\n assessmentmode_not: AssessmentmodeEnumFilter\r\n assessmentmode_in: [AssessmentmodeEnumFilter]\r\n assessmentmode_not_in: [AssessmentmodeEnumFilter]\r\n closureDate: Date\r\n closureDate_not: Date\r\n closureDate_in: [Date]\r\n closureDate_not_in: [Date]\r\n closureDate_lt: Date\r\n closureDate_lte: Date\r\n closureDate_gt: Date\r\n closureDate_gte: Date\r\n formStatus: FormStatusEnumFilter\r\n formStatus_not: FormStatusEnumFilter\r\n formStatus_in: [FormStatusEnumFilter]\r\n formStatus_not_in: [FormStatusEnumFilter]\r\n lastUpdate: Date\r\n lastUpdate_not: Date\r\n lastUpdate_in: [Date]\r\n lastUpdate_not_in: [Date]\r\n lastUpdate_lt: Date\r\n lastUpdate_lte: Date\r\n lastUpdate_gt: Date\r\n lastUpdate_gte: Date\r\n dataCallDisplayMode: DataCallDisplayModeEnumFilter\r\n dataCallDisplayMode_not: DataCallDisplayModeEnumFilter\r\n dataCallDisplayMode_in: [DataCallDisplayModeEnumFilter]\r\n dataCallDisplayMode_not_in: [DataCallDisplayModeEnumFilter]\r\n technicalFormStatus: TechnicalFormStatusEnumFilter\r\n technicalFormStatus_not: TechnicalFormStatusEnumFilter\r\n technicalFormStatus_in: [TechnicalFormStatusEnumFilter]\r\n technicalFormStatus_not_in: [TechnicalFormStatusEnumFilter]\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 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}\r\n\r\n# Filters of QuestionnaireTemplate\r\ninput filterQuestionnaireTemplate {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n mode: ModeEnumFilter\r\n mode_not: ModeEnumFilter\r\n mode_in: [ModeEnumFilter]\r\n mode_not_in: [ModeEnumFilter]\r\n delegationAllowed: DelegationAllowedEnumFilter\r\n delegationAllowed_not: DelegationAllowedEnumFilter\r\n delegationAllowed_in: [DelegationAllowedEnumFilter]\r\n delegationAllowed_not_in: [DelegationAllowedEnumFilter]\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 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}\r\n\r\n# Filters of QuestionnaireTemplatePresentation\r\ninput filterQuestionnaireTemplatePresentation {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n presentationMode: PresentationModeEnumFilter\r\n presentationMode_not: PresentationModeEnumFilter\r\n presentationMode_in: [PresentationModeEnumFilter]\r\n presentationMode_not_in: [PresentationModeEnumFilter]\r\n matrixnumberperpage: Int\r\n matrixnumberperpage_not: Int\r\n matrixnumberperpage_in: [Int]\r\n matrixnumberperpage_not_in: [Int]\r\n matrixnumberperpage_lt: Int\r\n matrixnumberperpage_lte: Int\r\n matrixnumberperpage_gt: Int\r\n matrixnumberperpage_gte: Int\r\n introductionPageDisplaying: IntroductionPageDisplayingEnumFilter\r\n introductionPageDisplaying_not: IntroductionPageDisplayingEnumFilter\r\n introductionPageDisplaying_in: [IntroductionPageDisplayingEnumFilter]\r\n introductionPageDisplaying_not_in: [IntroductionPageDisplayingEnumFilter]\r\n displayanendingpage: DisplayanendingpageEnumFilter\r\n displayanendingpage_not: DisplayanendingpageEnumFilter\r\n displayanendingpage_in: [DisplayanendingpageEnumFilter]\r\n displayanendingpage_not_in: [DisplayanendingpageEnumFilter]\r\n checksPageDisplaying: ChecksPageDisplayingEnumFilter\r\n checksPageDisplaying_not: ChecksPageDisplayingEnumFilter\r\n checksPageDisplaying_in: [ChecksPageDisplayingEnumFilter]\r\n checksPageDisplaying_not_in: [ChecksPageDisplayingEnumFilter]\r\n questionCommentDisplay: QuestionCommentDisplayEnumFilter\r\n questionCommentDisplay_not: QuestionCommentDisplayEnumFilter\r\n questionCommentDisplay_in: [QuestionCommentDisplayEnumFilter]\r\n questionCommentDisplay_not_in: [QuestionCommentDisplayEnumFilter]\r\n displayapagetoadddocuments: DisplayapagetoadddocumentsEnumFilter\r\n displayapagetoadddocuments_not: DisplayapagetoadddocumentsEnumFilter\r\n displayapagetoadddocuments_in: [DisplayapagetoadddocumentsEnumFilter]\r\n displayapagetoadddocuments_not_in: [DisplayapagetoadddocumentsEnumFilter]\r\n eachQuestioninagroupDisplaying: EachQuestioninagroupDisplayingEnumFilter\r\n eachQuestioninagroupDisplaying_not: EachQuestioninagroupDisplayingEnumFilter\r\n eachQuestioninagroupDisplaying_in: [EachQuestioninagroupDisplayingEnumFilter]\r\n eachQuestioninagroupDisplaying_not_in: [EachQuestioninagroupDisplayingEnumFilter]\r\n contextinagroup: ContextinagroupEnumFilter\r\n contextinagroup_not: ContextinagroupEnumFilter\r\n contextinagroup_in: [ContextinagroupEnumFilter]\r\n contextinagroup_not_in: [ContextinagroupEnumFilter]\r\n contextgroupfolded: ContextgroupfoldedEnumFilter\r\n contextgroupfolded_not: ContextgroupfoldedEnumFilter\r\n contextgroupfolded_in: [ContextgroupfoldedEnumFilter]\r\n contextgroupfolded_not_in: [ContextgroupfoldedEnumFilter]\r\n scoringDisplaying: ScoringDisplayingEnumFilter\r\n scoringDisplaying_not: ScoringDisplayingEnumFilter\r\n scoringDisplaying_in: [ScoringDisplayingEnumFilter]\r\n scoringDisplaying_not_in: [ScoringDisplayingEnumFilter]\r\n historicDisplaying: HistoricDisplayingEnumFilter\r\n historicDisplaying_not: HistoricDisplayingEnumFilter\r\n historicDisplaying_in: [HistoricDisplayingEnumFilter]\r\n historicDisplaying_not_in: [HistoricDisplayingEnumFilter]\r\n triggerTransitionatClose: TriggerTransitionatCloseEnumFilter\r\n triggerTransitionatClose_not: TriggerTransitionatCloseEnumFilter\r\n triggerTransitionatClose_in: [TriggerTransitionatCloseEnumFilter]\r\n triggerTransitionatClose_not_in: [TriggerTransitionatCloseEnumFilter]\r\n displayexplanatorydocuments: DisplayexplanatorydocumentsEnumFilter\r\n displayexplanatorydocuments_not: DisplayexplanatorydocumentsEnumFilter\r\n displayexplanatorydocuments_in: [DisplayexplanatorydocumentsEnumFilter]\r\n displayexplanatorydocuments_not_in: [DisplayexplanatorydocumentsEnumFilter]\r\n displayexplanatoryexternalreferences: DisplayexplanatoryexternalreferencesEnumFilter\r\n displayexplanatoryexternalreferences_not: DisplayexplanatoryexternalreferencesEnumFilter\r\n displayexplanatoryexternalreferences_in: [DisplayexplanatoryexternalreferencesEnumFilter]\r\n displayexplanatoryexternalreferences_not_in: [DisplayexplanatoryexternalreferencesEnumFilter]\r\n modeQuestionnairesCreation: ModeQuestionnairesCreationEnumFilter\r\n modeQuestionnairesCreation_not: ModeQuestionnairesCreationEnumFilter\r\n modeQuestionnairesCreation_in: [ModeQuestionnairesCreationEnumFilter]\r\n modeQuestionnairesCreation_not_in: [ModeQuestionnairesCreationEnumFilter]\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 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}\r\n\r\n# Filters of Reduction\r\ninput filterReduction {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: Boolean\r\n reduceAssessors: Boolean\r\n reduceAssessors_not: Boolean\r\n behavioronRoot: BehavioronRootEnumFilter\r\n behavioronRoot_not: BehavioronRootEnumFilter\r\n behavioronRoot_in: [BehavioronRootEnumFilter]\r\n behavioronRoot_not_in: [BehavioronRootEnumFilter]\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 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}\r\n\r\n# Filters of Risk\r\ninput filterRisk {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 controlDesignERM: ControlDesignERMEnumFilter\r\n controlDesignERM_not: ControlDesignERMEnumFilter\r\n controlDesignERM_in: [ControlDesignERMEnumFilter]\r\n controlDesignERM_not_in: [ControlDesignERMEnumFilter]\r\n controlEffectivenessERM: ControlEffectivenessERMEnumFilter\r\n controlEffectivenessERM_not: ControlEffectivenessERMEnumFilter\r\n controlEffectivenessERM_in: [ControlEffectivenessERMEnumFilter]\r\n controlEffectivenessERM_not_in: [ControlEffectivenessERMEnumFilter]\r\n riskIdentificationMode: RiskIdentificationModeEnumFilter\r\n riskIdentificationMode_not: RiskIdentificationModeEnumFilter\r\n riskIdentificationMode_in: [RiskIdentificationModeEnumFilter]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnumFilter]\r\n keyRisk: Boolean\r\n keyRisk_not: Boolean\r\n targetRiskERM: TargetRiskERMEnumFilter\r\n targetRiskERM_not: TargetRiskERMEnumFilter\r\n targetRiskERM_in: [TargetRiskERMEnumFilter]\r\n targetRiskERM_not_in: [TargetRiskERMEnumFilter]\r\n netRiskERM: NetRiskERMEnumFilter\r\n netRiskERM_not: NetRiskERMEnumFilter\r\n netRiskERM_in: [NetRiskERMEnumFilter]\r\n netRiskERM_not_in: [NetRiskERMEnumFilter]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n impactERM: ImpactERMEnumFilter\r\n impactERM_not: ImpactERMEnumFilter\r\n impactERM_in: [ImpactERMEnumFilter]\r\n impactERM_not_in: [ImpactERMEnumFilter]\r\n likelihoodERM: LikelihoodERMEnumFilter\r\n likelihoodERM_not: LikelihoodERMEnumFilter\r\n likelihoodERM_in: [LikelihoodERMEnumFilter]\r\n likelihoodERM_not_in: [LikelihoodERMEnumFilter]\r\n inherentRiskERM: InherentRiskERMEnumFilter\r\n inherentRiskERM_not: InherentRiskERMEnumFilter\r\n inherentRiskERM_in: [InherentRiskERMEnumFilter]\r\n inherentRiskERM_not_in: [InherentRiskERMEnumFilter]\r\n residualRiskComputingMode: String\r\n residualRiskComputingMode_not: String\r\n residualRiskComputingMode_in: [String]\r\n residualRiskComputingMode_not_in: [String]\r\n residualRiskComputingMode_lt: String\r\n residualRiskComputingMode_lte: String\r\n residualRiskComputingMode_gt: String\r\n residualRiskComputingMode_gte: String\r\n residualRiskComputingMode_contains: String\r\n residualRiskComputingMode_not_contains: String\r\n residualRiskComputingMode_starts_with: String\r\n residualRiskComputingMode_not_starts_with: String\r\n residualRiskComputingMode_ends_with: String\r\n residualRiskComputingMode_not_ends_with: String\r\n controlLevelERM: ControlLevelERMEnumFilter\r\n controlLevelERM_not: ControlLevelERMEnumFilter\r\n controlLevelERM_in: [ControlLevelERMEnumFilter]\r\n controlLevelERM_not_in: [ControlLevelERMEnumFilter]\r\n riskComment: String\r\n riskComment_not: String\r\n riskComment_in: [String]\r\n riskComment_not_in: [String]\r\n riskComment_lt: String\r\n riskComment_lte: String\r\n riskComment_gt: String\r\n riskComment_gte: String\r\n riskComment_contains: String\r\n riskComment_not_contains: String\r\n riskComment_starts_with: String\r\n riskComment_not_starts_with: String\r\n riskComment_ends_with: String\r\n riskComment_not_ends_with: String\r\n riskStatus: RiskStatusEnumFilter\r\n riskStatus_not: RiskStatusEnumFilter\r\n riskStatus_in: [RiskStatusEnumFilter]\r\n riskStatus_not_in: [RiskStatusEnumFilter]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n riskStatusobj: RiskStatusobjEnumFilter\r\n riskStatusobj_not: RiskStatusobjEnumFilter\r\n riskStatusobj_in: [RiskStatusobjEnumFilter]\r\n riskStatusobj_not_in: [RiskStatusobjEnumFilter]\r\n riskAcceptance: Boolean\r\n riskAcceptance_not: Boolean\r\n risktreatmentcomment: String\r\n risktreatmentcomment_not: String\r\n risktreatmentcomment_in: [String]\r\n risktreatmentcomment_not_in: [String]\r\n risktreatmentcomment_lt: String\r\n risktreatmentcomment_lte: String\r\n risktreatmentcomment_gt: String\r\n risktreatmentcomment_gte: String\r\n risktreatmentcomment_contains: String\r\n risktreatmentcomment_not_contains: String\r\n risktreatmentcomment_starts_with: String\r\n risktreatmentcomment_not_starts_with: String\r\n risktreatmentcomment_ends_with: String\r\n risktreatmentcomment_not_ends_with: String\r\n riskAvoidance: Boolean\r\n riskAvoidance_not: Boolean\r\n riskReduction: Boolean\r\n riskReduction_not: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskTransferSubcontractor_not: Boolean\r\n riskInsurance: Boolean\r\n riskInsurance_not: 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 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}\r\n\r\n# Filters of ScoringRule\r\ninput filterScoringRule {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n scoringRuleType: ScoringRuleTypeEnumFilter\r\n scoringRuleType_not: ScoringRuleTypeEnumFilter\r\n scoringRuleType_in: [ScoringRuleTypeEnumFilter]\r\n scoringRuleType_not_in: [ScoringRuleTypeEnumFilter]\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 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}\r\n\r\n# Filters of SubstitutionAssessment\r\ninput filterSubstitutionAssessment {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: Boolean\r\n behavioronRoot: BehavioronRootEnumFilter\r\n behavioronRoot_not: BehavioronRootEnumFilter\r\n behavioronRoot_in: [BehavioronRootEnumFilter]\r\n behavioronRoot_not_in: [BehavioronRootEnumFilter]\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 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}\r\n\r\n# Filters of Test\r\ninput filterTest {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n missionCode: String\r\n missionCode_not: String\r\n missionCode_in: [String]\r\n missionCode_not_in: [String]\r\n missionCode_lt: String\r\n missionCode_lte: String\r\n missionCode_gt: String\r\n missionCode_gte: String\r\n missionCode_contains: String\r\n missionCode_not_contains: String\r\n missionCode_starts_with: String\r\n missionCode_not_starts_with: String\r\n missionCode_ends_with: String\r\n missionCode_not_ends_with: String\r\n includedintheinitialPlan: Boolean\r\n includedintheinitialPlan_not: Boolean\r\n objectiveGRC: String\r\n objectiveGRC_not: String\r\n objectiveGRC_in: [String]\r\n objectiveGRC_not_in: [String]\r\n objectiveGRC_lt: String\r\n objectiveGRC_lte: String\r\n objectiveGRC_gt: String\r\n objectiveGRC_gte: String\r\n objectiveGRC_contains: String\r\n objectiveGRC_not_contains: String\r\n objectiveGRC_starts_with: String\r\n objectiveGRC_not_starts_with: String\r\n objectiveGRC_ends_with: String\r\n objectiveGRC_not_ends_with: String\r\n missionCategory: MissionCategoryEnumFilter\r\n missionCategory_not: MissionCategoryEnumFilter\r\n missionCategory_in: [MissionCategoryEnumFilter]\r\n missionCategory_not_in: [MissionCategoryEnumFilter]\r\n missionStatus: MissionStatusEnumFilter\r\n missionStatus_not: MissionStatusEnumFilter\r\n missionStatus_in: [MissionStatusEnumFilter]\r\n missionStatus_not_in: [MissionStatusEnumFilter]\r\n justificationGRC: String\r\n justificationGRC_not: String\r\n justificationGRC_in: [String]\r\n justificationGRC_not_in: [String]\r\n justificationGRC_lt: String\r\n justificationGRC_lte: String\r\n justificationGRC_gt: String\r\n justificationGRC_gte: String\r\n justificationGRC_contains: String\r\n justificationGRC_not_contains: String\r\n justificationGRC_starts_with: String\r\n justificationGRC_not_starts_with: String\r\n justificationGRC_ends_with: String\r\n justificationGRC_not_ends_with: String\r\n missionOrigin: MissionOriginEnumFilter\r\n missionOrigin_not: MissionOriginEnumFilter\r\n missionOrigin_in: [MissionOriginEnumFilter]\r\n missionOrigin_not_in: [MissionOriginEnumFilter]\r\n missionPriority: MissionPriorityEnumFilter\r\n missionPriority_not: MissionPriorityEnumFilter\r\n missionPriority_in: [MissionPriorityEnumFilter]\r\n missionPriority_not_in: [MissionPriorityEnumFilter]\r\n estimatedDurationDays: Int\r\n estimatedDurationDays_not: Int\r\n estimatedDurationDays_in: [Int]\r\n estimatedDurationDays_not_in: [Int]\r\n estimatedDurationDays_lt: Int\r\n estimatedDurationDays_lte: Int\r\n estimatedDurationDays_gt: Int\r\n estimatedDurationDays_gte: Int\r\n estimatedNumberofResources: Float\r\n estimatedNumberofResources_not: Float\r\n estimatedNumberofResources_in: [Float]\r\n estimatedNumberofResources_not_in: [Float]\r\n estimatedNumberofResources_lt: Float\r\n estimatedNumberofResources_lte: Float\r\n estimatedNumberofResources_gt: Float\r\n estimatedNumberofResources_gte: Float\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float]\r\n estimatedWorkloadHours_not_in: [Float]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n effectiveWorkloadHours: Float\r\n effectiveWorkloadHours_not: Float\r\n effectiveWorkloadHours_in: [Float]\r\n effectiveWorkloadHours_not_in: [Float]\r\n effectiveWorkloadHours_lt: Float\r\n effectiveWorkloadHours_lte: Float\r\n effectiveWorkloadHours_gt: Float\r\n effectiveWorkloadHours_gte: Float\r\n numberofStaffedResources: String\r\n numberofStaffedResources_not: String\r\n numberofStaffedResources_in: [String]\r\n numberofStaffedResources_not_in: [String]\r\n numberofStaffedResources_lt: String\r\n numberofStaffedResources_lte: String\r\n numberofStaffedResources_gt: String\r\n numberofStaffedResources_gte: String\r\n numberofStaffedResources_contains: String\r\n numberofStaffedResources_not_contains: String\r\n numberofStaffedResources_starts_with: String\r\n numberofStaffedResources_not_starts_with: String\r\n numberofStaffedResources_ends_with: String\r\n numberofStaffedResources_not_ends_with: String\r\n missionEvaluation: MissionEvaluationEnumFilter\r\n missionEvaluation_not: MissionEvaluationEnumFilter\r\n missionEvaluation_in: [MissionEvaluationEnumFilter]\r\n missionEvaluation_not_in: [MissionEvaluationEnumFilter]\r\n missionPlannedBeginDate: Date\r\n missionPlannedBeginDate_not: Date\r\n missionPlannedBeginDate_in: [Date]\r\n missionPlannedBeginDate_not_in: [Date]\r\n missionPlannedBeginDate_lt: Date\r\n missionPlannedBeginDate_lte: Date\r\n missionPlannedBeginDate_gt: Date\r\n missionPlannedBeginDate_gte: Date\r\n missionPlannedEndDate: Date\r\n missionPlannedEndDate_not: Date\r\n missionPlannedEndDate_in: [Date]\r\n missionPlannedEndDate_not_in: [Date]\r\n missionPlannedEndDate_lt: Date\r\n missionPlannedEndDate_lte: Date\r\n missionPlannedEndDate_gt: Date\r\n missionPlannedEndDate_gte: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveBeginDate_not: Date\r\n missionEffectiveBeginDate_in: [Date]\r\n missionEffectiveBeginDate_not_in: [Date]\r\n missionEffectiveBeginDate_lt: Date\r\n missionEffectiveBeginDate_lte: Date\r\n missionEffectiveBeginDate_gt: Date\r\n missionEffectiveBeginDate_gte: Date\r\n missionEffectiveEndDate: Date\r\n missionEffectiveEndDate_not: Date\r\n missionEffectiveEndDate_in: [Date]\r\n missionEffectiveEndDate_not_in: [Date]\r\n missionEffectiveEndDate_lt: Date\r\n missionEffectiveEndDate_lte: Date\r\n missionEffectiveEndDate_gt: Date\r\n missionEffectiveEndDate_gte: Date\r\n keyWeaknesses: String\r\n keyWeaknesses_not: String\r\n keyWeaknesses_in: [String]\r\n keyWeaknesses_not_in: [String]\r\n keyWeaknesses_lt: String\r\n keyWeaknesses_lte: String\r\n keyWeaknesses_gt: String\r\n keyWeaknesses_gte: String\r\n keyWeaknesses_contains: String\r\n keyWeaknesses_not_contains: String\r\n keyWeaknesses_starts_with: String\r\n keyWeaknesses_not_starts_with: String\r\n keyWeaknesses_ends_with: String\r\n keyWeaknesses_not_ends_with: String\r\n keyStrengths: String\r\n keyStrengths_not: String\r\n keyStrengths_in: [String]\r\n keyStrengths_not_in: [String]\r\n keyStrengths_lt: String\r\n keyStrengths_lte: String\r\n keyStrengths_gt: String\r\n keyStrengths_gte: String\r\n keyStrengths_contains: String\r\n keyStrengths_not_contains: String\r\n keyStrengths_starts_with: String\r\n keyStrengths_not_starts_with: String\r\n keyStrengths_ends_with: String\r\n keyStrengths_not_ends_with: String\r\n plannedClosingReview: Date\r\n plannedClosingReview_not: Date\r\n plannedClosingReview_in: [Date]\r\n plannedClosingReview_not_in: [Date]\r\n plannedClosingReview_lt: Date\r\n plannedClosingReview_lte: Date\r\n plannedClosingReview_gt: Date\r\n plannedClosingReview_gte: Date\r\n effectiveClosingReview: Date\r\n effectiveClosingReview_not: Date\r\n effectiveClosingReview_in: [Date]\r\n effectiveClosingReview_not_in: [Date]\r\n effectiveClosingReview_lt: Date\r\n effectiveClosingReview_lte: Date\r\n effectiveClosingReview_gt: Date\r\n effectiveClosingReview_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n computedHoursManDayRate: Int\r\n computedHoursManDayRate_not: Int\r\n computedHoursManDayRate_in: [Int]\r\n computedHoursManDayRate_not_in: [Int]\r\n computedHoursManDayRate_lt: Int\r\n computedHoursManDayRate_lte: Int\r\n computedHoursManDayRate_gt: Int\r\n computedHoursManDayRate_gte: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEffectiveWorkloadMD_not: Float\r\n computedEffectiveWorkloadMD_in: [Float]\r\n computedEffectiveWorkloadMD_not_in: [Float]\r\n computedEffectiveWorkloadMD_lt: Float\r\n computedEffectiveWorkloadMD_lte: Float\r\n computedEffectiveWorkloadMD_gt: Float\r\n computedEffectiveWorkloadMD_gte: Float\r\n computedEstimatedWorkloadMD: Float\r\n computedEstimatedWorkloadMD_not: Float\r\n computedEstimatedWorkloadMD_in: [Float]\r\n computedEstimatedWorkloadMD_not_in: [Float]\r\n computedEstimatedWorkloadMD_lt: Float\r\n computedEstimatedWorkloadMD_lte: Float\r\n computedEstimatedWorkloadMD_gt: Float\r\n computedEstimatedWorkloadMD_gte: Float\r\n offline: OfflineEnumFilter\r\n offline_not: OfflineEnumFilter\r\n offline_in: [OfflineEnumFilter]\r\n offline_not_in: [OfflineEnumFilter]\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 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}\r\n\r\n# Filters of TestActivity\r\ninput filterTestActivity {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n beginDate: Date\r\n beginDate_not: Date\r\n beginDate_in: [Date]\r\n beginDate_not_in: [Date]\r\n beginDate_lt: Date\r\n beginDate_lte: Date\r\n beginDate_gt: Date\r\n beginDate_gte: Date\r\n activityEndDate: Date\r\n activityEndDate_not: Date\r\n activityEndDate_in: [Date]\r\n activityEndDate_not_in: [Date]\r\n activityEndDate_lt: Date\r\n activityEndDate_lte: Date\r\n activityEndDate_gt: Date\r\n activityEndDate_gte: Date\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float]\r\n estimatedWorkloadHours_not_in: [Float]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n activityStatus: ActivityStatusEnumFilter\r\n activityStatus_not: ActivityStatusEnumFilter\r\n activityStatus_in: [ActivityStatusEnumFilter]\r\n activityStatus_not_in: [ActivityStatusEnumFilter]\r\n testResult: TestResultEnumFilter\r\n testResult_not: TestResultEnumFilter\r\n testResult_in: [TestResultEnumFilter]\r\n testResult_not_in: [TestResultEnumFilter]\r\n activityEffectiveWorkloadHours: Float\r\n activityEffectiveWorkloadHours_not: Float\r\n activityEffectiveWorkloadHours_in: [Float]\r\n activityEffectiveWorkloadHours_not_in: [Float]\r\n activityEffectiveWorkloadHours_lt: Float\r\n activityEffectiveWorkloadHours_lte: Float\r\n activityEffectiveWorkloadHours_gt: Float\r\n activityEffectiveWorkloadHours_gte: Float\r\n offline: OfflineEnumFilter\r\n offline_not: OfflineEnumFilter\r\n offline_in: [OfflineEnumFilter]\r\n offline_not_in: [OfflineEnumFilter]\r\n computedActivityEffectiveWorkloadHours: Float\r\n computedActivityEffectiveWorkloadHours_not: Float\r\n computedActivityEffectiveWorkloadHours_in: [Float]\r\n computedActivityEffectiveWorkloadHours_not_in: [Float]\r\n computedActivityEffectiveWorkloadHours_lt: Float\r\n computedActivityEffectiveWorkloadHours_lte: Float\r\n computedActivityEffectiveWorkloadHours_gt: Float\r\n computedActivityEffectiveWorkloadHours_gte: Float\r\n currentOfflineUpdateDate: Date\r\n currentOfflineUpdateDate_not: Date\r\n currentOfflineUpdateDate_in: [Date]\r\n currentOfflineUpdateDate_not_in: [Date]\r\n currentOfflineUpdateDate_lt: Date\r\n currentOfflineUpdateDate_lte: Date\r\n currentOfflineUpdateDate_gt: Date\r\n currentOfflineUpdateDate_gte: Date\r\n previousOfflineUpdateDate: Date\r\n previousOfflineUpdateDate_not: Date\r\n previousOfflineUpdateDate_in: [Date]\r\n previousOfflineUpdateDate_not_in: [Date]\r\n previousOfflineUpdateDate_lt: Date\r\n previousOfflineUpdateDate_lte: Date\r\n previousOfflineUpdateDate_gt: Date\r\n previousOfflineUpdateDate_gte: Date\r\n currentOnlineUpdateDate: Date\r\n currentOnlineUpdateDate_not: Date\r\n currentOnlineUpdateDate_in: [Date]\r\n currentOnlineUpdateDate_not_in: [Date]\r\n currentOnlineUpdateDate_lt: Date\r\n currentOnlineUpdateDate_lte: Date\r\n currentOnlineUpdateDate_gt: Date\r\n currentOnlineUpdateDate_gte: Date\r\n previousOnlineUpdateDate: Date\r\n previousOnlineUpdateDate_not: Date\r\n previousOnlineUpdateDate_in: [Date]\r\n previousOnlineUpdateDate_not_in: [Date]\r\n previousOnlineUpdateDate_lt: Date\r\n previousOnlineUpdateDate_lte: Date\r\n previousOnlineUpdateDate_gt: Date\r\n previousOnlineUpdateDate_gte: Date\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 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}\r\n\r\n# Filters of TestTheme\r\ninput filterTestTheme {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\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 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}\r\n\r\n# Filters of UniqueValue\r\ninput filterUniqueValue {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n valueDataType: ValueDataTypeEnumFilter\r\n valueDataType_not: ValueDataTypeEnumFilter\r\n valueDataType_in: [ValueDataTypeEnumFilter]\r\n valueDataType_not_in: [ValueDataTypeEnumFilter]\r\n mandatoryElement: MandatoryElementEnumFilter\r\n mandatoryElement_not: MandatoryElementEnumFilter\r\n mandatoryElement_in: [MandatoryElementEnumFilter]\r\n mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n linkAnsweredObject: String\r\n linkAnsweredObject_not: String\r\n linkAnsweredObject_in: [String]\r\n linkAnsweredObject_not_in: [String]\r\n linkAnsweredObject_lt: String\r\n linkAnsweredObject_lte: String\r\n linkAnsweredObject_gt: String\r\n linkAnsweredObject_gte: String\r\n linkAnsweredObject_contains: String\r\n linkAnsweredObject_not_contains: String\r\n linkAnsweredObject_starts_with: String\r\n linkAnsweredObject_not_starts_with: String\r\n linkAnsweredObject_ends_with: String\r\n linkAnsweredObject_not_ends_with: String\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String]\r\n titleText_not_in: [String]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n answerComment: String\r\n answerComment_not: String\r\n answerComment_in: [String]\r\n answerComment_not_in: [String]\r\n answerComment_lt: String\r\n answerComment_lte: String\r\n answerComment_gt: String\r\n answerComment_gte: String\r\n answerComment_contains: String\r\n answerComment_not_contains: String\r\n answerComment_starts_with: String\r\n answerComment_not_starts_with: String\r\n answerComment_ends_with: String\r\n answerComment_not_ends_with: String\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 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}\r\n\r\n# Filters of WorkPaper\r\ninput filterWorkPaper {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n detailedTask: String\r\n detailedTask_not: String\r\n detailedTask_in: [String]\r\n detailedTask_not_in: [String]\r\n detailedTask_lt: String\r\n detailedTask_lte: String\r\n detailedTask_gt: String\r\n detailedTask_gte: String\r\n detailedTask_contains: String\r\n detailedTask_not_contains: String\r\n detailedTask_starts_with: String\r\n detailedTask_not_starts_with: String\r\n detailedTask_ends_with: String\r\n detailedTask_not_ends_with: String\r\n description: String\r\n description_not: String\r\n description_in: [String]\r\n description_not_in: [String]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n workPaperDefaultSampleSize: Int\r\n workPaperDefaultSampleSize_not: Int\r\n workPaperDefaultSampleSize_in: [Int]\r\n workPaperDefaultSampleSize_not_in: [Int]\r\n workPaperDefaultSampleSize_lt: Int\r\n workPaperDefaultSampleSize_lte: Int\r\n workPaperDefaultSampleSize_gt: Int\r\n workPaperDefaultSampleSize_gte: Int\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n workPaperSampleSize: Int\r\n workPaperSampleSize_not: Int\r\n workPaperSampleSize_in: [Int]\r\n workPaperSampleSize_not_in: [Int]\r\n workPaperSampleSize_lt: Int\r\n workPaperSampleSize_lte: Int\r\n workPaperSampleSize_gt: Int\r\n workPaperSampleSize_gte: Int\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 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}\r\n\r\nenum FindingImpactEnumFilter {\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\n# Non-methodological grouping of assessment session elements.This concept enables\r\n# assembly under the same root of configuration elements around a common theme\r\n# when this theme cannot be explained in the method.\r\ntype FolderofAssessmentSessions {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n}\r\n\r\ninput FolderofAssessmentSessionsFilter {\r\n and: [FolderofAssessmentSessionsFilter!]\r\n or: [FolderofAssessmentSessionsFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 assessmentSession_some: [FolderofAssessmentSessionsFilter!]\r\n}\r\n\r\nenum FormStatusEnumFilter {\r\n ToBeSent\r\n InProgress\r\n ToBeReassigned\r\n Canceled\r\n InDelegation\r\n Closed\r\n ToBeValidated\r\n}\r\n\r\nenum FunctionalSupportAPMEnumFilter {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\nenum GDPRConsentEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum GDPRContentOfNoticeEnumFilter {\r\n Yes_oral\r\n Dontknow\r\n Yes_written\r\n No\r\n Notrequired\r\n}\r\n\r\nenum GDPRImpactEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum HistoricDisplayingEnumFilter {\r\n No\r\n Yes\r\n Yes_onlyforQuestionnaire\r\n}\r\n\r\nenum ImpactERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum InherentRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\n# Input type for AggregationRule\r\ninput InputAggregationRule {\r\n externalIdentifier: String\r\n name: String\r\n aggregationRuleType: AggregationRuleAggregationRuleTypeEnum\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n reduction_Aggregation: _InputCollectionAction\r\n distribution_Aggregation: _InputCollectionAction\r\n aggregationStepGroup_Aggregation: _InputCollectionAction\r\n substitutionAssessment_Aggregation: _InputCollectionAction\r\n assessedCharacteristics_AggregatedCharacteristic: _InputCollectionAction\r\n assessedCharacteristics_AggregatingCharacteristic: _InputCollectionAction\r\n}\r\n\r\n# Input type for AggregationSchema\r\ninput InputAggregationSchema {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n assessmentAggregation_AssessmentAggregations: _InputCollectionAction\r\n reduction_Aggregation: _InputCollectionAction\r\n distribution_Aggregation: _InputCollectionAction\r\n aggregationStepGroup_Aggregation: _InputCollectionAction\r\n substitutionAssessment_Aggregation: _InputCollectionAction\r\n assessmentTemplate_AssessmentTemplateOwner: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentSession_AssessmentSessionOwner: _InputCollectionAction\r\n distribution: _InputCollectionAction\r\n macro_PostAggregation: _InputCollectionAction\r\n}\r\n\r\n# Input type for AggregationStepGroup\r\ninput InputAggregationStepGroup {\r\n externalIdentifier: String\r\n name: String\r\n isRecursive: Boolean\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n distribution: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n aggregationRule: _InputCollectionAction\r\n metaAttribute_WeightingFactor: _InputCollectionAction\r\n assessmentNode_AggregationAssessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for Application\r\ninput InputApplication {\r\n externalIdentifier: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: ApplicationCloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n prefix: String\r\n applicationStereotype: ApplicationApplicationStereotypeEnum\r\n applicationType: ApplicationApplicationTypeEnum\r\n cASTHighlightID: Int\r\n closingDateCast: Date\r\n softwareResiliencyScoreCASTHighligh: Float\r\n softwareAgilityScore: Float\r\n softwareEleganceScoreCASTHighligh: Float\r\n cloudReadyScoreCASTHighlight: Float\r\n cloudReadyScanCASTHighlight: Float\r\n technicalDebtCast: Float\r\n numberoflinesofCodeCast: Int\r\n numberofFilesCast: Int\r\n aggregationTypeAPM: ApplicationAggregationTypeAPMEnum\r\n backFiredFunctionPointsCASTHighlight: Float\r\n softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n statusReview: ApplicationStatusReviewEnum\r\n standardCreationDate: Date\r\n gDPRConsent: ApplicationGDPRConsentEnum\r\n gDPRSource: String\r\n standardClass: ApplicationStandardClassEnum\r\n retireDate: Date\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n lifecyclestatus: ApplicationLifecyclestatusEnum\r\n initiallivedate: Date\r\n dateoflastrelease: Date\r\n dateofnextrelease: Date\r\n retirementdate: Date\r\n gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n source: String\r\n availabilitycharacteristics: String\r\n servicetimes: String\r\n manageabilitycharacteristics: String\r\n serviceabilitycharacteristics: String\r\n performancecharacteristics: String\r\n reliabilitycharacteristics: String\r\n recoverabilitycharacteristics: String\r\n locatabilitycharacteristics: String\r\n securitycharacteristics: String\r\n privacycharacteristics: String\r\n integritycharacteristics: String\r\n credibilitycharacteristics: String\r\n localizationcharacteristics: String\r\n internationalizationcharacteristics: String\r\n interoperabilitycharacteristics: String\r\n scalabilitycharacteristics: String\r\n portabilitycharacteristics: String\r\n extensibilitycharacteristics: String\r\n capacitycharacteristics: String\r\n throughput: String\r\n throughputperiod: String\r\n growth: String\r\n growthperiod: String\r\n peakprofileshortterm: String\r\n peakprofilelongterm: String\r\n freezepastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: Date\r\n workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n applicationvalidationdate: Date\r\n nextReviewDate: Date\r\n lastReviewDate: Date\r\n applicationTemplate: ApplicationApplicationTemplateEnum\r\n deploymentDate: Date\r\n operatingApplicationDate: Date\r\n urbanism: ApplicationUrbanismEnum\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n localApplicationOwner_PersonSystem: _InputCollectionAction\r\n softwareDesigner_PersonSystem: _InputCollectionAction\r\n iTOwner_PersonSystem: _InputCollectionAction\r\n businessOwner_PersonSystem: _InputCollectionAction\r\n localFinancialController_PersonSystem: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessedCharacteristics\r\ninput InputAssessedCharacteristics {\r\n externalIdentifier: String\r\n name: String\r\n updateMetaAttribute: AssessedCharacteristicsUpdateMetaAttributeEnum\r\n listViewDisplayMode: AssessedCharacteristicsListViewDisplayModeEnum\r\n comment: String\r\n metaAttributeValue_PropertyLiteralValue: _InputCollectionAction\r\n possibleAnswerValue_PropertyLiteralValue: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentNode_ElementwithProperty: _InputCollectionAction\r\n audit_ElementwithProperty: _InputCollectionAction\r\n plan_ElementwithProperty: _InputCollectionAction\r\n businessLine_ElementwithProperty: _InputCollectionAction\r\n test_ElementwithProperty: _InputCollectionAction\r\n assessmentCampaign_ElementwithProperty: _InputCollectionAction\r\n risk_ElementwithProperty: _InputCollectionAction\r\n businessDocument_ElementwithProperty: _InputCollectionAction\r\n assessmentSession_ElementwithProperty: _InputCollectionAction\r\n assessedCharacteristicValue_ElementwithProperty: _InputCollectionAction\r\n questionnaire_ElementwithProperty: _InputCollectionAction\r\n issue_ElementwithProperty: _InputCollectionAction\r\n control_ElementwithProperty: _InputCollectionAction\r\n testTheme_ElementwithProperty: _InputCollectionAction\r\n testActivity_ElementwithProperty: _InputCollectionAction\r\n application_ElementwithProperty: _InputCollectionAction\r\n orgUnit_ElementwithProperty: _InputCollectionAction\r\n assessmentAggregation_ElementwithProperty: _InputCollectionAction\r\n businessProcess_ElementwithProperty: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n metaAttribute_Characteristic: _InputCollectionAction\r\n assessmentTemplate: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n assessedCharacteristicValue_AssessedValue: _InputCollectionAction\r\n aggregationRule_AggregationRulewhereIn: _InputCollectionAction\r\n aggregationRule_AggregationRulewhereOut: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessedCharacteristicValue\r\ninput InputAssessedCharacteristicValue {\r\n externalIdentifier: String\r\n name: String\r\n computedValue: Float\r\n signedValue: Float\r\n simulatedAssessmentValue: Float\r\n comment: String\r\n assessmentSession: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n assessedCharacteristics_AssessedCharacteristic: _InputCollectionAction\r\n metaAttributeValue_PropertyValue: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentAggregation\r\ninput InputAssessmentAggregation {\r\n externalIdentifier: String\r\n name: String\r\n aggregationBeginDate: Date\r\n aggregationEndDate: Date\r\n assessmentScheduling: String\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n assessmentCampaign: _InputCollectionAction\r\n assessmentNode_OwnedAssessmentNode: _InputCollectionAction\r\n assessmentNode_InitialAssessmentNode: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentCampaign\r\ninput InputAssessmentCampaign {\r\n externalIdentifier: String\r\n name: String\r\n assessmentCampaignCode: String\r\n scheduleAggregation: String\r\n campaignType: AssessmentCampaignCampaignTypeEnum\r\n assessmentScheduling: String\r\n assessmentCampaignStatus: AssessmentCampaignAssessmentCampaignStatusEnum\r\n assessmentCampaignBeginDate: Date\r\n assessmentCampaignEndDate: Date\r\n comment: String\r\n assessmentAggregation_AssessmentAggregations: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n assessmentCampaignOwner_PersonSystem: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n plan_ElementwithAssessmentCampaign: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n assessmentTemplate: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentDeploymentCollection\r\ninput InputAssessmentDeploymentCollection {\r\n externalIdentifier: String\r\n name: String\r\n objectstoassess: Boolean\r\n contextobjects: Boolean\r\n respondents: Boolean\r\n fillingMode: AssessmentDeploymentCollectionFillingModeEnum\r\n filledbyuser: Boolean\r\n typeEffectiveCollection: AssessmentDeploymentCollectionTypeEffectiveCollectionEnum\r\n characteristicsusagemode: AssessmentDeploymentCollectionCharacteristicsusagemodeEnum\r\n comment: String\r\n metaAttributeValue_PropertyLiteralValue: _InputCollectionAction\r\n possibleAnswerValue_PropertyLiteralValue: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n metaAttribute_GenericObjectSystem: _InputCollectionAction\r\n personSystem_GenericObjectSystem: _InputCollectionAction\r\n metaAttributeValue_GenericObjectSystem: _InputCollectionAction\r\n businessRole_GenericObjectSystem: _InputCollectionAction\r\n reduction_GenericObjectSystem: _InputCollectionAction\r\n scoringRule_GenericObjectSystem: _InputCollectionAction\r\n aggregationRule_GenericObjectSystem: _InputCollectionAction\r\n distribution_GenericObjectSystem: _InputCollectionAction\r\n metaTest_GenericObjectSystem: _InputCollectionAction\r\n uniqueValue_GenericObjectSystem: _InputCollectionAction\r\n assessedCharacteristics_GenericObjectSystem: _InputCollectionAction\r\n aggregationStepGroup_GenericObjectSystem: _InputCollectionAction\r\n multipleValue_GenericObjectSystem: _InputCollectionAction\r\n assessmentTemplate_GenericObjectSystem: _InputCollectionAction\r\n aggregationSchema_GenericObjectSystem: _InputCollectionAction\r\n substitutionAssessment_GenericObjectSystem: _InputCollectionAction\r\n possibleAnswerValue_GenericObjectSystem: _InputCollectionAction\r\n questionnaireTemplate_GenericObjectSystem: _InputCollectionAction\r\n questionGroup_GenericObjectSystem: _InputCollectionAction\r\n question_GenericObjectSystem: _InputCollectionAction\r\n macro_GenericObjectSystem: _InputCollectionAction\r\n businessDocumentPattern_GenericObjectSystem: _InputCollectionAction\r\n documentCategory_GenericObjectSystem: _InputCollectionAction\r\n questionnaireTemplatePresentation_GenericObjectSystem: _InputCollectionAction\r\n assessmentDeploymentCollection_GenericObjectSystem: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentNode_ElementwithProperty: _InputCollectionAction\r\n audit_ElementwithProperty: _InputCollectionAction\r\n plan_ElementwithProperty: _InputCollectionAction\r\n businessLine_ElementwithProperty: _InputCollectionAction\r\n test_ElementwithProperty: _InputCollectionAction\r\n assessmentCampaign_ElementwithProperty: _InputCollectionAction\r\n risk_ElementwithProperty: _InputCollectionAction\r\n businessDocument_ElementwithProperty: _InputCollectionAction\r\n assessmentSession_ElementwithProperty: _InputCollectionAction\r\n assessedCharacteristicValue_ElementwithProperty: _InputCollectionAction\r\n questionnaire_ElementwithProperty: _InputCollectionAction\r\n issue_ElementwithProperty: _InputCollectionAction\r\n control_ElementwithProperty: _InputCollectionAction\r\n testTheme_ElementwithProperty: _InputCollectionAction\r\n testActivity_ElementwithProperty: _InputCollectionAction\r\n application_ElementwithProperty: _InputCollectionAction\r\n orgUnit_ElementwithProperty: _InputCollectionAction\r\n assessmentAggregation_ElementwithProperty: _InputCollectionAction\r\n businessProcess_ElementwithProperty: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentDeploymentQueryParameterValue\r\ninput InputAssessmentDeploymentQueryParameterValue {\r\n externalIdentifier: String\r\n name: String\r\n queryParameterValue: String\r\n parameterValueAttributionMode: AssessmentDeploymentQueryParameterValueParameterValueAttributionModeEnum\r\n comment: String\r\n metaAttribute_GenericObjectSystem: _InputCollectionAction\r\n personSystem_GenericObjectSystem: _InputCollectionAction\r\n metaAttributeValue_GenericObjectSystem: _InputCollectionAction\r\n businessRole_GenericObjectSystem: _InputCollectionAction\r\n reduction_GenericObjectSystem: _InputCollectionAction\r\n scoringRule_GenericObjectSystem: _InputCollectionAction\r\n aggregationRule_GenericObjectSystem: _InputCollectionAction\r\n distribution_GenericObjectSystem: _InputCollectionAction\r\n metaTest_GenericObjectSystem: _InputCollectionAction\r\n uniqueValue_GenericObjectSystem: _InputCollectionAction\r\n assessedCharacteristics_GenericObjectSystem: _InputCollectionAction\r\n aggregationStepGroup_GenericObjectSystem: _InputCollectionAction\r\n multipleValue_GenericObjectSystem: _InputCollectionAction\r\n assessmentTemplate_GenericObjectSystem: _InputCollectionAction\r\n aggregationSchema_GenericObjectSystem: _InputCollectionAction\r\n substitutionAssessment_GenericObjectSystem: _InputCollectionAction\r\n possibleAnswerValue_GenericObjectSystem: _InputCollectionAction\r\n questionnaireTemplate_GenericObjectSystem: _InputCollectionAction\r\n questionGroup_GenericObjectSystem: _InputCollectionAction\r\n question_GenericObjectSystem: _InputCollectionAction\r\n macro_GenericObjectSystem: _InputCollectionAction\r\n businessDocumentPattern_GenericObjectSystem: _InputCollectionAction\r\n documentCategory_GenericObjectSystem: _InputCollectionAction\r\n questionnaireTemplatePresentation_GenericObjectSystem: _InputCollectionAction\r\n assessmentDeploymentCollection_GenericObjectSystem: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentNode\r\ninput InputAssessmentNode {\r\n externalIdentifier: String\r\n name: String\r\n validityforAggregation: AssessmentNodeValidityforAggregationEnum\r\n validityforAssessment: AssessmentNodeValidityforAssessmentEnum\r\n contextualValueCompletionDate: Date\r\n assessmentOrder: Int\r\n comment: String\r\n assessmentAggregation_OwningAssessmentAggregation: _InputCollectionAction\r\n assessmentAggregation_ParentAssessmentAggregation: _InputCollectionAction\r\n assessmentAggregation_UsingAssessmentAggregations: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n aggregationSchema: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n assessmentNode_SourceAssessmentNode: _InputCollectionAction\r\n assessmentNode_DistributedAssessmentNode: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentCampaign: _InputCollectionAction\r\n audit_AssessmentContext: _InputCollectionAction\r\n businessLine_AssessmentContext: _InputCollectionAction\r\n test_AssessmentContext: _InputCollectionAction\r\n risk_AssessmentContext: _InputCollectionAction\r\n control_AssessmentContext: _InputCollectionAction\r\n testTheme_AssessmentContext: _InputCollectionAction\r\n testActivity_AssessmentContext: _InputCollectionAction\r\n application_AssessmentContext: _InputCollectionAction\r\n orgUnit_AssessmentContext: _InputCollectionAction\r\n businessProcess_AssessmentContext: _InputCollectionAction\r\n workPaper_AssessedObject: _InputCollectionAction\r\n businessLine_AssessedObject: _InputCollectionAction\r\n risk_AssessedObject: _InputCollectionAction\r\n control_AssessedObject: _InputCollectionAction\r\n application_AssessedObject: _InputCollectionAction\r\n orgUnit_AssessedObject: _InputCollectionAction\r\n businessProcess_AssessedObject: _InputCollectionAction\r\n assessmentNode_HigherAssessmentNode: _InputCollectionAction\r\n assessmentNode_LowerAssessmentNode: _InputCollectionAction\r\n assessmentSession_AggregatingforAssessmentSession: _InputCollectionAction\r\n reduction_Aggregation: _InputCollectionAction\r\n distribution_Aggregation: _InputCollectionAction\r\n aggregationStepGroup_Aggregation: _InputCollectionAction\r\n substitutionAssessment_Aggregation: _InputCollectionAction\r\n assessedCharacteristicValue_AssessedValue: _InputCollectionAction\r\n assessmentSignatory: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentSession\r\ninput InputAssessmentSession {\r\n externalIdentifier: String\r\n name: String\r\n assessmentPlannedStartDate: Date\r\n assessmentPlannedEndDate: Date\r\n assessmentValidationEndDate: Date\r\n assessmentEffectiveStartDate: Date\r\n assessmentEffectiveEndDate: Date\r\n assessmentmode: AssessmentSessionAssessmentmodeEnum\r\n assessmentSessionStatus: AssessmentSessionAssessmentSessionStatusEnum\r\n assessmentSessionCode: String\r\n sessionPresentation: String\r\n assessmentScopeDefinition: AssessmentSessionAssessmentScopeDefinitionEnum\r\n assessmentScheduling: String\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n questionnaireTemplate_UsedQuestionnaireTemplate: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n assessmentTemplate: _InputCollectionAction\r\n assessmentSessionResponsible_PersonSystem: _InputCollectionAction\r\n assessedCharacteristicValue_Characteristicstofill: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n workPaper_AssessedObject: _InputCollectionAction\r\n businessLine_AssessedObject: _InputCollectionAction\r\n risk_AssessedObject: _InputCollectionAction\r\n control_AssessedObject: _InputCollectionAction\r\n application_AssessedObject: _InputCollectionAction\r\n orgUnit_AssessedObject: _InputCollectionAction\r\n businessProcess_AssessedObject: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n aggregationSchema: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n assessmentNode_AggregationAssessmentNode: _InputCollectionAction\r\n questionnaireTemplate: _InputCollectionAction\r\n questionnaire: _InputCollectionAction\r\n folderofAssessmentSessions_AssessmentFolder: _InputCollectionAction\r\n assessmentCampaign: _InputCollectionAction\r\n assessedCharacteristics: _InputCollectionAction\r\n questionnaireTemplatePresentation: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentSignatory\r\ninput InputAssessmentSignatory {\r\n externalIdentifier: String\r\n name: String\r\n signatoryType: AssessmentSignatorySignatoryTypeEnum\r\n comment: String\r\n personSystem_MegaPerson: _InputCollectionAction\r\n questionnaire: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssessmentTemplate\r\ninput InputAssessmentTemplate {\r\n externalIdentifier: String\r\n name: String\r\n assessmentmode: AssessmentTemplateAssessmentmodeEnum\r\n dataCallDisplayMode: AssessmentTemplateDataCallDisplayModeEnum\r\n assessmentScopeDefinition: AssessmentTemplateAssessmentScopeDefinitionEnum\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n questionnaireTemplate: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n assessmentCampaign: _InputCollectionAction\r\n assessedCharacteristics_AssessedCharacteristic: _InputCollectionAction\r\n}\r\n\r\n# Input type for Audit\r\ninput InputAudit {\r\n externalIdentifier: String\r\n name: String\r\n missionCode: String\r\n includedintheinitialPlan: Boolean\r\n objectiveGRC: String\r\n missionCategory: AuditMissionCategoryEnum\r\n missionStatus: AuditMissionStatusEnum\r\n justificationGRC: String\r\n missionOrigin: AuditMissionOriginEnum\r\n missionPriority: AuditMissionPriorityEnum\r\n estimatedDurationDays: Int\r\n estimatedNumberofResources: Float\r\n estimatedWorkloadHours: Float\r\n effectiveWorkloadHours: Float\r\n missionEvaluation: AuditMissionEvaluationEnum\r\n missionPlannedBeginDate: Date\r\n missionPlannedEndDate: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveEndDate: Date\r\n keyWeaknesses: String\r\n keyStrengths: String\r\n plannedClosingReview: Date\r\n effectiveClosingReview: Date\r\n followupAudit: Boolean\r\n offline: AuditOfflineEnum\r\n yearoftheFollowUpAudit: String\r\n gRCAudit: String\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n otherParticipantinAudit_PersonSystem: _InputCollectionAction\r\n auditee_PersonSystem: _InputCollectionAction\r\n auditorinAudit_PersonSystem: _InputCollectionAction\r\n leadAuditor_PersonSystem: _InputCollectionAction\r\n mainAuditee_PersonSystem: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocument\r\ninput InputBusinessDocument {\r\n externalIdentifier: String\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n assessmentNode_DocumentedObject: _InputCollectionAction\r\n workPaper_DocumentedObject: _InputCollectionAction\r\n audit_DocumentedObject: _InputCollectionAction\r\n businessLine_DocumentedObject: _InputCollectionAction\r\n test_DocumentedObject: _InputCollectionAction\r\n assessmentCampaign_DocumentedObject: _InputCollectionAction\r\n risk_DocumentedObject: _InputCollectionAction\r\n assessmentSession_DocumentedObject: _InputCollectionAction\r\n questionnaire_DocumentedObject: _InputCollectionAction\r\n issue_DocumentedObject: _InputCollectionAction\r\n control_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n orgUnit_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n assessmentNode_Object: _InputCollectionAction\r\n workPaper_Object: _InputCollectionAction\r\n audit_Object: _InputCollectionAction\r\n businessLine_Object: _InputCollectionAction\r\n test_Object: _InputCollectionAction\r\n assessmentCampaign_Object: _InputCollectionAction\r\n risk_Object: _InputCollectionAction\r\n assessmentSession_Object: _InputCollectionAction\r\n questionnaire_Object: _InputCollectionAction\r\n issue_Object: _InputCollectionAction\r\n control_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n orgUnit_Object: _InputCollectionAction\r\n businessProcess_Object: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n documentCategory: _InputCollectionAction\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n businessDocumentVersion_DocumentVersions: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocumentPattern\r\ninput InputBusinessDocumentPattern {\r\n externalIdentifier: String\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n documentCategory: _InputCollectionAction\r\n businessDocument_BusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocumentVersion\r\ninput InputBusinessDocumentVersion {\r\n externalIdentifier: String\r\n name: String\r\n fileExtension: String\r\n documentVersion: String\r\n comment: String\r\n assessmentNode_DocumentedObject: _InputCollectionAction\r\n workPaper_DocumentedObject: _InputCollectionAction\r\n audit_DocumentedObject: _InputCollectionAction\r\n businessLine_DocumentedObject: _InputCollectionAction\r\n test_DocumentedObject: _InputCollectionAction\r\n assessmentCampaign_DocumentedObject: _InputCollectionAction\r\n risk_DocumentedObject: _InputCollectionAction\r\n assessmentSession_DocumentedObject: _InputCollectionAction\r\n questionnaire_DocumentedObject: _InputCollectionAction\r\n issue_DocumentedObject: _InputCollectionAction\r\n control_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n orgUnit_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n assessmentNode_Object: _InputCollectionAction\r\n workPaper_Object: _InputCollectionAction\r\n audit_Object: _InputCollectionAction\r\n businessLine_Object: _InputCollectionAction\r\n test_Object: _InputCollectionAction\r\n assessmentCampaign_Object: _InputCollectionAction\r\n risk_Object: _InputCollectionAction\r\n assessmentSession_Object: _InputCollectionAction\r\n questionnaire_Object: _InputCollectionAction\r\n issue_Object: _InputCollectionAction\r\n control_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n orgUnit_Object: _InputCollectionAction\r\n businessProcess_Object: _InputCollectionAction\r\n businessDocument_Document: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessLine\r\ninput InputBusinessLine {\r\n externalIdentifier: String\r\n name: String\r\n businessLineCode: String\r\n cASTHighlightID: Int\r\n lastAssessmentDate: Date\r\n standardizedApproachRatioTSA: Float\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessProcess\r\ninput InputBusinessProcess {\r\n externalIdentifier: String\r\n name: String\r\n standardCreationDate: Date\r\n outputLogic: BusinessProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRSource: String\r\n processcriticality: String\r\n manualorautomated: BusinessProcessManualorautomatedEnum\r\n processvolumetrics: String\r\n businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n businessProcessCode: String\r\n standardClass: BusinessProcessStandardClassEnum\r\n retireDate: Date\r\n gDPRImpact: BusinessProcessGDPRImpactEnum\r\n transaction: BusinessProcessTransactionEnum\r\n isSAP: Boolean\r\n loop: BusinessProcessLoopEnum\r\n adHoc: BusinessProcessAdHocEnum\r\n multiple: BusinessProcessMultipleEnum\r\n compensation: BusinessProcessCompensationEnum\r\n loopCondition: String\r\n gDPRPurpose: Boolean\r\n source: String\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: Date\r\n nextReviewDate: Date\r\n lastReviewDate: Date\r\n gDPRCode: Int\r\n inputLogic: BusinessProcessInputLogicEnum\r\n designBA: BusinessProcessDesignBAEnum\r\n knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n iTSupportBA: BusinessProcessITSupportBAEnum\r\n efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n businessValueBA: BusinessProcessBusinessValueBAEnum\r\n riskBA: BusinessProcessRiskBAEnum\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n businessProcessAccountable_PersonSystem: _InputCollectionAction\r\n businessProcessInformed_PersonSystem: _InputCollectionAction\r\n businessProcessConsulted_PersonSystem: _InputCollectionAction\r\n businessProcessDesigner_PersonSystem: _InputCollectionAction\r\n businessProcessResponsible_PersonSystem: _InputCollectionAction\r\n businessProcessOwner_PersonSystem: _InputCollectionAction\r\n gPDRActivityOwner_PersonSystem: _InputCollectionAction\r\n riskandControlAssessor_PersonSystem: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessRole\r\ninput InputBusinessRole {\r\n externalIdentifier: String\r\n name: String\r\n businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n proposeallusers: Boolean\r\n businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n gUIName: String\r\n comment: String\r\n personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n audit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n test_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n assessmentCampaign_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n assessmentSession_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n testActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n metaAttributeValue_PropertyLiteralValue: _InputCollectionAction\r\n possibleAnswerValue_PropertyLiteralValue: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentNode_ElementwithProperty: _InputCollectionAction\r\n audit_ElementwithProperty: _InputCollectionAction\r\n plan_ElementwithProperty: _InputCollectionAction\r\n businessLine_ElementwithProperty: _InputCollectionAction\r\n test_ElementwithProperty: _InputCollectionAction\r\n assessmentCampaign_ElementwithProperty: _InputCollectionAction\r\n risk_ElementwithProperty: _InputCollectionAction\r\n businessDocument_ElementwithProperty: _InputCollectionAction\r\n assessmentSession_ElementwithProperty: _InputCollectionAction\r\n assessedCharacteristicValue_ElementwithProperty: _InputCollectionAction\r\n questionnaire_ElementwithProperty: _InputCollectionAction\r\n issue_ElementwithProperty: _InputCollectionAction\r\n control_ElementwithProperty: _InputCollectionAction\r\n testTheme_ElementwithProperty: _InputCollectionAction\r\n testActivity_ElementwithProperty: _InputCollectionAction\r\n application_ElementwithProperty: _InputCollectionAction\r\n orgUnit_ElementwithProperty: _InputCollectionAction\r\n assessmentAggregation_ElementwithProperty: _InputCollectionAction\r\n businessProcess_ElementwithProperty: _InputCollectionAction\r\n}\r\n\r\n# Input type for Control\r\ninput InputControl {\r\n externalIdentifier: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlControlLevelEnum\r\n controlNature: ControlControlNatureEnum\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlExecutionPeriodicity: ControlControlExecutionPeriodicityEnum\r\n controlperiodicity: ControlControlperiodicityEnum\r\n controlGlobalAssessment: Int\r\n controlStatus: ControlControlStatusEnum\r\n testingFrequency: ControlTestingFrequencyEnum\r\n testingMethod: ControlTestingMethodEnum\r\n testingPopulationSize: Int\r\n executionMode: ControlExecutionModeEnum\r\n testingSampleSize: Int\r\n testingProcedure: String\r\n executionprocedure: String\r\n globalAnnualCost: String\r\n controlKey: Boolean\r\n controlFrequency: ControlControlFrequencyEnum\r\n customFrequency: String\r\n controlObjective: String\r\n controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n operationalCost: String\r\n controlDesignERM: ControlControlDesignERMEnum\r\n controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n controlLevelERM: ControlControlLevelERMEnum\r\n source: String\r\n organizationalLevel: ControlOrganizationalLevelEnum\r\n aggregatedPassControlLevel: Int\r\n aggregatedExecutionRate: Int\r\n lastAssessmentDate: Date\r\n sampleType: ControlSampleTypeEnum\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n controlOwner_PersonSystem: _InputCollectionAction\r\n controlAccountable_PersonSystem: _InputCollectionAction\r\n controlConsulted_PersonSystem: _InputCollectionAction\r\n controlInformed_PersonSystem: _InputCollectionAction\r\n controlResponsible_PersonSystem: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for Distribution\r\ninput InputDistribution {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n distribution: _InputCollectionAction\r\n reduction_SourceAggregationStep: _InputCollectionAction\r\n distribution_SourceAggregationStep: _InputCollectionAction\r\n aggregationStepGroup_SourceAggregationStep: _InputCollectionAction\r\n substitutionAssessment_SourceAggregationStep: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n aggregationRule: _InputCollectionAction\r\n metaAttribute_WeightingFactor: _InputCollectionAction\r\n aggregationSchema_SourceAggregationSchema: _InputCollectionAction\r\n assessmentNode_AggregationAssessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for DocumentCategory\r\ninput InputDocumentCategory {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n documentCategory_ParentDocumentCategory: _InputCollectionAction\r\n documentCategory_SubDocumentCategories: _InputCollectionAction\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n businessDocument_BusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for FolderofAssessmentSessions\r\ninput InputFolderofAssessmentSessions {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n assessmentSession: _InputCollectionAction\r\n}\r\n\r\n# Input type for Issue\r\ninput InputIssue {\r\n externalIdentifier: String\r\n name: String\r\n issueCategory: IssueIssueCategoryEnum\r\n issueStatus: IssueIssueStatusEnum\r\n findingImpact: IssueFindingImpactEnum\r\n causalAnalysis: String\r\n issueType: IssueIssueTypeEnum\r\n detailedDescription: String\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n questionnaire: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n}\r\n\r\nenum InputLogicEnumFilter {\r\n Synchronization\r\n Junction\r\n}\r\n\r\n# Input type for Macro\r\ninput InputMacro {\r\n externalIdentifier: String\r\n name: String\r\n objectFactory: String\r\n systemComponent: MacroSystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: MacroExecutionOptionsEnum\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n aggregationSchema: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAttribute\r\ninput InputMetaAttribute {\r\n externalIdentifier: String\r\n name: String\r\n loggability: MetaAttributeLoggabilityEnum\r\n savability: MetaAttributeSavabilityEnum\r\n atIndex: MetaAttributeAtIndexEnum\r\n metaLayer: MetaAttributeMetaLayerEnum\r\n atNature: MetaAttributeAtNatureEnum\r\n translatability: MetaAttributeTranslatabilityEnum\r\n translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: Int\r\n uIPermissions: String\r\n sequence: Int\r\n physicalStorage: MetaAttributePhysicalStorageEnum\r\n isIndexable: MetaAttributeIsIndexableEnum\r\n gUIName: String\r\n mOFType: MetaAttributeMOFTypeEnum\r\n indexRanking: Int\r\n instantReports: MetaAttributeInstantReportsEnum\r\n settings: String\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n reduction_Aggregation: _InputCollectionAction\r\n distribution_Aggregation: _InputCollectionAction\r\n aggregationStepGroup_Aggregation: _InputCollectionAction\r\n substitutionAssessment_Aggregation: _InputCollectionAction\r\n assessedCharacteristics_AssessedCharacteristic: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAttributeValue\r\ninput InputMetaAttributeValue {\r\n externalIdentifier: String\r\n name: String\r\n internalValue: String\r\n rGBColor: Int\r\n comment: String\r\n businessRole_Property: _InputCollectionAction\r\n uniqueValue_Property: _InputCollectionAction\r\n assessedCharacteristics_Property: _InputCollectionAction\r\n multipleValue_Property: _InputCollectionAction\r\n assessmentDeploymentCollection_Property: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessedCharacteristicValue_AssessedValue: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaTest\r\ninput InputMetaTest {\r\n externalIdentifier: String\r\n name: String\r\n testExpression: String\r\n logicalOperator: MetaTestLogicalOperatorEnum\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n question: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n}\r\n\r\n# Input type for MultipleValue\r\ninput InputMultipleValue {\r\n externalIdentifier: String\r\n name: String\r\n mandatoryElement: MultipleValueMandatoryElementEnum\r\n linkAnsweredObject: String\r\n titleText: String\r\n minimumnumberofanswers: Int\r\n maximumnumberofanswers: Int\r\n comment: String\r\n metaAttributeValue_PropertyLiteralValue: _InputCollectionAction\r\n possibleAnswerValue_PropertyLiteralValue: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentNode_ElementwithProperty: _InputCollectionAction\r\n audit_ElementwithProperty: _InputCollectionAction\r\n plan_ElementwithProperty: _InputCollectionAction\r\n businessLine_ElementwithProperty: _InputCollectionAction\r\n test_ElementwithProperty: _InputCollectionAction\r\n assessmentCampaign_ElementwithProperty: _InputCollectionAction\r\n risk_ElementwithProperty: _InputCollectionAction\r\n businessDocument_ElementwithProperty: _InputCollectionAction\r\n assessmentSession_ElementwithProperty: _InputCollectionAction\r\n assessedCharacteristicValue_ElementwithProperty: _InputCollectionAction\r\n questionnaire_ElementwithProperty: _InputCollectionAction\r\n issue_ElementwithProperty: _InputCollectionAction\r\n control_ElementwithProperty: _InputCollectionAction\r\n testTheme_ElementwithProperty: _InputCollectionAction\r\n testActivity_ElementwithProperty: _InputCollectionAction\r\n application_ElementwithProperty: _InputCollectionAction\r\n orgUnit_ElementwithProperty: _InputCollectionAction\r\n assessmentAggregation_ElementwithProperty: _InputCollectionAction\r\n businessProcess_ElementwithProperty: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n question: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrgUnit\r\ninput InputOrgUnit {\r\n externalIdentifier: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: OrgUnitInternalExternalEnum\r\n technopediaTobedeletedon: Date\r\n technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n cardinal: String\r\n technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n source: String\r\n freezepastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: Date\r\n nameinTechnopedia: String\r\n headcount: Int\r\n dataGovernancePhysicalperson: OrgUnitDataGovernancePhysicalpersonEnum\r\n email: String\r\n orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n orgUnitCode: String\r\n orgUnitLevel: OrgUnitOrgUnitLevelEnum\r\n orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: OrgUnitCompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: Int\r\n technopediaLegal: String\r\n technopediaProfitsperyear: String\r\n technopediaProfitsdate: Date\r\n technopediaDateacquired: Date\r\n technopediaEmployees: Int\r\n technopediaEmployeesDate: Date\r\n technopediaFiscalenddate: Date\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n orgUnitMember_PersonSystem: _InputCollectionAction\r\n organizationalUnitOwner_PersonSystem: _InputCollectionAction\r\n orgUnitDesigner_PersonSystem: _InputCollectionAction\r\n riskandControlAssessor_PersonSystem: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for PersonSystem\r\ninput InputPersonSystem {\r\n externalIdentifier: String\r\n name: String\r\n usercode: String\r\n commandLine: String\r\n scciUserName: String\r\n email: String\r\n castToken: String\r\n belongstoapersongroup: Boolean\r\n dataLanguage: String\r\n phoneNumber: String\r\n cASTHighlightID: Int\r\n initials: String\r\n initialNumberofComplianceAudits: Int\r\n initialNumberofEfficiencyAudits: Int\r\n initialNumberofComplianceAuditActivities: Int\r\n initialNumberofEfficiencyAuditActivities: Int\r\n comment: String\r\n otherParticipantinAudit_Audit: _InputCollectionAction\r\n auditee_Audit: _InputCollectionAction\r\n auditorinAudit_Audit: _InputCollectionAction\r\n leadAuditor_Audit: _InputCollectionAction\r\n mainAuditee_Audit: _InputCollectionAction\r\n leadController_Test: _InputCollectionAction\r\n mainControlCorrespondent_Test: _InputCollectionAction\r\n otherParticipantinTest_Test: _InputCollectionAction\r\n controllerinTest_Test: _InputCollectionAction\r\n testee_Test: _InputCollectionAction\r\n assessmentCampaignOwner_AssessmentCampaign: _InputCollectionAction\r\n riskResponsible_Risk: _InputCollectionAction\r\n riskOwner_Risk: _InputCollectionAction\r\n riskAccountable_Risk: _InputCollectionAction\r\n riskConsulted_Risk: _InputCollectionAction\r\n riskInformed_Risk: _InputCollectionAction\r\n assessmentSessionResponsible_AssessmentSession: _InputCollectionAction\r\n controlOwner_Control: _InputCollectionAction\r\n controlAccountable_Control: _InputCollectionAction\r\n controlConsulted_Control: _InputCollectionAction\r\n controlInformed_Control: _InputCollectionAction\r\n controlResponsible_Control: _InputCollectionAction\r\n testActivityOwner_TestActivity: _InputCollectionAction\r\n localApplicationOwner_Application: _InputCollectionAction\r\n softwareDesigner_Application: _InputCollectionAction\r\n iTOwner_Application: _InputCollectionAction\r\n businessOwner_Application: _InputCollectionAction\r\n localFinancialController_Application: _InputCollectionAction\r\n orgUnitMember_OrgUnit: _InputCollectionAction\r\n organizationalUnitOwner_OrgUnit: _InputCollectionAction\r\n orgUnitDesigner_OrgUnit: _InputCollectionAction\r\n riskandControlAssessor_OrgUnit: _InputCollectionAction\r\n businessProcessAccountable_BusinessProcess: _InputCollectionAction\r\n businessProcessInformed_BusinessProcess: _InputCollectionAction\r\n businessProcessConsulted_BusinessProcess: _InputCollectionAction\r\n businessProcessDesigner_BusinessProcess: _InputCollectionAction\r\n businessProcessResponsible_BusinessProcess: _InputCollectionAction\r\n businessProcessOwner_BusinessProcess: _InputCollectionAction\r\n gPDRActivityOwner_BusinessProcess: _InputCollectionAction\r\n riskandControlAssessor_BusinessProcess: _InputCollectionAction\r\n assessmentSignatory: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n}\r\n\r\n# Input type for Plan\r\ninput InputPlan {\r\n externalIdentifier: String\r\n name: String\r\n currentAuditPlan: Boolean\r\n planStatus: PlanPlanStatusEnum\r\n planNature: PlanPlanNatureEnum\r\n planBeginDate: Date\r\n planEndDate: Date\r\n comment: String\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentCampaign: _InputCollectionAction\r\n}\r\n\r\n# Input type for PossibleAnswerValue\r\ninput InputPossibleAnswerValue {\r\n externalIdentifier: String\r\n name: String\r\n internalValue: String\r\n rGBColor: Int\r\n answerValue: Float\r\n comment: String\r\n businessRole_Property: _InputCollectionAction\r\n uniqueValue_Property: _InputCollectionAction\r\n assessedCharacteristics_Property: _InputCollectionAction\r\n multipleValue_Property: _InputCollectionAction\r\n assessmentDeploymentCollection_Property: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n uniqueValue: _InputCollectionAction\r\n}\r\n\r\n# Input type for Question\r\ninput InputQuestion {\r\n externalIdentifier: String\r\n name: String\r\n questionType: QuestionQuestionTypeEnum\r\n mandatoryElement: QuestionMandatoryElementEnum\r\n delegationAllowed: QuestionDelegationAllowedEnum\r\n titleText: String\r\n minimumnumberofanswers: Int\r\n maximumnumberofanswers: Int\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n metaTest_Condition: _InputCollectionAction\r\n questionnaireTemplate: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n uniqueValue_Answer: _InputCollectionAction\r\n multipleValue_Answer: _InputCollectionAction\r\n}\r\n\r\n# Input type for QuestionGroup\r\ninput InputQuestionGroup {\r\n externalIdentifier: String\r\n name: String\r\n specific: Boolean\r\n delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n titleText: String\r\n comment: String\r\n workPaper_ElementwithQuestionGroup: _InputCollectionAction\r\n businessLine_ElementwithQuestionGroup: _InputCollectionAction\r\n risk_ElementwithQuestionGroup: _InputCollectionAction\r\n control_ElementwithQuestionGroup: _InputCollectionAction\r\n application_ElementwithQuestionGroup: _InputCollectionAction\r\n orgUnit_ElementwithQuestionGroup: _InputCollectionAction\r\n businessProcess_ElementwithQuestionGroup: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n questionnaireTemplate: _InputCollectionAction\r\n question: _InputCollectionAction\r\n}\r\n\r\n# Input type for Questionnaire\r\ninput InputQuestionnaire {\r\n externalIdentifier: String\r\n name: String\r\n assessmentmode: QuestionnaireAssessmentmodeEnum\r\n closureDate: Date\r\n formStatus: QuestionnaireFormStatusEnum\r\n lastUpdate: Date\r\n dataCallDisplayMode: QuestionnaireDataCallDisplayModeEnum\r\n technicalFormStatus: QuestionnaireTechnicalFormStatusEnum\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n issue: _InputCollectionAction\r\n assessmentSignatory: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n}\r\n\r\n# Input type for QuestionnaireTemplate\r\ninput InputQuestionnaireTemplate {\r\n externalIdentifier: String\r\n name: String\r\n mode: QuestionnaireTemplateModeEnum\r\n delegationAllowed: QuestionnaireTemplateDelegationAllowedEnum\r\n comment: String\r\n scoringRule: _InputCollectionAction\r\n assessmentSession_UserSession: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentTemplate: _InputCollectionAction\r\n questionGroup_QuestionnaireElement: _InputCollectionAction\r\n question_QuestionnaireElement: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionnaireTemplatePresentation: _InputCollectionAction\r\n}\r\n\r\n# Input type for QuestionnaireTemplatePresentation\r\ninput InputQuestionnaireTemplatePresentation {\r\n externalIdentifier: String\r\n name: String\r\n presentationMode: QuestionnaireTemplatePresentationPresentationModeEnum\r\n matrixnumberperpage: Int\r\n introductionPageDisplaying: QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum\r\n displayanendingpage: QuestionnaireTemplatePresentationDisplayanendingpageEnum\r\n checksPageDisplaying: QuestionnaireTemplatePresentationChecksPageDisplayingEnum\r\n questionCommentDisplay: QuestionnaireTemplatePresentationQuestionCommentDisplayEnum\r\n displayapagetoadddocuments: QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum\r\n eachQuestioninagroupDisplaying: QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum\r\n contextinagroup: QuestionnaireTemplatePresentationContextinagroupEnum\r\n contextgroupfolded: QuestionnaireTemplatePresentationContextgroupfoldedEnum\r\n scoringDisplaying: QuestionnaireTemplatePresentationScoringDisplayingEnum\r\n historicDisplaying: QuestionnaireTemplatePresentationHistoricDisplayingEnum\r\n triggerTransitionatClose: QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum\r\n displayexplanatorydocuments: QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum\r\n displayexplanatoryexternalreferences: QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum\r\n comment: String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionnaireTemplate: _InputCollectionAction\r\n}\r\n\r\n# Input type for Reduction\r\ninput InputReduction {\r\n externalIdentifier: String\r\n name: String\r\n isRecursive: Boolean\r\n reduceAssessors: Boolean\r\n behavioronRoot: ReductionBehavioronRootEnum\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n distribution: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n aggregationRule: _InputCollectionAction\r\n metaAttribute_WeightingFactor: _InputCollectionAction\r\n assessmentNode_AggregationAssessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for ResponsibilityAssignment\r\ninput InputResponsibilityAssignment {\r\n externalIdentifier: String\r\n name: String\r\n responsibilityAssignmentWorkloadHours: Int\r\n responsibilityAssignmentProgress: ResponsibilityAssignmentResponsibilityAssignmentProgressEnum\r\n comment: String\r\n personSystem_AssignedPerson: _InputCollectionAction\r\n businessRole: _InputCollectionAction\r\n audit_AssignedObject: _InputCollectionAction\r\n test_AssignedObject: _InputCollectionAction\r\n assessmentCampaign_AssignedObject: _InputCollectionAction\r\n risk_AssignedObject: _InputCollectionAction\r\n assessmentSession_AssignedObject: _InputCollectionAction\r\n control_AssignedObject: _InputCollectionAction\r\n testActivity_AssignedObject: _InputCollectionAction\r\n application_AssignedObject: _InputCollectionAction\r\n orgUnit_AssignedObject: _InputCollectionAction\r\n businessProcess_AssignedObject: _InputCollectionAction\r\n}\r\n\r\n# Input type for Risk\r\ninput InputRisk {\r\n externalIdentifier: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n keyRisk: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n residualRiskComputingMode: String\r\n riskComment: String\r\n lastAssessmentDate: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n risktreatmentcomment: String\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n riskResponsible_PersonSystem: _InputCollectionAction\r\n riskOwner_PersonSystem: _InputCollectionAction\r\n riskAccountable_PersonSystem: _InputCollectionAction\r\n riskConsulted_PersonSystem: _InputCollectionAction\r\n riskInformed_PersonSystem: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for ScoringRule\r\ninput InputScoringRule {\r\n externalIdentifier: String\r\n name: String\r\n scoringRuleType: ScoringRuleScoringRuleTypeEnum\r\n comment: String\r\n questionnaireTemplate: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n assessedCharacteristics_AssessedCharacteristic: _InputCollectionAction\r\n uniqueValue_Answer: _InputCollectionAction\r\n multipleValue_Answer: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n assessmentTemplate: _InputCollectionAction\r\n macro_ComputingMacro: _InputCollectionAction\r\n metaTest: _InputCollectionAction\r\n}\r\n\r\n# Input type for SubstitutionAssessment\r\ninput InputSubstitutionAssessment {\r\n externalIdentifier: String\r\n name: String\r\n isRecursive: Boolean\r\n behavioronRoot: SubstitutionAssessmentBehavioronRootEnum\r\n comment: String\r\n aggregationSchema: _InputCollectionAction\r\n distribution: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n aggregationRule: _InputCollectionAction\r\n metaAttribute_WeightingFactor: _InputCollectionAction\r\n assessmentNode_AggregationAssessmentNode: _InputCollectionAction\r\n}\r\n\r\n# Input type for Test\r\ninput InputTest {\r\n externalIdentifier: String\r\n name: String\r\n missionCode: String\r\n includedintheinitialPlan: Boolean\r\n objectiveGRC: String\r\n missionCategory: TestMissionCategoryEnum\r\n missionStatus: TestMissionStatusEnum\r\n justificationGRC: String\r\n missionOrigin: TestMissionOriginEnum\r\n missionPriority: TestMissionPriorityEnum\r\n estimatedDurationDays: Int\r\n estimatedNumberofResources: Float\r\n estimatedWorkloadHours: Float\r\n effectiveWorkloadHours: Float\r\n missionEvaluation: TestMissionEvaluationEnum\r\n missionPlannedBeginDate: Date\r\n missionPlannedEndDate: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveEndDate: Date\r\n keyWeaknesses: String\r\n keyStrengths: String\r\n plannedClosingReview: Date\r\n effectiveClosingReview: Date\r\n offline: TestOfflineEnum\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n leadController_PersonSystem: _InputCollectionAction\r\n mainControlCorrespondent_PersonSystem: _InputCollectionAction\r\n otherParticipantinTest_PersonSystem: _InputCollectionAction\r\n controllerinTest_PersonSystem: _InputCollectionAction\r\n testee_PersonSystem: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n}\r\n\r\n# Input type for TestActivity\r\ninput InputTestActivity {\r\n externalIdentifier: String\r\n name: String\r\n beginDate: Date\r\n activityEndDate: Date\r\n estimatedWorkloadHours: Float\r\n activityStatus: TestActivityActivityStatusEnum\r\n testResult: TestActivityTestResultEnum\r\n offline: TestActivityOfflineEnum\r\n computedActivityEffectiveWorkloadHours: Float\r\n currentOfflineUpdateDate: Date\r\n previousOfflineUpdateDate: Date\r\n currentOnlineUpdateDate: Date\r\n previousOnlineUpdateDate: Date\r\n comment: String\r\n testActivityOwner_PersonSystem: _InputCollectionAction\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n}\r\n\r\n# Input type for TestTheme\r\ninput InputTestTheme {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n businessRole_Propertycontained: _InputCollectionAction\r\n uniqueValue_Propertycontained: _InputCollectionAction\r\n assessedCharacteristics_Propertycontained: _InputCollectionAction\r\n multipleValue_Propertycontained: _InputCollectionAction\r\n assessmentDeploymentCollection_Propertycontained: _InputCollectionAction\r\n assessmentNode_ContextOf: _InputCollectionAction\r\n}\r\n\r\n# Input type for UniqueValue\r\ninput InputUniqueValue {\r\n externalIdentifier: String\r\n name: String\r\n mandatoryElement: UniqueValueMandatoryElementEnum\r\n linkAnsweredObject: String\r\n titleText: String\r\n comment: String\r\n metaAttributeValue_PropertyLiteralValue: _InputCollectionAction\r\n possibleAnswerValue_PropertyLiteralValue: _InputCollectionAction\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection: _InputCollectionAction\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued: _InputCollectionAction\r\n assessmentNode_ElementwithProperty: _InputCollectionAction\r\n audit_ElementwithProperty: _InputCollectionAction\r\n plan_ElementwithProperty: _InputCollectionAction\r\n businessLine_ElementwithProperty: _InputCollectionAction\r\n test_ElementwithProperty: _InputCollectionAction\r\n assessmentCampaign_ElementwithProperty: _InputCollectionAction\r\n risk_ElementwithProperty: _InputCollectionAction\r\n businessDocument_ElementwithProperty: _InputCollectionAction\r\n assessmentSession_ElementwithProperty: _InputCollectionAction\r\n assessedCharacteristicValue_ElementwithProperty: _InputCollectionAction\r\n questionnaire_ElementwithProperty: _InputCollectionAction\r\n issue_ElementwithProperty: _InputCollectionAction\r\n control_ElementwithProperty: _InputCollectionAction\r\n testTheme_ElementwithProperty: _InputCollectionAction\r\n testActivity_ElementwithProperty: _InputCollectionAction\r\n application_ElementwithProperty: _InputCollectionAction\r\n orgUnit_ElementwithProperty: _InputCollectionAction\r\n assessmentAggregation_ElementwithProperty: _InputCollectionAction\r\n businessProcess_ElementwithProperty: _InputCollectionAction\r\n scoringRule: _InputCollectionAction\r\n possibleAnswerValue: _InputCollectionAction\r\n question: _InputCollectionAction\r\n}\r\n\r\n# Input type for WorkPaper\r\ninput InputWorkPaper {\r\n externalIdentifier: String\r\n name: String\r\n detailedTask: String\r\n workPaperDefaultSampleSize: Int\r\n lastAssessmentDate: Date\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n assessmentSession: _InputCollectionAction\r\n questionGroup: _InputCollectionAction\r\n assessmentNode: _InputCollectionAction\r\n}\r\n\r\nenum InstantReportsEnumFilter {\r\n Graphable\r\n NotGraphable\r\n}\r\n\r\nenum InternalExternalEnumFilter {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum IntroductionPageDisplayingEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum IsIndexableEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\n# An issue is an event or difficulty encountered in the context of a business\r\n# process, application or enterpise strategy. Issues are processed within the\r\n# framework of projects as a function of objectives aiming at their resolution. \r\ntype Issue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n issueCategory: IssueIssueCategoryEnum\r\n issueStatus: IssueIssueStatusEnum\r\n findingImpact: IssueFindingImpactEnum\r\n causalAnalysis(format: StringFormat): String\r\n issueType: IssueIssueTypeEnum\r\n detailedDescription(format: StringFormat): String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n questionnaire(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n}\r\n\r\nenum IssueCategoryEnumFilter {\r\n Testing\r\n Assessment\r\n Generic\r\n}\r\n\r\ninput IssueFilter {\r\n and: [IssueFilter!]\r\n or: [IssueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n issueCategory: IssueIssueCategoryEnum\r\n issueCategory_not: IssueIssueCategoryEnum\r\n issueCategory_in: [IssueIssueCategoryEnum!]\r\n issueCategory_not_in: [IssueIssueCategoryEnum!]\r\n issueStatus: IssueIssueStatusEnum\r\n issueStatus_not: IssueIssueStatusEnum\r\n issueStatus_in: [IssueIssueStatusEnum!]\r\n issueStatus_not_in: [IssueIssueStatusEnum!]\r\n findingImpact: IssueFindingImpactEnum\r\n findingImpact_not: IssueFindingImpactEnum\r\n findingImpact_in: [IssueFindingImpactEnum!]\r\n findingImpact_not_in: [IssueFindingImpactEnum!]\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 issueType: IssueIssueTypeEnum\r\n issueType_not: IssueIssueTypeEnum\r\n issueType_in: [IssueIssueTypeEnum!]\r\n issueType_not_in: [IssueIssueTypeEnum!]\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 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 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 businessDocument_AttachedDocument_some: [IssueFilter!]\r\n businessDocument_ReferredtoDocument_some: [IssueFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [IssueFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [IssueFilter!]\r\n questionnaire_some: [IssueFilter!]\r\n businessRole_Propertycontained_some: [IssueFilter!]\r\n uniqueValue_Propertycontained_some: [IssueFilter!]\r\n assessedCharacteristics_Propertycontained_some: [IssueFilter!]\r\n multipleValue_Propertycontained_some: [IssueFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [IssueFilter!]\r\n}\r\n\r\nenum IssueFindingImpactEnum {\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum IssueIssueCategoryEnum {\r\n Testing\r\n Assessment\r\n Generic\r\n}\r\n\r\nenum IssueIssueStatusEnum {\r\n Open\r\n Closed\r\n}\r\n\r\nenum IssueIssueTypeEnum {\r\n KeyConcern\r\n People\r\n Machine\r\n Material\r\n Measurement\r\n Method\r\n}\r\n\r\nenum IssueStatusEnumFilter {\r\n Open\r\n Closed\r\n}\r\n\r\nenum IssueTypeEnumFilter {\r\n KeyConcern\r\n People\r\n Machine\r\n Material\r\n Measurement\r\n Method\r\n}\r\n\r\nenum ITSupportBAEnumFilter {\r\n NA\r\n Poor\r\n VeryPoor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum KnowledgeBAEnumFilter {\r\n NA\r\n Unknown\r\n Poor\r\n Medium\r\n WellKnown\r\n VeryWellKnown\r\n}\r\n\r\nenum LifecyclestatusEnumFilter {\r\n Proposed\r\n InDevelopment\r\n Live\r\n PhasingOut\r\n Retired\r\n}\r\n\r\nenum LikelihoodERMEnumFilter {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\nenum ListViewDisplayModeEnumFilter {\r\n ReadOnly\r\n Display\r\n Hide\r\n}\r\n\r\nenum LoggabilityEnumFilter {\r\n Unloggable\r\n Loggable\r\n UnloggableSystemOnly\r\n}\r\n\r\nenum LogicalOperatorEnumFilter {\r\n And\r\n Or\r\n}\r\n\r\nenum LoopEnumFilter {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\ntype Macro {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n objectFactory: String\r\n systemComponent: MacroSystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: MacroExecutionOptionsEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n}\r\n\r\nenum MacroExecutionOptionsEnum {\r\n DisableMEGAGlobals\r\n FieldsPreProcessing\r\n VariationInheritance\r\n Inheritscalleroptions\r\n CallablefromWebServices\r\n FullMEGAGlobals\r\n JavaExternalLoad\r\n AllowTypedScript\r\n Unique\r\n Multithread\r\n DisableSupervision\r\n CanrelaxDataAccessRule\r\n JavaLocalNative\r\n JavaCompatibleNative\r\n UnderSourceControl\r\n ExternalFile\r\n ExecutionatMacroreadingaccessarea\r\n RestrictedMEGAGlobals\r\n}\r\n\r\ninput MacroFilter {\r\n and: [MacroFilter!]\r\n or: [MacroFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n objectFactory: String\r\n objectFactory_not: String\r\n objectFactory_in: [String!]\r\n objectFactory_not_in: [String!]\r\n objectFactory_lt: String\r\n objectFactory_lte: String\r\n objectFactory_gt: String\r\n objectFactory_gte: String\r\n objectFactory_contains: String\r\n objectFactory_not_contains: String\r\n objectFactory_starts_with: String\r\n objectFactory_not_starts_with: String\r\n objectFactory_ends_with: String\r\n objectFactory_not_ends_with: String\r\n systemComponent: MacroSystemComponentEnum\r\n systemComponent_not: MacroSystemComponentEnum\r\n systemComponent_in: [MacroSystemComponentEnum!]\r\n systemComponent_not_in: [MacroSystemComponentEnum!]\r\n vBScript: String\r\n vBScript_not: String\r\n vBScript_in: [String!]\r\n vBScript_not_in: [String!]\r\n vBScript_lt: String\r\n vBScript_lte: String\r\n vBScript_gt: String\r\n vBScript_gte: String\r\n vBScript_contains: String\r\n vBScript_not_contains: String\r\n vBScript_starts_with: String\r\n vBScript_not_starts_with: String\r\n vBScript_ends_with: String\r\n vBScript_not_ends_with: String\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n executionOptions: MacroExecutionOptionsEnum\r\n executionOptions_not: MacroExecutionOptionsEnum\r\n executionOptions_in: [MacroExecutionOptionsEnum!]\r\n executionOptions_not_in: [MacroExecutionOptionsEnum!]\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [MacroFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [MacroFilter!]\r\n scoringRule_some: [MacroFilter!]\r\n aggregationSchema_some: [MacroFilter!]\r\n}\r\n\r\nenum MacroSystemComponentEnum {\r\n Internal\r\n External\r\n Scripts\r\n Dispatch\r\n}\r\n\r\nenum MandatoryElementEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum ManualorautomatedEnumFilter {\r\n Manual\r\n Automated\r\n}\r\n\r\nenum MaximumTolerableDowntimeMTDEnumFilter {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\n# A metaattribute is a feature within a metaclass that describes a range of values\r\n# that instances of the metaclass may hold. A metaattribute is a characteristic\r\n# that describes an object or a link. Examples: The Flow-Type characteristic of a\r\n# Message allows you to specify whether this Message is information, or a material\r\n# or financial flow. The Predicate characteristic of the Send link between Message\r\n# and Org-Unit allows you to specify the condition for sending the Message.\r\ntype MetaAttribute {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n loggability: MetaAttributeLoggabilityEnum\r\n savability: MetaAttributeSavabilityEnum\r\n atIndex: MetaAttributeAtIndexEnum\r\n metaLayer: MetaAttributeMetaLayerEnum\r\n atNature: MetaAttributeAtNatureEnum\r\n translatability: MetaAttributeTranslatabilityEnum\r\n translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: Int\r\n uIPermissions: String\r\n sequence: Int\r\n physicalStorage: MetaAttributePhysicalStorageEnum\r\n isIndexable: MetaAttributeIsIndexableEnum\r\n gUIName: String\r\n mOFType: MetaAttributeMOFTypeEnum\r\n indexRanking: Int\r\n instantReports: MetaAttributeInstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n reduction_Aggregation(filter: filterReduction, orderBy: [orderByReduction]): [Reduction]\r\n distribution_Aggregation(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n aggregationStepGroup_Aggregation(filter: filterAggregationStepGroup, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n substitutionAssessment_Aggregation(filter: filterSubstitutionAssessment, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n assessedCharacteristics_AssessedCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n}\r\n\r\nenum MetaAttributeAtIndexEnum {\r\n Disable\r\n Unique\r\n UniqueCaseSensitive\r\n Sequence\r\n NotUnique\r\n}\r\n\r\nenum MetaAttributeAtNatureEnum {\r\n Intrinsic\r\n Virtual\r\n VarMem\r\n Relative\r\n Set\r\n File\r\n}\r\n\r\nenum MetaAttributeDefaultSubstitutedMetaAttributeEnum {\r\n Authorization\r\n Name\r\n MetaClassIdAbs\r\n Comment\r\n}\r\n\r\ninput MetaAttributeFilter {\r\n and: [MetaAttributeFilter!]\r\n or: [MetaAttributeFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n loggability: MetaAttributeLoggabilityEnum\r\n loggability_not: MetaAttributeLoggabilityEnum\r\n loggability_in: [MetaAttributeLoggabilityEnum!]\r\n loggability_not_in: [MetaAttributeLoggabilityEnum!]\r\n savability: MetaAttributeSavabilityEnum\r\n savability_not: MetaAttributeSavabilityEnum\r\n savability_in: [MetaAttributeSavabilityEnum!]\r\n savability_not_in: [MetaAttributeSavabilityEnum!]\r\n atIndex: MetaAttributeAtIndexEnum\r\n atIndex_not: MetaAttributeAtIndexEnum\r\n atIndex_in: [MetaAttributeAtIndexEnum!]\r\n atIndex_not_in: [MetaAttributeAtIndexEnum!]\r\n metaLayer: MetaAttributeMetaLayerEnum\r\n metaLayer_not: MetaAttributeMetaLayerEnum\r\n metaLayer_in: [MetaAttributeMetaLayerEnum!]\r\n metaLayer_not_in: [MetaAttributeMetaLayerEnum!]\r\n atNature: MetaAttributeAtNatureEnum\r\n atNature_not: MetaAttributeAtNatureEnum\r\n atNature_in: [MetaAttributeAtNatureEnum!]\r\n atNature_not_in: [MetaAttributeAtNatureEnum!]\r\n translatability: MetaAttributeTranslatabilityEnum\r\n translatability_not: MetaAttributeTranslatabilityEnum\r\n translatability_in: [MetaAttributeTranslatabilityEnum!]\r\n translatability_not_in: [MetaAttributeTranslatabilityEnum!]\r\n translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n translatabilityLevel_not: MetaAttributeTranslatabilityLevelEnum\r\n translatabilityLevel_in: [MetaAttributeTranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [MetaAttributeTranslatabilityLevelEnum!]\r\n initialANSIValue: String\r\n initialANSIValue_not: String\r\n initialANSIValue_in: [String!]\r\n initialANSIValue_not_in: [String!]\r\n initialANSIValue_lt: String\r\n initialANSIValue_lte: String\r\n initialANSIValue_gt: String\r\n initialANSIValue_gte: String\r\n initialANSIValue_contains: String\r\n initialANSIValue_not_contains: String\r\n initialANSIValue_starts_with: String\r\n initialANSIValue_not_starts_with: String\r\n initialANSIValue_ends_with: String\r\n initialANSIValue_not_ends_with: String\r\n defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_not: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_in: [MetaAttributeDefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_not_in: [MetaAttributeDefaultSubstitutedMetaAttributeEnum!]\r\n defaultOrder: Int\r\n defaultOrder_not: Int\r\n defaultOrder_in: [Int!]\r\n defaultOrder_not_in: [Int!]\r\n defaultOrder_lt: Int\r\n defaultOrder_lte: Int\r\n defaultOrder_gt: Int\r\n defaultOrder_gte: Int\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n sequence: Int\r\n sequence_not: Int\r\n sequence_in: [Int!]\r\n sequence_not_in: [Int!]\r\n sequence_lt: Int\r\n sequence_lte: Int\r\n sequence_gt: Int\r\n sequence_gte: Int\r\n physicalStorage: MetaAttributePhysicalStorageEnum\r\n physicalStorage_not: MetaAttributePhysicalStorageEnum\r\n physicalStorage_in: [MetaAttributePhysicalStorageEnum!]\r\n physicalStorage_not_in: [MetaAttributePhysicalStorageEnum!]\r\n isIndexable: MetaAttributeIsIndexableEnum\r\n isIndexable_not: MetaAttributeIsIndexableEnum\r\n isIndexable_in: [MetaAttributeIsIndexableEnum!]\r\n isIndexable_not_in: [MetaAttributeIsIndexableEnum!]\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 mOFType: MetaAttributeMOFTypeEnum\r\n mOFType_not: MetaAttributeMOFTypeEnum\r\n mOFType_in: [MetaAttributeMOFTypeEnum!]\r\n mOFType_not_in: [MetaAttributeMOFTypeEnum!]\r\n indexRanking: Int\r\n indexRanking_not: Int\r\n indexRanking_in: [Int!]\r\n indexRanking_not_in: [Int!]\r\n indexRanking_lt: Int\r\n indexRanking_lte: Int\r\n indexRanking_gt: Int\r\n indexRanking_gte: Int\r\n instantReports: MetaAttributeInstantReportsEnum\r\n instantReports_not: MetaAttributeInstantReportsEnum\r\n instantReports_in: [MetaAttributeInstantReportsEnum!]\r\n instantReports_not_in: [MetaAttributeInstantReportsEnum!]\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: 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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [MetaAttributeFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [MetaAttributeFilter!]\r\n reduction_Aggregation_some: [MetaAttributeFilter!]\r\n distribution_Aggregation_some: [MetaAttributeFilter!]\r\n aggregationStepGroup_Aggregation_some: [MetaAttributeFilter!]\r\n substitutionAssessment_Aggregation_some: [MetaAttributeFilter!]\r\n assessedCharacteristics_AssessedCharacteristic_some: [MetaAttributeFilter!]\r\n}\r\n\r\nenum MetaAttributeInstantReportsEnum {\r\n Graphable\r\n NotGraphable\r\n}\r\n\r\nenum MetaAttributeIsIndexableEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum MetaAttributeLoggabilityEnum {\r\n Unloggable\r\n Loggable\r\n UnloggableSystemOnly\r\n}\r\n\r\nenum MetaAttributeMetaLayerEnum {\r\n Kernel\r\n Meta_metamodelMOF\r\n Concret\r\n Abstract\r\n}\r\n\r\nenum MetaAttributeMOFTypeEnum {\r\n Standard\r\n Stereotype\r\n}\r\n\r\nenum MetaAttributePhysicalStorageEnum {\r\n Default\r\n FKMetaAssociation\r\n Encrypted\r\n}\r\n\r\nenum MetaAttributeSavabilityEnum {\r\n Savable\r\n Unsavable\r\n}\r\n\r\nenum MetaAttributeTranslatabilityEnum {\r\n Translatable\r\n Untranslatable\r\n}\r\n\r\nenum MetaAttributeTranslatabilityLevelEnum {\r\n Country\r\n Terminology\r\n}\r\n\r\n# A MetaAttributeValue is one of the possible values for a MetaAttribute.\r\ntype MetaAttributeValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n internalValue: String\r\n rGBColor: Int\r\n valueName: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessRole_Property(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Property(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Property(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Property(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Property(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessedCharacteristicValue_AssessedValue(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n}\r\n\r\ninput MetaAttributeValueFilter {\r\n and: [MetaAttributeValueFilter!]\r\n or: [MetaAttributeValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalValue: String\r\n internalValue_not: String\r\n internalValue_in: [String!]\r\n internalValue_not_in: [String!]\r\n internalValue_lt: String\r\n internalValue_lte: String\r\n internalValue_gt: String\r\n internalValue_gte: String\r\n internalValue_contains: String\r\n internalValue_not_contains: String\r\n internalValue_starts_with: String\r\n internalValue_not_starts_with: String\r\n internalValue_ends_with: String\r\n internalValue_not_ends_with: String\r\n rGBColor: Int\r\n rGBColor_not: Int\r\n rGBColor_in: [Int!]\r\n rGBColor_not_in: [Int!]\r\n rGBColor_lt: Int\r\n rGBColor_lte: Int\r\n rGBColor_gt: Int\r\n rGBColor_gte: Int\r\n valueName: String\r\n valueName_not: String\r\n valueName_in: [String!]\r\n valueName_not_in: [String!]\r\n valueName_lt: String\r\n valueName_lte: String\r\n valueName_gt: String\r\n valueName_gte: String\r\n valueName_contains: String\r\n valueName_not_contains: String\r\n valueName_starts_with: String\r\n valueName_not_starts_with: String\r\n valueName_ends_with: String\r\n valueName_not_ends_with: String\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 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 businessRole_Property_some: [MetaAttributeValueFilter!]\r\n uniqueValue_Property_some: [MetaAttributeValueFilter!]\r\n assessedCharacteristics_Property_some: [MetaAttributeValueFilter!]\r\n multipleValue_Property_some: [MetaAttributeValueFilter!]\r\n assessmentDeploymentCollection_Property_some: [MetaAttributeValueFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [MetaAttributeValueFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [MetaAttributeValueFilter!]\r\n assessedCharacteristicValue_AssessedValue_some: [MetaAttributeValueFilter!]\r\n}\r\n\r\nenum MetaLayerEnumFilter {\r\n Kernel\r\n Meta_metamodelMOF\r\n Concret\r\n Abstract\r\n}\r\n\r\ntype MetaTest {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n testExpression: String\r\n logicalOperator: MetaTestLogicalOperatorEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n}\r\n\r\ninput MetaTestFilter {\r\n and: [MetaTestFilter!]\r\n or: [MetaTestFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n testExpression: String\r\n testExpression_not: String\r\n testExpression_in: [String!]\r\n testExpression_not_in: [String!]\r\n testExpression_lt: String\r\n testExpression_lte: String\r\n testExpression_gt: String\r\n testExpression_gte: String\r\n testExpression_contains: String\r\n testExpression_not_contains: String\r\n testExpression_starts_with: String\r\n testExpression_not_starts_with: String\r\n testExpression_ends_with: String\r\n testExpression_not_ends_with: String\r\n logicalOperator: MetaTestLogicalOperatorEnum\r\n logicalOperator_not: MetaTestLogicalOperatorEnum\r\n logicalOperator_in: [MetaTestLogicalOperatorEnum!]\r\n logicalOperator_not_in: [MetaTestLogicalOperatorEnum!]\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [MetaTestFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [MetaTestFilter!]\r\n question_some: [MetaTestFilter!]\r\n scoringRule_some: [MetaTestFilter!]\r\n}\r\n\r\nenum MetaTestLogicalOperatorEnum {\r\n And\r\n Or\r\n}\r\n\r\n# The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.\r\nscalar Milliseconds\r\n\r\nenum MissionCategoryEnumFilter {\r\n Compliance\r\n Efficiency\r\n}\r\n\r\nenum MissionEvaluationEnumFilter {\r\n Goodoveralllevel\r\n Canbeimproved\r\n Improvementneeded\r\n AtRisk\r\n}\r\n\r\nenum MissionOriginEnumFilter {\r\n Recurring\r\n Punctual\r\n Regulatory\r\n BoardDemand\r\n Follow_up\r\n}\r\n\r\nenum MissionPriorityEnumFilter {\r\n Low\r\n High\r\n Medium\r\n}\r\n\r\nenum MissionStatusEnumFilter {\r\n Rejected\r\n InProgress\r\n Cancelled\r\n Published\r\n Completed\r\n Template\r\n Closed\r\n Potential\r\n InPreparation\r\n Tobevalidated\r\n}\r\n\r\nenum ModeEnumFilter {\r\n Direct\r\n Standard\r\n}\r\n\r\nenum ModeQuestionnairesCreationEnumFilter {\r\n OneQuestionnaireperPerson\r\n OneQuestionnaireperAssessedObject\r\n OneQuestionnaireperContext\r\n}\r\n\r\nenum MOFTypeEnumFilter {\r\n Standard\r\n Stereotype\r\n}\r\n\r\nenum MultipleEnumFilter {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\n# The multiple value is used to specify that an assessor can indicate several\r\n# values of MEGA object type in answer. This should not be confused with a\r\n# multiple choice answer. In the latter case, this is a question with several\r\n# answers where each is defined as an answer of boolean type.\r\ntype MultipleValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n valueDataType: MultipleValueValueDataTypeEnum\r\n mandatoryElement: MultipleValueMandatoryElementEnum\r\n linkAnsweredObject: String\r\n titleText: String\r\n minimumnumberofanswers: Int\r\n maximumnumberofanswers: Int\r\n answerComment(format: StringFormat): String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n metaAttributeValue_PropertyLiteralValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n possibleAnswerValue_PropertyLiteralValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentNode_ElementwithProperty(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n audit_ElementwithProperty(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n plan_ElementwithProperty(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n businessLine_ElementwithProperty(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_ElementwithProperty(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_ElementwithProperty(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_ElementwithProperty(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithProperty(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentSession_ElementwithProperty(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_ElementwithProperty(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n questionnaire_ElementwithProperty(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_ElementwithProperty(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_ElementwithProperty(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_ElementwithProperty(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_ElementwithProperty(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_ElementwithProperty(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithProperty(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation_ElementwithProperty(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess_ElementwithProperty(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\ninput MultipleValueFilter {\r\n and: [MultipleValueFilter!]\r\n or: [MultipleValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n valueDataType: MultipleValueValueDataTypeEnum\r\n valueDataType_not: MultipleValueValueDataTypeEnum\r\n valueDataType_in: [MultipleValueValueDataTypeEnum!]\r\n valueDataType_not_in: [MultipleValueValueDataTypeEnum!]\r\n mandatoryElement: MultipleValueMandatoryElementEnum\r\n mandatoryElement_not: MultipleValueMandatoryElementEnum\r\n mandatoryElement_in: [MultipleValueMandatoryElementEnum!]\r\n mandatoryElement_not_in: [MultipleValueMandatoryElementEnum!]\r\n linkAnsweredObject: String\r\n linkAnsweredObject_not: String\r\n linkAnsweredObject_in: [String!]\r\n linkAnsweredObject_not_in: [String!]\r\n linkAnsweredObject_lt: String\r\n linkAnsweredObject_lte: String\r\n linkAnsweredObject_gt: String\r\n linkAnsweredObject_gte: String\r\n linkAnsweredObject_contains: String\r\n linkAnsweredObject_not_contains: String\r\n linkAnsweredObject_starts_with: String\r\n linkAnsweredObject_not_starts_with: String\r\n linkAnsweredObject_ends_with: String\r\n linkAnsweredObject_not_ends_with: String\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String!]\r\n titleText_not_in: [String!]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n minimumnumberofanswers: Int\r\n minimumnumberofanswers_not: Int\r\n minimumnumberofanswers_in: [Int!]\r\n minimumnumberofanswers_not_in: [Int!]\r\n minimumnumberofanswers_lt: Int\r\n minimumnumberofanswers_lte: Int\r\n minimumnumberofanswers_gt: Int\r\n minimumnumberofanswers_gte: Int\r\n maximumnumberofanswers: Int\r\n maximumnumberofanswers_not: Int\r\n maximumnumberofanswers_in: [Int!]\r\n maximumnumberofanswers_not_in: [Int!]\r\n maximumnumberofanswers_lt: Int\r\n maximumnumberofanswers_lte: Int\r\n maximumnumberofanswers_gt: Int\r\n maximumnumberofanswers_gte: Int\r\n answerComment: String\r\n answerComment_not: String\r\n answerComment_in: [String!]\r\n answerComment_not_in: [String!]\r\n answerComment_lt: String\r\n answerComment_lte: String\r\n answerComment_gt: String\r\n answerComment_gte: String\r\n answerComment_contains: String\r\n answerComment_not_contains: String\r\n answerComment_starts_with: String\r\n answerComment_not_starts_with: String\r\n answerComment_ends_with: String\r\n answerComment_not_ends_with: String\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 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 metaAttributeValue_PropertyLiteralValue_some: [MultipleValueFilter!]\r\n possibleAnswerValue_PropertyLiteralValue_some: [MultipleValueFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [MultipleValueFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [MultipleValueFilter!]\r\n assessmentNode_ElementwithProperty_some: [MultipleValueFilter!]\r\n audit_ElementwithProperty_some: [MultipleValueFilter!]\r\n plan_ElementwithProperty_some: [MultipleValueFilter!]\r\n businessLine_ElementwithProperty_some: [MultipleValueFilter!]\r\n test_ElementwithProperty_some: [MultipleValueFilter!]\r\n assessmentCampaign_ElementwithProperty_some: [MultipleValueFilter!]\r\n risk_ElementwithProperty_some: [MultipleValueFilter!]\r\n businessDocument_ElementwithProperty_some: [MultipleValueFilter!]\r\n assessmentSession_ElementwithProperty_some: [MultipleValueFilter!]\r\n assessedCharacteristicValue_ElementwithProperty_some: [MultipleValueFilter!]\r\n questionnaire_ElementwithProperty_some: [MultipleValueFilter!]\r\n issue_ElementwithProperty_some: [MultipleValueFilter!]\r\n control_ElementwithProperty_some: [MultipleValueFilter!]\r\n testTheme_ElementwithProperty_some: [MultipleValueFilter!]\r\n testActivity_ElementwithProperty_some: [MultipleValueFilter!]\r\n application_ElementwithProperty_some: [MultipleValueFilter!]\r\n orgUnit_ElementwithProperty_some: [MultipleValueFilter!]\r\n assessmentAggregation_ElementwithProperty_some: [MultipleValueFilter!]\r\n businessProcess_ElementwithProperty_some: [MultipleValueFilter!]\r\n scoringRule_some: [MultipleValueFilter!]\r\n question_some: [MultipleValueFilter!]\r\n}\r\n\r\nenum MultipleValueMandatoryElementEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum MultipleValueValueDataTypeEnum {\r\n EnumerationVerticalRadioButton\r\n MegaObject\r\n Duration\r\n Percent\r\n SignedNumber\r\n String\r\n Short\r\n Text\r\n Number\r\n BooleanCheck\r\n DateTime\r\n EnumerationCombolist\r\n}\r\n\r\ntype Mutation {\r\n createMetaAttribute(metaAttribute: InputMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n updateMetaAttribute(id: String!, metaAttribute: InputMetaAttribute!): MetaAttribute!\r\n deleteMetaAttribute(id: String!, cascade: Boolean): MetaAttribute\r\n createPersonSystem(personSystem: InputPersonSystem!, creationMode: creationMode): PersonSystem!\r\n updatePersonSystem(id: String!, personSystem: InputPersonSystem!): PersonSystem!\r\n deletePersonSystem(id: String!, cascade: Boolean): PersonSystem\r\n createMetaAttributeValue(metaAttributeValue: InputMetaAttributeValue!, creationMode: creationMode): MetaAttributeValue!\r\n updateMetaAttributeValue(id: String!, metaAttributeValue: InputMetaAttributeValue!): MetaAttributeValue!\r\n deleteMetaAttributeValue(id: String!, cascade: Boolean): MetaAttributeValue\r\n createResponsibilityAssignment(responsibilityAssignment: InputResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n updateResponsibilityAssignment(id: String!, responsibilityAssignment: InputResponsibilityAssignment!): ResponsibilityAssignment!\r\n deleteResponsibilityAssignment(id: String!, cascade: Boolean): ResponsibilityAssignment\r\n createBusinessRole(businessRole: InputBusinessRole!, creationMode: creationMode): BusinessRole!\r\n updateBusinessRole(id: String!, businessRole: InputBusinessRole!): BusinessRole!\r\n deleteBusinessRole(id: String!, cascade: Boolean): BusinessRole\r\n createAssessmentNode(assessmentNode: InputAssessmentNode!, creationMode: creationMode): AssessmentNode!\r\n updateAssessmentNode(id: String!, assessmentNode: InputAssessmentNode!): AssessmentNode!\r\n deleteAssessmentNode(id: String!, cascade: Boolean): AssessmentNode\r\n createReduction(reduction: InputReduction!, creationMode: creationMode): Reduction!\r\n updateReduction(id: String!, reduction: InputReduction!): Reduction!\r\n deleteReduction(id: String!, cascade: Boolean): Reduction\r\n createWorkPaper(workPaper: InputWorkPaper!, creationMode: creationMode): WorkPaper!\r\n updateWorkPaper(id: String!, workPaper: InputWorkPaper!): WorkPaper!\r\n deleteWorkPaper(id: String!, cascade: Boolean): WorkPaper\r\n createAudit(audit: InputAudit!, creationMode: creationMode): Audit!\r\n updateAudit(id: String!, audit: InputAudit!): Audit!\r\n deleteAudit(id: String!, cascade: Boolean): Audit\r\n createScoringRule(scoringRule: InputScoringRule!, creationMode: creationMode): ScoringRule!\r\n updateScoringRule(id: String!, scoringRule: InputScoringRule!): ScoringRule!\r\n deleteScoringRule(id: String!, cascade: Boolean): ScoringRule\r\n createAggregationRule(aggregationRule: InputAggregationRule!, creationMode: creationMode): AggregationRule!\r\n updateAggregationRule(id: String!, aggregationRule: InputAggregationRule!): AggregationRule!\r\n deleteAggregationRule(id: String!, cascade: Boolean): AggregationRule\r\n createAssessmentSignatory(assessmentSignatory: InputAssessmentSignatory!, creationMode: creationMode): AssessmentSignatory!\r\n updateAssessmentSignatory(id: String!, assessmentSignatory: InputAssessmentSignatory!): AssessmentSignatory!\r\n deleteAssessmentSignatory(id: String!, cascade: Boolean): AssessmentSignatory\r\n createDistribution(distribution: InputDistribution!, creationMode: creationMode): Distribution!\r\n updateDistribution(id: String!, distribution: InputDistribution!): Distribution!\r\n deleteDistribution(id: String!, cascade: Boolean): Distribution\r\n createPlan(plan: InputPlan!, creationMode: creationMode): Plan!\r\n updatePlan(id: String!, plan: InputPlan!): Plan!\r\n deletePlan(id: String!, cascade: Boolean): Plan\r\n createBusinessLine(businessLine: InputBusinessLine!, creationMode: creationMode): BusinessLine!\r\n updateBusinessLine(id: String!, businessLine: InputBusinessLine!): BusinessLine!\r\n deleteBusinessLine(id: String!, cascade: Boolean): BusinessLine\r\n createMetaTest(metaTest: InputMetaTest!, creationMode: creationMode): MetaTest!\r\n updateMetaTest(id: String!, metaTest: InputMetaTest!): MetaTest!\r\n deleteMetaTest(id: String!, cascade: Boolean): MetaTest\r\n createUniqueValue(uniqueValue: InputUniqueValue!, creationMode: creationMode): UniqueValue!\r\n updateUniqueValue(id: String!, uniqueValue: InputUniqueValue!): UniqueValue!\r\n deleteUniqueValue(id: String!, cascade: Boolean): UniqueValue\r\n createAssessedCharacteristics(assessedCharacteristics: InputAssessedCharacteristics!, creationMode: creationMode): AssessedCharacteristics!\r\n updateAssessedCharacteristics(id: String!, assessedCharacteristics: InputAssessedCharacteristics!): AssessedCharacteristics!\r\n deleteAssessedCharacteristics(id: String!, cascade: Boolean): AssessedCharacteristics\r\n createAggregationStepGroup(aggregationStepGroup: InputAggregationStepGroup!, creationMode: creationMode): AggregationStepGroup!\r\n updateAggregationStepGroup(id: String!, aggregationStepGroup: InputAggregationStepGroup!): AggregationStepGroup!\r\n deleteAggregationStepGroup(id: String!, cascade: Boolean): AggregationStepGroup\r\n createTest(test: InputTest!, creationMode: creationMode): Test!\r\n updateTest(id: String!, test: InputTest!): Test!\r\n deleteTest(id: String!, cascade: Boolean): Test\r\n createAssessmentCampaign(assessmentCampaign: InputAssessmentCampaign!, creationMode: creationMode): AssessmentCampaign!\r\n updateAssessmentCampaign(id: String!, assessmentCampaign: InputAssessmentCampaign!): AssessmentCampaign!\r\n deleteAssessmentCampaign(id: String!, cascade: Boolean): AssessmentCampaign\r\n createMultipleValue(multipleValue: InputMultipleValue!, creationMode: creationMode): MultipleValue!\r\n updateMultipleValue(id: String!, multipleValue: InputMultipleValue!): MultipleValue!\r\n deleteMultipleValue(id: String!, cascade: Boolean): MultipleValue\r\n createRisk(risk: InputRisk!, creationMode: creationMode): Risk!\r\n updateRisk(id: String!, risk: InputRisk!): Risk!\r\n deleteRisk(id: String!, cascade: Boolean): Risk\r\n createBusinessDocument(businessDocument: InputBusinessDocument!): BusinessDocument!\r\n updateBusinessDocument(id: String!, businessDocument: InputBusinessDocument!): BusinessDocument!\r\n deleteBusinessDocument(id: String!, cascade: Boolean): BusinessDocument\r\n createAssessmentTemplate(assessmentTemplate: InputAssessmentTemplate!, creationMode: creationMode): AssessmentTemplate!\r\n updateAssessmentTemplate(id: String!, assessmentTemplate: InputAssessmentTemplate!): AssessmentTemplate!\r\n deleteAssessmentTemplate(id: String!, cascade: Boolean): AssessmentTemplate\r\n createAssessmentSession(assessmentSession: InputAssessmentSession!, creationMode: creationMode): AssessmentSession!\r\n updateAssessmentSession(id: String!, assessmentSession: InputAssessmentSession!): AssessmentSession!\r\n deleteAssessmentSession(id: String!, cascade: Boolean): AssessmentSession\r\n createAggregationSchema(aggregationSchema: InputAggregationSchema!, creationMode: creationMode): AggregationSchema!\r\n updateAggregationSchema(id: String!, aggregationSchema: InputAggregationSchema!): AggregationSchema!\r\n deleteAggregationSchema(id: String!, cascade: Boolean): AggregationSchema\r\n createAssessedCharacteristicValue(assessedCharacteristicValue: InputAssessedCharacteristicValue!, creationMode: creationMode): AssessedCharacteristicValue!\r\n updateAssessedCharacteristicValue(id: String!, assessedCharacteristicValue: InputAssessedCharacteristicValue!): AssessedCharacteristicValue!\r\n deleteAssessedCharacteristicValue(id: String!, cascade: Boolean): AssessedCharacteristicValue\r\n createSubstitutionAssessment(substitutionAssessment: InputSubstitutionAssessment!, creationMode: creationMode): SubstitutionAssessment!\r\n updateSubstitutionAssessment(id: String!, substitutionAssessment: InputSubstitutionAssessment!): SubstitutionAssessment!\r\n deleteSubstitutionAssessment(id: String!, cascade: Boolean): SubstitutionAssessment\r\n createQuestionnaire(questionnaire: InputQuestionnaire!, creationMode: creationMode): Questionnaire!\r\n updateQuestionnaire(id: String!, questionnaire: InputQuestionnaire!): Questionnaire!\r\n deleteQuestionnaire(id: String!, cascade: Boolean): Questionnaire\r\n createFolderofAssessmentSessions(folderofAssessmentSessions: InputFolderofAssessmentSessions!, creationMode: creationMode): FolderofAssessmentSessions!\r\n updateFolderofAssessmentSessions(id: String!, folderofAssessmentSessions: InputFolderofAssessmentSessions!): FolderofAssessmentSessions!\r\n deleteFolderofAssessmentSessions(id: String!, cascade: Boolean): FolderofAssessmentSessions\r\n createPossibleAnswerValue(possibleAnswerValue: InputPossibleAnswerValue!, creationMode: creationMode): PossibleAnswerValue!\r\n updatePossibleAnswerValue(id: String!, possibleAnswerValue: InputPossibleAnswerValue!): PossibleAnswerValue!\r\n deletePossibleAnswerValue(id: String!, cascade: Boolean): PossibleAnswerValue\r\n createQuestionnaireTemplate(questionnaireTemplate: InputQuestionnaireTemplate!, creationMode: creationMode): QuestionnaireTemplate!\r\n updateQuestionnaireTemplate(id: String!, questionnaireTemplate: InputQuestionnaireTemplate!): QuestionnaireTemplate!\r\n deleteQuestionnaireTemplate(id: String!, cascade: Boolean): QuestionnaireTemplate\r\n createQuestionGroup(questionGroup: InputQuestionGroup!, creationMode: creationMode): QuestionGroup!\r\n updateQuestionGroup(id: String!, questionGroup: InputQuestionGroup!): QuestionGroup!\r\n deleteQuestionGroup(id: String!, cascade: Boolean): QuestionGroup\r\n createQuestion(question: InputQuestion!, creationMode: creationMode): Question!\r\n updateQuestion(id: String!, question: InputQuestion!): Question!\r\n deleteQuestion(id: String!, cascade: Boolean): Question\r\n createIssue(issue: InputIssue!, creationMode: creationMode): Issue!\r\n updateIssue(id: String!, issue: InputIssue!): Issue!\r\n deleteIssue(id: String!, cascade: Boolean): Issue\r\n createMacro(macro: InputMacro!, creationMode: creationMode): Macro!\r\n updateMacro(id: String!, macro: InputMacro!): Macro!\r\n deleteMacro(id: String!, cascade: Boolean): Macro\r\n createAssessmentDeploymentQueryParameterValue(assessmentDeploymentQueryParameterValue: InputAssessmentDeploymentQueryParameterValue!, creationMode: creationMode): AssessmentDeploymentQueryParameterValue!\r\n updateAssessmentDeploymentQueryParameterValue(id: String!, assessmentDeploymentQueryParameterValue: InputAssessmentDeploymentQueryParameterValue!): AssessmentDeploymentQueryParameterValue!\r\n deleteAssessmentDeploymentQueryParameterValue(id: String!, cascade: Boolean): AssessmentDeploymentQueryParameterValue\r\n createControl(control: InputControl!, creationMode: creationMode): Control!\r\n updateControl(id: String!, control: InputControl!): Control!\r\n deleteControl(id: String!, cascade: Boolean): Control\r\n createTestTheme(testTheme: InputTestTheme!, creationMode: creationMode): TestTheme!\r\n updateTestTheme(id: String!, testTheme: InputTestTheme!): TestTheme!\r\n deleteTestTheme(id: String!, cascade: Boolean): TestTheme\r\n createTestActivity(testActivity: InputTestActivity!, creationMode: creationMode): TestActivity!\r\n updateTestActivity(id: String!, testActivity: InputTestActivity!): TestActivity!\r\n deleteTestActivity(id: String!, cascade: Boolean): TestActivity\r\n createBusinessDocumentPattern(businessDocumentPattern: InputBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n updateBusinessDocumentPattern(id: String!, businessDocumentPattern: InputBusinessDocumentPattern!): BusinessDocumentPattern!\r\n deleteBusinessDocumentPattern(id: String!, cascade: Boolean): BusinessDocumentPattern\r\n createDocumentCategory(documentCategory: InputDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n updateDocumentCategory(id: String!, documentCategory: InputDocumentCategory!): DocumentCategory!\r\n deleteDocumentCategory(id: String!, cascade: Boolean): DocumentCategory\r\n createQuestionnaireTemplatePresentation(questionnaireTemplatePresentation: InputQuestionnaireTemplatePresentation!, creationMode: creationMode): QuestionnaireTemplatePresentation!\r\n updateQuestionnaireTemplatePresentation(id: String!, questionnaireTemplatePresentation: InputQuestionnaireTemplatePresentation!): QuestionnaireTemplatePresentation!\r\n deleteQuestionnaireTemplatePresentation(id: String!, cascade: Boolean): QuestionnaireTemplatePresentation\r\n createBusinessDocumentVersion(businessDocumentVersion: InputBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n updateBusinessDocumentVersion(id: String!, businessDocumentVersion: InputBusinessDocumentVersion!): BusinessDocumentVersion!\r\n deleteBusinessDocumentVersion(id: String!, cascade: Boolean): BusinessDocumentVersion\r\n createApplication(application: InputApplication!, creationMode: creationMode): Application!\r\n updateApplication(id: String!, application: InputApplication!): Application!\r\n deleteApplication(id: String!, cascade: Boolean): Application\r\n createOrgUnit(orgUnit: InputOrgUnit!, creationMode: creationMode): OrgUnit!\r\n updateOrgUnit(id: String!, orgUnit: InputOrgUnit!): OrgUnit!\r\n deleteOrgUnit(id: String!, cascade: Boolean): OrgUnit\r\n createAssessmentAggregation(assessmentAggregation: InputAssessmentAggregation!, creationMode: creationMode): AssessmentAggregation!\r\n updateAssessmentAggregation(id: String!, assessmentAggregation: InputAssessmentAggregation!): AssessmentAggregation!\r\n deleteAssessmentAggregation(id: String!, cascade: Boolean): AssessmentAggregation\r\n createBusinessProcess(businessProcess: InputBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n updateBusinessProcess(id: String!, businessProcess: InputBusinessProcess!): BusinessProcess!\r\n deleteBusinessProcess(id: String!, cascade: Boolean): BusinessProcess\r\n createAssessmentDeploymentCollection(assessmentDeploymentCollection: InputAssessmentDeploymentCollection!, creationMode: creationMode): AssessmentDeploymentCollection!\r\n updateAssessmentDeploymentCollection(id: String!, assessmentDeploymentCollection: InputAssessmentDeploymentCollection!): AssessmentDeploymentCollection!\r\n deleteAssessmentDeploymentCollection(id: String!, cascade: Boolean): AssessmentDeploymentCollection\r\n}\r\n\r\nenum NetRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum OfflineEnumFilter {\r\n Online\r\n Offline\r\n}\r\n\r\nenum orderByAggregationRule {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n aggregationRuleType_ASC\r\n aggregationRuleType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAggregationSchema {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAggregationStepGroup {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n isRecursive_ASC\r\n isRecursive_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByApplication {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n applicationCode_ASC\r\n applicationCode_DESC\r\n cloudComputing_ASC\r\n cloudComputing_DESC\r\n versionNumber_ASC\r\n versionNumber_DESC\r\n requiredMemorySize_ASC\r\n requiredMemorySize_DESC\r\n prefix_ASC\r\n prefix_DESC\r\n applicationStereotype_ASC\r\n applicationStereotype_DESC\r\n applicationType_ASC\r\n applicationType_DESC\r\n globalExpense_ASC\r\n globalExpense_DESC\r\n currentNumberofUsers_ASC\r\n currentNumberofUsers_DESC\r\n costperUser_ASC\r\n costperUser_DESC\r\n rankAPM_ASC\r\n rankAPM_DESC\r\n technologyCompliance_ASC\r\n technologyCompliance_DESC\r\n expenses_ASC\r\n expenses_DESC\r\n capitalExpenses_ASC\r\n capitalExpenses_DESC\r\n operatingExpenses_ASC\r\n operatingExpenses_DESC\r\n cASTHighlightID_ASC\r\n cASTHighlightID_DESC\r\n businessValueAPM_ASC\r\n businessValueAPM_DESC\r\n functionalSupportAPM_ASC\r\n functionalSupportAPM_DESC\r\n technicalEfficiencyAPM_ASC\r\n technicalEfficiencyAPM_DESC\r\n beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n closingDateCast_ASC\r\n closingDateCast_DESC\r\n softwareResiliencyScoreCASTHighligh_ASC\r\n softwareResiliencyScoreCASTHighligh_DESC\r\n softwareResiliencyThresholdsCASTHighligh_ASC\r\n softwareResiliencyThresholdsCASTHighligh_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgilityThresholdsCASTHighligh_ASC\r\n softwareAgilityThresholdsCASTHighligh_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholdsCASTHighligh_ASC\r\n softwareEleganceThresholdsCASTHighligh_DESC\r\n cloudReadyScoreCASTHighlight_ASC\r\n cloudReadyScoreCASTHighlight_DESC\r\n cloudReadyScanCASTHighlight_ASC\r\n cloudReadyScanCASTHighlight_DESC\r\n technicalDebtCast_ASC\r\n technicalDebtCast_DESC\r\n numberoflinesofCodeCast_ASC\r\n numberoflinesofCodeCast_DESC\r\n numberofFilesCast_ASC\r\n numberofFilesCast_DESC\r\n aggregationTypeAPM_ASC\r\n aggregationTypeAPM_DESC\r\n backFiredFunctionPointsCASTHighlight_ASC\r\n backFiredFunctionPointsCASTHighlight_DESC\r\n softwareResiliencyQuartileCast_ASC\r\n softwareResiliencyQuartileCast_DESC\r\n workflowStatusITandBusinessdata_ASC\r\n workflowStatusITandBusinessdata_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n softwareAgilityQuartileCast_ASC\r\n softwareAgilityQuartileCast_DESC\r\n softwareEleganceQuartileCast_ASC\r\n softwareEleganceQuartileCast_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n standardCreationDate_ASC\r\n standardCreationDate_DESC\r\n gDPRConsent_ASC\r\n gDPRConsent_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n standardClass_ASC\r\n standardClass_DESC\r\n retireDate_ASC\r\n retireDate_DESC\r\n cost_ASC\r\n cost_DESC\r\n revenue_ASC\r\n revenue_DESC\r\n rOIPercentage_ASC\r\n rOIPercentage_DESC\r\n rOIRate_ASC\r\n rOIRate_DESC\r\n costRate_ASC\r\n costRate_DESC\r\n lifecyclestatus_ASC\r\n lifecyclestatus_DESC\r\n initiallivedate_ASC\r\n initiallivedate_DESC\r\n dateoflastrelease_ASC\r\n dateoflastrelease_DESC\r\n dateofnextrelease_ASC\r\n dateofnextrelease_DESC\r\n retirementdate_ASC\r\n retirementdate_DESC\r\n gDPRContentOfNotice_ASC\r\n gDPRContentOfNotice_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n source_ASC\r\n source_DESC\r\n availabilitycharacteristics_ASC\r\n availabilitycharacteristics_DESC\r\n servicetimes_ASC\r\n servicetimes_DESC\r\n manageabilitycharacteristics_ASC\r\n manageabilitycharacteristics_DESC\r\n serviceabilitycharacteristics_ASC\r\n serviceabilitycharacteristics_DESC\r\n performancecharacteristics_ASC\r\n performancecharacteristics_DESC\r\n reliabilitycharacteristics_ASC\r\n reliabilitycharacteristics_DESC\r\n recoverabilitycharacteristics_ASC\r\n recoverabilitycharacteristics_DESC\r\n locatabilitycharacteristics_ASC\r\n locatabilitycharacteristics_DESC\r\n securitycharacteristics_ASC\r\n securitycharacteristics_DESC\r\n privacycharacteristics_ASC\r\n privacycharacteristics_DESC\r\n integritycharacteristics_ASC\r\n integritycharacteristics_DESC\r\n credibilitycharacteristics_ASC\r\n credibilitycharacteristics_DESC\r\n localizationcharacteristics_ASC\r\n localizationcharacteristics_DESC\r\n internationalizationcharacteristics_ASC\r\n internationalizationcharacteristics_DESC\r\n interoperabilitycharacteristics_ASC\r\n interoperabilitycharacteristics_DESC\r\n scalabilitycharacteristics_ASC\r\n scalabilitycharacteristics_DESC\r\n portabilitycharacteristics_ASC\r\n portabilitycharacteristics_DESC\r\n extensibilitycharacteristics_ASC\r\n extensibilitycharacteristics_DESC\r\n capacitycharacteristics_ASC\r\n capacitycharacteristics_DESC\r\n throughput_ASC\r\n throughput_DESC\r\n throughputperiod_ASC\r\n throughputperiod_DESC\r\n growth_ASC\r\n growth_DESC\r\n growthperiod_ASC\r\n growthperiod_DESC\r\n peakprofileshortterm_ASC\r\n peakprofileshortterm_DESC\r\n peakprofilelongterm_ASC\r\n peakprofilelongterm_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n recoveryPointObjectiveRPO_ASC\r\n recoveryPointObjectiveRPO_DESC\r\n recoveryTimeObjectiveRTO_ASC\r\n recoveryTimeObjectiveRTO_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n workRecoveryTimeWRT_ASC\r\n workRecoveryTimeWRT_DESC\r\n maximumTolerableDowntimeMTD_ASC\r\n maximumTolerableDowntimeMTD_DESC\r\n sLALevel_ASC\r\n sLALevel_DESC\r\n applicationvalidationdate_ASC\r\n applicationvalidationdate_DESC\r\n dataFreshness_ASC\r\n dataFreshness_DESC\r\n nextReviewDate_ASC\r\n nextReviewDate_DESC\r\n lastReviewDate_ASC\r\n lastReviewDate_DESC\r\n applicationTemplate_ASC\r\n applicationTemplate_DESC\r\n deploymentDate_ASC\r\n deploymentDate_DESC\r\n operatingApplicationDate_ASC\r\n operatingApplicationDate_DESC\r\n urbanism_ASC\r\n urbanism_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessedCharacteristics {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n updateMetaAttribute_ASC\r\n updateMetaAttribute_DESC\r\n listViewDisplayMode_ASC\r\n listViewDisplayMode_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessedCharacteristicValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n computedValue_ASC\r\n computedValue_DESC\r\n signedValue_ASC\r\n signedValue_DESC\r\n simulatedAssessmentValue_ASC\r\n simulatedAssessmentValue_DESC\r\n assessmentNodeName_ASC\r\n assessmentNodeName_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentAggregation {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n aggregationBeginDate_ASC\r\n aggregationBeginDate_DESC\r\n aggregationEndDate_ASC\r\n aggregationEndDate_DESC\r\n assessmentScheduling_ASC\r\n assessmentScheduling_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentCampaign {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n assessmentCampaignCode_ASC\r\n assessmentCampaignCode_DESC\r\n scheduleAggregation_ASC\r\n scheduleAggregation_DESC\r\n campaignType_ASC\r\n campaignType_DESC\r\n assessmentScheduling_ASC\r\n assessmentScheduling_DESC\r\n assessmentCampaignStatus_ASC\r\n assessmentCampaignStatus_DESC\r\n assessmentCampaignBeginDate_ASC\r\n assessmentCampaignBeginDate_DESC\r\n assessmentCampaignEndDate_ASC\r\n assessmentCampaignEndDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentDeploymentCollection {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n objectstoassess_ASC\r\n objectstoassess_DESC\r\n contextobjects_ASC\r\n contextobjects_DESC\r\n respondents_ASC\r\n respondents_DESC\r\n fillingMode_ASC\r\n fillingMode_DESC\r\n filledbyuser_ASC\r\n filledbyuser_DESC\r\n typeEffectiveCollection_ASC\r\n typeEffectiveCollection_DESC\r\n characteristicsusagemode_ASC\r\n characteristicsusagemode_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentDeploymentQueryParameterValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n queryParameterValue_ASC\r\n queryParameterValue_DESC\r\n parameterValueAttributionMode_ASC\r\n parameterValueAttributionMode_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentNode {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n progression_ASC\r\n progression_DESC\r\n assessmentNodeName_ASC\r\n assessmentNodeName_DESC\r\n assessmentContext_ASC\r\n assessmentContext_DESC\r\n validityforAggregation_ASC\r\n validityforAggregation_DESC\r\n validityforAssessment_ASC\r\n validityforAssessment_DESC\r\n assessedObjectandContext_ASC\r\n assessedObjectandContext_DESC\r\n assessedObjectType_ASC\r\n assessedObjectType_DESC\r\n contextualValueCompletionDate_ASC\r\n contextualValueCompletionDate_DESC\r\n assessmentOrder_ASC\r\n assessmentOrder_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentSession {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n assessmentPlannedStartDate_ASC\r\n assessmentPlannedStartDate_DESC\r\n assessmentPlannedEndDate_ASC\r\n assessmentPlannedEndDate_DESC\r\n assessmentValidationEndDate_ASC\r\n assessmentValidationEndDate_DESC\r\n assessmentEffectiveStartDate_ASC\r\n assessmentEffectiveStartDate_DESC\r\n assessmentEffectiveEndDate_ASC\r\n assessmentEffectiveEndDate_DESC\r\n assessmentmode_ASC\r\n assessmentmode_DESC\r\n assessmentSessionStatus_ASC\r\n assessmentSessionStatus_DESC\r\n assessmentSessionCode_ASC\r\n assessmentSessionCode_DESC\r\n sessionPresentationherited_ASC\r\n sessionPresentationherited_DESC\r\n sessionPresentation_ASC\r\n sessionPresentation_DESC\r\n assessmentScopeDefinition_ASC\r\n assessmentScopeDefinition_DESC\r\n assessmentScheduling_ASC\r\n assessmentScheduling_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentSignatory {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n signatoryType_ASC\r\n signatoryType_DESC\r\n assessmentNodeName_ASC\r\n assessmentNodeName_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAssessmentTemplate {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n assessmentmode_ASC\r\n assessmentmode_DESC\r\n dataCallDisplayMode_ASC\r\n dataCallDisplayMode_DESC\r\n assessmentScopeDefinition_ASC\r\n assessmentScopeDefinition_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByAudit {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n description_ASC\r\n description_DESC\r\n missionCode_ASC\r\n missionCode_DESC\r\n includedintheinitialPlan_ASC\r\n includedintheinitialPlan_DESC\r\n objectiveGRC_ASC\r\n objectiveGRC_DESC\r\n missionCategory_ASC\r\n missionCategory_DESC\r\n missionStatus_ASC\r\n missionStatus_DESC\r\n justificationGRC_ASC\r\n justificationGRC_DESC\r\n missionOrigin_ASC\r\n missionOrigin_DESC\r\n missionPriority_ASC\r\n missionPriority_DESC\r\n estimatedDurationDays_ASC\r\n estimatedDurationDays_DESC\r\n estimatedNumberofResources_ASC\r\n estimatedNumberofResources_DESC\r\n estimatedWorkloadHours_ASC\r\n estimatedWorkloadHours_DESC\r\n effectiveWorkloadHours_ASC\r\n effectiveWorkloadHours_DESC\r\n numberofStaffedResources_ASC\r\n numberofStaffedResources_DESC\r\n missionEvaluation_ASC\r\n missionEvaluation_DESC\r\n missionPlannedBeginDate_ASC\r\n missionPlannedBeginDate_DESC\r\n missionPlannedEndDate_ASC\r\n missionPlannedEndDate_DESC\r\n missionEffectiveBeginDate_ASC\r\n missionEffectiveBeginDate_DESC\r\n missionEffectiveEndDate_ASC\r\n missionEffectiveEndDate_DESC\r\n keyWeaknesses_ASC\r\n keyWeaknesses_DESC\r\n keyStrengths_ASC\r\n keyStrengths_DESC\r\n plannedClosingReview_ASC\r\n plannedClosingReview_DESC\r\n effectiveClosingReview_ASC\r\n effectiveClosingReview_DESC\r\n computedHoursManDayRate_ASC\r\n computedHoursManDayRate_DESC\r\n computedEffectiveWorkloadMD_ASC\r\n computedEffectiveWorkloadMD_DESC\r\n computedEstimatedWorkloadMD_ASC\r\n computedEstimatedWorkloadMD_DESC\r\n followupAudit_ASC\r\n followupAudit_DESC\r\n offline_ASC\r\n offline_DESC\r\n yearoftheFollowUpAudit_ASC\r\n yearoftheFollowUpAudit_DESC\r\n gRCAudit_ASC\r\n gRCAudit_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocument {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n isCiphered_ASC\r\n isCiphered_DESC\r\n gDPRDocumentID_ASC\r\n gDPRDocumentID_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentPattern {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n ciphered_ASC\r\n ciphered_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentVersion {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_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 hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessLine {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_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 cASTHighlightID_ASC\r\n cASTHighlightID_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n standardizedApproachRatioTSA_ASC\r\n standardizedApproachRatioTSA_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessProcess {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n standardCreationDate_ASC\r\n standardCreationDate_DESC\r\n outputLogic_ASC\r\n outputLogic_DESC\r\n triggeredbyEvent_ASC\r\n triggeredbyEvent_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n processcriticality_ASC\r\n processcriticality_DESC\r\n manualorautomated_ASC\r\n manualorautomated_DESC\r\n processvolumetrics_ASC\r\n processvolumetrics_DESC\r\n businessProcessType_ASC\r\n businessProcessType_DESC\r\n businessProcessCode_ASC\r\n businessProcessCode_DESC\r\n standardClass_ASC\r\n standardClass_DESC\r\n retireDate_ASC\r\n retireDate_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_DESC\r\n transaction_ASC\r\n transaction_DESC\r\n isSAP_ASC\r\n isSAP_DESC\r\n loop_ASC\r\n loop_DESC\r\n adHoc_ASC\r\n adHoc_DESC\r\n multiple_ASC\r\n multiple_DESC\r\n compensation_ASC\r\n compensation_DESC\r\n numberofincidents_ASC\r\n numberofincidents_DESC\r\n loopCondition_ASC\r\n loopCondition_DESC\r\n gDPRPurpose_ASC\r\n gDPRPurpose_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n source_ASC\r\n source_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n businessProcessStatus_ASC\r\n businessProcessStatus_DESC\r\n gDPRSystemID_ASC\r\n gDPRSystemID_DESC\r\n gDPRPurposeDate_ASC\r\n gDPRPurposeDate_DESC\r\n nextReviewDate_ASC\r\n nextReviewDate_DESC\r\n lastReviewDate_ASC\r\n lastReviewDate_DESC\r\n gDPRCode_ASC\r\n gDPRCode_DESC\r\n inputLogic_ASC\r\n inputLogic_DESC\r\n executionBA_ASC\r\n executionBA_DESC\r\n designBA_ASC\r\n designBA_DESC\r\n knowledgeBA_ASC\r\n knowledgeBA_DESC\r\n iTSupportBA_ASC\r\n iTSupportBA_DESC\r\n performanceBA_ASC\r\n performanceBA_DESC\r\n efficiencyBA_ASC\r\n efficiencyBA_DESC\r\n businessValueBA_ASC\r\n businessValueBA_DESC\r\n riskBA_ASC\r\n riskBA_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByBusinessRole {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n businessRoleMultiplicity_ASC\r\n businessRoleMultiplicity_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 hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByControl {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_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 controlExecutionMethod_ASC\r\n controlExecutionMethod_DESC\r\n controlExecutionPeriodicity_ASC\r\n controlExecutionPeriodicity_DESC\r\n controlperiodicity_ASC\r\n controlperiodicity_DESC\r\n controlGlobalAssessment_ASC\r\n controlGlobalAssessment_DESC\r\n controlTestAverage_ASC\r\n controlTestAverage_DESC\r\n controlStatus_ASC\r\n controlStatus_DESC\r\n testingFrequency_ASC\r\n testingFrequency_DESC\r\n testingMethod_ASC\r\n testingMethod_DESC\r\n testingPopulationSize_ASC\r\n testingPopulationSize_DESC\r\n executionMode_ASC\r\n executionMode_DESC\r\n testingSampleSize_ASC\r\n testingSampleSize_DESC\r\n testingProcedure_ASC\r\n testingProcedure_DESC\r\n executionprocedure_ASC\r\n executionprocedure_DESC\r\n globalAnnualCost_ASC\r\n globalAnnualCost_DESC\r\n controlKey_ASC\r\n controlKey_DESC\r\n controlFrequency_ASC\r\n controlFrequency_DESC\r\n customFrequency_ASC\r\n customFrequency_DESC\r\n controlObjective_ASC\r\n controlObjective_DESC\r\n controlExecutionValueIC_ASC\r\n controlExecutionValueIC_DESC\r\n operationalCost_ASC\r\n operationalCost_DESC\r\n controlDesignIC_ASC\r\n controlDesignIC_DESC\r\n controlEffectivenessIC_ASC\r\n controlEffectivenessIC_DESC\r\n controlLevelIC_ASC\r\n controlLevelIC_DESC\r\n controlDesignERM_ASC\r\n controlDesignERM_DESC\r\n controlEfficiencyERM_ASC\r\n controlEfficiencyERM_DESC\r\n controlLevelERM_ASC\r\n controlLevelERM_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n source_ASC\r\n source_DESC\r\n organizationalLevel_ASC\r\n organizationalLevel_DESC\r\n aggregatedPassControlLevel_ASC\r\n aggregatedPassControlLevel_DESC\r\n aggregatedExecutionRate_ASC\r\n aggregatedExecutionRate_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n sampleType_ASC\r\n sampleType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByDistribution {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByDocumentCategory {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByFolderofAssessmentSessions {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByIssue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n issueCategory_ASC\r\n issueCategory_DESC\r\n issueStatus_ASC\r\n issueStatus_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 hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMacro {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n objectFactory_ASC\r\n objectFactory_DESC\r\n systemComponent_ASC\r\n systemComponent_DESC\r\n vBScript_ASC\r\n vBScript_DESC\r\n settings_ASC\r\n settings_DESC\r\n executionOptions_ASC\r\n executionOptions_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMetaAttribute {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n atIndex_ASC\r\n atIndex_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n atNature_ASC\r\n atNature_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n initialANSIValue_ASC\r\n initialANSIValue_DESC\r\n defaultSubstitutedMetaAttribute_ASC\r\n defaultSubstitutedMetaAttribute_DESC\r\n defaultOrder_ASC\r\n defaultOrder_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n sequence_ASC\r\n sequence_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n indexRanking_ASC\r\n indexRanking_DESC\r\n instantReports_ASC\r\n instantReports_DESC\r\n settings_ASC\r\n settings_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMetaAttributeValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n internalValue_ASC\r\n internalValue_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n valueName_ASC\r\n valueName_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMetaTest {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n testExpression_ASC\r\n testExpression_DESC\r\n logicalOperator_ASC\r\n logicalOperator_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMultipleValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n valueDataType_ASC\r\n valueDataType_DESC\r\n mandatoryElement_ASC\r\n mandatoryElement_DESC\r\n linkAnsweredObject_ASC\r\n linkAnsweredObject_DESC\r\n titleText_ASC\r\n titleText_DESC\r\n minimumnumberofanswers_ASC\r\n minimumnumberofanswers_DESC\r\n maximumnumberofanswers_ASC\r\n maximumnumberofanswers_DESC\r\n answerComment_ASC\r\n answerComment_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByOrgUnit {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n bDNAIdentifier_ASC\r\n bDNAIdentifier_DESC\r\n technopediaReplacementID_ASC\r\n technopediaReplacementID_DESC\r\n internalExternal_ASC\r\n internalExternal_DESC\r\n technopediaTobedeletedon_ASC\r\n technopediaTobedeletedon_DESC\r\n technopediaObjectdeletion_ASC\r\n technopediaObjectdeletion_DESC\r\n orgUnitType_ASC\r\n orgUnitType_DESC\r\n cardinal_ASC\r\n cardinal_DESC\r\n technopediaDeletereason_ASC\r\n technopediaDeletereason_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 source_ASC\r\n source_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n technopediaID_ASC\r\n technopediaID_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n nameinTechnopedia_ASC\r\n nameinTechnopedia_DESC\r\n headcount_ASC\r\n headcount_DESC\r\n dataGovernancePhysicalperson_ASC\r\n dataGovernancePhysicalperson_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 orgUnitActivity_ASC\r\n orgUnitActivity_DESC\r\n orgUnitCode_ASC\r\n orgUnitCode_DESC\r\n orgUnitLevel_ASC\r\n orgUnitLevel_DESC\r\n orgUnitStatus_ASC\r\n orgUnitStatus_DESC\r\n vendorCode_ASC\r\n vendorCode_DESC\r\n companyStandard_ASC\r\n companyStandard_DESC\r\n numberofprovidedTechnologies_ASC\r\n numberofprovidedTechnologies_DESC\r\n numberofusingapplicationsVendor_ASC\r\n numberofusingapplicationsVendor_DESC\r\n numberofusedTechnologies_ASC\r\n numberofusedTechnologies_DESC\r\n technopediaStreet_ASC\r\n technopediaStreet_DESC\r\n technopediaCity_ASC\r\n technopediaCity_DESC\r\n technopediaState_ASC\r\n technopediaState_DESC\r\n technopediaZip_ASC\r\n technopediaZip_DESC\r\n technopediaCountry_ASC\r\n technopediaCountry_DESC\r\n technopediaTier_ASC\r\n technopediaTier_DESC\r\n technopediaLegal_ASC\r\n technopediaLegal_DESC\r\n technopediaProfitsperyear_ASC\r\n technopediaProfitsperyear_DESC\r\n technopediaProfitsdate_ASC\r\n technopediaProfitsdate_DESC\r\n technopediaDateacquired_ASC\r\n technopediaDateacquired_DESC\r\n technopediaEmployees_ASC\r\n technopediaEmployees_DESC\r\n technopediaEmployeesDate_ASC\r\n technopediaEmployeesDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n technopediaFiscalenddate_ASC\r\n technopediaFiscalenddate_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByPersonSystem {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n usercode_ASC\r\n usercode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n windowsLogin_ASC\r\n windowsLogin_DESC\r\n scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n castToken_ASC\r\n castToken_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 cASTHighlightID_ASC\r\n cASTHighlightID_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n initialNumberofComplianceAudits_ASC\r\n initialNumberofComplianceAudits_DESC\r\n initialNumberofEfficiencyAudits_ASC\r\n initialNumberofEfficiencyAudits_DESC\r\n initialNumberofComplianceAuditActivities_ASC\r\n initialNumberofComplianceAuditActivities_DESC\r\n initialNumberofEfficiencyAuditActivities_ASC\r\n initialNumberofEfficiencyAuditActivities_DESC\r\n numberofExecutedComplianceAudits_ASC\r\n numberofExecutedComplianceAudits_DESC\r\n numberofExecutedEfficiencyAudits_ASC\r\n numberofExecutedEfficiencyAudits_DESC\r\n numberofExecutedComplianceAuditActivities_ASC\r\n numberofExecutedComplianceAuditActivities_DESC\r\n numberofExecutedEfficiencyAuditActivities_ASC\r\n numberofExecutedEfficiencyAuditActivities_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByPlan {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n description_ASC\r\n description_DESC\r\n currentAuditPlan_ASC\r\n currentAuditPlan_DESC\r\n planStatus_ASC\r\n planStatus_DESC\r\n planNature_ASC\r\n planNature_DESC\r\n planBeginDate_ASC\r\n planBeginDate_DESC\r\n planEndDate_ASC\r\n planEndDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByPossibleAnswerValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n internalValue_ASC\r\n internalValue_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n answerValue_ASC\r\n answerValue_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByQuestion {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n questionType_ASC\r\n questionType_DESC\r\n mandatoryElement_ASC\r\n mandatoryElement_DESC\r\n delegationAllowed_ASC\r\n delegationAllowed_DESC\r\n titleText_ASC\r\n titleText_DESC\r\n minimumnumberofanswers_ASC\r\n minimumnumberofanswers_DESC\r\n maximumnumberofanswers_ASC\r\n maximumnumberofanswers_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByQuestionGroup {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n specific_ASC\r\n specific_DESC\r\n delegationAllowed_ASC\r\n delegationAllowed_DESC\r\n titleText_ASC\r\n titleText_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByQuestionnaire {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n assessmentmode_ASC\r\n assessmentmode_DESC\r\n closureDate_ASC\r\n closureDate_DESC\r\n formStatus_ASC\r\n formStatus_DESC\r\n lastUpdate_ASC\r\n lastUpdate_DESC\r\n dataCallDisplayMode_ASC\r\n dataCallDisplayMode_DESC\r\n technicalFormStatus_ASC\r\n technicalFormStatus_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByQuestionnaireTemplate {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n mode_ASC\r\n mode_DESC\r\n delegationAllowed_ASC\r\n delegationAllowed_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByQuestionnaireTemplatePresentation {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n presentationMode_ASC\r\n presentationMode_DESC\r\n matrixnumberperpage_ASC\r\n matrixnumberperpage_DESC\r\n introductionPageDisplaying_ASC\r\n introductionPageDisplaying_DESC\r\n displayanendingpage_ASC\r\n displayanendingpage_DESC\r\n checksPageDisplaying_ASC\r\n checksPageDisplaying_DESC\r\n questionCommentDisplay_ASC\r\n questionCommentDisplay_DESC\r\n displayapagetoadddocuments_ASC\r\n displayapagetoadddocuments_DESC\r\n eachQuestioninagroupDisplaying_ASC\r\n eachQuestioninagroupDisplaying_DESC\r\n contextinagroup_ASC\r\n contextinagroup_DESC\r\n contextgroupfolded_ASC\r\n contextgroupfolded_DESC\r\n scoringDisplaying_ASC\r\n scoringDisplaying_DESC\r\n historicDisplaying_ASC\r\n historicDisplaying_DESC\r\n triggerTransitionatClose_ASC\r\n triggerTransitionatClose_DESC\r\n displayexplanatorydocuments_ASC\r\n displayexplanatorydocuments_DESC\r\n displayexplanatoryexternalreferences_ASC\r\n displayexplanatoryexternalreferences_DESC\r\n modeQuestionnairesCreation_ASC\r\n modeQuestionnairesCreation_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByReduction {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n isRecursive_ASC\r\n isRecursive_DESC\r\n reduceAssessors_ASC\r\n reduceAssessors_DESC\r\n behavioronRoot_ASC\r\n behavioronRoot_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByRisk {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n controlDesignERM_ASC\r\n controlDesignERM_DESC\r\n controlEffectivenessERM_ASC\r\n controlEffectivenessERM_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n keyRisk_ASC\r\n keyRisk_DESC\r\n targetRiskERM_ASC\r\n targetRiskERM_DESC\r\n netRiskERM_ASC\r\n netRiskERM_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 inherentRiskERM_ASC\r\n inherentRiskERM_DESC\r\n residualRiskComputingMode_ASC\r\n residualRiskComputingMode_DESC\r\n controlLevelERM_ASC\r\n controlLevelERM_DESC\r\n riskComment_ASC\r\n riskComment_DESC\r\n riskStatus_ASC\r\n riskStatus_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n riskStatusobj_ASC\r\n riskStatusobj_DESC\r\n riskAcceptance_ASC\r\n riskAcceptance_DESC\r\n risktreatmentcomment_ASC\r\n risktreatmentcomment_DESC\r\n riskAvoidance_ASC\r\n riskAvoidance_DESC\r\n riskReduction_ASC\r\n riskReduction_DESC\r\n riskTransferSubcontractor_ASC\r\n riskTransferSubcontractor_DESC\r\n riskInsurance_ASC\r\n riskInsurance_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByScoringRule {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n scoringRuleType_ASC\r\n scoringRuleType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderBySubstitutionAssessment {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n isRecursive_ASC\r\n isRecursive_DESC\r\n behavioronRoot_ASC\r\n behavioronRoot_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByTest {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n missionCode_ASC\r\n missionCode_DESC\r\n includedintheinitialPlan_ASC\r\n includedintheinitialPlan_DESC\r\n objectiveGRC_ASC\r\n objectiveGRC_DESC\r\n missionCategory_ASC\r\n missionCategory_DESC\r\n missionStatus_ASC\r\n missionStatus_DESC\r\n justificationGRC_ASC\r\n justificationGRC_DESC\r\n missionOrigin_ASC\r\n missionOrigin_DESC\r\n missionPriority_ASC\r\n missionPriority_DESC\r\n estimatedDurationDays_ASC\r\n estimatedDurationDays_DESC\r\n estimatedNumberofResources_ASC\r\n estimatedNumberofResources_DESC\r\n estimatedWorkloadHours_ASC\r\n estimatedWorkloadHours_DESC\r\n effectiveWorkloadHours_ASC\r\n effectiveWorkloadHours_DESC\r\n numberofStaffedResources_ASC\r\n numberofStaffedResources_DESC\r\n missionEvaluation_ASC\r\n missionEvaluation_DESC\r\n missionPlannedBeginDate_ASC\r\n missionPlannedBeginDate_DESC\r\n missionPlannedEndDate_ASC\r\n missionPlannedEndDate_DESC\r\n missionEffectiveBeginDate_ASC\r\n missionEffectiveBeginDate_DESC\r\n missionEffectiveEndDate_ASC\r\n missionEffectiveEndDate_DESC\r\n keyWeaknesses_ASC\r\n keyWeaknesses_DESC\r\n keyStrengths_ASC\r\n keyStrengths_DESC\r\n plannedClosingReview_ASC\r\n plannedClosingReview_DESC\r\n effectiveClosingReview_ASC\r\n effectiveClosingReview_DESC\r\n description_ASC\r\n description_DESC\r\n computedHoursManDayRate_ASC\r\n computedHoursManDayRate_DESC\r\n computedEffectiveWorkloadMD_ASC\r\n computedEffectiveWorkloadMD_DESC\r\n computedEstimatedWorkloadMD_ASC\r\n computedEstimatedWorkloadMD_DESC\r\n offline_ASC\r\n offline_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByTestActivity {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n beginDate_ASC\r\n beginDate_DESC\r\n activityEndDate_ASC\r\n activityEndDate_DESC\r\n estimatedWorkloadHours_ASC\r\n estimatedWorkloadHours_DESC\r\n description_ASC\r\n description_DESC\r\n activityStatus_ASC\r\n activityStatus_DESC\r\n testResult_ASC\r\n testResult_DESC\r\n activityEffectiveWorkloadHours_ASC\r\n activityEffectiveWorkloadHours_DESC\r\n offline_ASC\r\n offline_DESC\r\n computedActivityEffectiveWorkloadHours_ASC\r\n computedActivityEffectiveWorkloadHours_DESC\r\n currentOfflineUpdateDate_ASC\r\n currentOfflineUpdateDate_DESC\r\n previousOfflineUpdateDate_ASC\r\n previousOfflineUpdateDate_DESC\r\n currentOnlineUpdateDate_ASC\r\n currentOnlineUpdateDate_DESC\r\n previousOnlineUpdateDate_ASC\r\n previousOnlineUpdateDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByTestTheme {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n description_ASC\r\n description_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByUniqueValue {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n valueDataType_ASC\r\n valueDataType_DESC\r\n mandatoryElement_ASC\r\n mandatoryElement_DESC\r\n linkAnsweredObject_ASC\r\n linkAnsweredObject_DESC\r\n titleText_ASC\r\n titleText_DESC\r\n answerComment_ASC\r\n answerComment_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByWorkPaper {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n detailedTask_ASC\r\n detailedTask_DESC\r\n description_ASC\r\n description_DESC\r\n workPaperDefaultSampleSize_ASC\r\n workPaperDefaultSampleSize_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n workPaperSampleSize_ASC\r\n workPaperSampleSize_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum OrganizationalLevelEnumFilter {\r\n Global\r\n Local\r\n}\r\n\r\n# An org-unit represents a person or a group of persons that intervenes in the\r\n# enterprise business processes or information system. An org-unit can be internal\r\n# or external to the enterprise.- An internal org-unit is an organizational\r\n# element of the enterprise structure such as a department, a service, or a\r\n# workstation. An internal org-unit is defined based on how detailed you require\r\n# your view of the enterprise to be (cf org-unit-type). Example: financial\r\n# management, sales management, marketing department, account manager.- An\r\n# external entity is an organization that exchanges flows with the enterprise.\r\n# Example: Customer, Supplier, Government Office.\r\ntype OrgUnit {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: OrgUnitInternalExternalEnum\r\n technopediaTobedeletedon: Date\r\n technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n cardinal: String\r\n technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n beginLifedate: Date\r\n endlifedate: Date\r\n assessmentFreshness: Float\r\n source: String\r\n freezepastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: Date\r\n nameinTechnopedia: String\r\n headcount: Int\r\n dataGovernancePhysicalperson: OrgUnitDataGovernancePhysicalpersonEnum\r\n email: String\r\n numberofincidents: String\r\n localeCurrency: String\r\n orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n orgUnitCode: String\r\n orgUnitLevel: OrgUnitOrgUnitLevelEnum\r\n orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: OrgUnitCompanyStandardEnum\r\n numberofprovidedTechnologies: Int\r\n numberofusingapplicationsVendor: Int\r\n numberofusedTechnologies: Int\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: Int\r\n technopediaLegal: String\r\n technopediaProfitsperyear: String\r\n technopediaProfitsdate: Date\r\n technopediaDateacquired: Date\r\n technopediaEmployees: Int\r\n technopediaEmployeesDate: Date\r\n hexaIdAbs: String\r\n technopediaFiscalenddate: Date\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n orgUnitMember_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n organizationalUnitOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n orgUnitDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskandControlAssessor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum OrgUnitActivityEnumFilter {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum OrgUnitCompanyStandardEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum OrgUnitDataGovernancePhysicalpersonEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput OrgUnitFilter {\r\n and: [OrgUnitFilter!]\r\n or: [OrgUnitFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n bDNAIdentifier: String\r\n bDNAIdentifier_not: String\r\n bDNAIdentifier_in: [String!]\r\n bDNAIdentifier_not_in: [String!]\r\n bDNAIdentifier_lt: String\r\n bDNAIdentifier_lte: String\r\n bDNAIdentifier_gt: String\r\n bDNAIdentifier_gte: String\r\n bDNAIdentifier_contains: String\r\n bDNAIdentifier_not_contains: String\r\n bDNAIdentifier_starts_with: String\r\n bDNAIdentifier_not_starts_with: String\r\n bDNAIdentifier_ends_with: String\r\n bDNAIdentifier_not_ends_with: String\r\n technopediaReplacementID: String\r\n technopediaReplacementID_not: String\r\n technopediaReplacementID_in: [String!]\r\n technopediaReplacementID_not_in: [String!]\r\n technopediaReplacementID_lt: String\r\n technopediaReplacementID_lte: String\r\n technopediaReplacementID_gt: String\r\n technopediaReplacementID_gte: String\r\n technopediaReplacementID_contains: String\r\n technopediaReplacementID_not_contains: String\r\n technopediaReplacementID_starts_with: String\r\n technopediaReplacementID_not_starts_with: String\r\n technopediaReplacementID_ends_with: String\r\n technopediaReplacementID_not_ends_with: String\r\n internalExternal: OrgUnitInternalExternalEnum\r\n internalExternal_not: OrgUnitInternalExternalEnum\r\n internalExternal_in: [OrgUnitInternalExternalEnum!]\r\n internalExternal_not_in: [OrgUnitInternalExternalEnum!]\r\n technopediaTobedeletedon: Date\r\n technopediaTobedeletedon_not: Date\r\n technopediaTobedeletedon_in: [Date!]\r\n technopediaTobedeletedon_not_in: [Date!]\r\n technopediaTobedeletedon_lt: Date\r\n technopediaTobedeletedon_lte: Date\r\n technopediaTobedeletedon_gt: Date\r\n technopediaTobedeletedon_gte: Date\r\n technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n technopediaObjectdeletion_not: OrgUnitTechnopediaObjectdeletionEnum\r\n technopediaObjectdeletion_in: [OrgUnitTechnopediaObjectdeletionEnum!]\r\n technopediaObjectdeletion_not_in: [OrgUnitTechnopediaObjectdeletionEnum!]\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitOrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitOrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitOrgUnitTypeEnum!]\r\n cardinal: String\r\n cardinal_not: String\r\n cardinal_in: [String!]\r\n cardinal_not_in: [String!]\r\n cardinal_lt: String\r\n cardinal_lte: String\r\n cardinal_gt: String\r\n cardinal_gte: String\r\n cardinal_contains: String\r\n cardinal_not_contains: String\r\n cardinal_starts_with: String\r\n cardinal_not_starts_with: String\r\n cardinal_ends_with: String\r\n cardinal_not_ends_with: String\r\n technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n technopediaDeletereason_not: OrgUnitTechnopediaDeletereasonEnum\r\n technopediaDeletereason_in: [OrgUnitTechnopediaDeletereasonEnum!]\r\n technopediaDeletereason_not_in: [OrgUnitTechnopediaDeletereasonEnum!]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date!]\r\n beginLifedate_not_in: [Date!]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date!]\r\n endlifedate_not_in: [Date!]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n source: String\r\n source_not: String\r\n source_in: [String!]\r\n source_not_in: [String!]\r\n source_lt: String\r\n source_lte: String\r\n source_gt: String\r\n source_gte: String\r\n source_contains: String\r\n source_not_contains: String\r\n source_starts_with: String\r\n source_not_starts_with: String\r\n source_ends_with: String\r\n source_not_ends_with: String\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n technopediaID: String\r\n technopediaID_not: String\r\n technopediaID_in: [String!]\r\n technopediaID_not_in: [String!]\r\n technopediaID_lt: String\r\n technopediaID_lte: String\r\n technopediaID_gt: String\r\n technopediaID_gte: String\r\n technopediaID_contains: String\r\n technopediaID_not_contains: String\r\n technopediaID_starts_with: String\r\n technopediaID_not_starts_with: String\r\n technopediaID_ends_with: String\r\n technopediaID_not_ends_with: String\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n nameinTechnopedia: String\r\n nameinTechnopedia_not: String\r\n nameinTechnopedia_in: [String!]\r\n nameinTechnopedia_not_in: [String!]\r\n nameinTechnopedia_lt: String\r\n nameinTechnopedia_lte: String\r\n nameinTechnopedia_gt: String\r\n nameinTechnopedia_gte: String\r\n nameinTechnopedia_contains: String\r\n nameinTechnopedia_not_contains: String\r\n nameinTechnopedia_starts_with: String\r\n nameinTechnopedia_not_starts_with: String\r\n nameinTechnopedia_ends_with: String\r\n nameinTechnopedia_not_ends_with: String\r\n headcount: Int\r\n headcount_not: Int\r\n headcount_in: [Int!]\r\n headcount_not_in: [Int!]\r\n headcount_lt: Int\r\n headcount_lte: Int\r\n headcount_gt: Int\r\n headcount_gte: Int\r\n dataGovernancePhysicalperson: OrgUnitDataGovernancePhysicalpersonEnum\r\n dataGovernancePhysicalperson_not: OrgUnitDataGovernancePhysicalpersonEnum\r\n dataGovernancePhysicalperson_in: [OrgUnitDataGovernancePhysicalpersonEnum!]\r\n dataGovernancePhysicalperson_not_in: [OrgUnitDataGovernancePhysicalpersonEnum!]\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 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 localeCurrency: String\r\n localeCurrency_not: String\r\n localeCurrency_in: [String!]\r\n localeCurrency_not_in: [String!]\r\n localeCurrency_lt: String\r\n localeCurrency_lte: String\r\n localeCurrency_gt: String\r\n localeCurrency_gte: String\r\n localeCurrency_contains: String\r\n localeCurrency_not_contains: String\r\n localeCurrency_starts_with: String\r\n localeCurrency_not_starts_with: String\r\n localeCurrency_ends_with: String\r\n localeCurrency_not_ends_with: String\r\n orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n orgUnitActivity_not: OrgUnitOrgUnitActivityEnum\r\n orgUnitActivity_in: [OrgUnitOrgUnitActivityEnum!]\r\n orgUnitActivity_not_in: [OrgUnitOrgUnitActivityEnum!]\r\n orgUnitCode: String\r\n orgUnitCode_not: String\r\n orgUnitCode_in: [String!]\r\n orgUnitCode_not_in: [String!]\r\n orgUnitCode_lt: String\r\n orgUnitCode_lte: String\r\n orgUnitCode_gt: String\r\n orgUnitCode_gte: String\r\n orgUnitCode_contains: String\r\n orgUnitCode_not_contains: String\r\n orgUnitCode_starts_with: String\r\n orgUnitCode_not_starts_with: String\r\n orgUnitCode_ends_with: String\r\n orgUnitCode_not_ends_with: String\r\n orgUnitLevel: OrgUnitOrgUnitLevelEnum\r\n orgUnitLevel_not: OrgUnitOrgUnitLevelEnum\r\n orgUnitLevel_in: [OrgUnitOrgUnitLevelEnum!]\r\n orgUnitLevel_not_in: [OrgUnitOrgUnitLevelEnum!]\r\n orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitOrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitOrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitOrgUnitStatusEnum!]\r\n vendorCode: String\r\n vendorCode_not: String\r\n vendorCode_in: [String!]\r\n vendorCode_not_in: [String!]\r\n vendorCode_lt: String\r\n vendorCode_lte: String\r\n vendorCode_gt: String\r\n vendorCode_gte: String\r\n vendorCode_contains: String\r\n vendorCode_not_contains: String\r\n vendorCode_starts_with: String\r\n vendorCode_not_starts_with: String\r\n vendorCode_ends_with: String\r\n vendorCode_not_ends_with: String\r\n companyStandard: OrgUnitCompanyStandardEnum\r\n companyStandard_not: OrgUnitCompanyStandardEnum\r\n companyStandard_in: [OrgUnitCompanyStandardEnum!]\r\n companyStandard_not_in: [OrgUnitCompanyStandardEnum!]\r\n numberofprovidedTechnologies: Int\r\n numberofprovidedTechnologies_not: Int\r\n numberofprovidedTechnologies_in: [Int!]\r\n numberofprovidedTechnologies_not_in: [Int!]\r\n numberofprovidedTechnologies_lt: Int\r\n numberofprovidedTechnologies_lte: Int\r\n numberofprovidedTechnologies_gt: Int\r\n numberofprovidedTechnologies_gte: Int\r\n numberofusingapplicationsVendor: Int\r\n numberofusingapplicationsVendor_not: Int\r\n numberofusingapplicationsVendor_in: [Int!]\r\n numberofusingapplicationsVendor_not_in: [Int!]\r\n numberofusingapplicationsVendor_lt: Int\r\n numberofusingapplicationsVendor_lte: Int\r\n numberofusingapplicationsVendor_gt: Int\r\n numberofusingapplicationsVendor_gte: Int\r\n numberofusedTechnologies: Int\r\n numberofusedTechnologies_not: Int\r\n numberofusedTechnologies_in: [Int!]\r\n numberofusedTechnologies_not_in: [Int!]\r\n numberofusedTechnologies_lt: Int\r\n numberofusedTechnologies_lte: Int\r\n numberofusedTechnologies_gt: Int\r\n numberofusedTechnologies_gte: Int\r\n technopediaStreet: String\r\n technopediaStreet_not: String\r\n technopediaStreet_in: [String!]\r\n technopediaStreet_not_in: [String!]\r\n technopediaStreet_lt: String\r\n technopediaStreet_lte: String\r\n technopediaStreet_gt: String\r\n technopediaStreet_gte: String\r\n technopediaStreet_contains: String\r\n technopediaStreet_not_contains: String\r\n technopediaStreet_starts_with: String\r\n technopediaStreet_not_starts_with: String\r\n technopediaStreet_ends_with: String\r\n technopediaStreet_not_ends_with: String\r\n technopediaCity: String\r\n technopediaCity_not: String\r\n technopediaCity_in: [String!]\r\n technopediaCity_not_in: [String!]\r\n technopediaCity_lt: String\r\n technopediaCity_lte: String\r\n technopediaCity_gt: String\r\n technopediaCity_gte: String\r\n technopediaCity_contains: String\r\n technopediaCity_not_contains: String\r\n technopediaCity_starts_with: String\r\n technopediaCity_not_starts_with: String\r\n technopediaCity_ends_with: String\r\n technopediaCity_not_ends_with: String\r\n technopediaState: String\r\n technopediaState_not: String\r\n technopediaState_in: [String!]\r\n technopediaState_not_in: [String!]\r\n technopediaState_lt: String\r\n technopediaState_lte: String\r\n technopediaState_gt: String\r\n technopediaState_gte: String\r\n technopediaState_contains: String\r\n technopediaState_not_contains: String\r\n technopediaState_starts_with: String\r\n technopediaState_not_starts_with: String\r\n technopediaState_ends_with: String\r\n technopediaState_not_ends_with: String\r\n technopediaZip: String\r\n technopediaZip_not: String\r\n technopediaZip_in: [String!]\r\n technopediaZip_not_in: [String!]\r\n technopediaZip_lt: String\r\n technopediaZip_lte: String\r\n technopediaZip_gt: String\r\n technopediaZip_gte: String\r\n technopediaZip_contains: String\r\n technopediaZip_not_contains: String\r\n technopediaZip_starts_with: String\r\n technopediaZip_not_starts_with: String\r\n technopediaZip_ends_with: String\r\n technopediaZip_not_ends_with: String\r\n technopediaCountry: String\r\n technopediaCountry_not: String\r\n technopediaCountry_in: [String!]\r\n technopediaCountry_not_in: [String!]\r\n technopediaCountry_lt: String\r\n technopediaCountry_lte: String\r\n technopediaCountry_gt: String\r\n technopediaCountry_gte: String\r\n technopediaCountry_contains: String\r\n technopediaCountry_not_contains: String\r\n technopediaCountry_starts_with: String\r\n technopediaCountry_not_starts_with: String\r\n technopediaCountry_ends_with: String\r\n technopediaCountry_not_ends_with: String\r\n technopediaTier: Int\r\n technopediaTier_not: Int\r\n technopediaTier_in: [Int!]\r\n technopediaTier_not_in: [Int!]\r\n technopediaTier_lt: Int\r\n technopediaTier_lte: Int\r\n technopediaTier_gt: Int\r\n technopediaTier_gte: Int\r\n technopediaLegal: String\r\n technopediaLegal_not: String\r\n technopediaLegal_in: [String!]\r\n technopediaLegal_not_in: [String!]\r\n technopediaLegal_lt: String\r\n technopediaLegal_lte: String\r\n technopediaLegal_gt: String\r\n technopediaLegal_gte: String\r\n technopediaLegal_contains: String\r\n technopediaLegal_not_contains: String\r\n technopediaLegal_starts_with: String\r\n technopediaLegal_not_starts_with: String\r\n technopediaLegal_ends_with: String\r\n technopediaLegal_not_ends_with: String\r\n technopediaProfitsperyear: String\r\n technopediaProfitsperyear_not: String\r\n technopediaProfitsperyear_in: [String!]\r\n technopediaProfitsperyear_not_in: [String!]\r\n technopediaProfitsperyear_lt: String\r\n technopediaProfitsperyear_lte: String\r\n technopediaProfitsperyear_gt: String\r\n technopediaProfitsperyear_gte: String\r\n technopediaProfitsperyear_contains: String\r\n technopediaProfitsperyear_not_contains: String\r\n technopediaProfitsperyear_starts_with: String\r\n technopediaProfitsperyear_not_starts_with: String\r\n technopediaProfitsperyear_ends_with: String\r\n technopediaProfitsperyear_not_ends_with: String\r\n technopediaProfitsdate: Date\r\n technopediaProfitsdate_not: Date\r\n technopediaProfitsdate_in: [Date!]\r\n technopediaProfitsdate_not_in: [Date!]\r\n technopediaProfitsdate_lt: Date\r\n technopediaProfitsdate_lte: Date\r\n technopediaProfitsdate_gt: Date\r\n technopediaProfitsdate_gte: Date\r\n technopediaDateacquired: Date\r\n technopediaDateacquired_not: Date\r\n technopediaDateacquired_in: [Date!]\r\n technopediaDateacquired_not_in: [Date!]\r\n technopediaDateacquired_lt: Date\r\n technopediaDateacquired_lte: Date\r\n technopediaDateacquired_gt: Date\r\n technopediaDateacquired_gte: Date\r\n technopediaEmployees: Int\r\n technopediaEmployees_not: Int\r\n technopediaEmployees_in: [Int!]\r\n technopediaEmployees_not_in: [Int!]\r\n technopediaEmployees_lt: Int\r\n technopediaEmployees_lte: Int\r\n technopediaEmployees_gt: Int\r\n technopediaEmployees_gte: Int\r\n technopediaEmployeesDate: Date\r\n technopediaEmployeesDate_not: Date\r\n technopediaEmployeesDate_in: [Date!]\r\n technopediaEmployeesDate_not_in: [Date!]\r\n technopediaEmployeesDate_lt: Date\r\n technopediaEmployeesDate_lte: Date\r\n technopediaEmployeesDate_gt: Date\r\n technopediaEmployeesDate_gte: Date\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 technopediaFiscalenddate: Date\r\n technopediaFiscalenddate_not: Date\r\n technopediaFiscalenddate_in: [Date!]\r\n technopediaFiscalenddate_not_in: [Date!]\r\n technopediaFiscalenddate_lt: Date\r\n technopediaFiscalenddate_lte: Date\r\n technopediaFiscalenddate_gt: Date\r\n technopediaFiscalenddate_gte: Date\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 businessDocument_AttachedDocument_some: [OrgUnitFilter!]\r\n businessDocument_ReferredtoDocument_some: [OrgUnitFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [OrgUnitFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [OrgUnitFilter!]\r\n orgUnitMember_PersonSystem_some: [OrgUnitFilter!]\r\n organizationalUnitOwner_PersonSystem_some: [OrgUnitFilter!]\r\n orgUnitDesigner_PersonSystem_some: [OrgUnitFilter!]\r\n riskandControlAssessor_PersonSystem_some: [OrgUnitFilter!]\r\n assessmentSession_some: [OrgUnitFilter!]\r\n questionGroup_some: [OrgUnitFilter!]\r\n businessRole_Propertycontained_some: [OrgUnitFilter!]\r\n uniqueValue_Propertycontained_some: [OrgUnitFilter!]\r\n assessedCharacteristics_Propertycontained_some: [OrgUnitFilter!]\r\n multipleValue_Propertycontained_some: [OrgUnitFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [OrgUnitFilter!]\r\n assessmentNode_ContextOf_some: [OrgUnitFilter!]\r\n assessmentNode_some: [OrgUnitFilter!]\r\n}\r\n\r\nenum OrgUnitInternalExternalEnum {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum OrgUnitLevelEnumFilter {\r\n Division\r\n Department\r\n Service\r\n}\r\n\r\nenum OrgUnitOrgUnitActivityEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum OrgUnitOrgUnitLevelEnum {\r\n Division\r\n Department\r\n Service\r\n}\r\n\r\nenum OrgUnitOrgUnitStatusEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrgUnitOrgUnitTypeEnum {\r\n Agency\r\n Vendor\r\n Manager\r\n Generic\r\n Institute\r\n Company\r\n Structure\r\n Function\r\n}\r\n\r\nenum OrgUnitStatusEnumFilter {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrgUnitTechnopediaDeletereasonEnum {\r\n Duplicate\r\n Inaccurate\r\n}\r\n\r\nenum OrgUnitTechnopediaObjectdeletionEnum {\r\n Deleted\r\n Tobedeleted\r\n}\r\n\r\nenum OrgUnitTypeEnumFilter {\r\n Agency\r\n Vendor\r\n Manager\r\n Generic\r\n Institute\r\n Company\r\n Structure\r\n Function\r\n}\r\n\r\nenum OutputLogicEnumFilter {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum ParameterValueAttributionModeEnumFilter {\r\n GenericObject\r\n GenericObjectsystem\r\n Value\r\n Macro\r\n}\r\n\r\nenum PerformanceBAEnumFilter {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\n# A Person is defined by her his name and email.A Person can access HOPEX as soon\r\n# as the Administrator assigns her him a connection identifier (Login) and a profile. \r\ntype PersonSystem {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n usercode: String\r\n commandLine: String\r\n windowsLogin: String\r\n scciUserName: String\r\n email: String\r\n castToken: String\r\n belongstoapersongroup: Boolean\r\n dataLanguage: String\r\n phoneNumber: String\r\n cASTHighlightID: Int\r\n initials: String\r\n validPerson: PersonSystemValidPersonEnum\r\n initialNumberofComplianceAudits: Int\r\n initialNumberofEfficiencyAudits: Int\r\n initialNumberofComplianceAuditActivities: Int\r\n initialNumberofEfficiencyAuditActivities: Int\r\n numberofExecutedComplianceAudits: Int\r\n numberofExecutedEfficiencyAudits: Int\r\n numberofExecutedComplianceAuditActivities: Int\r\n numberofExecutedEfficiencyAuditActivities: Int\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n otherParticipantinAudit_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n auditee_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n auditorinAudit_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n leadAuditor_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n mainAuditee_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n leadController_Test(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n mainControlCorrespondent_Test(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n otherParticipantinTest_Test(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n controllerinTest_Test(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n testee_Test(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaignOwner_AssessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n riskResponsible_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskOwner_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskAccountable_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskConsulted_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskInformed_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSessionResponsible_AssessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n controlOwner_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlAccountable_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlConsulted_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlInformed_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlResponsible_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testActivityOwner_TestActivity(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n localApplicationOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n softwareDesigner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n iTOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n businessOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n localFinancialController_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnitMember_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n organizationalUnitOwner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n orgUnitDesigner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n riskandControlAssessor_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcessAccountable_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcessInformed_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcessConsulted_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcessDesigner_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcessResponsible_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcessOwner_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n gPDRActivityOwner_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n riskandControlAssessor_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentSignatory(filter: filterAssessmentSignatory, orderBy: [orderByAssessmentSignatory]): [AssessmentSignatory]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n}\r\n\r\ninput PersonSystemFilter {\r\n and: [PersonSystemFilter!]\r\n or: [PersonSystemFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 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 windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String!]\r\n windowsLogin_not_in: [String!]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\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 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 castToken: String\r\n castToken_not: String\r\n castToken_in: [String!]\r\n castToken_not_in: [String!]\r\n castToken_lt: String\r\n castToken_lte: String\r\n castToken_gt: String\r\n castToken_gte: String\r\n castToken_contains: String\r\n castToken_not_contains: String\r\n castToken_starts_with: String\r\n castToken_not_starts_with: String\r\n castToken_ends_with: String\r\n castToken_not_ends_with: String\r\n belongstoapersongroup: Boolean\r\n belongstoapersongroup_not: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_lt: String\r\n dataLanguage_lte: String\r\n dataLanguage_gt: String\r\n dataLanguage_gte: String\r\n dataLanguage_contains: String\r\n dataLanguage_not_contains: String\r\n dataLanguage_starts_with: String\r\n dataLanguage_not_starts_with: String\r\n dataLanguage_ends_with: String\r\n dataLanguage_not_ends_with: String\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 cASTHighlightID: Int\r\n cASTHighlightID_not: Int\r\n cASTHighlightID_in: [Int!]\r\n cASTHighlightID_not_in: [Int!]\r\n cASTHighlightID_lt: Int\r\n cASTHighlightID_lte: Int\r\n cASTHighlightID_gt: Int\r\n cASTHighlightID_gte: Int\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 validPerson: PersonSystemValidPersonEnum\r\n validPerson_not: PersonSystemValidPersonEnum\r\n validPerson_in: [PersonSystemValidPersonEnum!]\r\n validPerson_not_in: [PersonSystemValidPersonEnum!]\r\n initialNumberofComplianceAudits: Int\r\n initialNumberofComplianceAudits_not: Int\r\n initialNumberofComplianceAudits_in: [Int!]\r\n initialNumberofComplianceAudits_not_in: [Int!]\r\n initialNumberofComplianceAudits_lt: Int\r\n initialNumberofComplianceAudits_lte: Int\r\n initialNumberofComplianceAudits_gt: Int\r\n initialNumberofComplianceAudits_gte: Int\r\n initialNumberofEfficiencyAudits: Int\r\n initialNumberofEfficiencyAudits_not: Int\r\n initialNumberofEfficiencyAudits_in: [Int!]\r\n initialNumberofEfficiencyAudits_not_in: [Int!]\r\n initialNumberofEfficiencyAudits_lt: Int\r\n initialNumberofEfficiencyAudits_lte: Int\r\n initialNumberofEfficiencyAudits_gt: Int\r\n initialNumberofEfficiencyAudits_gte: Int\r\n initialNumberofComplianceAuditActivities: Int\r\n initialNumberofComplianceAuditActivities_not: Int\r\n initialNumberofComplianceAuditActivities_in: [Int!]\r\n initialNumberofComplianceAuditActivities_not_in: [Int!]\r\n initialNumberofComplianceAuditActivities_lt: Int\r\n initialNumberofComplianceAuditActivities_lte: Int\r\n initialNumberofComplianceAuditActivities_gt: Int\r\n initialNumberofComplianceAuditActivities_gte: Int\r\n initialNumberofEfficiencyAuditActivities: Int\r\n initialNumberofEfficiencyAuditActivities_not: Int\r\n initialNumberofEfficiencyAuditActivities_in: [Int!]\r\n initialNumberofEfficiencyAuditActivities_not_in: [Int!]\r\n initialNumberofEfficiencyAuditActivities_lt: Int\r\n initialNumberofEfficiencyAuditActivities_lte: Int\r\n initialNumberofEfficiencyAuditActivities_gt: Int\r\n initialNumberofEfficiencyAuditActivities_gte: Int\r\n numberofExecutedComplianceAudits: Int\r\n numberofExecutedComplianceAudits_not: Int\r\n numberofExecutedComplianceAudits_in: [Int!]\r\n numberofExecutedComplianceAudits_not_in: [Int!]\r\n numberofExecutedComplianceAudits_lt: Int\r\n numberofExecutedComplianceAudits_lte: Int\r\n numberofExecutedComplianceAudits_gt: Int\r\n numberofExecutedComplianceAudits_gte: Int\r\n numberofExecutedEfficiencyAudits: Int\r\n numberofExecutedEfficiencyAudits_not: Int\r\n numberofExecutedEfficiencyAudits_in: [Int!]\r\n numberofExecutedEfficiencyAudits_not_in: [Int!]\r\n numberofExecutedEfficiencyAudits_lt: Int\r\n numberofExecutedEfficiencyAudits_lte: Int\r\n numberofExecutedEfficiencyAudits_gt: Int\r\n numberofExecutedEfficiencyAudits_gte: Int\r\n numberofExecutedComplianceAuditActivities: Int\r\n numberofExecutedComplianceAuditActivities_not: Int\r\n numberofExecutedComplianceAuditActivities_in: [Int!]\r\n numberofExecutedComplianceAuditActivities_not_in: [Int!]\r\n numberofExecutedComplianceAuditActivities_lt: Int\r\n numberofExecutedComplianceAuditActivities_lte: Int\r\n numberofExecutedComplianceAuditActivities_gt: Int\r\n numberofExecutedComplianceAuditActivities_gte: Int\r\n numberofExecutedEfficiencyAuditActivities: Int\r\n numberofExecutedEfficiencyAuditActivities_not: Int\r\n numberofExecutedEfficiencyAuditActivities_in: [Int!]\r\n numberofExecutedEfficiencyAuditActivities_not_in: [Int!]\r\n numberofExecutedEfficiencyAuditActivities_lt: Int\r\n numberofExecutedEfficiencyAuditActivities_lte: Int\r\n numberofExecutedEfficiencyAuditActivities_gt: Int\r\n numberofExecutedEfficiencyAuditActivities_gte: Int\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 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 otherParticipantinAudit_Audit_some: [PersonSystemFilter!]\r\n auditee_Audit_some: [PersonSystemFilter!]\r\n auditorinAudit_Audit_some: [PersonSystemFilter!]\r\n leadAuditor_Audit_some: [PersonSystemFilter!]\r\n mainAuditee_Audit_some: [PersonSystemFilter!]\r\n leadController_Test_some: [PersonSystemFilter!]\r\n mainControlCorrespondent_Test_some: [PersonSystemFilter!]\r\n otherParticipantinTest_Test_some: [PersonSystemFilter!]\r\n controllerinTest_Test_some: [PersonSystemFilter!]\r\n testee_Test_some: [PersonSystemFilter!]\r\n assessmentCampaignOwner_AssessmentCampaign_some: [PersonSystemFilter!]\r\n riskResponsible_Risk_some: [PersonSystemFilter!]\r\n riskOwner_Risk_some: [PersonSystemFilter!]\r\n riskAccountable_Risk_some: [PersonSystemFilter!]\r\n riskConsulted_Risk_some: [PersonSystemFilter!]\r\n riskInformed_Risk_some: [PersonSystemFilter!]\r\n assessmentSessionResponsible_AssessmentSession_some: [PersonSystemFilter!]\r\n controlOwner_Control_some: [PersonSystemFilter!]\r\n controlAccountable_Control_some: [PersonSystemFilter!]\r\n controlConsulted_Control_some: [PersonSystemFilter!]\r\n controlInformed_Control_some: [PersonSystemFilter!]\r\n controlResponsible_Control_some: [PersonSystemFilter!]\r\n testActivityOwner_TestActivity_some: [PersonSystemFilter!]\r\n localApplicationOwner_Application_some: [PersonSystemFilter!]\r\n softwareDesigner_Application_some: [PersonSystemFilter!]\r\n iTOwner_Application_some: [PersonSystemFilter!]\r\n businessOwner_Application_some: [PersonSystemFilter!]\r\n localFinancialController_Application_some: [PersonSystemFilter!]\r\n orgUnitMember_OrgUnit_some: [PersonSystemFilter!]\r\n organizationalUnitOwner_OrgUnit_some: [PersonSystemFilter!]\r\n orgUnitDesigner_OrgUnit_some: [PersonSystemFilter!]\r\n riskandControlAssessor_OrgUnit_some: [PersonSystemFilter!]\r\n businessProcessAccountable_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessInformed_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessConsulted_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessDesigner_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessResponsible_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessOwner_BusinessProcess_some: [PersonSystemFilter!]\r\n gPDRActivityOwner_BusinessProcess_some: [PersonSystemFilter!]\r\n riskandControlAssessor_BusinessProcess_some: [PersonSystemFilter!]\r\n assessmentSignatory_some: [PersonSystemFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [PersonSystemFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [PersonSystemFilter!]\r\n}\r\n\r\nenum PersonSystemValidPersonEnum {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n\r\nenum PhysicalStorageEnumFilter {\r\n Default\r\n FKMetaAssociation\r\n Encrypted\r\n}\r\n\r\n# A plan groups a set of audit, tests or compliance tests realised during a specific period defined by a campaign calendar.\r\ntype Plan {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n description: String\r\n currentAuditPlan: Boolean\r\n planStatus: PlanPlanStatusEnum\r\n planNature: PlanPlanNatureEnum\r\n planBeginDate: Date\r\n planEndDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentCampaign(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n}\r\n\r\ninput PlanFilter {\r\n and: [PlanFilter!]\r\n or: [PlanFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n currentAuditPlan: Boolean\r\n currentAuditPlan_not: Boolean\r\n planStatus: PlanPlanStatusEnum\r\n planStatus_not: PlanPlanStatusEnum\r\n planStatus_in: [PlanPlanStatusEnum!]\r\n planStatus_not_in: [PlanPlanStatusEnum!]\r\n planNature: PlanPlanNatureEnum\r\n planNature_not: PlanPlanNatureEnum\r\n planNature_in: [PlanPlanNatureEnum!]\r\n planNature_not_in: [PlanPlanNatureEnum!]\r\n planBeginDate: Date\r\n planBeginDate_not: Date\r\n planBeginDate_in: [Date!]\r\n planBeginDate_not_in: [Date!]\r\n planBeginDate_lt: Date\r\n planBeginDate_lte: Date\r\n planBeginDate_gt: Date\r\n planBeginDate_gte: Date\r\n planEndDate: Date\r\n planEndDate_not: Date\r\n planEndDate_in: [Date!]\r\n planEndDate_not_in: [Date!]\r\n planEndDate_lt: Date\r\n planEndDate_lte: Date\r\n planEndDate_gt: Date\r\n planEndDate_gte: Date\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 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 businessRole_Propertycontained_some: [PlanFilter!]\r\n uniqueValue_Propertycontained_some: [PlanFilter!]\r\n assessedCharacteristics_Propertycontained_some: [PlanFilter!]\r\n multipleValue_Propertycontained_some: [PlanFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [PlanFilter!]\r\n assessmentCampaign_some: [PlanFilter!]\r\n}\r\n\r\nenum PlanNatureEnumFilter {\r\n MixedAuditCompliance\r\n MixedICCompliance\r\n MixedAuditComplianceIC\r\n Compliance\r\n Audit\r\n Test\r\n MixedAuditIC\r\n}\r\n\r\nenum PlanPlanNatureEnum {\r\n MixedAuditCompliance\r\n MixedICCompliance\r\n MixedAuditComplianceIC\r\n Compliance\r\n Audit\r\n Test\r\n MixedAuditIC\r\n}\r\n\r\nenum PlanPlanStatusEnum {\r\n Potential\r\n InProgress\r\n Template\r\n Closed\r\n}\r\n\r\nenum PlanStatusEnumFilter {\r\n Potential\r\n InProgress\r\n Template\r\n Closed\r\n}\r\n\r\n# Defines a possible answer value for a unique answer. Only unique answers of\r\n# Enumeration type are associated with possible answer values. \r\ntype PossibleAnswerValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n internalValue: String\r\n rGBColor: Int\r\n answerValue: Float\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessRole_Property(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Property(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Property(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Property(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Property(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n uniqueValue(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n}\r\n\r\ninput PossibleAnswerValueFilter {\r\n and: [PossibleAnswerValueFilter!]\r\n or: [PossibleAnswerValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalValue: String\r\n internalValue_not: String\r\n internalValue_in: [String!]\r\n internalValue_not_in: [String!]\r\n internalValue_lt: String\r\n internalValue_lte: String\r\n internalValue_gt: String\r\n internalValue_gte: String\r\n internalValue_contains: String\r\n internalValue_not_contains: String\r\n internalValue_starts_with: String\r\n internalValue_not_starts_with: String\r\n internalValue_ends_with: String\r\n internalValue_not_ends_with: String\r\n rGBColor: Int\r\n rGBColor_not: Int\r\n rGBColor_in: [Int!]\r\n rGBColor_not_in: [Int!]\r\n rGBColor_lt: Int\r\n rGBColor_lte: Int\r\n rGBColor_gt: Int\r\n rGBColor_gte: Int\r\n answerValue: Float\r\n answerValue_not: Float\r\n answerValue_in: [Float!]\r\n answerValue_not_in: [Float!]\r\n answerValue_lt: Float\r\n answerValue_lte: Float\r\n answerValue_gt: Float\r\n answerValue_gte: Float\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 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 businessRole_Property_some: [PossibleAnswerValueFilter!]\r\n uniqueValue_Property_some: [PossibleAnswerValueFilter!]\r\n assessedCharacteristics_Property_some: [PossibleAnswerValueFilter!]\r\n multipleValue_Property_some: [PossibleAnswerValueFilter!]\r\n assessmentDeploymentCollection_Property_some: [PossibleAnswerValueFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [PossibleAnswerValueFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [PossibleAnswerValueFilter!]\r\n uniqueValue_some: [PossibleAnswerValueFilter!]\r\n}\r\n\r\nenum PresentationModeEnumFilter {\r\n Allobjectstoassessinthesamepage\r\n Selectobjectandcontextfromalist\r\n Eachassessedobjectandcontextintheirpage\r\n Groupbyassessedobject\r\n Groupbyassessmentcontext\r\n}\r\n\r\nenum ProgressionEnumFilter {\r\n Completed\r\n Started\r\n Notstarted\r\n}\r\n\r\ntype Query {\r\n _currentContext: ContextType\r\n metaAttribute(filter: MetaAttributeFilter, skip: Int, take: Int, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n personSystem(filter: PersonSystemFilter, skip: Int, take: Int, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, skip: Int, take: Int, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n businessRole(filter: BusinessRoleFilter, skip: Int, take: Int, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n assessmentNode(filter: AssessmentNodeFilter, skip: Int, take: Int, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n reduction(filter: ReductionFilter, skip: Int, take: Int, orderBy: [orderByReduction]): [Reduction]\r\n workPaper(filter: WorkPaperFilter, skip: Int, take: Int, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n audit(filter: AuditFilter, skip: Int, take: Int, orderBy: [orderByAudit]): [Audit]\r\n scoringRule(filter: ScoringRuleFilter, skip: Int, take: Int, orderBy: [orderByScoringRule]): [ScoringRule]\r\n aggregationRule(filter: AggregationRuleFilter, skip: Int, take: Int, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n assessmentSignatory(filter: AssessmentSignatoryFilter, skip: Int, take: Int, orderBy: [orderByAssessmentSignatory]): [AssessmentSignatory]\r\n distribution(filter: DistributionFilter, skip: Int, take: Int, orderBy: [orderByDistribution]): [Distribution]\r\n plan(filter: PlanFilter, skip: Int, take: Int, orderBy: [orderByPlan]): [Plan]\r\n businessLine(filter: BusinessLineFilter, skip: Int, take: Int, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n metaTest(filter: MetaTestFilter, skip: Int, take: Int, orderBy: [orderByMetaTest]): [MetaTest]\r\n uniqueValue(filter: UniqueValueFilter, skip: Int, take: Int, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics(filter: AssessedCharacteristicsFilter, skip: Int, take: Int, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n aggregationStepGroup(filter: AggregationStepGroupFilter, skip: Int, take: Int, orderBy: [orderByAggregationStepGroup]): [AggregationStepGroup]\r\n test(filter: TestFilter, skip: Int, take: Int, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign(filter: AssessmentCampaignFilter, skip: Int, take: Int, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n multipleValue(filter: MultipleValueFilter, skip: Int, take: Int, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n risk(filter: RiskFilter, skip: Int, take: Int, orderBy: [orderByRisk]): [Risk]\r\n businessDocument(filter: BusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentTemplate(filter: AssessmentTemplateFilter, skip: Int, take: Int, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n assessmentSession(filter: AssessmentSessionFilter, skip: Int, take: Int, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n aggregationSchema(filter: AggregationSchemaFilter, skip: Int, take: Int, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n assessedCharacteristicValue(filter: AssessedCharacteristicValueFilter, skip: Int, take: Int, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n substitutionAssessment(filter: SubstitutionAssessmentFilter, skip: Int, take: Int, orderBy: [orderBySubstitutionAssessment]): [SubstitutionAssessment]\r\n questionnaire(filter: QuestionnaireFilter, skip: Int, take: Int, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n folderofAssessmentSessions(filter: FolderofAssessmentSessionsFilter, skip: Int, take: Int, orderBy: [orderByFolderofAssessmentSessions]): [FolderofAssessmentSessions]\r\n possibleAnswerValue(filter: PossibleAnswerValueFilter, skip: Int, take: Int, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n questionnaireTemplate(filter: QuestionnaireTemplateFilter, skip: Int, take: Int, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n questionGroup(filter: QuestionGroupFilter, skip: Int, take: Int, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n question(filter: QuestionFilter, skip: Int, take: Int, orderBy: [orderByQuestion]): [Question]\r\n issue(filter: IssueFilter, skip: Int, take: Int, orderBy: [orderByIssue]): [Issue]\r\n macro(filter: MacroFilter, skip: Int, take: Int, orderBy: [orderByMacro]): [Macro]\r\n assessmentDeploymentQueryParameterValue(filter: AssessmentDeploymentQueryParameterValueFilter, skip: Int, take: Int, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n control(filter: ControlFilter, skip: Int, take: Int, orderBy: [orderByControl]): [Control]\r\n testTheme(filter: TestThemeFilter, skip: Int, take: Int, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity(filter: TestActivityFilter, skip: Int, take: Int, orderBy: [orderByTestActivity]): [TestActivity]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n documentCategory(filter: DocumentCategoryFilter, skip: Int, take: Int, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n questionnaireTemplatePresentation(filter: QuestionnaireTemplatePresentationFilter, skip: Int, take: Int, orderBy: [orderByQuestionnaireTemplatePresentation]): [QuestionnaireTemplatePresentation]\r\n businessDocumentVersion(filter: BusinessDocumentVersionFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n application(filter: ApplicationFilter, skip: Int, take: Int, orderBy: [orderByApplication]): [Application]\r\n orgUnit(filter: OrgUnitFilter, skip: Int, take: Int, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation(filter: AssessmentAggregationFilter, skip: Int, take: Int, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess(filter: BusinessProcessFilter, skip: Int, take: Int, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentDeploymentCollection(filter: AssessmentDeploymentCollectionFilter, skip: Int, take: Int, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n}\r\n\r\n# Defines the question to be displayed in the questionnaire. A question can be\r\n# associated with a test conditioning its display or its mandatory aspect. It can\r\n# use a document or an external reference to provide more detailed information.\r\ntype Question {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n questionType: QuestionQuestionTypeEnum\r\n mandatoryElement: QuestionMandatoryElementEnum\r\n delegationAllowed: QuestionDelegationAllowedEnum\r\n titleText: String\r\n minimumnumberofanswers: Int\r\n maximumnumberofanswers: Int\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n metaTest_Condition(filter: filterMetaTest, orderBy: [orderByMetaTest]): [MetaTest]\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n uniqueValue_Answer(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n multipleValue_Answer(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n}\r\n\r\nenum QuestionCommentDisplayEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum QuestionDelegationAllowedEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput QuestionFilter {\r\n and: [QuestionFilter!]\r\n or: [QuestionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n questionType: QuestionQuestionTypeEnum\r\n questionType_not: QuestionQuestionTypeEnum\r\n questionType_in: [QuestionQuestionTypeEnum!]\r\n questionType_not_in: [QuestionQuestionTypeEnum!]\r\n mandatoryElement: QuestionMandatoryElementEnum\r\n mandatoryElement_not: QuestionMandatoryElementEnum\r\n mandatoryElement_in: [QuestionMandatoryElementEnum!]\r\n mandatoryElement_not_in: [QuestionMandatoryElementEnum!]\r\n delegationAllowed: QuestionDelegationAllowedEnum\r\n delegationAllowed_not: QuestionDelegationAllowedEnum\r\n delegationAllowed_in: [QuestionDelegationAllowedEnum!]\r\n delegationAllowed_not_in: [QuestionDelegationAllowedEnum!]\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String!]\r\n titleText_not_in: [String!]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n minimumnumberofanswers: Int\r\n minimumnumberofanswers_not: Int\r\n minimumnumberofanswers_in: [Int!]\r\n minimumnumberofanswers_not_in: [Int!]\r\n minimumnumberofanswers_lt: Int\r\n minimumnumberofanswers_lte: Int\r\n minimumnumberofanswers_gt: Int\r\n minimumnumberofanswers_gte: Int\r\n maximumnumberofanswers: Int\r\n maximumnumberofanswers_not: Int\r\n maximumnumberofanswers_in: [Int!]\r\n maximumnumberofanswers_not_in: [Int!]\r\n maximumnumberofanswers_lt: Int\r\n maximumnumberofanswers_lte: Int\r\n maximumnumberofanswers_gt: Int\r\n maximumnumberofanswers_gte: Int\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [QuestionFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [QuestionFilter!]\r\n metaTest_Condition_some: [QuestionFilter!]\r\n questionnaireTemplate_some: [QuestionFilter!]\r\n questionGroup_some: [QuestionFilter!]\r\n uniqueValue_Answer_some: [QuestionFilter!]\r\n multipleValue_Answer_some: [QuestionFilter!]\r\n}\r\n\r\n# The question group defines a set of questions presented in groups. Questions are created and ordered in the question group.\r\ntype QuestionGroup {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n specific: Boolean\r\n delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n titleText: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n workPaper_ElementwithQuestionGroup(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n businessLine_ElementwithQuestionGroup(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n risk_ElementwithQuestionGroup(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_ElementwithQuestionGroup(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_ElementwithQuestionGroup(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithQuestionGroup(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_ElementwithQuestionGroup(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\nenum QuestionGroupDelegationAllowedEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput QuestionGroupFilter {\r\n and: [QuestionGroupFilter!]\r\n or: [QuestionGroupFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n specific: Boolean\r\n specific_not: Boolean\r\n delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n delegationAllowed_not: QuestionGroupDelegationAllowedEnum\r\n delegationAllowed_in: [QuestionGroupDelegationAllowedEnum!]\r\n delegationAllowed_not_in: [QuestionGroupDelegationAllowedEnum!]\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String!]\r\n titleText_not_in: [String!]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\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 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 workPaper_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n businessLine_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n risk_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n control_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n application_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n orgUnit_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n businessProcess_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [QuestionGroupFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [QuestionGroupFilter!]\r\n scoringRule_some: [QuestionGroupFilter!]\r\n questionnaireTemplate_some: [QuestionGroupFilter!]\r\n question_some: [QuestionGroupFilter!]\r\n}\r\n\r\nenum QuestionMandatoryElementEnum {\r\n Yes\r\n No\r\n}\r\n\r\n# An assessment questionnaire is a list of questions relating to a particular\r\n# object and addressed to assessors. The questionnaire of an assessor groups in a\r\n# single form the questions for objects he she must assess, with assessment\r\n# contexts and possible assignments if required.\r\ntype Questionnaire {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n assessmentmode: QuestionnaireAssessmentmodeEnum\r\n closureDate: Date\r\n formStatus: QuestionnaireFormStatusEnum\r\n lastUpdate: Date\r\n dataCallDisplayMode: QuestionnaireDataCallDisplayModeEnum\r\n technicalFormStatus: QuestionnaireTechnicalFormStatusEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n issue(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n assessmentSignatory(filter: filterAssessmentSignatory, orderBy: [orderByAssessmentSignatory]): [AssessmentSignatory]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n}\r\n\r\nenum QuestionnaireAssessmentmodeEnum {\r\n DataCall\r\n ExpertAssessment\r\n AssessmentSession\r\n}\r\n\r\nenum QuestionnaireDataCallDisplayModeEnum {\r\n Displaypropertiesinpage\r\n Displaypropertiesincolumns\r\n}\r\n\r\ninput QuestionnaireFilter {\r\n and: [QuestionnaireFilter!]\r\n or: [QuestionnaireFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n assessmentmode: QuestionnaireAssessmentmodeEnum\r\n assessmentmode_not: QuestionnaireAssessmentmodeEnum\r\n assessmentmode_in: [QuestionnaireAssessmentmodeEnum!]\r\n assessmentmode_not_in: [QuestionnaireAssessmentmodeEnum!]\r\n closureDate: Date\r\n closureDate_not: Date\r\n closureDate_in: [Date!]\r\n closureDate_not_in: [Date!]\r\n closureDate_lt: Date\r\n closureDate_lte: Date\r\n closureDate_gt: Date\r\n closureDate_gte: Date\r\n formStatus: QuestionnaireFormStatusEnum\r\n formStatus_not: QuestionnaireFormStatusEnum\r\n formStatus_in: [QuestionnaireFormStatusEnum!]\r\n formStatus_not_in: [QuestionnaireFormStatusEnum!]\r\n lastUpdate: Date\r\n lastUpdate_not: Date\r\n lastUpdate_in: [Date!]\r\n lastUpdate_not_in: [Date!]\r\n lastUpdate_lt: Date\r\n lastUpdate_lte: Date\r\n lastUpdate_gt: Date\r\n lastUpdate_gte: Date\r\n dataCallDisplayMode: QuestionnaireDataCallDisplayModeEnum\r\n dataCallDisplayMode_not: QuestionnaireDataCallDisplayModeEnum\r\n dataCallDisplayMode_in: [QuestionnaireDataCallDisplayModeEnum!]\r\n dataCallDisplayMode_not_in: [QuestionnaireDataCallDisplayModeEnum!]\r\n technicalFormStatus: QuestionnaireTechnicalFormStatusEnum\r\n technicalFormStatus_not: QuestionnaireTechnicalFormStatusEnum\r\n technicalFormStatus_in: [QuestionnaireTechnicalFormStatusEnum!]\r\n technicalFormStatus_not_in: [QuestionnaireTechnicalFormStatusEnum!]\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 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 businessDocument_AttachedDocument_some: [QuestionnaireFilter!]\r\n businessDocument_ReferredtoDocument_some: [QuestionnaireFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [QuestionnaireFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [QuestionnaireFilter!]\r\n issue_some: [QuestionnaireFilter!]\r\n assessmentSignatory_some: [QuestionnaireFilter!]\r\n businessRole_Propertycontained_some: [QuestionnaireFilter!]\r\n uniqueValue_Propertycontained_some: [QuestionnaireFilter!]\r\n assessedCharacteristics_Propertycontained_some: [QuestionnaireFilter!]\r\n multipleValue_Propertycontained_some: [QuestionnaireFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [QuestionnaireFilter!]\r\n assessmentSession_some: [QuestionnaireFilter!]\r\n}\r\n\r\nenum QuestionnaireFormStatusEnum {\r\n ToBeSent\r\n InProgress\r\n ToBeReassigned\r\n Canceled\r\n InDelegation\r\n Closed\r\n ToBeValidated\r\n}\r\n\r\nenum QuestionnaireTechnicalFormStatusEnum {\r\n InDelegation\r\n Preview\r\n Cancelled\r\n Closedwithoutvalidation\r\n Pending\r\n Tobereassigned\r\n Tobevalidated\r\n Completewithvalidation\r\n InProgress\r\n Rejectedbyrespondent\r\n ToBeCompleted\r\n Tobesent\r\n}\r\n\r\n# The questionnaire template represents definition of questionnaire content:\r\n# question group, questions, unique or multiple answers and possible answers. It\r\n# can be associated with a questionnaire presentation specifying display\r\n# options.The questionnaire template is defined either at assessment template\r\n# level or assessment session level. Questionnaires sent to assessors are\r\n# generated from the definition supplied in the questionnaire template.\r\ntype QuestionnaireTemplate {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n mode: QuestionnaireTemplateModeEnum\r\n delegationAllowed: QuestionnaireTemplateDelegationAllowedEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n assessmentSession_UserSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentTemplate(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n questionGroup_QuestionnaireElement(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n question_QuestionnaireElement(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaireTemplatePresentation(filter: filterQuestionnaireTemplatePresentation, orderBy: [orderByQuestionnaireTemplatePresentation]): [QuestionnaireTemplatePresentation]\r\n}\r\n\r\nenum QuestionnaireTemplateDelegationAllowedEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput QuestionnaireTemplateFilter {\r\n and: [QuestionnaireTemplateFilter!]\r\n or: [QuestionnaireTemplateFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n mode: QuestionnaireTemplateModeEnum\r\n mode_not: QuestionnaireTemplateModeEnum\r\n mode_in: [QuestionnaireTemplateModeEnum!]\r\n mode_not_in: [QuestionnaireTemplateModeEnum!]\r\n delegationAllowed: QuestionnaireTemplateDelegationAllowedEnum\r\n delegationAllowed_not: QuestionnaireTemplateDelegationAllowedEnum\r\n delegationAllowed_in: [QuestionnaireTemplateDelegationAllowedEnum!]\r\n delegationAllowed_not_in: [QuestionnaireTemplateDelegationAllowedEnum!]\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 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 scoringRule_some: [QuestionnaireTemplateFilter!]\r\n assessmentSession_UserSession_some: [QuestionnaireTemplateFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [QuestionnaireTemplateFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [QuestionnaireTemplateFilter!]\r\n assessmentTemplate_some: [QuestionnaireTemplateFilter!]\r\n questionGroup_QuestionnaireElement_some: [QuestionnaireTemplateFilter!]\r\n question_QuestionnaireElement_some: [QuestionnaireTemplateFilter!]\r\n assessmentSession_some: [QuestionnaireTemplateFilter!]\r\n questionnaireTemplatePresentation_some: [QuestionnaireTemplateFilter!]\r\n}\r\n\r\nenum QuestionnaireTemplateModeEnum {\r\n Direct\r\n Standard\r\n}\r\n\r\n# Defines the list of display options of controls and pages of the questionnaire\r\n# wizard. A questionnaire template presentation can be defined on the\r\n# questionnaire template, or overwritten by the assessment template using the\r\n# questionnaire template, or by the assessment session. From one assessment\r\n# session to another, using the same questionnaire template, the questionnaire can\r\n# be displayed differently.\r\ntype QuestionnaireTemplatePresentation {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n presentationMode: QuestionnaireTemplatePresentationPresentationModeEnum\r\n matrixnumberperpage: Int\r\n introductionPageDisplaying: QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum\r\n displayanendingpage: QuestionnaireTemplatePresentationDisplayanendingpageEnum\r\n checksPageDisplaying: QuestionnaireTemplatePresentationChecksPageDisplayingEnum\r\n questionCommentDisplay: QuestionnaireTemplatePresentationQuestionCommentDisplayEnum\r\n displayapagetoadddocuments: QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum\r\n eachQuestioninagroupDisplaying: QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum\r\n contextinagroup: QuestionnaireTemplatePresentationContextinagroupEnum\r\n contextgroupfolded: QuestionnaireTemplatePresentationContextgroupfoldedEnum\r\n scoringDisplaying: QuestionnaireTemplatePresentationScoringDisplayingEnum\r\n historicDisplaying: QuestionnaireTemplatePresentationHistoricDisplayingEnum\r\n triggerTransitionatClose: QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum\r\n displayexplanatorydocuments: QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum\r\n displayexplanatoryexternalreferences: QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum\r\n modeQuestionnairesCreation: QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationChecksPageDisplayingEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationContextgroupfoldedEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationContextinagroupEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationDisplayanendingpageEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum {\r\n No\r\n Yes\r\n}\r\n\r\ninput QuestionnaireTemplatePresentationFilter {\r\n and: [QuestionnaireTemplatePresentationFilter!]\r\n or: [QuestionnaireTemplatePresentationFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n presentationMode: QuestionnaireTemplatePresentationPresentationModeEnum\r\n presentationMode_not: QuestionnaireTemplatePresentationPresentationModeEnum\r\n presentationMode_in: [QuestionnaireTemplatePresentationPresentationModeEnum!]\r\n presentationMode_not_in: [QuestionnaireTemplatePresentationPresentationModeEnum!]\r\n matrixnumberperpage: Int\r\n matrixnumberperpage_not: Int\r\n matrixnumberperpage_in: [Int!]\r\n matrixnumberperpage_not_in: [Int!]\r\n matrixnumberperpage_lt: Int\r\n matrixnumberperpage_lte: Int\r\n matrixnumberperpage_gt: Int\r\n matrixnumberperpage_gte: Int\r\n introductionPageDisplaying: QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum\r\n introductionPageDisplaying_not: QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum\r\n introductionPageDisplaying_in: [QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum!]\r\n introductionPageDisplaying_not_in: [QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum!]\r\n displayanendingpage: QuestionnaireTemplatePresentationDisplayanendingpageEnum\r\n displayanendingpage_not: QuestionnaireTemplatePresentationDisplayanendingpageEnum\r\n displayanendingpage_in: [QuestionnaireTemplatePresentationDisplayanendingpageEnum!]\r\n displayanendingpage_not_in: [QuestionnaireTemplatePresentationDisplayanendingpageEnum!]\r\n checksPageDisplaying: QuestionnaireTemplatePresentationChecksPageDisplayingEnum\r\n checksPageDisplaying_not: QuestionnaireTemplatePresentationChecksPageDisplayingEnum\r\n checksPageDisplaying_in: [QuestionnaireTemplatePresentationChecksPageDisplayingEnum!]\r\n checksPageDisplaying_not_in: [QuestionnaireTemplatePresentationChecksPageDisplayingEnum!]\r\n questionCommentDisplay: QuestionnaireTemplatePresentationQuestionCommentDisplayEnum\r\n questionCommentDisplay_not: QuestionnaireTemplatePresentationQuestionCommentDisplayEnum\r\n questionCommentDisplay_in: [QuestionnaireTemplatePresentationQuestionCommentDisplayEnum!]\r\n questionCommentDisplay_not_in: [QuestionnaireTemplatePresentationQuestionCommentDisplayEnum!]\r\n displayapagetoadddocuments: QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum\r\n displayapagetoadddocuments_not: QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum\r\n displayapagetoadddocuments_in: [QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum!]\r\n displayapagetoadddocuments_not_in: [QuestionnaireTemplatePresentationDisplayapagetoadddocumentsEnum!]\r\n eachQuestioninagroupDisplaying: QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum\r\n eachQuestioninagroupDisplaying_not: QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum\r\n eachQuestioninagroupDisplaying_in: [QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum!]\r\n eachQuestioninagroupDisplaying_not_in: [QuestionnaireTemplatePresentationEachQuestioninagroupDisplayingEnum!]\r\n contextinagroup: QuestionnaireTemplatePresentationContextinagroupEnum\r\n contextinagroup_not: QuestionnaireTemplatePresentationContextinagroupEnum\r\n contextinagroup_in: [QuestionnaireTemplatePresentationContextinagroupEnum!]\r\n contextinagroup_not_in: [QuestionnaireTemplatePresentationContextinagroupEnum!]\r\n contextgroupfolded: QuestionnaireTemplatePresentationContextgroupfoldedEnum\r\n contextgroupfolded_not: QuestionnaireTemplatePresentationContextgroupfoldedEnum\r\n contextgroupfolded_in: [QuestionnaireTemplatePresentationContextgroupfoldedEnum!]\r\n contextgroupfolded_not_in: [QuestionnaireTemplatePresentationContextgroupfoldedEnum!]\r\n scoringDisplaying: QuestionnaireTemplatePresentationScoringDisplayingEnum\r\n scoringDisplaying_not: QuestionnaireTemplatePresentationScoringDisplayingEnum\r\n scoringDisplaying_in: [QuestionnaireTemplatePresentationScoringDisplayingEnum!]\r\n scoringDisplaying_not_in: [QuestionnaireTemplatePresentationScoringDisplayingEnum!]\r\n historicDisplaying: QuestionnaireTemplatePresentationHistoricDisplayingEnum\r\n historicDisplaying_not: QuestionnaireTemplatePresentationHistoricDisplayingEnum\r\n historicDisplaying_in: [QuestionnaireTemplatePresentationHistoricDisplayingEnum!]\r\n historicDisplaying_not_in: [QuestionnaireTemplatePresentationHistoricDisplayingEnum!]\r\n triggerTransitionatClose: QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum\r\n triggerTransitionatClose_not: QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum\r\n triggerTransitionatClose_in: [QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum!]\r\n triggerTransitionatClose_not_in: [QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum!]\r\n displayexplanatorydocuments: QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum\r\n displayexplanatorydocuments_not: QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum\r\n displayexplanatorydocuments_in: [QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum!]\r\n displayexplanatorydocuments_not_in: [QuestionnaireTemplatePresentationDisplayexplanatorydocumentsEnum!]\r\n displayexplanatoryexternalreferences: QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum\r\n displayexplanatoryexternalreferences_not: QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum\r\n displayexplanatoryexternalreferences_in: [QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum!]\r\n displayexplanatoryexternalreferences_not_in: [QuestionnaireTemplatePresentationDisplayexplanatoryexternalreferencesEnum!]\r\n modeQuestionnairesCreation: QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum\r\n modeQuestionnairesCreation_not: QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum\r\n modeQuestionnairesCreation_in: [QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum!]\r\n modeQuestionnairesCreation_not_in: [QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum!]\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 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 assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [QuestionnaireTemplatePresentationFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [QuestionnaireTemplatePresentationFilter!]\r\n assessmentSession_some: [QuestionnaireTemplatePresentationFilter!]\r\n questionnaireTemplate_some: [QuestionnaireTemplatePresentationFilter!]\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationHistoricDisplayingEnum {\r\n No\r\n Yes\r\n Yes_onlyforQuestionnaire\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationIntroductionPageDisplayingEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationModeQuestionnairesCreationEnum {\r\n OneQuestionnaireperPerson\r\n OneQuestionnaireperAssessedObject\r\n OneQuestionnaireperContext\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationPresentationModeEnum {\r\n Allobjectstoassessinthesamepage\r\n Selectobjectandcontextfromalist\r\n Eachassessedobjectandcontextintheirpage\r\n Groupbyassessedobject\r\n Groupbyassessmentcontext\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationQuestionCommentDisplayEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationScoringDisplayingEnum {\r\n No\r\n Yes\r\n Yes_onlyforQuestionnaire\r\n}\r\n\r\nenum QuestionnaireTemplatePresentationTriggerTransitionatCloseEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum QuestionQuestionTypeEnum {\r\n ComboList\r\n VerticalRadio\r\n OKNONA\r\n String\r\n Boolean\r\n Text\r\n Object\r\n Date\r\n Duration\r\n Number\r\n Percent\r\n Short\r\n SignedNumber\r\n MultipleValues\r\n MultipleAnswertype\r\n}\r\n\r\nenum QuestionTypeEnumFilter {\r\n ComboList\r\n VerticalRadio\r\n OKNONA\r\n String\r\n Boolean\r\n Text\r\n Object\r\n Date\r\n Duration\r\n Number\r\n Percent\r\n Short\r\n SignedNumber\r\n MultipleValues\r\n MultipleAnswertype\r\n}\r\n\r\nenum RankAPMEnumFilter {\r\n OneStar\r\n TwoStars\r\n ThreeStars\r\n FourStars\r\n FiveStars\r\n ZeroStar\r\n}\r\n\r\nenum RecoveryPointObjectiveRPOEnumFilter {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum RecoveryTimeObjectiveRTOEnumFilter {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\n# Aggregation reduction is a step in the aggregation schema which enables\r\n# elimination of context objects defined in the context collection of the session\r\n# or of its template.\r\ntype Reduction {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n isRecursive: Boolean\r\n reduceAssessors: Boolean\r\n behavioronRoot: ReductionBehavioronRootEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n distribution(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n aggregationRule(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n metaAttribute_WeightingFactor(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n assessmentNode_AggregationAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum ReductionBehavioronRootEnum {\r\n Stoponroot\r\n Stopbeforeroot\r\n}\r\n\r\ninput ReductionFilter {\r\n and: [ReductionFilter!]\r\n or: [ReductionFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: Boolean\r\n reduceAssessors: Boolean\r\n reduceAssessors_not: Boolean\r\n behavioronRoot: ReductionBehavioronRootEnum\r\n behavioronRoot_not: ReductionBehavioronRootEnum\r\n behavioronRoot_in: [ReductionBehavioronRootEnum!]\r\n behavioronRoot_not_in: [ReductionBehavioronRootEnum!]\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 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 aggregationSchema_some: [ReductionFilter!]\r\n distribution_some: [ReductionFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [ReductionFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [ReductionFilter!]\r\n aggregationRule_some: [ReductionFilter!]\r\n metaAttribute_WeightingFactor_some: [ReductionFilter!]\r\n assessmentNode_AggregationAssessmentNode_some: [ReductionFilter!]\r\n}\r\n\r\ntype ResponsibilityAssignment {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n responsibilityAssignmentName: String\r\n responsibilityAssignmentWorkloadHours: Int\r\n responsibilityAssignmentProgress: ResponsibilityAssignmentResponsibilityAssignmentProgressEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n personSystem_AssignedPerson(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessRole(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n audit_AssignedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n test_AssignedObject(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_AssignedObject(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_AssignedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n assessmentSession_AssignedObject(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n control_AssignedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testActivity_AssignedObject(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssignedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_AssignedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum ResponsibilityAssignmentResponsibilityAssignmentProgressEnum {\r\n NotBegun\r\n Begun\r\n InProgress\r\n Finalization\r\n Completed\r\n}\r\n\r\n# A risk is a hazard of greater or lesser likelihood to which an organization is exposed.\r\ntype Risk {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n riskCode: String\r\n controlDesignERM: RiskControlDesignERMEnum\r\n controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n keyRisk: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n netRiskERM: RiskNetRiskERMEnum\r\n assessmentFreshness: Float\r\n impactERM: RiskImpactERMEnum\r\n likelihoodERM: RiskLikelihoodERMEnum\r\n inherentRiskERM: RiskInherentRiskERMEnum\r\n residualRiskComputingMode: String\r\n controlLevelERM: RiskControlLevelERMEnum\r\n riskComment(format: StringFormat): String\r\n riskStatus: RiskRiskStatusEnum\r\n lastAssessmentDate: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n riskAcceptance: Boolean\r\n risktreatmentcomment(format: StringFormat): String\r\n riskAvoidance: Boolean\r\n riskReduction: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskInsurance: Boolean\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n riskResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum RiskBAEnumFilter {\r\n NA\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum RiskControlDesignERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n Veryweak\r\n}\r\n\r\nenum RiskControlEffectivenessERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum RiskControlLevelERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\ninput RiskFilter {\r\n and: [RiskFilter!]\r\n or: [RiskFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\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 controlDesignERM: RiskControlDesignERMEnum\r\n controlDesignERM_not: RiskControlDesignERMEnum\r\n controlDesignERM_in: [RiskControlDesignERMEnum!]\r\n controlDesignERM_not_in: [RiskControlDesignERMEnum!]\r\n controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n controlEffectivenessERM_not: RiskControlEffectivenessERMEnum\r\n controlEffectivenessERM_in: [RiskControlEffectivenessERMEnum!]\r\n controlEffectivenessERM_not_in: [RiskControlEffectivenessERMEnum!]\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskRiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskRiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskRiskIdentificationModeEnum!]\r\n keyRisk: Boolean\r\n keyRisk_not: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n targetRiskERM_not: RiskTargetRiskERMEnum\r\n targetRiskERM_in: [RiskTargetRiskERMEnum!]\r\n targetRiskERM_not_in: [RiskTargetRiskERMEnum!]\r\n netRiskERM: RiskNetRiskERMEnum\r\n netRiskERM_not: RiskNetRiskERMEnum\r\n netRiskERM_in: [RiskNetRiskERMEnum!]\r\n netRiskERM_not_in: [RiskNetRiskERMEnum!]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n impactERM: RiskImpactERMEnum\r\n impactERM_not: RiskImpactERMEnum\r\n impactERM_in: [RiskImpactERMEnum!]\r\n impactERM_not_in: [RiskImpactERMEnum!]\r\n likelihoodERM: RiskLikelihoodERMEnum\r\n likelihoodERM_not: RiskLikelihoodERMEnum\r\n likelihoodERM_in: [RiskLikelihoodERMEnum!]\r\n likelihoodERM_not_in: [RiskLikelihoodERMEnum!]\r\n inherentRiskERM: RiskInherentRiskERMEnum\r\n inherentRiskERM_not: RiskInherentRiskERMEnum\r\n inherentRiskERM_in: [RiskInherentRiskERMEnum!]\r\n inherentRiskERM_not_in: [RiskInherentRiskERMEnum!]\r\n residualRiskComputingMode: String\r\n residualRiskComputingMode_not: String\r\n residualRiskComputingMode_in: [String!]\r\n residualRiskComputingMode_not_in: [String!]\r\n residualRiskComputingMode_lt: String\r\n residualRiskComputingMode_lte: String\r\n residualRiskComputingMode_gt: String\r\n residualRiskComputingMode_gte: String\r\n residualRiskComputingMode_contains: String\r\n residualRiskComputingMode_not_contains: String\r\n residualRiskComputingMode_starts_with: String\r\n residualRiskComputingMode_not_starts_with: String\r\n residualRiskComputingMode_ends_with: String\r\n residualRiskComputingMode_not_ends_with: String\r\n controlLevelERM: RiskControlLevelERMEnum\r\n controlLevelERM_not: RiskControlLevelERMEnum\r\n controlLevelERM_in: [RiskControlLevelERMEnum!]\r\n controlLevelERM_not_in: [RiskControlLevelERMEnum!]\r\n riskComment: String\r\n riskComment_not: String\r\n riskComment_in: [String!]\r\n riskComment_not_in: [String!]\r\n riskComment_lt: String\r\n riskComment_lte: String\r\n riskComment_gt: String\r\n riskComment_gte: String\r\n riskComment_contains: String\r\n riskComment_not_contains: String\r\n riskComment_starts_with: String\r\n riskComment_not_starts_with: String\r\n riskComment_ends_with: String\r\n riskComment_not_ends_with: String\r\n riskStatus: RiskRiskStatusEnum\r\n riskStatus_not: RiskRiskStatusEnum\r\n riskStatus_in: [RiskRiskStatusEnum!]\r\n riskStatus_not_in: [RiskRiskStatusEnum!]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n riskStatusobj_not: RiskRiskStatusobjEnum\r\n riskStatusobj_in: [RiskRiskStatusobjEnum!]\r\n riskStatusobj_not_in: [RiskRiskStatusobjEnum!]\r\n riskAcceptance: Boolean\r\n riskAcceptance_not: Boolean\r\n risktreatmentcomment: String\r\n risktreatmentcomment_not: String\r\n risktreatmentcomment_in: [String!]\r\n risktreatmentcomment_not_in: [String!]\r\n risktreatmentcomment_lt: String\r\n risktreatmentcomment_lte: String\r\n risktreatmentcomment_gt: String\r\n risktreatmentcomment_gte: String\r\n risktreatmentcomment_contains: String\r\n risktreatmentcomment_not_contains: String\r\n risktreatmentcomment_starts_with: String\r\n risktreatmentcomment_not_starts_with: String\r\n risktreatmentcomment_ends_with: String\r\n risktreatmentcomment_not_ends_with: String\r\n riskAvoidance: Boolean\r\n riskAvoidance_not: Boolean\r\n riskReduction: Boolean\r\n riskReduction_not: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskTransferSubcontractor_not: Boolean\r\n riskInsurance: Boolean\r\n riskInsurance_not: 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 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 businessDocument_AttachedDocument_some: [RiskFilter!]\r\n businessDocument_ReferredtoDocument_some: [RiskFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [RiskFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskFilter!]\r\n riskResponsible_PersonSystem_some: [RiskFilter!]\r\n riskOwner_PersonSystem_some: [RiskFilter!]\r\n riskAccountable_PersonSystem_some: [RiskFilter!]\r\n riskConsulted_PersonSystem_some: [RiskFilter!]\r\n riskInformed_PersonSystem_some: [RiskFilter!]\r\n assessmentSession_some: [RiskFilter!]\r\n questionGroup_some: [RiskFilter!]\r\n businessRole_Propertycontained_some: [RiskFilter!]\r\n uniqueValue_Propertycontained_some: [RiskFilter!]\r\n assessedCharacteristics_Propertycontained_some: [RiskFilter!]\r\n multipleValue_Propertycontained_some: [RiskFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [RiskFilter!]\r\n assessmentNode_ContextOf_some: [RiskFilter!]\r\n assessmentNode_some: [RiskFilter!]\r\n}\r\n\r\nenum RiskIdentificationModeEnumFilter {\r\n IncidentDatabase\r\n Risktypeassessment\r\n Expertise\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskImpactERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskInherentRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskLikelihoodERMEnum {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\nenum RiskNetRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskRiskIdentificationModeEnum {\r\n IncidentDatabase\r\n Risktypeassessment\r\n Expertise\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskRiskStatusEnum {\r\n Undercontrol\r\n Inprogress\r\n Tobeprocessed\r\n}\r\n\r\nenum RiskRiskStatusobjEnum {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n}\r\n\r\nenum RiskStatusEnumFilter {\r\n Undercontrol\r\n Inprogress\r\n Tobeprocessed\r\n}\r\n\r\nenum RiskStatusobjEnumFilter {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n}\r\n\r\nenum RiskTargetRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n VeryHigh\r\n High\r\n}\r\n\r\nenum SampleTypeEnumFilter {\r\n Command\r\n Bill\r\n Contract\r\n}\r\n\r\nenum SavabilityEnumFilter {\r\n Savable\r\n Unsavable\r\n}\r\n\r\nenum ScoringDisplayingEnumFilter {\r\n No\r\n Yes\r\n Yes_onlyforQuestionnaire\r\n}\r\n\r\n# The scoring rule defines the list of answers used for to calculate the value of\r\n# an assessment characteristic. It also provides the PlugIn handling the calculation.\r\ntype ScoringRule {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n scoringRuleType: ScoringRuleScoringRuleTypeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n questionnaireTemplate(filter: filterQuestionnaireTemplate, orderBy: [orderByQuestionnaireTemplate]): [QuestionnaireTemplate]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n assessedCharacteristics_AssessedCharacteristic(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n uniqueValue_Answer(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n multipleValue_Answer(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessmentTemplate(filter: filterAssessmentTemplate, orderBy: [orderByAssessmentTemplate]): [AssessmentTemplate]\r\n macro_ComputingMacro(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n metaTest(filter: filterMetaTest, orderBy: [orderByMetaTest]): [MetaTest]\r\n}\r\n\r\ninput ScoringRuleFilter {\r\n and: [ScoringRuleFilter!]\r\n or: [ScoringRuleFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n scoringRuleType: ScoringRuleScoringRuleTypeEnum\r\n scoringRuleType_not: ScoringRuleScoringRuleTypeEnum\r\n scoringRuleType_in: [ScoringRuleScoringRuleTypeEnum!]\r\n scoringRuleType_not_in: [ScoringRuleScoringRuleTypeEnum!]\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 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 questionnaireTemplate_some: [ScoringRuleFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [ScoringRuleFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [ScoringRuleFilter!]\r\n questionGroup_some: [ScoringRuleFilter!]\r\n assessedCharacteristics_AssessedCharacteristic_some: [ScoringRuleFilter!]\r\n uniqueValue_Answer_some: [ScoringRuleFilter!]\r\n multipleValue_Answer_some: [ScoringRuleFilter!]\r\n assessmentSession_some: [ScoringRuleFilter!]\r\n assessmentTemplate_some: [ScoringRuleFilter!]\r\n macro_ComputingMacro_some: [ScoringRuleFilter!]\r\n metaTest_some: [ScoringRuleFilter!]\r\n}\r\n\r\nenum ScoringRuleScoringRuleTypeEnum {\r\n AnswerValue\r\n Macro\r\n}\r\n\r\nenum ScoringRuleTypeEnumFilter {\r\n AnswerValue\r\n Macro\r\n}\r\n\r\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\nenum SignatoryTypeEnumFilter {\r\n Respondent\r\n}\r\n\r\nenum SLALevelEnumFilter {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum SoftwareAgilityQuartileCastEnumFilter {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum SoftwareAgilityThresholdsCASTHighlighEnumFilter {\r\n High\r\n Medium\r\n Low\r\n}\r\n\r\nenum SoftwareEleganceQuartileCastEnumFilter {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceThresholdsCASTHighlighEnumFilter {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\nenum SoftwareResiliencyQuartileCastEnumFilter {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum SoftwareResiliencyThresholdsCASTHighlighEnumFilter {\r\n Medium\r\n High\r\n Low\r\n}\r\n\r\nenum StandardClassEnumFilter {\r\n Non_Standard\r\n Proposed\r\n Provisional\r\n Standard\r\n Phasing_Out\r\n Retired\r\n}\r\n\r\nenum StatusReviewEnumFilter {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum StringFormat {\r\n HTML\r\n RTF\r\n RAW\r\n}\r\n\r\n# Aggregation substitution replaces assessment context objects with other objects.\r\n# Definition of substitution must specify the path that determines the new\r\n# substituting objects from substituted objects and lists of aggregation rules to be applied.\r\ntype SubstitutionAssessment {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n isRecursive: Boolean\r\n behavioronRoot: SubstitutionAssessmentBehavioronRootEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n aggregationSchema(filter: filterAggregationSchema, orderBy: [orderByAggregationSchema]): [AggregationSchema]\r\n distribution(filter: filterDistribution, orderBy: [orderByDistribution]): [Distribution]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n aggregationRule(filter: filterAggregationRule, orderBy: [orderByAggregationRule]): [AggregationRule]\r\n metaAttribute_WeightingFactor(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n assessmentNode_AggregationAssessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum SubstitutionAssessmentBehavioronRootEnum {\r\n Stoponroot\r\n Stopbeforeroot\r\n}\r\n\r\ninput SubstitutionAssessmentFilter {\r\n and: [SubstitutionAssessmentFilter!]\r\n or: [SubstitutionAssessmentFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n isRecursive: Boolean\r\n isRecursive_not: Boolean\r\n behavioronRoot: SubstitutionAssessmentBehavioronRootEnum\r\n behavioronRoot_not: SubstitutionAssessmentBehavioronRootEnum\r\n behavioronRoot_in: [SubstitutionAssessmentBehavioronRootEnum!]\r\n behavioronRoot_not_in: [SubstitutionAssessmentBehavioronRootEnum!]\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 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 aggregationSchema_some: [SubstitutionAssessmentFilter!]\r\n distribution_some: [SubstitutionAssessmentFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [SubstitutionAssessmentFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [SubstitutionAssessmentFilter!]\r\n aggregationRule_some: [SubstitutionAssessmentFilter!]\r\n metaAttribute_WeightingFactor_some: [SubstitutionAssessmentFilter!]\r\n assessmentNode_AggregationAssessmentNode_some: [SubstitutionAssessmentFilter!]\r\n}\r\n\r\nenum SystemComponentEnumFilter {\r\n Internal\r\n External\r\n Scripts\r\n Dispatch\r\n}\r\n\r\nenum TargetRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n VeryHigh\r\n High\r\n}\r\n\r\nenum TechnicalEfficiencyAPMEnumFilter {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\nenum TechnicalFormStatusEnumFilter {\r\n InDelegation\r\n Preview\r\n Cancelled\r\n Closedwithoutvalidation\r\n Pending\r\n Tobereassigned\r\n Tobevalidated\r\n Completewithvalidation\r\n InProgress\r\n Rejectedbyrespondent\r\n ToBeCompleted\r\n Tobesent\r\n}\r\n\r\nenum TechnologyComplianceEnumFilter {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum TechnopediaDeletereasonEnumFilter {\r\n Duplicate\r\n Inaccurate\r\n}\r\n\r\nenum TechnopediaObjectdeletionEnumFilter {\r\n Deleted\r\n Tobedeleted\r\n}\r\n\r\n# A test is a mission assigned to a team of internal controllers in a given entity in the context of a test plan. \r\ntype Test {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n missionCode: String\r\n includedintheinitialPlan: Boolean\r\n objectiveGRC(format: StringFormat): String\r\n missionCategory: TestMissionCategoryEnum\r\n missionStatus: TestMissionStatusEnum\r\n justificationGRC(format: StringFormat): String\r\n missionOrigin: TestMissionOriginEnum\r\n missionPriority: TestMissionPriorityEnum\r\n estimatedDurationDays: Int\r\n estimatedNumberofResources: Float\r\n estimatedWorkloadHours: Float\r\n effectiveWorkloadHours: Float\r\n numberofStaffedResources: String\r\n missionEvaluation: TestMissionEvaluationEnum\r\n missionPlannedBeginDate: Date\r\n missionPlannedEndDate: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveEndDate: Date\r\n keyWeaknesses(format: StringFormat): String\r\n keyStrengths(format: StringFormat): String\r\n plannedClosingReview: Date\r\n effectiveClosingReview: Date\r\n description: String\r\n computedHoursManDayRate: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEstimatedWorkloadMD: Float\r\n offline: TestOfflineEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n leadController_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n mainControlCorrespondent_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n otherParticipantinTest_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controllerinTest_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n testee_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\n# A test activity is the part of a test assigned to a controller to check a\r\n# control in a specifc process of an enterprise organizational unit.\r\ntype TestActivity {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n beginDate: Date\r\n activityEndDate: Date\r\n estimatedWorkloadHours: Float\r\n description: String\r\n activityStatus: TestActivityActivityStatusEnum\r\n testResult: TestActivityTestResultEnum\r\n activityEffectiveWorkloadHours: Float\r\n offline: TestActivityOfflineEnum\r\n computedActivityEffectiveWorkloadHours: Float\r\n currentOfflineUpdateDate: Date\r\n previousOfflineUpdateDate: Date\r\n currentOnlineUpdateDate: Date\r\n previousOnlineUpdateDate: Date\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n testActivityOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\nenum TestActivityActivityStatusEnum {\r\n Created\r\n Tobereviewed\r\n Tobevalidated\r\n Validated\r\n Closed\r\n}\r\n\r\ninput TestActivityFilter {\r\n and: [TestActivityFilter!]\r\n or: [TestActivityFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n beginDate: Date\r\n beginDate_not: Date\r\n beginDate_in: [Date!]\r\n beginDate_not_in: [Date!]\r\n beginDate_lt: Date\r\n beginDate_lte: Date\r\n beginDate_gt: Date\r\n beginDate_gte: Date\r\n activityEndDate: Date\r\n activityEndDate_not: Date\r\n activityEndDate_in: [Date!]\r\n activityEndDate_not_in: [Date!]\r\n activityEndDate_lt: Date\r\n activityEndDate_lte: Date\r\n activityEndDate_gt: Date\r\n activityEndDate_gte: Date\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float!]\r\n estimatedWorkloadHours_not_in: [Float!]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n activityStatus: TestActivityActivityStatusEnum\r\n activityStatus_not: TestActivityActivityStatusEnum\r\n activityStatus_in: [TestActivityActivityStatusEnum!]\r\n activityStatus_not_in: [TestActivityActivityStatusEnum!]\r\n testResult: TestActivityTestResultEnum\r\n testResult_not: TestActivityTestResultEnum\r\n testResult_in: [TestActivityTestResultEnum!]\r\n testResult_not_in: [TestActivityTestResultEnum!]\r\n activityEffectiveWorkloadHours: Float\r\n activityEffectiveWorkloadHours_not: Float\r\n activityEffectiveWorkloadHours_in: [Float!]\r\n activityEffectiveWorkloadHours_not_in: [Float!]\r\n activityEffectiveWorkloadHours_lt: Float\r\n activityEffectiveWorkloadHours_lte: Float\r\n activityEffectiveWorkloadHours_gt: Float\r\n activityEffectiveWorkloadHours_gte: Float\r\n offline: TestActivityOfflineEnum\r\n offline_not: TestActivityOfflineEnum\r\n offline_in: [TestActivityOfflineEnum!]\r\n offline_not_in: [TestActivityOfflineEnum!]\r\n computedActivityEffectiveWorkloadHours: Float\r\n computedActivityEffectiveWorkloadHours_not: Float\r\n computedActivityEffectiveWorkloadHours_in: [Float!]\r\n computedActivityEffectiveWorkloadHours_not_in: [Float!]\r\n computedActivityEffectiveWorkloadHours_lt: Float\r\n computedActivityEffectiveWorkloadHours_lte: Float\r\n computedActivityEffectiveWorkloadHours_gt: Float\r\n computedActivityEffectiveWorkloadHours_gte: Float\r\n currentOfflineUpdateDate: Date\r\n currentOfflineUpdateDate_not: Date\r\n currentOfflineUpdateDate_in: [Date!]\r\n currentOfflineUpdateDate_not_in: [Date!]\r\n currentOfflineUpdateDate_lt: Date\r\n currentOfflineUpdateDate_lte: Date\r\n currentOfflineUpdateDate_gt: Date\r\n currentOfflineUpdateDate_gte: Date\r\n previousOfflineUpdateDate: Date\r\n previousOfflineUpdateDate_not: Date\r\n previousOfflineUpdateDate_in: [Date!]\r\n previousOfflineUpdateDate_not_in: [Date!]\r\n previousOfflineUpdateDate_lt: Date\r\n previousOfflineUpdateDate_lte: Date\r\n previousOfflineUpdateDate_gt: Date\r\n previousOfflineUpdateDate_gte: Date\r\n currentOnlineUpdateDate: Date\r\n currentOnlineUpdateDate_not: Date\r\n currentOnlineUpdateDate_in: [Date!]\r\n currentOnlineUpdateDate_not_in: [Date!]\r\n currentOnlineUpdateDate_lt: Date\r\n currentOnlineUpdateDate_lte: Date\r\n currentOnlineUpdateDate_gt: Date\r\n currentOnlineUpdateDate_gte: Date\r\n previousOnlineUpdateDate: Date\r\n previousOnlineUpdateDate_not: Date\r\n previousOnlineUpdateDate_in: [Date!]\r\n previousOnlineUpdateDate_not_in: [Date!]\r\n previousOnlineUpdateDate_lt: Date\r\n previousOnlineUpdateDate_lte: Date\r\n previousOnlineUpdateDate_gt: Date\r\n previousOnlineUpdateDate_gte: Date\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 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 testActivityOwner_PersonSystem_some: [TestActivityFilter!]\r\n businessRole_Propertycontained_some: [TestActivityFilter!]\r\n uniqueValue_Propertycontained_some: [TestActivityFilter!]\r\n assessedCharacteristics_Propertycontained_some: [TestActivityFilter!]\r\n multipleValue_Propertycontained_some: [TestActivityFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [TestActivityFilter!]\r\n assessmentNode_ContextOf_some: [TestActivityFilter!]\r\n}\r\n\r\nenum TestActivityOfflineEnum {\r\n Online\r\n Offline\r\n}\r\n\r\nenum TestActivityTestResultEnum {\r\n NotEvaluated\r\n Passed\r\n Failed\r\n}\r\n\r\ninput TestFilter {\r\n and: [TestFilter!]\r\n or: [TestFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n missionCode: String\r\n missionCode_not: String\r\n missionCode_in: [String!]\r\n missionCode_not_in: [String!]\r\n missionCode_lt: String\r\n missionCode_lte: String\r\n missionCode_gt: String\r\n missionCode_gte: String\r\n missionCode_contains: String\r\n missionCode_not_contains: String\r\n missionCode_starts_with: String\r\n missionCode_not_starts_with: String\r\n missionCode_ends_with: String\r\n missionCode_not_ends_with: String\r\n includedintheinitialPlan: Boolean\r\n includedintheinitialPlan_not: Boolean\r\n objectiveGRC: String\r\n objectiveGRC_not: String\r\n objectiveGRC_in: [String!]\r\n objectiveGRC_not_in: [String!]\r\n objectiveGRC_lt: String\r\n objectiveGRC_lte: String\r\n objectiveGRC_gt: String\r\n objectiveGRC_gte: String\r\n objectiveGRC_contains: String\r\n objectiveGRC_not_contains: String\r\n objectiveGRC_starts_with: String\r\n objectiveGRC_not_starts_with: String\r\n objectiveGRC_ends_with: String\r\n objectiveGRC_not_ends_with: String\r\n missionCategory: TestMissionCategoryEnum\r\n missionCategory_not: TestMissionCategoryEnum\r\n missionCategory_in: [TestMissionCategoryEnum!]\r\n missionCategory_not_in: [TestMissionCategoryEnum!]\r\n missionStatus: TestMissionStatusEnum\r\n missionStatus_not: TestMissionStatusEnum\r\n missionStatus_in: [TestMissionStatusEnum!]\r\n missionStatus_not_in: [TestMissionStatusEnum!]\r\n justificationGRC: String\r\n justificationGRC_not: String\r\n justificationGRC_in: [String!]\r\n justificationGRC_not_in: [String!]\r\n justificationGRC_lt: String\r\n justificationGRC_lte: String\r\n justificationGRC_gt: String\r\n justificationGRC_gte: String\r\n justificationGRC_contains: String\r\n justificationGRC_not_contains: String\r\n justificationGRC_starts_with: String\r\n justificationGRC_not_starts_with: String\r\n justificationGRC_ends_with: String\r\n justificationGRC_not_ends_with: String\r\n missionOrigin: TestMissionOriginEnum\r\n missionOrigin_not: TestMissionOriginEnum\r\n missionOrigin_in: [TestMissionOriginEnum!]\r\n missionOrigin_not_in: [TestMissionOriginEnum!]\r\n missionPriority: TestMissionPriorityEnum\r\n missionPriority_not: TestMissionPriorityEnum\r\n missionPriority_in: [TestMissionPriorityEnum!]\r\n missionPriority_not_in: [TestMissionPriorityEnum!]\r\n estimatedDurationDays: Int\r\n estimatedDurationDays_not: Int\r\n estimatedDurationDays_in: [Int!]\r\n estimatedDurationDays_not_in: [Int!]\r\n estimatedDurationDays_lt: Int\r\n estimatedDurationDays_lte: Int\r\n estimatedDurationDays_gt: Int\r\n estimatedDurationDays_gte: Int\r\n estimatedNumberofResources: Float\r\n estimatedNumberofResources_not: Float\r\n estimatedNumberofResources_in: [Float!]\r\n estimatedNumberofResources_not_in: [Float!]\r\n estimatedNumberofResources_lt: Float\r\n estimatedNumberofResources_lte: Float\r\n estimatedNumberofResources_gt: Float\r\n estimatedNumberofResources_gte: Float\r\n estimatedWorkloadHours: Float\r\n estimatedWorkloadHours_not: Float\r\n estimatedWorkloadHours_in: [Float!]\r\n estimatedWorkloadHours_not_in: [Float!]\r\n estimatedWorkloadHours_lt: Float\r\n estimatedWorkloadHours_lte: Float\r\n estimatedWorkloadHours_gt: Float\r\n estimatedWorkloadHours_gte: Float\r\n effectiveWorkloadHours: Float\r\n effectiveWorkloadHours_not: Float\r\n effectiveWorkloadHours_in: [Float!]\r\n effectiveWorkloadHours_not_in: [Float!]\r\n effectiveWorkloadHours_lt: Float\r\n effectiveWorkloadHours_lte: Float\r\n effectiveWorkloadHours_gt: Float\r\n effectiveWorkloadHours_gte: Float\r\n numberofStaffedResources: String\r\n numberofStaffedResources_not: String\r\n numberofStaffedResources_in: [String!]\r\n numberofStaffedResources_not_in: [String!]\r\n numberofStaffedResources_lt: String\r\n numberofStaffedResources_lte: String\r\n numberofStaffedResources_gt: String\r\n numberofStaffedResources_gte: String\r\n numberofStaffedResources_contains: String\r\n numberofStaffedResources_not_contains: String\r\n numberofStaffedResources_starts_with: String\r\n numberofStaffedResources_not_starts_with: String\r\n numberofStaffedResources_ends_with: String\r\n numberofStaffedResources_not_ends_with: String\r\n missionEvaluation: TestMissionEvaluationEnum\r\n missionEvaluation_not: TestMissionEvaluationEnum\r\n missionEvaluation_in: [TestMissionEvaluationEnum!]\r\n missionEvaluation_not_in: [TestMissionEvaluationEnum!]\r\n missionPlannedBeginDate: Date\r\n missionPlannedBeginDate_not: Date\r\n missionPlannedBeginDate_in: [Date!]\r\n missionPlannedBeginDate_not_in: [Date!]\r\n missionPlannedBeginDate_lt: Date\r\n missionPlannedBeginDate_lte: Date\r\n missionPlannedBeginDate_gt: Date\r\n missionPlannedBeginDate_gte: Date\r\n missionPlannedEndDate: Date\r\n missionPlannedEndDate_not: Date\r\n missionPlannedEndDate_in: [Date!]\r\n missionPlannedEndDate_not_in: [Date!]\r\n missionPlannedEndDate_lt: Date\r\n missionPlannedEndDate_lte: Date\r\n missionPlannedEndDate_gt: Date\r\n missionPlannedEndDate_gte: Date\r\n missionEffectiveBeginDate: Date\r\n missionEffectiveBeginDate_not: Date\r\n missionEffectiveBeginDate_in: [Date!]\r\n missionEffectiveBeginDate_not_in: [Date!]\r\n missionEffectiveBeginDate_lt: Date\r\n missionEffectiveBeginDate_lte: Date\r\n missionEffectiveBeginDate_gt: Date\r\n missionEffectiveBeginDate_gte: Date\r\n missionEffectiveEndDate: Date\r\n missionEffectiveEndDate_not: Date\r\n missionEffectiveEndDate_in: [Date!]\r\n missionEffectiveEndDate_not_in: [Date!]\r\n missionEffectiveEndDate_lt: Date\r\n missionEffectiveEndDate_lte: Date\r\n missionEffectiveEndDate_gt: Date\r\n missionEffectiveEndDate_gte: Date\r\n keyWeaknesses: String\r\n keyWeaknesses_not: String\r\n keyWeaknesses_in: [String!]\r\n keyWeaknesses_not_in: [String!]\r\n keyWeaknesses_lt: String\r\n keyWeaknesses_lte: String\r\n keyWeaknesses_gt: String\r\n keyWeaknesses_gte: String\r\n keyWeaknesses_contains: String\r\n keyWeaknesses_not_contains: String\r\n keyWeaknesses_starts_with: String\r\n keyWeaknesses_not_starts_with: String\r\n keyWeaknesses_ends_with: String\r\n keyWeaknesses_not_ends_with: String\r\n keyStrengths: String\r\n keyStrengths_not: String\r\n keyStrengths_in: [String!]\r\n keyStrengths_not_in: [String!]\r\n keyStrengths_lt: String\r\n keyStrengths_lte: String\r\n keyStrengths_gt: String\r\n keyStrengths_gte: String\r\n keyStrengths_contains: String\r\n keyStrengths_not_contains: String\r\n keyStrengths_starts_with: String\r\n keyStrengths_not_starts_with: String\r\n keyStrengths_ends_with: String\r\n keyStrengths_not_ends_with: String\r\n plannedClosingReview: Date\r\n plannedClosingReview_not: Date\r\n plannedClosingReview_in: [Date!]\r\n plannedClosingReview_not_in: [Date!]\r\n plannedClosingReview_lt: Date\r\n plannedClosingReview_lte: Date\r\n plannedClosingReview_gt: Date\r\n plannedClosingReview_gte: Date\r\n effectiveClosingReview: Date\r\n effectiveClosingReview_not: Date\r\n effectiveClosingReview_in: [Date!]\r\n effectiveClosingReview_not_in: [Date!]\r\n effectiveClosingReview_lt: Date\r\n effectiveClosingReview_lte: Date\r\n effectiveClosingReview_gt: Date\r\n effectiveClosingReview_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n computedHoursManDayRate: Int\r\n computedHoursManDayRate_not: Int\r\n computedHoursManDayRate_in: [Int!]\r\n computedHoursManDayRate_not_in: [Int!]\r\n computedHoursManDayRate_lt: Int\r\n computedHoursManDayRate_lte: Int\r\n computedHoursManDayRate_gt: Int\r\n computedHoursManDayRate_gte: Int\r\n computedEffectiveWorkloadMD: Float\r\n computedEffectiveWorkloadMD_not: Float\r\n computedEffectiveWorkloadMD_in: [Float!]\r\n computedEffectiveWorkloadMD_not_in: [Float!]\r\n computedEffectiveWorkloadMD_lt: Float\r\n computedEffectiveWorkloadMD_lte: Float\r\n computedEffectiveWorkloadMD_gt: Float\r\n computedEffectiveWorkloadMD_gte: Float\r\n computedEstimatedWorkloadMD: Float\r\n computedEstimatedWorkloadMD_not: Float\r\n computedEstimatedWorkloadMD_in: [Float!]\r\n computedEstimatedWorkloadMD_not_in: [Float!]\r\n computedEstimatedWorkloadMD_lt: Float\r\n computedEstimatedWorkloadMD_lte: Float\r\n computedEstimatedWorkloadMD_gt: Float\r\n computedEstimatedWorkloadMD_gte: Float\r\n offline: TestOfflineEnum\r\n offline_not: TestOfflineEnum\r\n offline_in: [TestOfflineEnum!]\r\n offline_not_in: [TestOfflineEnum!]\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 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 businessDocument_AttachedDocument_some: [TestFilter!]\r\n businessDocument_ReferredtoDocument_some: [TestFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [TestFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [TestFilter!]\r\n leadController_PersonSystem_some: [TestFilter!]\r\n mainControlCorrespondent_PersonSystem_some: [TestFilter!]\r\n otherParticipantinTest_PersonSystem_some: [TestFilter!]\r\n controllerinTest_PersonSystem_some: [TestFilter!]\r\n testee_PersonSystem_some: [TestFilter!]\r\n businessRole_Propertycontained_some: [TestFilter!]\r\n uniqueValue_Propertycontained_some: [TestFilter!]\r\n assessedCharacteristics_Propertycontained_some: [TestFilter!]\r\n multipleValue_Propertycontained_some: [TestFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [TestFilter!]\r\n assessmentNode_ContextOf_some: [TestFilter!]\r\n}\r\n\r\nenum TestingFrequencyEnumFilter {\r\n Quarterly\r\n Bi_Yearly\r\n Yearly\r\n}\r\n\r\nenum TestingMethodEnumFilter {\r\n Observation\r\n Inquiry\r\n Inspection\r\n Re_Performance\r\n}\r\n\r\nenum TestMissionCategoryEnum {\r\n Compliance\r\n Efficiency\r\n}\r\n\r\nenum TestMissionEvaluationEnum {\r\n Goodoveralllevel\r\n Canbeimproved\r\n Improvementneeded\r\n AtRisk\r\n}\r\n\r\nenum TestMissionOriginEnum {\r\n Recurring\r\n Punctual\r\n Regulatory\r\n BoardDemand\r\n Follow_up\r\n}\r\n\r\nenum TestMissionPriorityEnum {\r\n Low\r\n High\r\n Medium\r\n}\r\n\r\nenum TestMissionStatusEnum {\r\n Rejected\r\n InProgress\r\n Cancelled\r\n Published\r\n Completed\r\n Template\r\n Closed\r\n Potential\r\n InPreparation\r\n Tobevalidated\r\n}\r\n\r\nenum TestOfflineEnum {\r\n Online\r\n Offline\r\n}\r\n\r\nenum TestResultEnumFilter {\r\n NotEvaluated\r\n Passed\r\n Failed\r\n}\r\n\r\n# A test theme is a grouping of control test activities of a same process in an\r\n# entity of the company. Test themes can be broken down into sub-test themes\r\n# according to company process hierarchy.The shape associated with the test theme\r\n# changes whether it is connected to a business process (blue) or an\r\n# organizational process (red).\r\ntype TestTheme {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n description: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessRole_Propertycontained(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n uniqueValue_Propertycontained(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n assessedCharacteristics_Propertycontained(filter: filterAssessedCharacteristics, orderBy: [orderByAssessedCharacteristics]): [AssessedCharacteristics]\r\n multipleValue_Propertycontained(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n assessmentDeploymentCollection_Propertycontained(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentNode_ContextOf(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput TestThemeFilter {\r\n and: [TestThemeFilter!]\r\n or: [TestThemeFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\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 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 businessRole_Propertycontained_some: [TestThemeFilter!]\r\n uniqueValue_Propertycontained_some: [TestThemeFilter!]\r\n assessedCharacteristics_Propertycontained_some: [TestThemeFilter!]\r\n multipleValue_Propertycontained_some: [TestThemeFilter!]\r\n assessmentDeploymentCollection_Propertycontained_some: [TestThemeFilter!]\r\n assessmentNode_ContextOf_some: [TestThemeFilter!]\r\n}\r\n\r\nenum TransactionEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum TranslatabilityEnumFilter {\r\n Translatable\r\n Untranslatable\r\n}\r\n\r\nenum TranslatabilityLevelEnumFilter {\r\n Country\r\n Terminology\r\n}\r\n\r\nenum TriggerTransitionatCloseEnumFilter {\r\n No\r\n Yes\r\n}\r\n\r\nenum TypeEffectiveCollectionEnumFilter {\r\n Compute\r\n Overload\r\n Intersection\r\n}\r\n\r\n# Defines the answer, its type, display conditions,? There can be only a single\r\n# expected answer value for a given assessment context. When the answer type is an\r\n# enumeration, it is possible to define a list of possible answers, and to specify\r\n# their display in a combo box or in the form of radio buttons. When the answer\r\n# is of MEGA Object type, it is necessary to specify the MetaClass of the object\r\n# type to be returned as answer.\r\ntype UniqueValue {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n valueDataType: UniqueValueValueDataTypeEnum\r\n mandatoryElement: UniqueValueMandatoryElementEnum\r\n linkAnsweredObject: String\r\n titleText: String\r\n answerComment(format: StringFormat): String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n metaAttributeValue_PropertyLiteralValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n possibleAnswerValue_PropertyLiteralValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection(filter: filterAssessmentDeploymentCollection, orderBy: [orderByAssessmentDeploymentCollection]): [AssessmentDeploymentCollection]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued(filter: filterAssessmentDeploymentQueryParameterValue, orderBy: [orderByAssessmentDeploymentQueryParameterValue]): [AssessmentDeploymentQueryParameterValue]\r\n assessmentNode_ElementwithProperty(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n audit_ElementwithProperty(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n plan_ElementwithProperty(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n businessLine_ElementwithProperty(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n test_ElementwithProperty(filter: filterTest, orderBy: [orderByTest]): [Test]\r\n assessmentCampaign_ElementwithProperty(filter: filterAssessmentCampaign, orderBy: [orderByAssessmentCampaign]): [AssessmentCampaign]\r\n risk_ElementwithProperty(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithProperty(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n assessmentSession_ElementwithProperty(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n assessedCharacteristicValue_ElementwithProperty(filter: filterAssessedCharacteristicValue, orderBy: [orderByAssessedCharacteristicValue]): [AssessedCharacteristicValue]\r\n questionnaire_ElementwithProperty(filter: filterQuestionnaire, orderBy: [orderByQuestionnaire]): [Questionnaire]\r\n issue_ElementwithProperty(filter: filterIssue, orderBy: [orderByIssue]): [Issue]\r\n control_ElementwithProperty(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n testTheme_ElementwithProperty(filter: filterTestTheme, orderBy: [orderByTestTheme]): [TestTheme]\r\n testActivity_ElementwithProperty(filter: filterTestActivity, orderBy: [orderByTestActivity]): [TestActivity]\r\n application_ElementwithProperty(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithProperty(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n assessmentAggregation_ElementwithProperty(filter: filterAssessmentAggregation, orderBy: [orderByAssessmentAggregation]): [AssessmentAggregation]\r\n businessProcess_ElementwithProperty(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n scoringRule(filter: filterScoringRule, orderBy: [orderByScoringRule]): [ScoringRule]\r\n possibleAnswerValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\ninput UniqueValueFilter {\r\n and: [UniqueValueFilter!]\r\n or: [UniqueValueFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n valueDataType: UniqueValueValueDataTypeEnum\r\n valueDataType_not: UniqueValueValueDataTypeEnum\r\n valueDataType_in: [UniqueValueValueDataTypeEnum!]\r\n valueDataType_not_in: [UniqueValueValueDataTypeEnum!]\r\n mandatoryElement: UniqueValueMandatoryElementEnum\r\n mandatoryElement_not: UniqueValueMandatoryElementEnum\r\n mandatoryElement_in: [UniqueValueMandatoryElementEnum!]\r\n mandatoryElement_not_in: [UniqueValueMandatoryElementEnum!]\r\n linkAnsweredObject: String\r\n linkAnsweredObject_not: String\r\n linkAnsweredObject_in: [String!]\r\n linkAnsweredObject_not_in: [String!]\r\n linkAnsweredObject_lt: String\r\n linkAnsweredObject_lte: String\r\n linkAnsweredObject_gt: String\r\n linkAnsweredObject_gte: String\r\n linkAnsweredObject_contains: String\r\n linkAnsweredObject_not_contains: String\r\n linkAnsweredObject_starts_with: String\r\n linkAnsweredObject_not_starts_with: String\r\n linkAnsweredObject_ends_with: String\r\n linkAnsweredObject_not_ends_with: String\r\n titleText: String\r\n titleText_not: String\r\n titleText_in: [String!]\r\n titleText_not_in: [String!]\r\n titleText_lt: String\r\n titleText_lte: String\r\n titleText_gt: String\r\n titleText_gte: String\r\n titleText_contains: String\r\n titleText_not_contains: String\r\n titleText_starts_with: String\r\n titleText_not_starts_with: String\r\n titleText_ends_with: String\r\n titleText_not_ends_with: String\r\n answerComment: String\r\n answerComment_not: String\r\n answerComment_in: [String!]\r\n answerComment_not_in: [String!]\r\n answerComment_lt: String\r\n answerComment_lte: String\r\n answerComment_gt: String\r\n answerComment_gte: String\r\n answerComment_contains: String\r\n answerComment_not_contains: String\r\n answerComment_starts_with: String\r\n answerComment_not_starts_with: String\r\n answerComment_ends_with: String\r\n answerComment_not_ends_with: String\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 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 metaAttributeValue_PropertyLiteralValue_some: [UniqueValueFilter!]\r\n possibleAnswerValue_PropertyLiteralValue_some: [UniqueValueFilter!]\r\n assessmentDeploymentCollection_ReferencingAssessmentDeploymentCollection_some: [UniqueValueFilter!]\r\n assessmentDeploymentQueryParameterValue_AssessmentParameterValued_some: [UniqueValueFilter!]\r\n assessmentNode_ElementwithProperty_some: [UniqueValueFilter!]\r\n audit_ElementwithProperty_some: [UniqueValueFilter!]\r\n plan_ElementwithProperty_some: [UniqueValueFilter!]\r\n businessLine_ElementwithProperty_some: [UniqueValueFilter!]\r\n test_ElementwithProperty_some: [UniqueValueFilter!]\r\n assessmentCampaign_ElementwithProperty_some: [UniqueValueFilter!]\r\n risk_ElementwithProperty_some: [UniqueValueFilter!]\r\n businessDocument_ElementwithProperty_some: [UniqueValueFilter!]\r\n assessmentSession_ElementwithProperty_some: [UniqueValueFilter!]\r\n assessedCharacteristicValue_ElementwithProperty_some: [UniqueValueFilter!]\r\n questionnaire_ElementwithProperty_some: [UniqueValueFilter!]\r\n issue_ElementwithProperty_some: [UniqueValueFilter!]\r\n control_ElementwithProperty_some: [UniqueValueFilter!]\r\n testTheme_ElementwithProperty_some: [UniqueValueFilter!]\r\n testActivity_ElementwithProperty_some: [UniqueValueFilter!]\r\n application_ElementwithProperty_some: [UniqueValueFilter!]\r\n orgUnit_ElementwithProperty_some: [UniqueValueFilter!]\r\n assessmentAggregation_ElementwithProperty_some: [UniqueValueFilter!]\r\n businessProcess_ElementwithProperty_some: [UniqueValueFilter!]\r\n scoringRule_some: [UniqueValueFilter!]\r\n possibleAnswerValue_some: [UniqueValueFilter!]\r\n question_some: [UniqueValueFilter!]\r\n}\r\n\r\nenum UniqueValueMandatoryElementEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum UniqueValueValueDataTypeEnum {\r\n EnumerationVerticalRadioButton\r\n MegaObject\r\n Duration\r\n Percent\r\n SignedNumber\r\n String\r\n Short\r\n Text\r\n Number\r\n BooleanCheck\r\n DateTime\r\n EnumerationCombolist\r\n}\r\n\r\nenum UpdateMetaAttributeEnumFilter {\r\n CopyvaluefromoneAssessedValue\r\n SpecificMacro\r\n Averageifmultiplevalues\r\n}\r\n\r\nenum UrbanismEnumFilter {\r\n Block\r\n Zone\r\n District\r\n Cluster\r\n}\r\n\r\nenum ValidityforAggregationEnumFilter {\r\n Valid\r\n NotValid\r\n}\r\n\r\nenum ValidityforAssessmentEnumFilter {\r\n Valid\r\n NotValid\r\n}\r\n\r\nenum ValidPersonEnumFilter {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n\r\nenum ValueDataTypeEnumFilter {\r\n EnumerationVerticalRadioButton\r\n MegaObject\r\n Duration\r\n Percent\r\n SignedNumber\r\n String\r\n Short\r\n Text\r\n Number\r\n BooleanCheck\r\n DateTime\r\n EnumerationCombolist\r\n}\r\n\r\nenum WorkflowStatusFinancialEnumFilter {\r\n Updateinprogress\r\n Approvalinprogress\r\n UpdateValidated\r\n}\r\n\r\nenum WorkflowStatusITandBusinessdataEnumFilter {\r\n UpdateinProgress\r\n Approvalinprogress\r\n UpdateValidated\r\n}\r\n\r\n# A workpaper comprises points to be checked on a given subject in the course of an audit activity.\r\ntype WorkPaper {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n detailedTask(format: StringFormat): String\r\n description: String\r\n workPaperDefaultSampleSize: Int\r\n assessmentFreshness: Float\r\n lastAssessmentDate: Date\r\n workPaperSampleSize: Int\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n assessmentSession(filter: filterAssessmentSession, orderBy: [orderByAssessmentSession]): [AssessmentSession]\r\n questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n assessmentNode(filter: filterAssessmentNode, orderBy: [orderByAssessmentNode]): [AssessmentNode]\r\n}\r\n\r\ninput WorkPaperFilter {\r\n and: [WorkPaperFilter!]\r\n or: [WorkPaperFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\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 creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n detailedTask: String\r\n detailedTask_not: String\r\n detailedTask_in: [String!]\r\n detailedTask_not_in: [String!]\r\n detailedTask_lt: String\r\n detailedTask_lte: String\r\n detailedTask_gt: String\r\n detailedTask_gte: String\r\n detailedTask_contains: String\r\n detailedTask_not_contains: String\r\n detailedTask_starts_with: String\r\n detailedTask_not_starts_with: String\r\n detailedTask_ends_with: String\r\n detailedTask_not_ends_with: String\r\n description: String\r\n description_not: String\r\n description_in: [String!]\r\n description_not_in: [String!]\r\n description_lt: String\r\n description_lte: String\r\n description_gt: String\r\n description_gte: String\r\n description_contains: String\r\n description_not_contains: String\r\n description_starts_with: String\r\n description_not_starts_with: String\r\n description_ends_with: String\r\n description_not_ends_with: String\r\n workPaperDefaultSampleSize: Int\r\n workPaperDefaultSampleSize_not: Int\r\n workPaperDefaultSampleSize_in: [Int!]\r\n workPaperDefaultSampleSize_not_in: [Int!]\r\n workPaperDefaultSampleSize_lt: Int\r\n workPaperDefaultSampleSize_lte: Int\r\n workPaperDefaultSampleSize_gt: Int\r\n workPaperDefaultSampleSize_gte: Int\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n workPaperSampleSize: Int\r\n workPaperSampleSize_not: Int\r\n workPaperSampleSize_in: [Int!]\r\n workPaperSampleSize_not_in: [Int!]\r\n workPaperSampleSize_lt: Int\r\n workPaperSampleSize_lte: Int\r\n workPaperSampleSize_gt: Int\r\n workPaperSampleSize_gte: Int\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 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 businessDocument_AttachedDocument_some: [WorkPaperFilter!]\r\n businessDocument_ReferredtoDocument_some: [WorkPaperFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [WorkPaperFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [WorkPaperFilter!]\r\n assessmentSession_some: [WorkPaperFilter!]\r\n questionGroup_some: [WorkPaperFilter!]\r\n assessmentNode_some: [WorkPaperFilter!]\r\n}\r\n\r\nenum WorkRecoveryTimeWRTEnumFilter {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n"