HOPEX - SDL Schema - DataPrivacy
GET {{server_url}}/HOPEXGraphQL/api/DataPrivacy/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\n# Actions taken following declared data breaches.\r\ntype Action {\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 gDPRRemediationActionStatus: ActionGDPRRemediationActionStatusEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n gDPRDataBreach_ConcernedGDPRIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\ninput ActionFilter {\r\n and: [ActionFilter!]\r\n or: [ActionFilter!]\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 gDPRRemediationActionStatus: ActionGDPRRemediationActionStatusEnum\r\n gDPRRemediationActionStatus_not: ActionGDPRRemediationActionStatusEnum\r\n gDPRRemediationActionStatus_in: [ActionGDPRRemediationActionStatusEnum!]\r\n gDPRRemediationActionStatus_not_in: [ActionGDPRRemediationActionStatusEnum!]\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 gDPRDataBreach_ConcernedGDPRIncident_some: [ActionFilter!]\r\n}\r\n\r\nenum ActionGDPRRemediationActionStatusEnum {\r\n Foreseen\r\n Ongoing\r\n Implemented\r\n}\r\n\r\nenum AdHocEnumFilter {\r\n Yes\r\n No\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 beginLifedate: Date\r\n endlifedate: Date\r\n statusReview: ApplicationStatusReviewEnum\r\n gDPRConsent: ApplicationGDPRConsentEnum\r\n gDPRSource: String\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n assessmentFreshness: Float\r\n lastAssessmentDate: Date\r\n applicationTemplate: ApplicationApplicationTemplateEnum\r\n deploymentDate: Date\r\n operatingApplicationDate: Date\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 processingActivity_ReferencingGDPRProcessingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_GDPRApplicationProcessing(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_GDPRApplicationProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_GDPRApplicationProcessing(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\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 ApplicationCloudComputingEnum {\r\n On_Premises\r\n Cloud_IaaS\r\n Cloud_PaaS\r\n Cloud_SaaS\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 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 statusReview: ApplicationStatusReviewEnum\r\n statusReview_not: ApplicationStatusReviewEnum\r\n statusReview_in: [ApplicationStatusReviewEnum!]\r\n statusReview_not_in: [ApplicationStatusReviewEnum!]\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 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 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 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 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 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 processingActivity_ReferencingGDPRProcessingActivity_some: [ApplicationFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_GDPRApplicationProcessing_some: [ApplicationFilter!]\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_GDPRApplicationProcessing_some: [ApplicationFilter!]\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_GDPRApplicationProcessing_some: [ApplicationFilter!]\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 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 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\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 gDPRPreAssessment_DocumentedObject(filter: filterGDPRPreAssessment, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dataCategory_DocumentedObject(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_DocumentedObject(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_DocumentedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organization_DocumentedObject(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n dPIA_DocumentedObject(filter: filterDPIA, orderBy: [orderByDPIA]): [DPIA]\r\n dataSubjectRequest_DocumentedObject(filter: filterDataSubjectRequest, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n physicalPerson_DocumentedObject(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_DocumentedObject(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n gDPRDataBreach_DocumentedObject(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessPartner_DocumentedObject(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n gDPRPreAssessment_Object(filter: filterGDPRPreAssessment, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dataCategory_Object(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_Object(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_Object(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organization_Object(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n dPIA_Object(filter: filterDPIA, orderBy: [orderByDPIA]): [DPIA]\r\n dataSubjectRequest_Object(filter: filterDataSubjectRequest, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n physicalPerson_Object(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_Object(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n gDPRDataBreach_Object(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessPartner_Object(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\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 gDPRPreAssessment_DocumentedObject_some: [BusinessDocumentFilter!]\r\n dataCategory_DocumentedObject_some: [BusinessDocumentFilter!]\r\n processingActivity_DocumentedObject_some: [BusinessDocumentFilter!]\r\n systemProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n organization_DocumentedObject_some: [BusinessDocumentFilter!]\r\n dPIA_DocumentedObject_some: [BusinessDocumentFilter!]\r\n dataSubjectRequest_DocumentedObject_some: [BusinessDocumentFilter!]\r\n physicalPerson_DocumentedObject_some: [BusinessDocumentFilter!]\r\n regulator_DocumentedObject_some: [BusinessDocumentFilter!]\r\n gDPRDataBreach_DocumentedObject_some: [BusinessDocumentFilter!]\r\n businessPartner_DocumentedObject_some: [BusinessDocumentFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentFilter!]\r\n organizationalProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n gDPRPreAssessment_Object_some: [BusinessDocumentFilter!]\r\n dataCategory_Object_some: [BusinessDocumentFilter!]\r\n processingActivity_Object_some: [BusinessDocumentFilter!]\r\n systemProcess_Object_some: [BusinessDocumentFilter!]\r\n organization_Object_some: [BusinessDocumentFilter!]\r\n dPIA_Object_some: [BusinessDocumentFilter!]\r\n dataSubjectRequest_Object_some: [BusinessDocumentFilter!]\r\n physicalPerson_Object_some: [BusinessDocumentFilter!]\r\n regulator_Object_some: [BusinessDocumentFilter!]\r\n gDPRDataBreach_Object_some: [BusinessDocumentFilter!]\r\n businessPartner_Object_some: [BusinessDocumentFilter!]\r\n application_Object_some: [BusinessDocumentFilter!]\r\n organizationalProcess_Object_some: [BusinessDocumentFilter!]\r\n businessProcess_Object_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 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 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 gDPRPreAssessment_DocumentedObject(filter: filterGDPRPreAssessment, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dataCategory_DocumentedObject(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_DocumentedObject(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_DocumentedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organization_DocumentedObject(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n dPIA_DocumentedObject(filter: filterDPIA, orderBy: [orderByDPIA]): [DPIA]\r\n dataSubjectRequest_DocumentedObject(filter: filterDataSubjectRequest, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n physicalPerson_DocumentedObject(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_DocumentedObject(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n gDPRDataBreach_DocumentedObject(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessPartner_DocumentedObject(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n gDPRPreAssessment_Object(filter: filterGDPRPreAssessment, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dataCategory_Object(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_Object(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_Object(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organization_Object(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n dPIA_Object(filter: filterDPIA, orderBy: [orderByDPIA]): [DPIA]\r\n dataSubjectRequest_Object(filter: filterDataSubjectRequest, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n physicalPerson_Object(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_Object(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n gDPRDataBreach_Object(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessPartner_Object(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\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 gDPRPreAssessment_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n dataCategory_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n processingActivity_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n systemProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n organization_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n dPIA_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n dataSubjectRequest_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n physicalPerson_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n regulator_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n gDPRDataBreach_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n businessPartner_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n organizationalProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n gDPRPreAssessment_Object_some: [BusinessDocumentVersionFilter!]\r\n dataCategory_Object_some: [BusinessDocumentVersionFilter!]\r\n processingActivity_Object_some: [BusinessDocumentVersionFilter!]\r\n systemProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n organization_Object_some: [BusinessDocumentVersionFilter!]\r\n dPIA_Object_some: [BusinessDocumentVersionFilter!]\r\n dataSubjectRequest_Object_some: [BusinessDocumentVersionFilter!]\r\n physicalPerson_Object_some: [BusinessDocumentVersionFilter!]\r\n regulator_Object_some: [BusinessDocumentVersionFilter!]\r\n gDPRDataBreach_Object_some: [BusinessDocumentVersionFilter!]\r\n businessPartner_Object_some: [BusinessDocumentVersionFilter!]\r\n application_Object_some: [BusinessDocumentVersionFilter!]\r\n organizationalProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n businessProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n businessDocument_Document_some: [BusinessDocumentVersionFilter!]\r\n}\r\n\r\n# A conceptual stakeholder type that interacts with the enterprise in the context\r\n# the enterprise business architecture environment. Examples : Private Sector\r\n# Customer , Regulation Authority , Supplier .\r\ntype BusinessPartner {\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 customerSatisfaction: BusinessPartnerCustomerSatisfactionEnum\r\n dataCategoryRisk: BusinessPartnerDataCategoryRiskEnum\r\n assessmentFreshness: Float\r\n lastAssessmentDate: Date\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 gDPRDataBreach_ImpactingGDPRIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum BusinessPartnerCustomerSatisfactionEnum {\r\n VeryLow\r\n Low\r\n Neutral\r\n High\r\n VeryHigh\r\n NotEvaluated\r\n}\r\n\r\nenum BusinessPartnerDataCategoryRiskEnum {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\ninput BusinessPartnerFilter {\r\n and: [BusinessPartnerFilter!]\r\n or: [BusinessPartnerFilter!]\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 customerSatisfaction: BusinessPartnerCustomerSatisfactionEnum\r\n customerSatisfaction_not: BusinessPartnerCustomerSatisfactionEnum\r\n customerSatisfaction_in: [BusinessPartnerCustomerSatisfactionEnum!]\r\n customerSatisfaction_not_in: [BusinessPartnerCustomerSatisfactionEnum!]\r\n dataCategoryRisk: BusinessPartnerDataCategoryRiskEnum\r\n dataCategoryRisk_not: BusinessPartnerDataCategoryRiskEnum\r\n dataCategoryRisk_in: [BusinessPartnerDataCategoryRiskEnum!]\r\n dataCategoryRisk_not_in: [BusinessPartnerDataCategoryRiskEnum!]\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 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: [BusinessPartnerFilter!]\r\n businessDocument_ReferredtoDocument_some: [BusinessPartnerFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessPartnerFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessPartnerFilter!]\r\n gDPRDataBreach_ImpactingGDPRIncident_some: [BusinessPartnerFilter!]\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 outputLogic: BusinessProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRSource: String\r\n businessProcessCode: String\r\n gDPRImpact: BusinessProcessGDPRImpactEnum\r\n transaction: BusinessProcessTransactionEnum\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 assessmentFreshness: Float\r\n lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: 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 businessProcessDesigner_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 processingActivity_GDPRActivityPerspective(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n processingActivity_ReferencingGDPRProcessingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\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 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 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 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 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 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 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 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 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 businessProcessDesigner_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n gPDRActivityOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n processingActivity_GDPRActivityPerspective_some: [BusinessProcessFilter!]\r\n processingActivity_ReferencingGDPRProcessingActivity_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 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 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\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 dataCategory_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n gDPRApplicationProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterGDPRApplicationProcessing, orderBy: [orderByGDPRApplicationProcessing]): [GDPRApplicationProcessing]\r\n organization_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n physicalPerson_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n businessPartner_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n gDPRBusinessProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterGDPRBusinessProcessing, orderBy: [orderByGDPRBusinessProcessing]): [GDPRBusinessProcessing]\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 dataCategory_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n processingActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n gDPRApplicationProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n organization_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n physicalPerson_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n regulator_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n businessPartner_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n gDPRBusinessProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment_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 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 CloudComputingEnumFilter {\r\n On_Premises\r\n Cloud_IaaS\r\n Cloud_PaaS\r\n Cloud_SaaS\r\n}\r\n\r\nenum CompensationEnumFilter {\r\n Yes\r\n No\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\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\n# Breach of security leading to the accidental or unlawful destruction, loss,\r\n# alteration, unauthorised disclosure of, or access to, personal data transmitted,\r\n# stored or otherwise processed.\r\ntype DataBreach {\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 gDPRIncidentReference: String\r\n gDPRIncidentDate: Date\r\n gDPRIncidentDiscoveryMode: DataBreachGDPRIncidentDiscoveryModeEnum\r\n gDPRNumberofpeopleimpacted: DataBreachGDPRNumberofpeopleimpactedEnum\r\n gDPRIncidentConsequences: String\r\n gDPRRemedialActions: String\r\n gDPRDataSubjectsNotificationDate: Date\r\n gDPRAuthoritiesNotificationDate: Date\r\n gDPRAuthoritiestobeNotified: Boolean\r\n gDPRIncidentSubmitterName: String\r\n gDPRIncidentSubmitterEmail: String\r\n gDPRIncidentSubmitterCompany: String\r\n gDPRIncidentDeclarationDate: Date\r\n gDPRIndividualsInformed: Boolean\r\n gDPRIncidentID: Int\r\n gDPRNatureofbreach: String\r\n gDPRHoursfromBreachDiscoveryHours: Int\r\n gDPRIncidentStatus: DataBreachGDPRIncidentStatusEnum\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 businessPartner_ImpactedDataSubjects(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n gDPRAction_RemediatingActions(filter: filterAction, orderBy: [orderByAction]): [Action]\r\n dataCategory_RelatedDataCategory(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n regulator_Notifiedsupervisoryauthorities(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n processingActivity_IncidentProcessingScope(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_IncidentProcessingScope(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_IncidentProcessingScope(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n application_ProcessingApplication_GDPRApplicationProcessing_IncidentProcessingScope(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_IncidentProcessingScope(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_IncidentProcessingScope(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_IncidentProcessingScope(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n}\r\n\r\ninput DataBreachFilter {\r\n and: [DataBreachFilter!]\r\n or: [DataBreachFilter!]\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 gDPRIncidentReference: String\r\n gDPRIncidentReference_not: String\r\n gDPRIncidentReference_in: [String!]\r\n gDPRIncidentReference_not_in: [String!]\r\n gDPRIncidentReference_lt: String\r\n gDPRIncidentReference_lte: String\r\n gDPRIncidentReference_gt: String\r\n gDPRIncidentReference_gte: String\r\n gDPRIncidentReference_contains: String\r\n gDPRIncidentReference_not_contains: String\r\n gDPRIncidentReference_starts_with: String\r\n gDPRIncidentReference_not_starts_with: String\r\n gDPRIncidentReference_ends_with: String\r\n gDPRIncidentReference_not_ends_with: String\r\n gDPRIncidentDate: Date\r\n gDPRIncidentDate_not: Date\r\n gDPRIncidentDate_in: [Date!]\r\n gDPRIncidentDate_not_in: [Date!]\r\n gDPRIncidentDate_lt: Date\r\n gDPRIncidentDate_lte: Date\r\n gDPRIncidentDate_gt: Date\r\n gDPRIncidentDate_gte: Date\r\n gDPRIncidentDiscoveryMode: DataBreachGDPRIncidentDiscoveryModeEnum\r\n gDPRIncidentDiscoveryMode_not: DataBreachGDPRIncidentDiscoveryModeEnum\r\n gDPRIncidentDiscoveryMode_in: [DataBreachGDPRIncidentDiscoveryModeEnum!]\r\n gDPRIncidentDiscoveryMode_not_in: [DataBreachGDPRIncidentDiscoveryModeEnum!]\r\n gDPRNumberofpeopleimpacted: DataBreachGDPRNumberofpeopleimpactedEnum\r\n gDPRNumberofpeopleimpacted_not: DataBreachGDPRNumberofpeopleimpactedEnum\r\n gDPRNumberofpeopleimpacted_in: [DataBreachGDPRNumberofpeopleimpactedEnum!]\r\n gDPRNumberofpeopleimpacted_not_in: [DataBreachGDPRNumberofpeopleimpactedEnum!]\r\n gDPRIncidentConsequences: String\r\n gDPRIncidentConsequences_not: String\r\n gDPRIncidentConsequences_in: [String!]\r\n gDPRIncidentConsequences_not_in: [String!]\r\n gDPRIncidentConsequences_lt: String\r\n gDPRIncidentConsequences_lte: String\r\n gDPRIncidentConsequences_gt: String\r\n gDPRIncidentConsequences_gte: String\r\n gDPRIncidentConsequences_contains: String\r\n gDPRIncidentConsequences_not_contains: String\r\n gDPRIncidentConsequences_starts_with: String\r\n gDPRIncidentConsequences_not_starts_with: String\r\n gDPRIncidentConsequences_ends_with: String\r\n gDPRIncidentConsequences_not_ends_with: String\r\n gDPRRemedialActions: String\r\n gDPRRemedialActions_not: String\r\n gDPRRemedialActions_in: [String!]\r\n gDPRRemedialActions_not_in: [String!]\r\n gDPRRemedialActions_lt: String\r\n gDPRRemedialActions_lte: String\r\n gDPRRemedialActions_gt: String\r\n gDPRRemedialActions_gte: String\r\n gDPRRemedialActions_contains: String\r\n gDPRRemedialActions_not_contains: String\r\n gDPRRemedialActions_starts_with: String\r\n gDPRRemedialActions_not_starts_with: String\r\n gDPRRemedialActions_ends_with: String\r\n gDPRRemedialActions_not_ends_with: String\r\n gDPRDataSubjectsNotificationDate: Date\r\n gDPRDataSubjectsNotificationDate_not: Date\r\n gDPRDataSubjectsNotificationDate_in: [Date!]\r\n gDPRDataSubjectsNotificationDate_not_in: [Date!]\r\n gDPRDataSubjectsNotificationDate_lt: Date\r\n gDPRDataSubjectsNotificationDate_lte: Date\r\n gDPRDataSubjectsNotificationDate_gt: Date\r\n gDPRDataSubjectsNotificationDate_gte: Date\r\n gDPRAuthoritiesNotificationDate: Date\r\n gDPRAuthoritiesNotificationDate_not: Date\r\n gDPRAuthoritiesNotificationDate_in: [Date!]\r\n gDPRAuthoritiesNotificationDate_not_in: [Date!]\r\n gDPRAuthoritiesNotificationDate_lt: Date\r\n gDPRAuthoritiesNotificationDate_lte: Date\r\n gDPRAuthoritiesNotificationDate_gt: Date\r\n gDPRAuthoritiesNotificationDate_gte: Date\r\n gDPRAuthoritiestobeNotified: Boolean\r\n gDPRAuthoritiestobeNotified_not: Boolean\r\n gDPRIncidentSubmitterName: String\r\n gDPRIncidentSubmitterName_not: String\r\n gDPRIncidentSubmitterName_in: [String!]\r\n gDPRIncidentSubmitterName_not_in: [String!]\r\n gDPRIncidentSubmitterName_lt: String\r\n gDPRIncidentSubmitterName_lte: String\r\n gDPRIncidentSubmitterName_gt: String\r\n gDPRIncidentSubmitterName_gte: String\r\n gDPRIncidentSubmitterName_contains: String\r\n gDPRIncidentSubmitterName_not_contains: String\r\n gDPRIncidentSubmitterName_starts_with: String\r\n gDPRIncidentSubmitterName_not_starts_with: String\r\n gDPRIncidentSubmitterName_ends_with: String\r\n gDPRIncidentSubmitterName_not_ends_with: String\r\n gDPRIncidentSubmitterEmail: String\r\n gDPRIncidentSubmitterEmail_not: String\r\n gDPRIncidentSubmitterEmail_in: [String!]\r\n gDPRIncidentSubmitterEmail_not_in: [String!]\r\n gDPRIncidentSubmitterEmail_lt: String\r\n gDPRIncidentSubmitterEmail_lte: String\r\n gDPRIncidentSubmitterEmail_gt: String\r\n gDPRIncidentSubmitterEmail_gte: String\r\n gDPRIncidentSubmitterEmail_contains: String\r\n gDPRIncidentSubmitterEmail_not_contains: String\r\n gDPRIncidentSubmitterEmail_starts_with: String\r\n gDPRIncidentSubmitterEmail_not_starts_with: String\r\n gDPRIncidentSubmitterEmail_ends_with: String\r\n gDPRIncidentSubmitterEmail_not_ends_with: String\r\n gDPRIncidentSubmitterCompany: String\r\n gDPRIncidentSubmitterCompany_not: String\r\n gDPRIncidentSubmitterCompany_in: [String!]\r\n gDPRIncidentSubmitterCompany_not_in: [String!]\r\n gDPRIncidentSubmitterCompany_lt: String\r\n gDPRIncidentSubmitterCompany_lte: String\r\n gDPRIncidentSubmitterCompany_gt: String\r\n gDPRIncidentSubmitterCompany_gte: String\r\n gDPRIncidentSubmitterCompany_contains: String\r\n gDPRIncidentSubmitterCompany_not_contains: String\r\n gDPRIncidentSubmitterCompany_starts_with: String\r\n gDPRIncidentSubmitterCompany_not_starts_with: String\r\n gDPRIncidentSubmitterCompany_ends_with: String\r\n gDPRIncidentSubmitterCompany_not_ends_with: String\r\n gDPRIncidentDeclarationDate: Date\r\n gDPRIncidentDeclarationDate_not: Date\r\n gDPRIncidentDeclarationDate_in: [Date!]\r\n gDPRIncidentDeclarationDate_not_in: [Date!]\r\n gDPRIncidentDeclarationDate_lt: Date\r\n gDPRIncidentDeclarationDate_lte: Date\r\n gDPRIncidentDeclarationDate_gt: Date\r\n gDPRIncidentDeclarationDate_gte: Date\r\n gDPRIndividualsInformed: Boolean\r\n gDPRIndividualsInformed_not: Boolean\r\n gDPRIncidentID: Int\r\n gDPRIncidentID_not: Int\r\n gDPRIncidentID_in: [Int!]\r\n gDPRIncidentID_not_in: [Int!]\r\n gDPRIncidentID_lt: Int\r\n gDPRIncidentID_lte: Int\r\n gDPRIncidentID_gt: Int\r\n gDPRIncidentID_gte: Int\r\n gDPRNatureofbreach: String\r\n gDPRNatureofbreach_not: String\r\n gDPRNatureofbreach_in: [String!]\r\n gDPRNatureofbreach_not_in: [String!]\r\n gDPRNatureofbreach_lt: String\r\n gDPRNatureofbreach_lte: String\r\n gDPRNatureofbreach_gt: String\r\n gDPRNatureofbreach_gte: String\r\n gDPRNatureofbreach_contains: String\r\n gDPRNatureofbreach_not_contains: String\r\n gDPRNatureofbreach_starts_with: String\r\n gDPRNatureofbreach_not_starts_with: String\r\n gDPRNatureofbreach_ends_with: String\r\n gDPRNatureofbreach_not_ends_with: String\r\n gDPRHoursfromBreachDiscoveryHours: Int\r\n gDPRHoursfromBreachDiscoveryHours_not: Int\r\n gDPRHoursfromBreachDiscoveryHours_in: [Int!]\r\n gDPRHoursfromBreachDiscoveryHours_not_in: [Int!]\r\n gDPRHoursfromBreachDiscoveryHours_lt: Int\r\n gDPRHoursfromBreachDiscoveryHours_lte: Int\r\n gDPRHoursfromBreachDiscoveryHours_gt: Int\r\n gDPRHoursfromBreachDiscoveryHours_gte: Int\r\n gDPRIncidentStatus: DataBreachGDPRIncidentStatusEnum\r\n gDPRIncidentStatus_not: DataBreachGDPRIncidentStatusEnum\r\n gDPRIncidentStatus_in: [DataBreachGDPRIncidentStatusEnum!]\r\n gDPRIncidentStatus_not_in: [DataBreachGDPRIncidentStatusEnum!]\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: [DataBreachFilter!]\r\n businessDocument_ReferredtoDocument_some: [DataBreachFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [DataBreachFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [DataBreachFilter!]\r\n businessPartner_ImpactedDataSubjects_some: [DataBreachFilter!]\r\n gDPRAction_RemediatingActions_some: [DataBreachFilter!]\r\n dataCategory_RelatedDataCategory_some: [DataBreachFilter!]\r\n regulator_Notifiedsupervisoryauthorities_some: [DataBreachFilter!]\r\n processingActivity_IncidentProcessingScope_some: [DataBreachFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n application_ProcessingApplication_GDPRApplicationProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_IncidentProcessingScope_some: [DataBreachFilter!]\r\n}\r\n\r\nenum DataBreachGDPRIncidentDiscoveryModeEnum {\r\n InternalControl\r\n ExternalClaim\r\n InternalAlert\r\n Other\r\n}\r\n\r\nenum DataBreachGDPRIncidentStatusEnum {\r\n Submitted\r\n Confirmed\r\n Ongoing\r\n Closed\r\n Archived\r\n Discarded\r\n}\r\n\r\nenum DataBreachGDPRNumberofpeopleimpactedEnum {\r\n OneZero_OneZeroZeroZero\r\n OneZeroZeroToOneZeroZerok\r\n OneZeroZeroToOneM\r\n AboveOneM\r\n Zero_OneZero\r\n}\r\n\r\n# A class or division of Data regarded as having particular shared characteristics.\r\ntype DataCategory {\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 dataCategoryRisk: DataCategoryDataCategoryRiskEnum\r\n retentionPeriodUnit: DataCategoryRetentionPeriodUnitEnum\r\n gDPRSensitiveData: Boolean\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: 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 gDPRDataBreach_GDPRIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum DataCategoryDataCategoryRiskEnum {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\ninput DataCategoryFilter {\r\n and: [DataCategoryFilter!]\r\n or: [DataCategoryFilter!]\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 dataCategoryRisk: DataCategoryDataCategoryRiskEnum\r\n dataCategoryRisk_not: DataCategoryDataCategoryRiskEnum\r\n dataCategoryRisk_in: [DataCategoryDataCategoryRiskEnum!]\r\n dataCategoryRisk_not_in: [DataCategoryDataCategoryRiskEnum!]\r\n retentionPeriodUnit: DataCategoryRetentionPeriodUnitEnum\r\n retentionPeriodUnit_not: DataCategoryRetentionPeriodUnitEnum\r\n retentionPeriodUnit_in: [DataCategoryRetentionPeriodUnitEnum!]\r\n retentionPeriodUnit_not_in: [DataCategoryRetentionPeriodUnitEnum!]\r\n gDPRSensitiveData: Boolean\r\n gDPRSensitiveData_not: Boolean\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int!]\r\n retentionPeriod_not_in: [Int!]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_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: [DataCategoryFilter!]\r\n businessDocument_ReferredtoDocument_some: [DataCategoryFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [DataCategoryFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [DataCategoryFilter!]\r\n gDPRDataBreach_GDPRIncident_some: [DataCategoryFilter!]\r\n}\r\n\r\nenum DataCategoryRetentionPeriodUnitEnum {\r\n Year\r\n Month\r\n Day\r\n}\r\n\r\nenum DataCategoryRiskEnumFilter {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\n# A data subject request is a formal request by a data subject to a controller to take action on his her personal data.\r\ntype DataSubjectRequest {\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 gDPRDeadlineExtended: Boolean\r\n gDPRDataSubjectName: String\r\n gDPRDocumentNumber: String\r\n gDPRDocumentType: DataSubjectRequestGDPRDocumentTypeEnum\r\n gDPRReasonforextension: String\r\n gDPRRequestDate: Date\r\n gDPRRequestPriority: DataSubjectRequestGDPRRequestPriorityEnum\r\n gDPRPassedDays: String\r\n gDPRRequestSource: String\r\n gDPRRequestStatus: DataSubjectRequestGDPRRequestStatusEnum\r\n gDPRRequestType: DataSubjectRequestGDPRRequestTypeEnum\r\n gDPRDataSubjectRequestName: 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 processingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n}\r\n\r\ninput DataSubjectRequestFilter {\r\n and: [DataSubjectRequestFilter!]\r\n or: [DataSubjectRequestFilter!]\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 gDPRDeadlineExtended: Boolean\r\n gDPRDeadlineExtended_not: Boolean\r\n gDPRDataSubjectName: String\r\n gDPRDataSubjectName_not: String\r\n gDPRDataSubjectName_in: [String!]\r\n gDPRDataSubjectName_not_in: [String!]\r\n gDPRDataSubjectName_lt: String\r\n gDPRDataSubjectName_lte: String\r\n gDPRDataSubjectName_gt: String\r\n gDPRDataSubjectName_gte: String\r\n gDPRDataSubjectName_contains: String\r\n gDPRDataSubjectName_not_contains: String\r\n gDPRDataSubjectName_starts_with: String\r\n gDPRDataSubjectName_not_starts_with: String\r\n gDPRDataSubjectName_ends_with: String\r\n gDPRDataSubjectName_not_ends_with: String\r\n gDPRDocumentNumber: String\r\n gDPRDocumentNumber_not: String\r\n gDPRDocumentNumber_in: [String!]\r\n gDPRDocumentNumber_not_in: [String!]\r\n gDPRDocumentNumber_lt: String\r\n gDPRDocumentNumber_lte: String\r\n gDPRDocumentNumber_gt: String\r\n gDPRDocumentNumber_gte: String\r\n gDPRDocumentNumber_contains: String\r\n gDPRDocumentNumber_not_contains: String\r\n gDPRDocumentNumber_starts_with: String\r\n gDPRDocumentNumber_not_starts_with: String\r\n gDPRDocumentNumber_ends_with: String\r\n gDPRDocumentNumber_not_ends_with: String\r\n gDPRDocumentType: DataSubjectRequestGDPRDocumentTypeEnum\r\n gDPRDocumentType_not: DataSubjectRequestGDPRDocumentTypeEnum\r\n gDPRDocumentType_in: [DataSubjectRequestGDPRDocumentTypeEnum!]\r\n gDPRDocumentType_not_in: [DataSubjectRequestGDPRDocumentTypeEnum!]\r\n gDPRReasonforextension: String\r\n gDPRReasonforextension_not: String\r\n gDPRReasonforextension_in: [String!]\r\n gDPRReasonforextension_not_in: [String!]\r\n gDPRReasonforextension_lt: String\r\n gDPRReasonforextension_lte: String\r\n gDPRReasonforextension_gt: String\r\n gDPRReasonforextension_gte: String\r\n gDPRReasonforextension_contains: String\r\n gDPRReasonforextension_not_contains: String\r\n gDPRReasonforextension_starts_with: String\r\n gDPRReasonforextension_not_starts_with: String\r\n gDPRReasonforextension_ends_with: String\r\n gDPRReasonforextension_not_ends_with: String\r\n gDPRRequestDate: Date\r\n gDPRRequestDate_not: Date\r\n gDPRRequestDate_in: [Date!]\r\n gDPRRequestDate_not_in: [Date!]\r\n gDPRRequestDate_lt: Date\r\n gDPRRequestDate_lte: Date\r\n gDPRRequestDate_gt: Date\r\n gDPRRequestDate_gte: Date\r\n gDPRRequestPriority: DataSubjectRequestGDPRRequestPriorityEnum\r\n gDPRRequestPriority_not: DataSubjectRequestGDPRRequestPriorityEnum\r\n gDPRRequestPriority_in: [DataSubjectRequestGDPRRequestPriorityEnum!]\r\n gDPRRequestPriority_not_in: [DataSubjectRequestGDPRRequestPriorityEnum!]\r\n gDPRPassedDays: String\r\n gDPRPassedDays_not: String\r\n gDPRPassedDays_in: [String!]\r\n gDPRPassedDays_not_in: [String!]\r\n gDPRPassedDays_lt: String\r\n gDPRPassedDays_lte: String\r\n gDPRPassedDays_gt: String\r\n gDPRPassedDays_gte: String\r\n gDPRPassedDays_contains: String\r\n gDPRPassedDays_not_contains: String\r\n gDPRPassedDays_starts_with: String\r\n gDPRPassedDays_not_starts_with: String\r\n gDPRPassedDays_ends_with: String\r\n gDPRPassedDays_not_ends_with: String\r\n gDPRRequestSource: String\r\n gDPRRequestSource_not: String\r\n gDPRRequestSource_in: [String!]\r\n gDPRRequestSource_not_in: [String!]\r\n gDPRRequestSource_lt: String\r\n gDPRRequestSource_lte: String\r\n gDPRRequestSource_gt: String\r\n gDPRRequestSource_gte: String\r\n gDPRRequestSource_contains: String\r\n gDPRRequestSource_not_contains: String\r\n gDPRRequestSource_starts_with: String\r\n gDPRRequestSource_not_starts_with: String\r\n gDPRRequestSource_ends_with: String\r\n gDPRRequestSource_not_ends_with: String\r\n gDPRRequestStatus: DataSubjectRequestGDPRRequestStatusEnum\r\n gDPRRequestStatus_not: DataSubjectRequestGDPRRequestStatusEnum\r\n gDPRRequestStatus_in: [DataSubjectRequestGDPRRequestStatusEnum!]\r\n gDPRRequestStatus_not_in: [DataSubjectRequestGDPRRequestStatusEnum!]\r\n gDPRRequestType: DataSubjectRequestGDPRRequestTypeEnum\r\n gDPRRequestType_not: DataSubjectRequestGDPRRequestTypeEnum\r\n gDPRRequestType_in: [DataSubjectRequestGDPRRequestTypeEnum!]\r\n gDPRRequestType_not_in: [DataSubjectRequestGDPRRequestTypeEnum!]\r\n gDPRDataSubjectRequestName: String\r\n gDPRDataSubjectRequestName_not: String\r\n gDPRDataSubjectRequestName_in: [String!]\r\n gDPRDataSubjectRequestName_not_in: [String!]\r\n gDPRDataSubjectRequestName_lt: String\r\n gDPRDataSubjectRequestName_lte: String\r\n gDPRDataSubjectRequestName_gt: String\r\n gDPRDataSubjectRequestName_gte: String\r\n gDPRDataSubjectRequestName_contains: String\r\n gDPRDataSubjectRequestName_not_contains: String\r\n gDPRDataSubjectRequestName_starts_with: String\r\n gDPRDataSubjectRequestName_not_starts_with: String\r\n gDPRDataSubjectRequestName_ends_with: String\r\n gDPRDataSubjectRequestName_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: [DataSubjectRequestFilter!]\r\n businessDocument_ReferredtoDocument_some: [DataSubjectRequestFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [DataSubjectRequestFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [DataSubjectRequestFilter!]\r\n processingActivity_some: [DataSubjectRequestFilter!]\r\n}\r\n\r\nenum DataSubjectRequestGDPRDocumentTypeEnum {\r\n ID\r\n DrivingLicence\r\n Passport\r\n Other\r\n}\r\n\r\nenum DataSubjectRequestGDPRRequestPriorityEnum {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\nenum DataSubjectRequestGDPRRequestStatusEnum {\r\n PendingRequest\r\n New\r\n Assigned\r\n Processing\r\n Closed\r\n}\r\n\r\nenum DataSubjectRequestGDPRRequestTypeEnum {\r\n Access\r\n Deletion\r\n Tobeforgotten\r\n Objection\r\n Portability\r\n Rectification\r\n Restriction\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 DesignBAEnumFilter {\r\n NA\r\n VeryPoor\r\n Poor\r\n Medium\r\n Good\r\n VeryGood\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 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 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\n# A data protection impact assessment (DPIA) is a privacy-related impact\r\n# assessment whose objective is to identify and analyse how data privacy might be\r\n# affected by certain actions or activities.\r\ntype DPIA {\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 gDPRComplianceLevel: DPIAGDPRComplianceLevelEnum\r\n gDPRComplianceLevelComment: String\r\n gDPRRiskScaleAssessment: DPIAGDPRRiskScaleAssessmentEnum\r\n gDPRCompletionDate: Date\r\n gDPRUpdatedfields: String\r\n gDPRStatus: DPIAGDPRStatusEnum\r\n gDPRStartDate: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRSubsequentActions: DPIAGDPRSubsequentActionsEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n processingActivity_AssessedProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\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}\r\n\r\ninput DPIAFilter {\r\n and: [DPIAFilter!]\r\n or: [DPIAFilter!]\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 gDPRComplianceLevel: DPIAGDPRComplianceLevelEnum\r\n gDPRComplianceLevel_not: DPIAGDPRComplianceLevelEnum\r\n gDPRComplianceLevel_in: [DPIAGDPRComplianceLevelEnum!]\r\n gDPRComplianceLevel_not_in: [DPIAGDPRComplianceLevelEnum!]\r\n gDPRComplianceLevelComment: String\r\n gDPRComplianceLevelComment_not: String\r\n gDPRComplianceLevelComment_in: [String!]\r\n gDPRComplianceLevelComment_not_in: [String!]\r\n gDPRComplianceLevelComment_lt: String\r\n gDPRComplianceLevelComment_lte: String\r\n gDPRComplianceLevelComment_gt: String\r\n gDPRComplianceLevelComment_gte: String\r\n gDPRComplianceLevelComment_contains: String\r\n gDPRComplianceLevelComment_not_contains: String\r\n gDPRComplianceLevelComment_starts_with: String\r\n gDPRComplianceLevelComment_not_starts_with: String\r\n gDPRComplianceLevelComment_ends_with: String\r\n gDPRComplianceLevelComment_not_ends_with: String\r\n gDPRRiskScaleAssessment: DPIAGDPRRiskScaleAssessmentEnum\r\n gDPRRiskScaleAssessment_not: DPIAGDPRRiskScaleAssessmentEnum\r\n gDPRRiskScaleAssessment_in: [DPIAGDPRRiskScaleAssessmentEnum!]\r\n gDPRRiskScaleAssessment_not_in: [DPIAGDPRRiskScaleAssessmentEnum!]\r\n gDPRCompletionDate: Date\r\n gDPRCompletionDate_not: Date\r\n gDPRCompletionDate_in: [Date!]\r\n gDPRCompletionDate_not_in: [Date!]\r\n gDPRCompletionDate_lt: Date\r\n gDPRCompletionDate_lte: Date\r\n gDPRCompletionDate_gt: Date\r\n gDPRCompletionDate_gte: Date\r\n gDPRUpdatedfields: String\r\n gDPRUpdatedfields_not: String\r\n gDPRUpdatedfields_in: [String!]\r\n gDPRUpdatedfields_not_in: [String!]\r\n gDPRUpdatedfields_lt: String\r\n gDPRUpdatedfields_lte: String\r\n gDPRUpdatedfields_gt: String\r\n gDPRUpdatedfields_gte: String\r\n gDPRUpdatedfields_contains: String\r\n gDPRUpdatedfields_not_contains: String\r\n gDPRUpdatedfields_starts_with: String\r\n gDPRUpdatedfields_not_starts_with: String\r\n gDPRUpdatedfields_ends_with: String\r\n gDPRUpdatedfields_not_ends_with: String\r\n gDPRStatus: DPIAGDPRStatusEnum\r\n gDPRStatus_not: DPIAGDPRStatusEnum\r\n gDPRStatus_in: [DPIAGDPRStatusEnum!]\r\n gDPRStatus_not_in: [DPIAGDPRStatusEnum!]\r\n gDPRStartDate: Date\r\n gDPRStartDate_not: Date\r\n gDPRStartDate_in: [Date!]\r\n gDPRStartDate_not_in: [Date!]\r\n gDPRStartDate_lt: Date\r\n gDPRStartDate_lte: Date\r\n gDPRStartDate_gt: Date\r\n gDPRStartDate_gte: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRSubsequentActionsComment_not: String\r\n gDPRSubsequentActionsComment_in: [String!]\r\n gDPRSubsequentActionsComment_not_in: [String!]\r\n gDPRSubsequentActionsComment_lt: String\r\n gDPRSubsequentActionsComment_lte: String\r\n gDPRSubsequentActionsComment_gt: String\r\n gDPRSubsequentActionsComment_gte: String\r\n gDPRSubsequentActionsComment_contains: String\r\n gDPRSubsequentActionsComment_not_contains: String\r\n gDPRSubsequentActionsComment_starts_with: String\r\n gDPRSubsequentActionsComment_not_starts_with: String\r\n gDPRSubsequentActionsComment_ends_with: String\r\n gDPRSubsequentActionsComment_not_ends_with: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRDataProtectionImpactComment_not: String\r\n gDPRDataProtectionImpactComment_in: [String!]\r\n gDPRDataProtectionImpactComment_not_in: [String!]\r\n gDPRDataProtectionImpactComment_lt: String\r\n gDPRDataProtectionImpactComment_lte: String\r\n gDPRDataProtectionImpactComment_gt: String\r\n gDPRDataProtectionImpactComment_gte: String\r\n gDPRDataProtectionImpactComment_contains: String\r\n gDPRDataProtectionImpactComment_not_contains: String\r\n gDPRDataProtectionImpactComment_starts_with: String\r\n gDPRDataProtectionImpactComment_not_starts_with: String\r\n gDPRDataProtectionImpactComment_ends_with: String\r\n gDPRDataProtectionImpactComment_not_ends_with: String\r\n gDPRSubsequentActions: DPIAGDPRSubsequentActionsEnum\r\n gDPRSubsequentActions_not: DPIAGDPRSubsequentActionsEnum\r\n gDPRSubsequentActions_in: [DPIAGDPRSubsequentActionsEnum!]\r\n gDPRSubsequentActions_not_in: [DPIAGDPRSubsequentActionsEnum!]\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 processingActivity_AssessedProcessing_some: [DPIAFilter!]\r\n businessDocument_AttachedDocument_some: [DPIAFilter!]\r\n businessDocument_ReferredtoDocument_some: [DPIAFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [DPIAFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [DPIAFilter!]\r\n}\r\n\r\nenum DPIAGDPRComplianceLevelEnum {\r\n PoorlyCompliant\r\n AlmostCompliant\r\n Compliant\r\n StronglyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum DPIAGDPRRiskScaleAssessmentEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum DPIAGDPRStatusEnum {\r\n NotStarted\r\n On_Going\r\n Done\r\n}\r\n\r\nenum DPIAGDPRSubsequentActionsEnum {\r\n Others\r\n Nothing\r\n StopProcessingActivity\r\n NotifySupervisoryAuthority\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\n# Filters of Action\r\ninput filterAction {\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 gDPRRemediationActionStatus: GDPRRemediationActionStatusEnumFilter\r\n gDPRRemediationActionStatus_not: GDPRRemediationActionStatusEnumFilter\r\n gDPRRemediationActionStatus_in: [GDPRRemediationActionStatusEnumFilter]\r\n gDPRRemediationActionStatus_not_in: [GDPRRemediationActionStatusEnumFilter]\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 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 statusReview: StatusReviewEnumFilter\r\n statusReview_not: StatusReviewEnumFilter\r\n statusReview_in: [StatusReviewEnumFilter]\r\n statusReview_not_in: [StatusReviewEnumFilter]\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 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 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 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 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 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 BusinessPartner\r\ninput filterBusinessPartner {\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 customerSatisfaction: CustomerSatisfactionEnumFilter\r\n customerSatisfaction_not: CustomerSatisfactionEnumFilter\r\n customerSatisfaction_in: [CustomerSatisfactionEnumFilter]\r\n customerSatisfaction_not_in: [CustomerSatisfactionEnumFilter]\r\n dataCategoryRisk: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_not: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_in: [DataCategoryRiskEnumFilter]\r\n dataCategoryRisk_not_in: [DataCategoryRiskEnumFilter]\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 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 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 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 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 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 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 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 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 DataBreach\r\ninput filterDataBreach {\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 gDPRIncidentReference: String\r\n gDPRIncidentReference_not: String\r\n gDPRIncidentReference_in: [String]\r\n gDPRIncidentReference_not_in: [String]\r\n gDPRIncidentReference_lt: String\r\n gDPRIncidentReference_lte: String\r\n gDPRIncidentReference_gt: String\r\n gDPRIncidentReference_gte: String\r\n gDPRIncidentReference_contains: String\r\n gDPRIncidentReference_not_contains: String\r\n gDPRIncidentReference_starts_with: String\r\n gDPRIncidentReference_not_starts_with: String\r\n gDPRIncidentReference_ends_with: String\r\n gDPRIncidentReference_not_ends_with: String\r\n gDPRIncidentDate: Date\r\n gDPRIncidentDate_not: Date\r\n gDPRIncidentDate_in: [Date]\r\n gDPRIncidentDate_not_in: [Date]\r\n gDPRIncidentDate_lt: Date\r\n gDPRIncidentDate_lte: Date\r\n gDPRIncidentDate_gt: Date\r\n gDPRIncidentDate_gte: Date\r\n gDPRIncidentDiscoveryMode: GDPRIncidentDiscoveryModeEnumFilter\r\n gDPRIncidentDiscoveryMode_not: GDPRIncidentDiscoveryModeEnumFilter\r\n gDPRIncidentDiscoveryMode_in: [GDPRIncidentDiscoveryModeEnumFilter]\r\n gDPRIncidentDiscoveryMode_not_in: [GDPRIncidentDiscoveryModeEnumFilter]\r\n gDPRNumberofpeopleimpacted: GDPRNumberofpeopleimpactedEnumFilter\r\n gDPRNumberofpeopleimpacted_not: GDPRNumberofpeopleimpactedEnumFilter\r\n gDPRNumberofpeopleimpacted_in: [GDPRNumberofpeopleimpactedEnumFilter]\r\n gDPRNumberofpeopleimpacted_not_in: [GDPRNumberofpeopleimpactedEnumFilter]\r\n gDPRIncidentConsequences: String\r\n gDPRIncidentConsequences_not: String\r\n gDPRIncidentConsequences_in: [String]\r\n gDPRIncidentConsequences_not_in: [String]\r\n gDPRIncidentConsequences_lt: String\r\n gDPRIncidentConsequences_lte: String\r\n gDPRIncidentConsequences_gt: String\r\n gDPRIncidentConsequences_gte: String\r\n gDPRIncidentConsequences_contains: String\r\n gDPRIncidentConsequences_not_contains: String\r\n gDPRIncidentConsequences_starts_with: String\r\n gDPRIncidentConsequences_not_starts_with: String\r\n gDPRIncidentConsequences_ends_with: String\r\n gDPRIncidentConsequences_not_ends_with: String\r\n gDPRRemedialActions: String\r\n gDPRRemedialActions_not: String\r\n gDPRRemedialActions_in: [String]\r\n gDPRRemedialActions_not_in: [String]\r\n gDPRRemedialActions_lt: String\r\n gDPRRemedialActions_lte: String\r\n gDPRRemedialActions_gt: String\r\n gDPRRemedialActions_gte: String\r\n gDPRRemedialActions_contains: String\r\n gDPRRemedialActions_not_contains: String\r\n gDPRRemedialActions_starts_with: String\r\n gDPRRemedialActions_not_starts_with: String\r\n gDPRRemedialActions_ends_with: String\r\n gDPRRemedialActions_not_ends_with: String\r\n gDPRDataSubjectsNotificationDate: Date\r\n gDPRDataSubjectsNotificationDate_not: Date\r\n gDPRDataSubjectsNotificationDate_in: [Date]\r\n gDPRDataSubjectsNotificationDate_not_in: [Date]\r\n gDPRDataSubjectsNotificationDate_lt: Date\r\n gDPRDataSubjectsNotificationDate_lte: Date\r\n gDPRDataSubjectsNotificationDate_gt: Date\r\n gDPRDataSubjectsNotificationDate_gte: Date\r\n gDPRAuthoritiesNotificationDate: Date\r\n gDPRAuthoritiesNotificationDate_not: Date\r\n gDPRAuthoritiesNotificationDate_in: [Date]\r\n gDPRAuthoritiesNotificationDate_not_in: [Date]\r\n gDPRAuthoritiesNotificationDate_lt: Date\r\n gDPRAuthoritiesNotificationDate_lte: Date\r\n gDPRAuthoritiesNotificationDate_gt: Date\r\n gDPRAuthoritiesNotificationDate_gte: Date\r\n gDPRAuthoritiestobeNotified: Boolean\r\n gDPRAuthoritiestobeNotified_not: Boolean\r\n gDPRIncidentSubmitterName: String\r\n gDPRIncidentSubmitterName_not: String\r\n gDPRIncidentSubmitterName_in: [String]\r\n gDPRIncidentSubmitterName_not_in: [String]\r\n gDPRIncidentSubmitterName_lt: String\r\n gDPRIncidentSubmitterName_lte: String\r\n gDPRIncidentSubmitterName_gt: String\r\n gDPRIncidentSubmitterName_gte: String\r\n gDPRIncidentSubmitterName_contains: String\r\n gDPRIncidentSubmitterName_not_contains: String\r\n gDPRIncidentSubmitterName_starts_with: String\r\n gDPRIncidentSubmitterName_not_starts_with: String\r\n gDPRIncidentSubmitterName_ends_with: String\r\n gDPRIncidentSubmitterName_not_ends_with: String\r\n gDPRIncidentSubmitterEmail: String\r\n gDPRIncidentSubmitterEmail_not: String\r\n gDPRIncidentSubmitterEmail_in: [String]\r\n gDPRIncidentSubmitterEmail_not_in: [String]\r\n gDPRIncidentSubmitterEmail_lt: String\r\n gDPRIncidentSubmitterEmail_lte: String\r\n gDPRIncidentSubmitterEmail_gt: String\r\n gDPRIncidentSubmitterEmail_gte: String\r\n gDPRIncidentSubmitterEmail_contains: String\r\n gDPRIncidentSubmitterEmail_not_contains: String\r\n gDPRIncidentSubmitterEmail_starts_with: String\r\n gDPRIncidentSubmitterEmail_not_starts_with: String\r\n gDPRIncidentSubmitterEmail_ends_with: String\r\n gDPRIncidentSubmitterEmail_not_ends_with: String\r\n gDPRIncidentSubmitterCompany: String\r\n gDPRIncidentSubmitterCompany_not: String\r\n gDPRIncidentSubmitterCompany_in: [String]\r\n gDPRIncidentSubmitterCompany_not_in: [String]\r\n gDPRIncidentSubmitterCompany_lt: String\r\n gDPRIncidentSubmitterCompany_lte: String\r\n gDPRIncidentSubmitterCompany_gt: String\r\n gDPRIncidentSubmitterCompany_gte: String\r\n gDPRIncidentSubmitterCompany_contains: String\r\n gDPRIncidentSubmitterCompany_not_contains: String\r\n gDPRIncidentSubmitterCompany_starts_with: String\r\n gDPRIncidentSubmitterCompany_not_starts_with: String\r\n gDPRIncidentSubmitterCompany_ends_with: String\r\n gDPRIncidentSubmitterCompany_not_ends_with: String\r\n gDPRIncidentDeclarationDate: Date\r\n gDPRIncidentDeclarationDate_not: Date\r\n gDPRIncidentDeclarationDate_in: [Date]\r\n gDPRIncidentDeclarationDate_not_in: [Date]\r\n gDPRIncidentDeclarationDate_lt: Date\r\n gDPRIncidentDeclarationDate_lte: Date\r\n gDPRIncidentDeclarationDate_gt: Date\r\n gDPRIncidentDeclarationDate_gte: Date\r\n gDPRIndividualsInformed: Boolean\r\n gDPRIndividualsInformed_not: Boolean\r\n gDPRIncidentID: Int\r\n gDPRIncidentID_not: Int\r\n gDPRIncidentID_in: [Int]\r\n gDPRIncidentID_not_in: [Int]\r\n gDPRIncidentID_lt: Int\r\n gDPRIncidentID_lte: Int\r\n gDPRIncidentID_gt: Int\r\n gDPRIncidentID_gte: Int\r\n gDPRNatureofbreach: String\r\n gDPRNatureofbreach_not: String\r\n gDPRNatureofbreach_in: [String]\r\n gDPRNatureofbreach_not_in: [String]\r\n gDPRNatureofbreach_lt: String\r\n gDPRNatureofbreach_lte: String\r\n gDPRNatureofbreach_gt: String\r\n gDPRNatureofbreach_gte: String\r\n gDPRNatureofbreach_contains: String\r\n gDPRNatureofbreach_not_contains: String\r\n gDPRNatureofbreach_starts_with: String\r\n gDPRNatureofbreach_not_starts_with: String\r\n gDPRNatureofbreach_ends_with: String\r\n gDPRNatureofbreach_not_ends_with: String\r\n gDPRHoursfromBreachDiscoveryHours: Int\r\n gDPRHoursfromBreachDiscoveryHours_not: Int\r\n gDPRHoursfromBreachDiscoveryHours_in: [Int]\r\n gDPRHoursfromBreachDiscoveryHours_not_in: [Int]\r\n gDPRHoursfromBreachDiscoveryHours_lt: Int\r\n gDPRHoursfromBreachDiscoveryHours_lte: Int\r\n gDPRHoursfromBreachDiscoveryHours_gt: Int\r\n gDPRHoursfromBreachDiscoveryHours_gte: Int\r\n gDPRIncidentStatus: GDPRIncidentStatusEnumFilter\r\n gDPRIncidentStatus_not: GDPRIncidentStatusEnumFilter\r\n gDPRIncidentStatus_in: [GDPRIncidentStatusEnumFilter]\r\n gDPRIncidentStatus_not_in: [GDPRIncidentStatusEnumFilter]\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 DataCategory\r\ninput filterDataCategory {\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 dataCategoryRisk: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_not: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_in: [DataCategoryRiskEnumFilter]\r\n dataCategoryRisk_not_in: [DataCategoryRiskEnumFilter]\r\n retentionPeriodUnit: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_not: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_in: [RetentionPeriodUnitEnumFilter]\r\n retentionPeriodUnit_not_in: [RetentionPeriodUnitEnumFilter]\r\n gDPRSensitiveData: Boolean\r\n gDPRSensitiveData_not: Boolean\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int]\r\n retentionPeriod_not_in: [Int]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_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 DataSubjectRequest\r\ninput filterDataSubjectRequest {\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 gDPRDeadlineExtended: Boolean\r\n gDPRDeadlineExtended_not: Boolean\r\n gDPRDataSubjectName: String\r\n gDPRDataSubjectName_not: String\r\n gDPRDataSubjectName_in: [String]\r\n gDPRDataSubjectName_not_in: [String]\r\n gDPRDataSubjectName_lt: String\r\n gDPRDataSubjectName_lte: String\r\n gDPRDataSubjectName_gt: String\r\n gDPRDataSubjectName_gte: String\r\n gDPRDataSubjectName_contains: String\r\n gDPRDataSubjectName_not_contains: String\r\n gDPRDataSubjectName_starts_with: String\r\n gDPRDataSubjectName_not_starts_with: String\r\n gDPRDataSubjectName_ends_with: String\r\n gDPRDataSubjectName_not_ends_with: String\r\n gDPRDocumentNumber: String\r\n gDPRDocumentNumber_not: String\r\n gDPRDocumentNumber_in: [String]\r\n gDPRDocumentNumber_not_in: [String]\r\n gDPRDocumentNumber_lt: String\r\n gDPRDocumentNumber_lte: String\r\n gDPRDocumentNumber_gt: String\r\n gDPRDocumentNumber_gte: String\r\n gDPRDocumentNumber_contains: String\r\n gDPRDocumentNumber_not_contains: String\r\n gDPRDocumentNumber_starts_with: String\r\n gDPRDocumentNumber_not_starts_with: String\r\n gDPRDocumentNumber_ends_with: String\r\n gDPRDocumentNumber_not_ends_with: String\r\n gDPRDocumentType: GDPRDocumentTypeEnumFilter\r\n gDPRDocumentType_not: GDPRDocumentTypeEnumFilter\r\n gDPRDocumentType_in: [GDPRDocumentTypeEnumFilter]\r\n gDPRDocumentType_not_in: [GDPRDocumentTypeEnumFilter]\r\n gDPRReasonforextension: String\r\n gDPRReasonforextension_not: String\r\n gDPRReasonforextension_in: [String]\r\n gDPRReasonforextension_not_in: [String]\r\n gDPRReasonforextension_lt: String\r\n gDPRReasonforextension_lte: String\r\n gDPRReasonforextension_gt: String\r\n gDPRReasonforextension_gte: String\r\n gDPRReasonforextension_contains: String\r\n gDPRReasonforextension_not_contains: String\r\n gDPRReasonforextension_starts_with: String\r\n gDPRReasonforextension_not_starts_with: String\r\n gDPRReasonforextension_ends_with: String\r\n gDPRReasonforextension_not_ends_with: String\r\n gDPRRequestDate: Date\r\n gDPRRequestDate_not: Date\r\n gDPRRequestDate_in: [Date]\r\n gDPRRequestDate_not_in: [Date]\r\n gDPRRequestDate_lt: Date\r\n gDPRRequestDate_lte: Date\r\n gDPRRequestDate_gt: Date\r\n gDPRRequestDate_gte: Date\r\n gDPRRequestPriority: GDPRRequestPriorityEnumFilter\r\n gDPRRequestPriority_not: GDPRRequestPriorityEnumFilter\r\n gDPRRequestPriority_in: [GDPRRequestPriorityEnumFilter]\r\n gDPRRequestPriority_not_in: [GDPRRequestPriorityEnumFilter]\r\n gDPRPassedDays: String\r\n gDPRPassedDays_not: String\r\n gDPRPassedDays_in: [String]\r\n gDPRPassedDays_not_in: [String]\r\n gDPRPassedDays_lt: String\r\n gDPRPassedDays_lte: String\r\n gDPRPassedDays_gt: String\r\n gDPRPassedDays_gte: String\r\n gDPRPassedDays_contains: String\r\n gDPRPassedDays_not_contains: String\r\n gDPRPassedDays_starts_with: String\r\n gDPRPassedDays_not_starts_with: String\r\n gDPRPassedDays_ends_with: String\r\n gDPRPassedDays_not_ends_with: String\r\n gDPRRequestSource: String\r\n gDPRRequestSource_not: String\r\n gDPRRequestSource_in: [String]\r\n gDPRRequestSource_not_in: [String]\r\n gDPRRequestSource_lt: String\r\n gDPRRequestSource_lte: String\r\n gDPRRequestSource_gt: String\r\n gDPRRequestSource_gte: String\r\n gDPRRequestSource_contains: String\r\n gDPRRequestSource_not_contains: String\r\n gDPRRequestSource_starts_with: String\r\n gDPRRequestSource_not_starts_with: String\r\n gDPRRequestSource_ends_with: String\r\n gDPRRequestSource_not_ends_with: String\r\n gDPRRequestStatus: GDPRRequestStatusEnumFilter\r\n gDPRRequestStatus_not: GDPRRequestStatusEnumFilter\r\n gDPRRequestStatus_in: [GDPRRequestStatusEnumFilter]\r\n gDPRRequestStatus_not_in: [GDPRRequestStatusEnumFilter]\r\n gDPRRequestType: GDPRRequestTypeEnumFilter\r\n gDPRRequestType_not: GDPRRequestTypeEnumFilter\r\n gDPRRequestType_in: [GDPRRequestTypeEnumFilter]\r\n gDPRRequestType_not_in: [GDPRRequestTypeEnumFilter]\r\n gDPRDataSubjectRequestName: String\r\n gDPRDataSubjectRequestName_not: String\r\n gDPRDataSubjectRequestName_in: [String]\r\n gDPRDataSubjectRequestName_not_in: [String]\r\n gDPRDataSubjectRequestName_lt: String\r\n gDPRDataSubjectRequestName_lte: String\r\n gDPRDataSubjectRequestName_gt: String\r\n gDPRDataSubjectRequestName_gte: String\r\n gDPRDataSubjectRequestName_contains: String\r\n gDPRDataSubjectRequestName_not_contains: String\r\n gDPRDataSubjectRequestName_starts_with: String\r\n gDPRDataSubjectRequestName_not_starts_with: String\r\n gDPRDataSubjectRequestName_ends_with: String\r\n gDPRDataSubjectRequestName_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 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 DPIA\r\ninput filterDPIA {\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 gDPRComplianceLevel: GDPRComplianceLevelEnumFilter\r\n gDPRComplianceLevel_not: GDPRComplianceLevelEnumFilter\r\n gDPRComplianceLevel_in: [GDPRComplianceLevelEnumFilter]\r\n gDPRComplianceLevel_not_in: [GDPRComplianceLevelEnumFilter]\r\n gDPRComplianceLevelComment: String\r\n gDPRComplianceLevelComment_not: String\r\n gDPRComplianceLevelComment_in: [String]\r\n gDPRComplianceLevelComment_not_in: [String]\r\n gDPRComplianceLevelComment_lt: String\r\n gDPRComplianceLevelComment_lte: String\r\n gDPRComplianceLevelComment_gt: String\r\n gDPRComplianceLevelComment_gte: String\r\n gDPRComplianceLevelComment_contains: String\r\n gDPRComplianceLevelComment_not_contains: String\r\n gDPRComplianceLevelComment_starts_with: String\r\n gDPRComplianceLevelComment_not_starts_with: String\r\n gDPRComplianceLevelComment_ends_with: String\r\n gDPRComplianceLevelComment_not_ends_with: String\r\n gDPRRiskScaleAssessment: GDPRRiskScaleAssessmentEnumFilter\r\n gDPRRiskScaleAssessment_not: GDPRRiskScaleAssessmentEnumFilter\r\n gDPRRiskScaleAssessment_in: [GDPRRiskScaleAssessmentEnumFilter]\r\n gDPRRiskScaleAssessment_not_in: [GDPRRiskScaleAssessmentEnumFilter]\r\n gDPRCompletionDate: Date\r\n gDPRCompletionDate_not: Date\r\n gDPRCompletionDate_in: [Date]\r\n gDPRCompletionDate_not_in: [Date]\r\n gDPRCompletionDate_lt: Date\r\n gDPRCompletionDate_lte: Date\r\n gDPRCompletionDate_gt: Date\r\n gDPRCompletionDate_gte: Date\r\n gDPRUpdatedfields: String\r\n gDPRUpdatedfields_not: String\r\n gDPRUpdatedfields_in: [String]\r\n gDPRUpdatedfields_not_in: [String]\r\n gDPRUpdatedfields_lt: String\r\n gDPRUpdatedfields_lte: String\r\n gDPRUpdatedfields_gt: String\r\n gDPRUpdatedfields_gte: String\r\n gDPRUpdatedfields_contains: String\r\n gDPRUpdatedfields_not_contains: String\r\n gDPRUpdatedfields_starts_with: String\r\n gDPRUpdatedfields_not_starts_with: String\r\n gDPRUpdatedfields_ends_with: String\r\n gDPRUpdatedfields_not_ends_with: String\r\n gDPRStatus: GDPRStatusEnumFilter\r\n gDPRStatus_not: GDPRStatusEnumFilter\r\n gDPRStatus_in: [GDPRStatusEnumFilter]\r\n gDPRStatus_not_in: [GDPRStatusEnumFilter]\r\n gDPRStartDate: Date\r\n gDPRStartDate_not: Date\r\n gDPRStartDate_in: [Date]\r\n gDPRStartDate_not_in: [Date]\r\n gDPRStartDate_lt: Date\r\n gDPRStartDate_lte: Date\r\n gDPRStartDate_gt: Date\r\n gDPRStartDate_gte: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRSubsequentActionsComment_not: String\r\n gDPRSubsequentActionsComment_in: [String]\r\n gDPRSubsequentActionsComment_not_in: [String]\r\n gDPRSubsequentActionsComment_lt: String\r\n gDPRSubsequentActionsComment_lte: String\r\n gDPRSubsequentActionsComment_gt: String\r\n gDPRSubsequentActionsComment_gte: String\r\n gDPRSubsequentActionsComment_contains: String\r\n gDPRSubsequentActionsComment_not_contains: String\r\n gDPRSubsequentActionsComment_starts_with: String\r\n gDPRSubsequentActionsComment_not_starts_with: String\r\n gDPRSubsequentActionsComment_ends_with: String\r\n gDPRSubsequentActionsComment_not_ends_with: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRDataProtectionImpactComment_not: String\r\n gDPRDataProtectionImpactComment_in: [String]\r\n gDPRDataProtectionImpactComment_not_in: [String]\r\n gDPRDataProtectionImpactComment_lt: String\r\n gDPRDataProtectionImpactComment_lte: String\r\n gDPRDataProtectionImpactComment_gt: String\r\n gDPRDataProtectionImpactComment_gte: String\r\n gDPRDataProtectionImpactComment_contains: String\r\n gDPRDataProtectionImpactComment_not_contains: String\r\n gDPRDataProtectionImpactComment_starts_with: String\r\n gDPRDataProtectionImpactComment_not_starts_with: String\r\n gDPRDataProtectionImpactComment_ends_with: String\r\n gDPRDataProtectionImpactComment_not_ends_with: String\r\n gDPRSubsequentActions: GDPRSubsequentActionsEnumFilter\r\n gDPRSubsequentActions_not: GDPRSubsequentActionsEnumFilter\r\n gDPRSubsequentActions_in: [GDPRSubsequentActionsEnumFilter]\r\n gDPRSubsequentActions_not_in: [GDPRSubsequentActionsEnumFilter]\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 FolderofProcessingActivities\r\ninput filterFolderofProcessingActivities {\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 GDPRApplicationProcessing\r\ninput filterGDPRApplicationProcessing {\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 gDPRDataTransfersComplianceLevel: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_not: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataTransfersComplianceLevel_not_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_not: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel_not_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRConsent: GDPRConsentEnumFilter\r\n gDPRConsent_not: GDPRConsentEnumFilter\r\n gDPRConsent_in: [GDPRConsentEnumFilter]\r\n gDPRConsent_not_in: [GDPRConsentEnumFilter]\r\n gDPRAgentID: String\r\n gDPRAgentID_not: String\r\n gDPRAgentID_in: [String]\r\n gDPRAgentID_not_in: [String]\r\n gDPRAgentID_lt: String\r\n gDPRAgentID_lte: String\r\n gDPRAgentID_gt: String\r\n gDPRAgentID_gte: String\r\n gDPRAgentID_contains: String\r\n gDPRAgentID_not_contains: String\r\n gDPRAgentID_starts_with: String\r\n gDPRAgentID_not_starts_with: String\r\n gDPRAgentID_ends_with: String\r\n gDPRAgentID_not_ends_with: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\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 retentionPeriodUnit: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_not: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_in: [RetentionPeriodUnitEnumFilter]\r\n retentionPeriodUnit_not_in: [RetentionPeriodUnitEnumFilter]\r\n gDPRProcessingID: String\r\n gDPRProcessingID_not: String\r\n gDPRProcessingID_in: [String]\r\n gDPRProcessingID_not_in: [String]\r\n gDPRProcessingID_lt: String\r\n gDPRProcessingID_lte: String\r\n gDPRProcessingID_gt: String\r\n gDPRProcessingID_gte: String\r\n gDPRProcessingID_contains: String\r\n gDPRProcessingID_not_contains: String\r\n gDPRProcessingID_starts_with: String\r\n gDPRProcessingID_not_starts_with: String\r\n gDPRProcessingID_ends_with: String\r\n gDPRProcessingID_not_ends_with: String\r\n dataGovernanceHopexSourceObjectId: String\r\n dataGovernanceHopexSourceObjectId_not: String\r\n dataGovernanceHopexSourceObjectId_in: [String]\r\n dataGovernanceHopexSourceObjectId_not_in: [String]\r\n dataGovernanceHopexSourceObjectId_lt: String\r\n dataGovernanceHopexSourceObjectId_lte: String\r\n dataGovernanceHopexSourceObjectId_gt: String\r\n dataGovernanceHopexSourceObjectId_gte: String\r\n dataGovernanceHopexSourceObjectId_contains: String\r\n dataGovernanceHopexSourceObjectId_not_contains: String\r\n dataGovernanceHopexSourceObjectId_starts_with: String\r\n dataGovernanceHopexSourceObjectId_not_starts_with: String\r\n dataGovernanceHopexSourceObjectId_ends_with: String\r\n dataGovernanceHopexSourceObjectId_not_ends_with: String\r\n gDPRConsentComment: String\r\n gDPRConsentComment_not: String\r\n gDPRConsentComment_in: [String]\r\n gDPRConsentComment_not_in: [String]\r\n gDPRConsentComment_lt: String\r\n gDPRConsentComment_lte: String\r\n gDPRConsentComment_gt: String\r\n gDPRConsentComment_gte: String\r\n gDPRConsentComment_contains: String\r\n gDPRConsentComment_not_contains: String\r\n gDPRConsentComment_starts_with: String\r\n gDPRConsentComment_not_starts_with: String\r\n gDPRConsentComment_ends_with: String\r\n gDPRConsentComment_not_ends_with: String\r\n gDPRNoticeComment: String\r\n gDPRNoticeComment_not: String\r\n gDPRNoticeComment_in: [String]\r\n gDPRNoticeComment_not_in: [String]\r\n gDPRNoticeComment_lt: String\r\n gDPRNoticeComment_lte: String\r\n gDPRNoticeComment_gt: String\r\n gDPRNoticeComment_gte: String\r\n gDPRNoticeComment_contains: String\r\n gDPRNoticeComment_not_contains: String\r\n gDPRNoticeComment_starts_with: String\r\n gDPRNoticeComment_not_starts_with: String\r\n gDPRNoticeComment_ends_with: String\r\n gDPRNoticeComment_not_ends_with: String\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRSecurityMeasuresComplianceLevel: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_not: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n gDPRSecurityMeasuresComplianceLevel_not_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n dataCategoryRisk: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_not: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_in: [DataCategoryRiskEnumFilter]\r\n dataCategoryRisk_not_in: [DataCategoryRiskEnumFilter]\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int]\r\n retentionPeriod_not_in: [Int]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_not: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRDataTransferOutsideEU_not: Boolean\r\n gDPROrganization: String\r\n gDPROrganization_not: String\r\n gDPROrganization_in: [String]\r\n gDPROrganization_not_in: [String]\r\n gDPROrganization_lt: String\r\n gDPROrganization_lte: String\r\n gDPROrganization_gt: String\r\n gDPROrganization_gte: String\r\n gDPROrganization_contains: String\r\n gDPROrganization_not_contains: String\r\n gDPROrganization_starts_with: String\r\n gDPROrganization_not_starts_with: String\r\n gDPROrganization_ends_with: String\r\n gDPROrganization_not_ends_with: String\r\n gDPRApplication: String\r\n gDPRApplication_not: String\r\n gDPRApplication_in: [String]\r\n gDPRApplication_not_in: [String]\r\n gDPRApplication_lt: String\r\n gDPRApplication_lte: String\r\n gDPRApplication_gt: String\r\n gDPRApplication_gte: String\r\n gDPRApplication_contains: String\r\n gDPRApplication_not_contains: String\r\n gDPRApplication_starts_with: String\r\n gDPRApplication_not_starts_with: String\r\n gDPRApplication_ends_with: String\r\n gDPRApplication_not_ends_with: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_not: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRLegalbasisLegitimacyComplianceLevel_not_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRAgentType: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_not: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_in: [GDPRAgentTypeEnumFilter]\r\n gDPRAgentType_not_in: [GDPRAgentTypeEnumFilter]\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 GDPRBusinessProcessing\r\ninput filterGDPRBusinessProcessing {\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 gDPRDataTransfersComplianceLevel: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_not: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataTransfersComplianceLevel_not_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_not: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel_not_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRConsent: GDPRConsentEnumFilter\r\n gDPRConsent_not: GDPRConsentEnumFilter\r\n gDPRConsent_in: [GDPRConsentEnumFilter]\r\n gDPRConsent_not_in: [GDPRConsentEnumFilter]\r\n gDPRAgentID: String\r\n gDPRAgentID_not: String\r\n gDPRAgentID_in: [String]\r\n gDPRAgentID_not_in: [String]\r\n gDPRAgentID_lt: String\r\n gDPRAgentID_lte: String\r\n gDPRAgentID_gt: String\r\n gDPRAgentID_gte: String\r\n gDPRAgentID_contains: String\r\n gDPRAgentID_not_contains: String\r\n gDPRAgentID_starts_with: String\r\n gDPRAgentID_not_starts_with: String\r\n gDPRAgentID_ends_with: String\r\n gDPRAgentID_not_ends_with: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\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 retentionPeriodUnit: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_not: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_in: [RetentionPeriodUnitEnumFilter]\r\n retentionPeriodUnit_not_in: [RetentionPeriodUnitEnumFilter]\r\n gDPRProcessingID: String\r\n gDPRProcessingID_not: String\r\n gDPRProcessingID_in: [String]\r\n gDPRProcessingID_not_in: [String]\r\n gDPRProcessingID_lt: String\r\n gDPRProcessingID_lte: String\r\n gDPRProcessingID_gt: String\r\n gDPRProcessingID_gte: String\r\n gDPRProcessingID_contains: String\r\n gDPRProcessingID_not_contains: String\r\n gDPRProcessingID_starts_with: String\r\n gDPRProcessingID_not_starts_with: String\r\n gDPRProcessingID_ends_with: String\r\n gDPRProcessingID_not_ends_with: String\r\n dataGovernanceHopexSourceObjectId: String\r\n dataGovernanceHopexSourceObjectId_not: String\r\n dataGovernanceHopexSourceObjectId_in: [String]\r\n dataGovernanceHopexSourceObjectId_not_in: [String]\r\n dataGovernanceHopexSourceObjectId_lt: String\r\n dataGovernanceHopexSourceObjectId_lte: String\r\n dataGovernanceHopexSourceObjectId_gt: String\r\n dataGovernanceHopexSourceObjectId_gte: String\r\n dataGovernanceHopexSourceObjectId_contains: String\r\n dataGovernanceHopexSourceObjectId_not_contains: String\r\n dataGovernanceHopexSourceObjectId_starts_with: String\r\n dataGovernanceHopexSourceObjectId_not_starts_with: String\r\n dataGovernanceHopexSourceObjectId_ends_with: String\r\n dataGovernanceHopexSourceObjectId_not_ends_with: String\r\n gDPRConsentComment: String\r\n gDPRConsentComment_not: String\r\n gDPRConsentComment_in: [String]\r\n gDPRConsentComment_not_in: [String]\r\n gDPRConsentComment_lt: String\r\n gDPRConsentComment_lte: String\r\n gDPRConsentComment_gt: String\r\n gDPRConsentComment_gte: String\r\n gDPRConsentComment_contains: String\r\n gDPRConsentComment_not_contains: String\r\n gDPRConsentComment_starts_with: String\r\n gDPRConsentComment_not_starts_with: String\r\n gDPRConsentComment_ends_with: String\r\n gDPRConsentComment_not_ends_with: String\r\n gDPRNoticeComment: String\r\n gDPRNoticeComment_not: String\r\n gDPRNoticeComment_in: [String]\r\n gDPRNoticeComment_not_in: [String]\r\n gDPRNoticeComment_lt: String\r\n gDPRNoticeComment_lte: String\r\n gDPRNoticeComment_gt: String\r\n gDPRNoticeComment_gte: String\r\n gDPRNoticeComment_contains: String\r\n gDPRNoticeComment_not_contains: String\r\n gDPRNoticeComment_starts_with: String\r\n gDPRNoticeComment_not_starts_with: String\r\n gDPRNoticeComment_ends_with: String\r\n gDPRNoticeComment_not_ends_with: String\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRSecurityMeasuresComplianceLevel: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_not: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n gDPRSecurityMeasuresComplianceLevel_not_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n dataCategoryRisk: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_not: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_in: [DataCategoryRiskEnumFilter]\r\n dataCategoryRisk_not_in: [DataCategoryRiskEnumFilter]\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int]\r\n retentionPeriod_not_in: [Int]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_not: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRDataTransferOutsideEU_not: Boolean\r\n gDPROrganization: String\r\n gDPROrganization_not: String\r\n gDPROrganization_in: [String]\r\n gDPROrganization_not_in: [String]\r\n gDPROrganization_lt: String\r\n gDPROrganization_lte: String\r\n gDPROrganization_gt: String\r\n gDPROrganization_gte: String\r\n gDPROrganization_contains: String\r\n gDPROrganization_not_contains: String\r\n gDPROrganization_starts_with: String\r\n gDPROrganization_not_starts_with: String\r\n gDPROrganization_ends_with: String\r\n gDPROrganization_not_ends_with: String\r\n gDPRApplication: String\r\n gDPRApplication_not: String\r\n gDPRApplication_in: [String]\r\n gDPRApplication_not_in: [String]\r\n gDPRApplication_lt: String\r\n gDPRApplication_lte: String\r\n gDPRApplication_gt: String\r\n gDPRApplication_gte: String\r\n gDPRApplication_contains: String\r\n gDPRApplication_not_contains: String\r\n gDPRApplication_starts_with: String\r\n gDPRApplication_not_starts_with: String\r\n gDPRApplication_ends_with: String\r\n gDPRApplication_not_ends_with: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_not: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRLegalbasisLegitimacyComplianceLevel_not_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRAgentType: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_not: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_in: [GDPRAgentTypeEnumFilter]\r\n gDPRAgentType_not_in: [GDPRAgentTypeEnumFilter]\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 GDPRPreAssessment\r\ninput filterGDPRPreAssessment {\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 dataGovernanceOutsourceData: Boolean\r\n dataGovernanceOutsourceData_not: Boolean\r\n dataGovernanceSellBuyData: Boolean\r\n dataGovernanceSellBuyData_not: Boolean\r\n gDPRPreAssessmentSubsequentActions: GDPRPreAssessmentSubsequentActionsEnumFilter\r\n gDPRPreAssessmentSubsequentActions_not: GDPRPreAssessmentSubsequentActionsEnumFilter\r\n gDPRPreAssessmentSubsequentActions_in: [GDPRPreAssessmentSubsequentActionsEnumFilter]\r\n gDPRPreAssessmentSubsequentActions_not_in: [GDPRPreAssessmentSubsequentActionsEnumFilter]\r\n gDPRComplianceLevel: GDPRComplianceLevelEnumFilter\r\n gDPRComplianceLevel_not: GDPRComplianceLevelEnumFilter\r\n gDPRComplianceLevel_in: [GDPRComplianceLevelEnumFilter]\r\n gDPRComplianceLevel_not_in: [GDPRComplianceLevelEnumFilter]\r\n gDPRComplianceLevelComment: String\r\n gDPRComplianceLevelComment_not: String\r\n gDPRComplianceLevelComment_in: [String]\r\n gDPRComplianceLevelComment_not_in: [String]\r\n gDPRComplianceLevelComment_lt: String\r\n gDPRComplianceLevelComment_lte: String\r\n gDPRComplianceLevelComment_gt: String\r\n gDPRComplianceLevelComment_gte: String\r\n gDPRComplianceLevelComment_contains: String\r\n gDPRComplianceLevelComment_not_contains: String\r\n gDPRComplianceLevelComment_starts_with: String\r\n gDPRComplianceLevelComment_not_starts_with: String\r\n gDPRComplianceLevelComment_ends_with: String\r\n gDPRComplianceLevelComment_not_ends_with: String\r\n gDPRRiskScaleAssessment: GDPRRiskScaleAssessmentEnumFilter\r\n gDPRRiskScaleAssessment_not: GDPRRiskScaleAssessmentEnumFilter\r\n gDPRRiskScaleAssessment_in: [GDPRRiskScaleAssessmentEnumFilter]\r\n gDPRRiskScaleAssessment_not_in: [GDPRRiskScaleAssessmentEnumFilter]\r\n gDPRCompletionDate: Date\r\n gDPRCompletionDate_not: Date\r\n gDPRCompletionDate_in: [Date]\r\n gDPRCompletionDate_not_in: [Date]\r\n gDPRCompletionDate_lt: Date\r\n gDPRCompletionDate_lte: Date\r\n gDPRCompletionDate_gt: Date\r\n gDPRCompletionDate_gte: Date\r\n gDPRUpdatedfields: String\r\n gDPRUpdatedfields_not: String\r\n gDPRUpdatedfields_in: [String]\r\n gDPRUpdatedfields_not_in: [String]\r\n gDPRUpdatedfields_lt: String\r\n gDPRUpdatedfields_lte: String\r\n gDPRUpdatedfields_gt: String\r\n gDPRUpdatedfields_gte: String\r\n gDPRUpdatedfields_contains: String\r\n gDPRUpdatedfields_not_contains: String\r\n gDPRUpdatedfields_starts_with: String\r\n gDPRUpdatedfields_not_starts_with: String\r\n gDPRUpdatedfields_ends_with: String\r\n gDPRUpdatedfields_not_ends_with: String\r\n gDPRStatus: GDPRStatusEnumFilter\r\n gDPRStatus_not: GDPRStatusEnumFilter\r\n gDPRStatus_in: [GDPRStatusEnumFilter]\r\n gDPRStatus_not_in: [GDPRStatusEnumFilter]\r\n gDPRStartDate: Date\r\n gDPRStartDate_not: Date\r\n gDPRStartDate_in: [Date]\r\n gDPRStartDate_not_in: [Date]\r\n gDPRStartDate_lt: Date\r\n gDPRStartDate_lte: Date\r\n gDPRStartDate_gt: Date\r\n gDPRStartDate_gte: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRSubsequentActionsComment_not: String\r\n gDPRSubsequentActionsComment_in: [String]\r\n gDPRSubsequentActionsComment_not_in: [String]\r\n gDPRSubsequentActionsComment_lt: String\r\n gDPRSubsequentActionsComment_lte: String\r\n gDPRSubsequentActionsComment_gt: String\r\n gDPRSubsequentActionsComment_gte: String\r\n gDPRSubsequentActionsComment_contains: String\r\n gDPRSubsequentActionsComment_not_contains: String\r\n gDPRSubsequentActionsComment_starts_with: String\r\n gDPRSubsequentActionsComment_not_starts_with: String\r\n gDPRSubsequentActionsComment_ends_with: String\r\n gDPRSubsequentActionsComment_not_ends_with: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRDataProtectionImpactComment_not: String\r\n gDPRDataProtectionImpactComment_in: [String]\r\n gDPRDataProtectionImpactComment_not_in: [String]\r\n gDPRDataProtectionImpactComment_lt: String\r\n gDPRDataProtectionImpactComment_lte: String\r\n gDPRDataProtectionImpactComment_gt: String\r\n gDPRDataProtectionImpactComment_gte: String\r\n gDPRDataProtectionImpactComment_contains: String\r\n gDPRDataProtectionImpactComment_not_contains: String\r\n gDPRDataProtectionImpactComment_starts_with: String\r\n gDPRDataProtectionImpactComment_not_starts_with: String\r\n gDPRDataProtectionImpactComment_ends_with: String\r\n gDPRDataProtectionImpactComment_not_ends_with: String\r\n gDPRSubsequentActions: GDPRSubsequentActionsEnumFilter\r\n gDPRSubsequentActions_not: GDPRSubsequentActionsEnumFilter\r\n gDPRSubsequentActions_in: [GDPRSubsequentActionsEnumFilter]\r\n gDPRSubsequentActions_not_in: [GDPRSubsequentActionsEnumFilter]\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 Login\r\ninput filterLogin {\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 statusLogin: StatusLoginEnumFilter\r\n statusLogin_not: StatusLoginEnumFilter\r\n statusLogin_in: [StatusLoginEnumFilter]\r\n statusLogin_not_in: [StatusLoginEnumFilter]\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 Operation\r\ninput filterOperation {\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 outputLogic: OutputLogicEnumFilter\r\n outputLogic_not: OutputLogicEnumFilter\r\n outputLogic_in: [OutputLogicEnumFilter]\r\n outputLogic_not_in: [OutputLogicEnumFilter]\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 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 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 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 taskType: TaskTypeEnumFilter\r\n taskType_not: TaskTypeEnumFilter\r\n taskType_in: [TaskTypeEnumFilter]\r\n taskType_not_in: [TaskTypeEnumFilter]\r\n inputLogic: InputLogicEnumFilter\r\n inputLogic_not: InputLogicEnumFilter\r\n inputLogic_in: [InputLogicEnumFilter]\r\n inputLogic_not_in: [InputLogicEnumFilter]\r\n operationCode: String\r\n operationCode_not: String\r\n operationCode_in: [String]\r\n operationCode_not_in: [String]\r\n operationCode_lt: String\r\n operationCode_lte: String\r\n operationCode_gt: String\r\n operationCode_gte: String\r\n operationCode_contains: String\r\n operationCode_not_contains: String\r\n operationCode_starts_with: String\r\n operationCode_not_starts_with: String\r\n operationCode_ends_with: String\r\n operationCode_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 Organization\r\ninput filterOrganization {\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 gDPROrganizationStatus: GDPROrganizationStatusEnumFilter\r\n gDPROrganizationStatus_not: GDPROrganizationStatusEnumFilter\r\n gDPROrganizationStatus_in: [GDPROrganizationStatusEnumFilter]\r\n gDPROrganizationStatus_not_in: [GDPROrganizationStatusEnumFilter]\r\n gDPROrganizationAcronym: String\r\n gDPROrganizationAcronym_not: String\r\n gDPROrganizationAcronym_in: [String]\r\n gDPROrganizationAcronym_not_in: [String]\r\n gDPROrganizationAcronym_lt: String\r\n gDPROrganizationAcronym_lte: String\r\n gDPROrganizationAcronym_gt: String\r\n gDPROrganizationAcronym_gte: String\r\n gDPROrganizationAcronym_contains: String\r\n gDPROrganizationAcronym_not_contains: String\r\n gDPROrganizationAcronym_starts_with: String\r\n gDPROrganizationAcronym_not_starts_with: String\r\n gDPROrganizationAcronym_ends_with: String\r\n gDPROrganizationAcronym_not_ends_with: String\r\n gDPRInternalExternal: GDPRInternalExternalEnumFilter\r\n gDPRInternalExternal_not: GDPRInternalExternalEnumFilter\r\n gDPRInternalExternal_in: [GDPRInternalExternalEnumFilter]\r\n gDPRInternalExternal_not_in: [GDPRInternalExternalEnumFilter]\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 OrganizationalProcess\r\ninput filterOrganizationalProcess {\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 organizationalProcessCode: String\r\n organizationalProcessCode_not: String\r\n organizationalProcessCode_in: [String]\r\n organizationalProcessCode_not_in: [String]\r\n organizationalProcessCode_lt: String\r\n organizationalProcessCode_lte: String\r\n organizationalProcessCode_gt: String\r\n organizationalProcessCode_gte: String\r\n organizationalProcessCode_contains: String\r\n organizationalProcessCode_not_contains: String\r\n organizationalProcessCode_starts_with: String\r\n organizationalProcessCode_not_starts_with: String\r\n organizationalProcessCode_ends_with: String\r\n organizationalProcessCode_not_ends_with: String\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 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 gDPRImpact: GDPRImpactEnumFilter\r\n gDPRImpact_not: GDPRImpactEnumFilter\r\n gDPRImpact_in: [GDPRImpactEnumFilter]\r\n gDPRImpact_not_in: [GDPRImpactEnumFilter]\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 executionBA: ExecutionBAEnumFilter\r\n executionBA_not: ExecutionBAEnumFilter\r\n executionBA_in: [ExecutionBAEnumFilter]\r\n executionBA_not_in: [ExecutionBAEnumFilter]\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 performanceBA: PerformanceBAEnumFilter\r\n performanceBA_not: PerformanceBAEnumFilter\r\n performanceBA_in: [PerformanceBAEnumFilter]\r\n performanceBA_not_in: [PerformanceBAEnumFilter]\r\n transaction: TransactionEnumFilter\r\n transaction_not: TransactionEnumFilter\r\n transaction_in: [TransactionEnumFilter]\r\n transaction_not_in: [TransactionEnumFilter]\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 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 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 organizationalProcessStatus: OrganizationalProcessStatusEnumFilter\r\n organizationalProcessStatus_not: OrganizationalProcessStatusEnumFilter\r\n organizationalProcessStatus_in: [OrganizationalProcessStatusEnumFilter]\r\n organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnumFilter]\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 taskType: TaskTypeEnumFilter\r\n taskType_not: TaskTypeEnumFilter\r\n taskType_in: [TaskTypeEnumFilter]\r\n taskType_not_in: [TaskTypeEnumFilter]\r\n inputLogic: InputLogicEnumFilter\r\n inputLogic_not: InputLogicEnumFilter\r\n inputLogic_in: [InputLogicEnumFilter]\r\n inputLogic_not_in: [InputLogicEnumFilter]\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 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 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 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 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 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 PhysicalPerson\r\ninput filterPhysicalPerson {\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 physicalPersonName: String\r\n physicalPersonName_not: String\r\n physicalPersonName_in: [String]\r\n physicalPersonName_not_in: [String]\r\n physicalPersonName_lt: String\r\n physicalPersonName_lte: String\r\n physicalPersonName_gt: String\r\n physicalPersonName_gte: String\r\n physicalPersonName_contains: String\r\n physicalPersonName_not_contains: String\r\n physicalPersonName_starts_with: String\r\n physicalPersonName_not_starts_with: String\r\n physicalPersonName_ends_with: String\r\n physicalPersonName_not_ends_with: String\r\n firstName: String\r\n firstName_not: String\r\n firstName_in: [String]\r\n firstName_not_in: [String]\r\n firstName_lt: String\r\n firstName_lte: String\r\n firstName_gt: String\r\n firstName_gte: String\r\n firstName_contains: String\r\n firstName_not_contains: String\r\n firstName_starts_with: String\r\n firstName_not_starts_with: String\r\n firstName_ends_with: String\r\n firstName_not_ends_with: String\r\n lastName: String\r\n lastName_not: String\r\n lastName_in: [String]\r\n lastName_not_in: [String]\r\n lastName_lt: String\r\n lastName_lte: String\r\n lastName_gt: String\r\n lastName_gte: String\r\n lastName_contains: String\r\n lastName_not_contains: String\r\n lastName_starts_with: String\r\n lastName_not_starts_with: String\r\n lastName_ends_with: String\r\n lastName_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 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 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 ProcessingActivity\r\ninput filterProcessingActivity {\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 gDPRActivityStatus: GDPRActivityStatusEnumFilter\r\n gDPRActivityStatus_not: GDPRActivityStatusEnumFilter\r\n gDPRActivityStatus_in: [GDPRActivityStatusEnumFilter]\r\n gDPRActivityStatus_not_in: [GDPRActivityStatusEnumFilter]\r\n gDPRContractualNecessity: Boolean\r\n gDPRContractualNecessity_not: Boolean\r\n gDPRLatestRiskScale: GDPRLatestRiskScaleEnumFilter\r\n gDPRLatestRiskScale_not: GDPRLatestRiskScaleEnumFilter\r\n gDPRLatestRiskScale_in: [GDPRLatestRiskScaleEnumFilter]\r\n gDPRLatestRiskScale_not_in: [GDPRLatestRiskScaleEnumFilter]\r\n gDPRLawEnforcement: Boolean\r\n gDPRLawEnforcement_not: Boolean\r\n gDPRLegacyDescription: String\r\n gDPRLegacyDescription_not: String\r\n gDPRLegacyDescription_in: [String]\r\n gDPRLegacyDescription_not_in: [String]\r\n gDPRLegacyDescription_lt: String\r\n gDPRLegacyDescription_lte: String\r\n gDPRLegacyDescription_gt: String\r\n gDPRLegacyDescription_gte: String\r\n gDPRLegacyDescription_contains: String\r\n gDPRLegacyDescription_not_contains: String\r\n gDPRLegacyDescription_starts_with: String\r\n gDPRLegacyDescription_not_starts_with: String\r\n gDPRLegacyDescription_ends_with: String\r\n gDPRLegacyDescription_not_ends_with: String\r\n gDPRLegitimateInterest: Boolean\r\n gDPRLegitimateInterest_not: Boolean\r\n gDPRPublicInterest: Boolean\r\n gDPRPublicInterest_not: Boolean\r\n gDPRSpecificConsent: Boolean\r\n gDPRSpecificConsent_not: Boolean\r\n gDPRAssessmentFreshness: Float\r\n gDPRAssessmentFreshness_not: Float\r\n gDPRAssessmentFreshness_in: [Float]\r\n gDPRAssessmentFreshness_not_in: [Float]\r\n gDPRAssessmentFreshness_lt: Float\r\n gDPRAssessmentFreshness_lte: Float\r\n gDPRAssessmentFreshness_gt: Float\r\n gDPRAssessmentFreshness_gte: Float\r\n gDPRUnweightedInconsistency: Float\r\n gDPRUnweightedInconsistency_not: Float\r\n gDPRUnweightedInconsistency_in: [Float]\r\n gDPRUnweightedInconsistency_not_in: [Float]\r\n gDPRUnweightedInconsistency_lt: Float\r\n gDPRUnweightedInconsistency_lte: Float\r\n gDPRUnweightedInconsistency_gt: Float\r\n gDPRUnweightedInconsistency_gte: Float\r\n gDPRVitalInterest: Boolean\r\n gDPRVitalInterest_not: Boolean\r\n gDPRWeightedFreshness: Float\r\n gDPRWeightedFreshness_not: Float\r\n gDPRWeightedFreshness_in: [Float]\r\n gDPRWeightedFreshness_not_in: [Float]\r\n gDPRWeightedFreshness_lt: Float\r\n gDPRWeightedFreshness_lte: Float\r\n gDPRWeightedFreshness_gt: Float\r\n gDPRWeightedFreshness_gte: Float\r\n gDPRInconsistency: Float\r\n gDPRInconsistency_not: Float\r\n gDPRInconsistency_in: [Float]\r\n gDPRInconsistency_not_in: [Float]\r\n gDPRInconsistency_lt: Float\r\n gDPRInconsistency_lte: Float\r\n gDPRInconsistency_gt: Float\r\n gDPRInconsistency_gte: Float\r\n gDPRDataTransfersComplianceLevel: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_not: GDPRDataTransfersComplianceLevelEnumFilter\r\n gDPRDataTransfersComplianceLevel_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataTransfersComplianceLevel_not_in: [GDPRDataTransfersComplianceLevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_not: GDPRDataMinimizationCompliancelevelEnumFilter\r\n gDPRDataMinimizationCompliancelevel_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRDataMinimizationCompliancelevel_not_in: [GDPRDataMinimizationCompliancelevelEnumFilter]\r\n gDPRConsent: GDPRConsentEnumFilter\r\n gDPRConsent_not: GDPRConsentEnumFilter\r\n gDPRConsent_in: [GDPRConsentEnumFilter]\r\n gDPRConsent_not_in: [GDPRConsentEnumFilter]\r\n gDPRAgentID: String\r\n gDPRAgentID_not: String\r\n gDPRAgentID_in: [String]\r\n gDPRAgentID_not_in: [String]\r\n gDPRAgentID_lt: String\r\n gDPRAgentID_lte: String\r\n gDPRAgentID_gt: String\r\n gDPRAgentID_gte: String\r\n gDPRAgentID_contains: String\r\n gDPRAgentID_not_contains: String\r\n gDPRAgentID_starts_with: String\r\n gDPRAgentID_not_starts_with: String\r\n gDPRAgentID_ends_with: String\r\n gDPRAgentID_not_ends_with: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not: GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not_in: [GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter]\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 retentionPeriodUnit: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_not: RetentionPeriodUnitEnumFilter\r\n retentionPeriodUnit_in: [RetentionPeriodUnitEnumFilter]\r\n retentionPeriodUnit_not_in: [RetentionPeriodUnitEnumFilter]\r\n gDPRProcessingActivityPurpose: String\r\n gDPRProcessingActivityPurpose_not: String\r\n gDPRProcessingActivityPurpose_in: [String]\r\n gDPRProcessingActivityPurpose_not_in: [String]\r\n gDPRProcessingActivityPurpose_lt: String\r\n gDPRProcessingActivityPurpose_lte: String\r\n gDPRProcessingActivityPurpose_gt: String\r\n gDPRProcessingActivityPurpose_gte: String\r\n gDPRProcessingActivityPurpose_contains: String\r\n gDPRProcessingActivityPurpose_not_contains: String\r\n gDPRProcessingActivityPurpose_starts_with: String\r\n gDPRProcessingActivityPurpose_not_starts_with: String\r\n gDPRProcessingActivityPurpose_ends_with: String\r\n gDPRProcessingActivityPurpose_not_ends_with: String\r\n gDPRITProcessing: Boolean\r\n gDPRITProcessing_not: Boolean\r\n gDPRPaperProcessing: Boolean\r\n gDPRPaperProcessing_not: Boolean\r\n gDPRConsentComment: String\r\n gDPRConsentComment_not: String\r\n gDPRConsentComment_in: [String]\r\n gDPRConsentComment_not_in: [String]\r\n gDPRConsentComment_lt: String\r\n gDPRConsentComment_lte: String\r\n gDPRConsentComment_gt: String\r\n gDPRConsentComment_gte: String\r\n gDPRConsentComment_contains: String\r\n gDPRConsentComment_not_contains: String\r\n gDPRConsentComment_starts_with: String\r\n gDPRConsentComment_not_starts_with: String\r\n gDPRConsentComment_ends_with: String\r\n gDPRConsentComment_not_ends_with: String\r\n gDPRNoticeComment: String\r\n gDPRNoticeComment_not: String\r\n gDPRNoticeComment_in: [String]\r\n gDPRNoticeComment_not_in: [String]\r\n gDPRNoticeComment_lt: String\r\n gDPRNoticeComment_lte: String\r\n gDPRNoticeComment_gt: String\r\n gDPRNoticeComment_gte: String\r\n gDPRNoticeComment_contains: String\r\n gDPRNoticeComment_not_contains: String\r\n gDPRNoticeComment_starts_with: String\r\n gDPRNoticeComment_not_starts_with: String\r\n gDPRNoticeComment_ends_with: String\r\n gDPRNoticeComment_not_ends_with: String\r\n gDPRPAStartDate: Date\r\n gDPRPAStartDate_not: Date\r\n gDPRPAStartDate_in: [Date]\r\n gDPRPAStartDate_not_in: [Date]\r\n gDPRPAStartDate_lt: Date\r\n gDPRPAStartDate_lte: Date\r\n gDPRPAStartDate_gt: Date\r\n gDPRPAStartDate_gte: Date\r\n gDPRPAEndDate: Date\r\n gDPRPAEndDate_not: Date\r\n gDPRPAEndDate_in: [Date]\r\n gDPRPAEndDate_not_in: [Date]\r\n gDPRPAEndDate_lt: Date\r\n gDPRPAEndDate_lte: Date\r\n gDPRPAEndDate_gt: Date\r\n gDPRPAEndDate_gte: Date\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnumFilter\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnumFilter]\r\n gDPRID: String\r\n gDPRID_not: String\r\n gDPRID_in: [String]\r\n gDPRID_not_in: [String]\r\n gDPRID_lt: String\r\n gDPRID_lte: String\r\n gDPRID_gt: String\r\n gDPRID_gte: String\r\n gDPRID_contains: String\r\n gDPRID_not_contains: String\r\n gDPRID_starts_with: String\r\n gDPRID_not_starts_with: String\r\n gDPRID_ends_with: String\r\n gDPRID_not_ends_with: String\r\n gDPRSecurityMeasuresComplianceLevel: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_not: GDPRSecurityMeasuresComplianceLevelEnumFilter\r\n gDPRSecurityMeasuresComplianceLevel_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n gDPRSecurityMeasuresComplianceLevel_not_in: [GDPRSecurityMeasuresComplianceLevelEnumFilter]\r\n dataCategoryRisk: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_not: DataCategoryRiskEnumFilter\r\n dataCategoryRisk_in: [DataCategoryRiskEnumFilter]\r\n dataCategoryRisk_not_in: [DataCategoryRiskEnumFilter]\r\n gDPRPurpose: Boolean\r\n gDPRPurpose_not: Boolean\r\n gDPRPersonsinchargeofprocessing: String\r\n gDPRPersonsinchargeofprocessing_not: String\r\n gDPRPersonsinchargeofprocessing_in: [String]\r\n gDPRPersonsinchargeofprocessing_not_in: [String]\r\n gDPRPersonsinchargeofprocessing_lt: String\r\n gDPRPersonsinchargeofprocessing_lte: String\r\n gDPRPersonsinchargeofprocessing_gt: String\r\n gDPRPersonsinchargeofprocessing_gte: String\r\n gDPRPersonsinchargeofprocessing_contains: String\r\n gDPRPersonsinchargeofprocessing_not_contains: String\r\n gDPRPersonsinchargeofprocessing_starts_with: String\r\n gDPRPersonsinchargeofprocessing_not_starts_with: String\r\n gDPRPersonsinchargeofprocessing_ends_with: String\r\n gDPRPersonsinchargeofprocessing_not_ends_with: String\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int]\r\n retentionPeriod_not_in: [Int]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_not: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRDataTransferOutsideEU_not: Boolean\r\n gDPRRiskScale: GDPRRiskScaleEnumFilter\r\n gDPRRiskScale_not: GDPRRiskScaleEnumFilter\r\n gDPRRiskScale_in: [GDPRRiskScaleEnumFilter]\r\n gDPRRiskScale_not_in: [GDPRRiskScaleEnumFilter]\r\n gDPRLatestComplianceLevel: GDPRLatestComplianceLevelEnumFilter\r\n gDPRLatestComplianceLevel_not: GDPRLatestComplianceLevelEnumFilter\r\n gDPRLatestComplianceLevel_in: [GDPRLatestComplianceLevelEnumFilter]\r\n gDPRLatestComplianceLevel_not_in: [GDPRLatestComplianceLevelEnumFilter]\r\n gDPRStatusWKF: GDPRStatusWKFEnumFilter\r\n gDPRStatusWKF_not: GDPRStatusWKFEnumFilter\r\n gDPRStatusWKF_in: [GDPRStatusWKFEnumFilter]\r\n gDPRStatusWKF_not_in: [GDPRStatusWKFEnumFilter]\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 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 gDPROrganization: String\r\n gDPROrganization_not: String\r\n gDPROrganization_in: [String]\r\n gDPROrganization_not_in: [String]\r\n gDPROrganization_lt: String\r\n gDPROrganization_lte: String\r\n gDPROrganization_gt: String\r\n gDPROrganization_gte: String\r\n gDPROrganization_contains: String\r\n gDPROrganization_not_contains: String\r\n gDPROrganization_starts_with: String\r\n gDPROrganization_not_starts_with: String\r\n gDPROrganization_ends_with: String\r\n gDPROrganization_not_ends_with: String\r\n gDPRApplication: String\r\n gDPRApplication_not: String\r\n gDPRApplication_in: [String]\r\n gDPRApplication_not_in: [String]\r\n gDPRApplication_lt: String\r\n gDPRApplication_lte: String\r\n gDPRApplication_gt: String\r\n gDPRApplication_gte: String\r\n gDPRApplication_contains: String\r\n gDPRApplication_not_contains: String\r\n gDPRApplication_starts_with: String\r\n gDPRApplication_not_starts_with: String\r\n gDPRApplication_ends_with: String\r\n gDPRApplication_not_ends_with: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_not: GDPRLegalbasisLegitimacyComplianceLevelEnumFilter\r\n gDPRLegalbasisLegitimacyComplianceLevel_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRLegalbasisLegitimacyComplianceLevel_not_in: [GDPRLegalbasisLegitimacyComplianceLevelEnumFilter]\r\n gDPRNoLegalBasis: Boolean\r\n gDPRNoLegalBasis_not: Boolean\r\n gDPRAgentType: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_not: GDPRAgentTypeEnumFilter\r\n gDPRAgentType_in: [GDPRAgentTypeEnumFilter]\r\n gDPRAgentType_not_in: [GDPRAgentTypeEnumFilter]\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 Regulator\r\ninput filterRegulator {\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 gDPRAcronym: String\r\n gDPRAcronym_not: String\r\n gDPRAcronym_in: [String]\r\n gDPRAcronym_not_in: [String]\r\n gDPRAcronym_lt: String\r\n gDPRAcronym_lte: String\r\n gDPRAcronym_gt: String\r\n gDPRAcronym_gte: String\r\n gDPRAcronym_contains: String\r\n gDPRAcronym_not_contains: String\r\n gDPRAcronym_starts_with: String\r\n gDPRAcronym_not_starts_with: String\r\n gDPRAcronym_ends_with: String\r\n gDPRAcronym_not_ends_with: String\r\n gDPRSupervisoryAuthority: String\r\n gDPRSupervisoryAuthority_not: String\r\n gDPRSupervisoryAuthority_in: [String]\r\n gDPRSupervisoryAuthority_not_in: [String]\r\n gDPRSupervisoryAuthority_lt: String\r\n gDPRSupervisoryAuthority_lte: String\r\n gDPRSupervisoryAuthority_gt: String\r\n gDPRSupervisoryAuthority_gte: String\r\n gDPRSupervisoryAuthority_contains: String\r\n gDPRSupervisoryAuthority_not_contains: String\r\n gDPRSupervisoryAuthority_starts_with: String\r\n gDPRSupervisoryAuthority_not_starts_with: String\r\n gDPRSupervisoryAuthority_ends_with: String\r\n gDPRSupervisoryAuthority_not_ends_with: String\r\n gDPREmailAddress: String\r\n gDPREmailAddress_not: String\r\n gDPREmailAddress_in: [String]\r\n gDPREmailAddress_not_in: [String]\r\n gDPREmailAddress_lt: String\r\n gDPREmailAddress_lte: String\r\n gDPREmailAddress_gt: String\r\n gDPREmailAddress_gte: String\r\n gDPREmailAddress_contains: String\r\n gDPREmailAddress_not_contains: String\r\n gDPREmailAddress_starts_with: String\r\n gDPREmailAddress_not_starts_with: String\r\n gDPREmailAddress_ends_with: String\r\n gDPREmailAddress_not_ends_with: String\r\n gDPRAddress: String\r\n gDPRAddress_not: String\r\n gDPRAddress_in: [String]\r\n gDPRAddress_not_in: [String]\r\n gDPRAddress_lt: String\r\n gDPRAddress_lte: String\r\n gDPRAddress_gt: String\r\n gDPRAddress_gte: String\r\n gDPRAddress_contains: String\r\n gDPRAddress_not_contains: String\r\n gDPRAddress_starts_with: String\r\n gDPRAddress_not_starts_with: String\r\n gDPRAddress_ends_with: String\r\n gDPRAddress_not_ends_with: String\r\n gDPRFax: String\r\n gDPRFax_not: String\r\n gDPRFax_in: [String]\r\n gDPRFax_not_in: [String]\r\n gDPRFax_lt: String\r\n gDPRFax_lte: String\r\n gDPRFax_gt: String\r\n gDPRFax_gte: String\r\n gDPRFax_contains: String\r\n gDPRFax_not_contains: String\r\n gDPRFax_starts_with: String\r\n gDPRFax_not_starts_with: String\r\n gDPRFax_ends_with: String\r\n gDPRFax_not_ends_with: String\r\n gDPRTelephone: String\r\n gDPRTelephone_not: String\r\n gDPRTelephone_in: [String]\r\n gDPRTelephone_not_in: [String]\r\n gDPRTelephone_lt: String\r\n gDPRTelephone_lte: String\r\n gDPRTelephone_gt: String\r\n gDPRTelephone_gte: String\r\n gDPRTelephone_contains: String\r\n gDPRTelephone_not_contains: String\r\n gDPRTelephone_starts_with: String\r\n gDPRTelephone_not_starts_with: String\r\n gDPRTelephone_ends_with: String\r\n gDPRTelephone_not_ends_with: String\r\n regulatorURL: String\r\n regulatorURL_not: String\r\n regulatorURL_in: [String]\r\n regulatorURL_not_in: [String]\r\n regulatorURL_lt: String\r\n regulatorURL_lte: String\r\n regulatorURL_gt: String\r\n regulatorURL_gte: String\r\n regulatorURL_contains: String\r\n regulatorURL_not_contains: String\r\n regulatorURL_starts_with: String\r\n regulatorURL_not_starts_with: String\r\n regulatorURL_ends_with: String\r\n regulatorURL_not_ends_with: String\r\n regulatorPicture: String\r\n regulatorPicture_not: String\r\n regulatorPicture_in: [String]\r\n regulatorPicture_not_in: [String]\r\n regulatorPicture_lt: String\r\n regulatorPicture_lte: String\r\n regulatorPicture_gt: String\r\n regulatorPicture_gte: String\r\n regulatorPicture_contains: String\r\n regulatorPicture_not_contains: String\r\n regulatorPicture_starts_with: String\r\n regulatorPicture_not_starts_with: String\r\n regulatorPicture_ends_with: String\r\n regulatorPicture_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 ResponsibilityAssignment\r\ninput filterResponsibilityAssignment {\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 responsibilityAssignmentName: String\r\n responsibilityAssignmentName_not: String\r\n responsibilityAssignmentName_in: [String]\r\n responsibilityAssignmentName_not_in: [String]\r\n responsibilityAssignmentName_lt: String\r\n responsibilityAssignmentName_lte: String\r\n responsibilityAssignmentName_gt: String\r\n responsibilityAssignmentName_gte: String\r\n responsibilityAssignmentName_contains: String\r\n responsibilityAssignmentName_not_contains: String\r\n responsibilityAssignmentName_starts_with: String\r\n responsibilityAssignmentName_not_starts_with: String\r\n responsibilityAssignmentName_ends_with: String\r\n responsibilityAssignmentName_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 SystemProcess\r\ninput filterSystemProcess {\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 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 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 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 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 elementwithArguments: String\r\n elementwithArguments_not: String\r\n elementwithArguments_in: [String]\r\n elementwithArguments_not_in: [String]\r\n elementwithArguments_lt: String\r\n elementwithArguments_lte: String\r\n elementwithArguments_gt: String\r\n elementwithArguments_gte: String\r\n elementwithArguments_contains: String\r\n elementwithArguments_not_contains: String\r\n elementwithArguments_starts_with: String\r\n elementwithArguments_not_starts_with: String\r\n elementwithArguments_ends_with: String\r\n elementwithArguments_not_ends_with: String\r\n taskType: TaskTypeEnumFilter\r\n taskType_not: TaskTypeEnumFilter\r\n taskType_in: [TaskTypeEnumFilter]\r\n taskType_not_in: [TaskTypeEnumFilter]\r\n inputLogic: InputLogicEnumFilter\r\n inputLogic_not: InputLogicEnumFilter\r\n inputLogic_in: [InputLogicEnumFilter]\r\n inputLogic_not_in: [InputLogicEnumFilter]\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 Task\r\ninput filterTask {\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 outputLogic: OutputLogicEnumFilter\r\n outputLogic_not: OutputLogicEnumFilter\r\n outputLogic_in: [OutputLogicEnumFilter]\r\n outputLogic_not_in: [OutputLogicEnumFilter]\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 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 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 taskType: TaskTypeEnumFilter\r\n taskType_not: TaskTypeEnumFilter\r\n taskType_in: [TaskTypeEnumFilter]\r\n taskType_not_in: [TaskTypeEnumFilter]\r\n inputLogic: InputLogicEnumFilter\r\n inputLogic_not: InputLogicEnumFilter\r\n inputLogic_in: [InputLogicEnumFilter]\r\n inputLogic_not_in: [InputLogicEnumFilter]\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\ntype FolderofProcessingActivities {\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 processingActivity_ReferencedProcessingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n}\r\n\r\ninput FolderofProcessingActivitiesFilter {\r\n and: [FolderofProcessingActivitiesFilter!]\r\n or: [FolderofProcessingActivitiesFilter!]\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 processingActivity_ReferencedProcessingActivity_some: [FolderofProcessingActivitiesFilter!]\r\n}\r\n\r\nenum GDPRActivityStatusEnumFilter {\r\n Candidate\r\n Live\r\n Obsolete\r\n}\r\n\r\nenum GDPRAgentTypeEnumFilter {\r\n Application\r\n Organization\r\n ThirdParty\r\n}\r\n\r\n# Any IT activity which, for a given purpose of the enterprise, manipulates\r\n# personal data, including collection, use, recording, etc.\r\ntype GDPRApplicationProcessing {\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 gDPRDataTransfersComplianceLevel: GDPRApplicationProcessingGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: GDPRApplicationProcessingGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: GDPRApplicationProcessingGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRApplicationProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: GDPRApplicationProcessingRetentionPeriodUnitEnum\r\n gDPRProcessingID: String\r\n dataGovernanceHopexSourceObjectId: String\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRContentOfNotice: GDPRApplicationProcessingGDPRContentOfNoticeEnum\r\n gDPRSecurityMeasuresComplianceLevel: GDPRApplicationProcessingGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: GDPRApplicationProcessingDataCategoryRiskEnum\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRApplicationProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRAgentType: GDPRApplicationProcessingGDPRAgentTypeEnum\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 gDPRApplicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n processingActivity_OwnerProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n application_ProcessingApplication(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n gDPRDataBreach_RecordedIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum GDPRApplicationProcessingDataCategoryRiskEnum {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRAgentTypeEnum {\r\n Application\r\n Organization\r\n ThirdParty\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRConsentEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRContentOfNoticeEnum {\r\n Yes_oral\r\n Dontknow\r\n Yes_written\r\n No\r\n Notrequired\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRDataMinimizationCompliancelevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum {\r\n StronglyCompliant\r\n Compliant\r\n AlmostCompliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRDataTransfersComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRApplicationProcessingGDPRSecurityMeasuresComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRApplicationProcessingRetentionPeriodUnitEnum {\r\n Year\r\n Month\r\n Day\r\n}\r\n\r\n# Any human activity which, for a given purpose of the enterprise, manipulates\r\n# personal data, including collection, use, recording, etc.\r\ntype GDPRBusinessProcessing {\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 gDPRDataTransfersComplianceLevel: GDPRBusinessProcessingGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: GDPRBusinessProcessingGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: GDPRBusinessProcessingGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRBusinessProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: GDPRBusinessProcessingRetentionPeriodUnitEnum\r\n gDPRProcessingID: String\r\n dataGovernanceHopexSourceObjectId: String\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRContentOfNotice: GDPRBusinessProcessingGDPRContentOfNoticeEnum\r\n gDPRSecurityMeasuresComplianceLevel: GDPRBusinessProcessingGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: GDPRBusinessProcessingDataCategoryRiskEnum\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRBusinessProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRAgentType: GDPRBusinessProcessingGDPRAgentTypeEnum\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 processingActivity_OwnerProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n gDPRDataBreach_RecordedIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum GDPRBusinessProcessingDataCategoryRiskEnum {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRAgentTypeEnum {\r\n Application\r\n Organization\r\n ThirdParty\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRConsentEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRContentOfNoticeEnum {\r\n Yes_oral\r\n Dontknow\r\n Yes_written\r\n No\r\n Notrequired\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRDataMinimizationCompliancelevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum {\r\n StronglyCompliant\r\n Compliant\r\n AlmostCompliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRDataTransfersComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRBusinessProcessingGDPRSecurityMeasuresComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRBusinessProcessingRetentionPeriodUnitEnum {\r\n Year\r\n Month\r\n Day\r\n}\r\n\r\nenum GDPRComplianceLevelEnumFilter {\r\n PoorlyCompliant\r\n AlmostCompliant\r\n Compliant\r\n StronglyCompliant\r\n NotCompliant\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 GDPRDataMinimizationCompliancelevelEnumFilter {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRDataSubjectsRightsNoticeManagementComplianceEnumFilter {\r\n StronglyCompliant\r\n Compliant\r\n AlmostCompliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRDataTransfersComplianceLevelEnumFilter {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRDocumentTypeEnumFilter {\r\n ID\r\n DrivingLicence\r\n Passport\r\n Other\r\n}\r\n\r\nenum GDPRImpactEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum GDPRIncidentDiscoveryModeEnumFilter {\r\n InternalControl\r\n ExternalClaim\r\n InternalAlert\r\n Other\r\n}\r\n\r\nenum GDPRIncidentStatusEnumFilter {\r\n Submitted\r\n Confirmed\r\n Ongoing\r\n Closed\r\n Archived\r\n Discarded\r\n}\r\n\r\nenum GDPRInternalExternalEnumFilter {\r\n Internal\r\n External\r\n}\r\n\r\nenum GDPRLatestComplianceLevelEnumFilter {\r\n PoorlyCompliant\r\n AlmostCompliant\r\n Compliant\r\n StronglyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRLatestRiskScaleEnumFilter {\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n VeryLow\r\n}\r\n\r\nenum GDPRLegalbasisLegitimacyComplianceLevelEnumFilter {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRNumberofpeopleimpactedEnumFilter {\r\n OneZero_OneZeroZeroZero\r\n OneZeroZeroToOneZeroZerok\r\n OneZeroZeroToOneM\r\n AboveOneM\r\n Zero_OneZero\r\n}\r\n\r\nenum GDPROrganizationStatusEnumFilter {\r\n Candidate\r\n Live\r\n Obsolete\r\n}\r\n\r\n# PIA or Privacy Impact Assessment\r\ntype GDPRPreAssessment {\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 dataGovernanceOutsourceData: Boolean\r\n dataGovernanceSellBuyData: Boolean\r\n gDPRPreAssessmentSubsequentActions: GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum\r\n gDPRComplianceLevel: GDPRPreAssessmentGDPRComplianceLevelEnum\r\n gDPRComplianceLevelComment: String\r\n gDPRRiskScaleAssessment: GDPRPreAssessmentGDPRRiskScaleAssessmentEnum\r\n gDPRCompletionDate: Date\r\n gDPRUpdatedfields: String\r\n gDPRStatus: GDPRPreAssessmentGDPRStatusEnum\r\n gDPRStartDate: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRSubsequentActions: GDPRPreAssessmentGDPRSubsequentActionsEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n processingActivity_AssessedProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\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}\r\n\r\ninput GDPRPreAssessmentFilter {\r\n and: [GDPRPreAssessmentFilter!]\r\n or: [GDPRPreAssessmentFilter!]\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 dataGovernanceOutsourceData: Boolean\r\n dataGovernanceOutsourceData_not: Boolean\r\n dataGovernanceSellBuyData: Boolean\r\n dataGovernanceSellBuyData_not: Boolean\r\n gDPRPreAssessmentSubsequentActions: GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum\r\n gDPRPreAssessmentSubsequentActions_not: GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum\r\n gDPRPreAssessmentSubsequentActions_in: [GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum!]\r\n gDPRPreAssessmentSubsequentActions_not_in: [GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum!]\r\n gDPRComplianceLevel: GDPRPreAssessmentGDPRComplianceLevelEnum\r\n gDPRComplianceLevel_not: GDPRPreAssessmentGDPRComplianceLevelEnum\r\n gDPRComplianceLevel_in: [GDPRPreAssessmentGDPRComplianceLevelEnum!]\r\n gDPRComplianceLevel_not_in: [GDPRPreAssessmentGDPRComplianceLevelEnum!]\r\n gDPRComplianceLevelComment: String\r\n gDPRComplianceLevelComment_not: String\r\n gDPRComplianceLevelComment_in: [String!]\r\n gDPRComplianceLevelComment_not_in: [String!]\r\n gDPRComplianceLevelComment_lt: String\r\n gDPRComplianceLevelComment_lte: String\r\n gDPRComplianceLevelComment_gt: String\r\n gDPRComplianceLevelComment_gte: String\r\n gDPRComplianceLevelComment_contains: String\r\n gDPRComplianceLevelComment_not_contains: String\r\n gDPRComplianceLevelComment_starts_with: String\r\n gDPRComplianceLevelComment_not_starts_with: String\r\n gDPRComplianceLevelComment_ends_with: String\r\n gDPRComplianceLevelComment_not_ends_with: String\r\n gDPRRiskScaleAssessment: GDPRPreAssessmentGDPRRiskScaleAssessmentEnum\r\n gDPRRiskScaleAssessment_not: GDPRPreAssessmentGDPRRiskScaleAssessmentEnum\r\n gDPRRiskScaleAssessment_in: [GDPRPreAssessmentGDPRRiskScaleAssessmentEnum!]\r\n gDPRRiskScaleAssessment_not_in: [GDPRPreAssessmentGDPRRiskScaleAssessmentEnum!]\r\n gDPRCompletionDate: Date\r\n gDPRCompletionDate_not: Date\r\n gDPRCompletionDate_in: [Date!]\r\n gDPRCompletionDate_not_in: [Date!]\r\n gDPRCompletionDate_lt: Date\r\n gDPRCompletionDate_lte: Date\r\n gDPRCompletionDate_gt: Date\r\n gDPRCompletionDate_gte: Date\r\n gDPRUpdatedfields: String\r\n gDPRUpdatedfields_not: String\r\n gDPRUpdatedfields_in: [String!]\r\n gDPRUpdatedfields_not_in: [String!]\r\n gDPRUpdatedfields_lt: String\r\n gDPRUpdatedfields_lte: String\r\n gDPRUpdatedfields_gt: String\r\n gDPRUpdatedfields_gte: String\r\n gDPRUpdatedfields_contains: String\r\n gDPRUpdatedfields_not_contains: String\r\n gDPRUpdatedfields_starts_with: String\r\n gDPRUpdatedfields_not_starts_with: String\r\n gDPRUpdatedfields_ends_with: String\r\n gDPRUpdatedfields_not_ends_with: String\r\n gDPRStatus: GDPRPreAssessmentGDPRStatusEnum\r\n gDPRStatus_not: GDPRPreAssessmentGDPRStatusEnum\r\n gDPRStatus_in: [GDPRPreAssessmentGDPRStatusEnum!]\r\n gDPRStatus_not_in: [GDPRPreAssessmentGDPRStatusEnum!]\r\n gDPRStartDate: Date\r\n gDPRStartDate_not: Date\r\n gDPRStartDate_in: [Date!]\r\n gDPRStartDate_not_in: [Date!]\r\n gDPRStartDate_lt: Date\r\n gDPRStartDate_lte: Date\r\n gDPRStartDate_gt: Date\r\n gDPRStartDate_gte: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRSubsequentActionsComment_not: String\r\n gDPRSubsequentActionsComment_in: [String!]\r\n gDPRSubsequentActionsComment_not_in: [String!]\r\n gDPRSubsequentActionsComment_lt: String\r\n gDPRSubsequentActionsComment_lte: String\r\n gDPRSubsequentActionsComment_gt: String\r\n gDPRSubsequentActionsComment_gte: String\r\n gDPRSubsequentActionsComment_contains: String\r\n gDPRSubsequentActionsComment_not_contains: String\r\n gDPRSubsequentActionsComment_starts_with: String\r\n gDPRSubsequentActionsComment_not_starts_with: String\r\n gDPRSubsequentActionsComment_ends_with: String\r\n gDPRSubsequentActionsComment_not_ends_with: String\r\n gDPRDataProtectionImpactComment: String\r\n gDPRDataProtectionImpactComment_not: String\r\n gDPRDataProtectionImpactComment_in: [String!]\r\n gDPRDataProtectionImpactComment_not_in: [String!]\r\n gDPRDataProtectionImpactComment_lt: String\r\n gDPRDataProtectionImpactComment_lte: String\r\n gDPRDataProtectionImpactComment_gt: String\r\n gDPRDataProtectionImpactComment_gte: String\r\n gDPRDataProtectionImpactComment_contains: String\r\n gDPRDataProtectionImpactComment_not_contains: String\r\n gDPRDataProtectionImpactComment_starts_with: String\r\n gDPRDataProtectionImpactComment_not_starts_with: String\r\n gDPRDataProtectionImpactComment_ends_with: String\r\n gDPRDataProtectionImpactComment_not_ends_with: String\r\n gDPRSubsequentActions: GDPRPreAssessmentGDPRSubsequentActionsEnum\r\n gDPRSubsequentActions_not: GDPRPreAssessmentGDPRSubsequentActionsEnum\r\n gDPRSubsequentActions_in: [GDPRPreAssessmentGDPRSubsequentActionsEnum!]\r\n gDPRSubsequentActions_not_in: [GDPRPreAssessmentGDPRSubsequentActionsEnum!]\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 processingActivity_AssessedProcessing_some: [GDPRPreAssessmentFilter!]\r\n businessDocument_AttachedDocument_some: [GDPRPreAssessmentFilter!]\r\n businessDocument_ReferredtoDocument_some: [GDPRPreAssessmentFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [GDPRPreAssessmentFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [GDPRPreAssessmentFilter!]\r\n}\r\n\r\nenum GDPRPreAssessmentGDPRComplianceLevelEnum {\r\n PoorlyCompliant\r\n AlmostCompliant\r\n Compliant\r\n StronglyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRPreAssessmentGDPRPreAssessmentSubsequentActionsEnum {\r\n StopProcessingActivity\r\n Nothing\r\n RunDPIA\r\n Other\r\n Completedescription\r\n}\r\n\r\nenum GDPRPreAssessmentGDPRRiskScaleAssessmentEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum GDPRPreAssessmentGDPRStatusEnum {\r\n NotStarted\r\n On_Going\r\n Done\r\n}\r\n\r\nenum GDPRPreAssessmentGDPRSubsequentActionsEnum {\r\n Others\r\n Nothing\r\n StopProcessingActivity\r\n NotifySupervisoryAuthority\r\n}\r\n\r\nenum GDPRPreAssessmentSubsequentActionsEnumFilter {\r\n StopProcessingActivity\r\n Nothing\r\n RunDPIA\r\n Other\r\n Completedescription\r\n}\r\n\r\nenum GDPRRemediationActionStatusEnumFilter {\r\n Foreseen\r\n Ongoing\r\n Implemented\r\n}\r\n\r\nenum GDPRRequestPriorityEnumFilter {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\nenum GDPRRequestStatusEnumFilter {\r\n PendingRequest\r\n New\r\n Assigned\r\n Processing\r\n Closed\r\n}\r\n\r\nenum GDPRRequestTypeEnumFilter {\r\n Access\r\n Deletion\r\n Tobeforgotten\r\n Objection\r\n Portability\r\n Rectification\r\n Restriction\r\n}\r\n\r\nenum GDPRRiskScaleAssessmentEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum GDPRRiskScaleEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum GDPRSecurityMeasuresComplianceLevelEnumFilter {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum GDPRStatusEnumFilter {\r\n NotStarted\r\n On_Going\r\n Done\r\n}\r\n\r\nenum GDPRStatusWKFEnumFilter {\r\n ReadyforDPIA\r\n Assessed\r\n Start\r\n ToBeCompleted\r\n ToBeCompletedbyActivityOwner\r\n ReadyforPreStudy\r\n}\r\n\r\nenum GDPRSubsequentActionsEnumFilter {\r\n Others\r\n Nothing\r\n StopProcessingActivity\r\n NotifySupervisoryAuthority\r\n}\r\n\r\n# Input type for Action\r\ninput InputAction {\r\n externalIdentifier: String\r\n name: String\r\n gDPRRemediationActionStatus: ActionGDPRRemediationActionStatusEnum\r\n comment: String\r\n gDPRDataBreach_ConcernedGDPRIncident: _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 statusReview: ApplicationStatusReviewEnum\r\n gDPRConsent: ApplicationGDPRConsentEnum\r\n gDPRSource: String\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n lastAssessmentDate: Date\r\n applicationTemplate: ApplicationApplicationTemplateEnum\r\n deploymentDate: Date\r\n operatingApplicationDate: 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 localApplicationOwner_PersonSystem: _InputCollectionAction\r\n softwareDesigner_PersonSystem: _InputCollectionAction\r\n iTOwner_PersonSystem: _InputCollectionAction\r\n businessOwner_PersonSystem: _InputCollectionAction\r\n processingActivity_ReferencingGDPRProcessingActivity: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_GDPRApplicationProcessing: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_GDPRApplicationProcessing: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_GDPRApplicationProcessing: _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 gDPRPreAssessment_DocumentedObject: _InputCollectionAction\r\n dataCategory_DocumentedObject: _InputCollectionAction\r\n processingActivity_DocumentedObject: _InputCollectionAction\r\n systemProcess_DocumentedObject: _InputCollectionAction\r\n organization_DocumentedObject: _InputCollectionAction\r\n dPIA_DocumentedObject: _InputCollectionAction\r\n dataSubjectRequest_DocumentedObject: _InputCollectionAction\r\n physicalPerson_DocumentedObject: _InputCollectionAction\r\n regulator_DocumentedObject: _InputCollectionAction\r\n gDPRDataBreach_DocumentedObject: _InputCollectionAction\r\n businessPartner_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n organizationalProcess_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n gDPRPreAssessment_Object: _InputCollectionAction\r\n dataCategory_Object: _InputCollectionAction\r\n processingActivity_Object: _InputCollectionAction\r\n systemProcess_Object: _InputCollectionAction\r\n organization_Object: _InputCollectionAction\r\n dPIA_Object: _InputCollectionAction\r\n dataSubjectRequest_Object: _InputCollectionAction\r\n physicalPerson_Object: _InputCollectionAction\r\n regulator_Object: _InputCollectionAction\r\n gDPRDataBreach_Object: _InputCollectionAction\r\n businessPartner_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n organizationalProcess_Object: _InputCollectionAction\r\n businessProcess_Object: _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 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 gDPRPreAssessment_DocumentedObject: _InputCollectionAction\r\n dataCategory_DocumentedObject: _InputCollectionAction\r\n processingActivity_DocumentedObject: _InputCollectionAction\r\n systemProcess_DocumentedObject: _InputCollectionAction\r\n organization_DocumentedObject: _InputCollectionAction\r\n dPIA_DocumentedObject: _InputCollectionAction\r\n dataSubjectRequest_DocumentedObject: _InputCollectionAction\r\n physicalPerson_DocumentedObject: _InputCollectionAction\r\n regulator_DocumentedObject: _InputCollectionAction\r\n gDPRDataBreach_DocumentedObject: _InputCollectionAction\r\n businessPartner_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n organizationalProcess_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n gDPRPreAssessment_Object: _InputCollectionAction\r\n dataCategory_Object: _InputCollectionAction\r\n processingActivity_Object: _InputCollectionAction\r\n systemProcess_Object: _InputCollectionAction\r\n organization_Object: _InputCollectionAction\r\n dPIA_Object: _InputCollectionAction\r\n dataSubjectRequest_Object: _InputCollectionAction\r\n physicalPerson_Object: _InputCollectionAction\r\n regulator_Object: _InputCollectionAction\r\n gDPRDataBreach_Object: _InputCollectionAction\r\n businessPartner_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n organizationalProcess_Object: _InputCollectionAction\r\n businessProcess_Object: _InputCollectionAction\r\n businessDocument_Document: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessPartner\r\ninput InputBusinessPartner {\r\n externalIdentifier: String\r\n name: String\r\n dataCategoryRisk: BusinessPartnerDataCategoryRiskEnum\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 gDPRDataBreach_ImpactingGDPRIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessProcess\r\ninput InputBusinessProcess {\r\n externalIdentifier: String\r\n name: String\r\n outputLogic: BusinessProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRSource: String\r\n businessProcessCode: String\r\n gDPRImpact: BusinessProcessGDPRImpactEnum\r\n transaction: BusinessProcessTransactionEnum\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 lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: 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 businessProcessDesigner_PersonSystem: _InputCollectionAction\r\n businessProcessOwner_PersonSystem: _InputCollectionAction\r\n gPDRActivityOwner_PersonSystem: _InputCollectionAction\r\n processingActivity_GDPRActivityPerspective: _InputCollectionAction\r\n processingActivity_ReferencingGDPRProcessingActivity: _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 dataCategory_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n processingActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n gDPRApplicationProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n organization_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n physicalPerson_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n regulator_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n businessPartner_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n gDPRBusinessProcessing_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n}\r\n\r\n# Input type for DataBreach\r\ninput InputDataBreach {\r\n externalIdentifier: String\r\n name: String\r\n gDPRIncidentReference: String\r\n gDPRIncidentDate: Date\r\n gDPRIncidentDiscoveryMode: DataBreachGDPRIncidentDiscoveryModeEnum\r\n gDPRNumberofpeopleimpacted: DataBreachGDPRNumberofpeopleimpactedEnum\r\n gDPRIncidentConsequences: String\r\n gDPRRemedialActions: String\r\n gDPRDataSubjectsNotificationDate: Date\r\n gDPRAuthoritiesNotificationDate: Date\r\n gDPRAuthoritiestobeNotified: Boolean\r\n gDPRIncidentSubmitterName: String\r\n gDPRIncidentSubmitterEmail: String\r\n gDPRIncidentSubmitterCompany: String\r\n gDPRIncidentDeclarationDate: Date\r\n gDPRIndividualsInformed: Boolean\r\n gDPRIncidentID: Int\r\n gDPRNatureofbreach: String\r\n gDPRIncidentStatus: DataBreachGDPRIncidentStatusEnum\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 businessPartner_ImpactedDataSubjects: _InputCollectionAction\r\n gDPRAction_RemediatingActions: _InputCollectionAction\r\n dataCategory_RelatedDataCategory: _InputCollectionAction\r\n regulator_Notifiedsupervisoryauthorities: _InputCollectionAction\r\n processingActivity_IncidentProcessingScope: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_IncidentProcessingScope: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_IncidentProcessingScope: _InputCollectionAction\r\n application_ProcessingApplication_GDPRApplicationProcessing_IncidentProcessingScope: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_IncidentProcessingScope: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_IncidentProcessingScope: _InputCollectionAction\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_IncidentProcessingScope: _InputCollectionAction\r\n}\r\n\r\n# Input type for DataCategory\r\ninput InputDataCategory {\r\n externalIdentifier: String\r\n name: String\r\n dataCategoryRisk: DataCategoryDataCategoryRiskEnum\r\n retentionPeriodUnit: DataCategoryRetentionPeriodUnitEnum\r\n gDPRSensitiveData: Boolean\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\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 gDPRDataBreach_GDPRIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for DataSubjectRequest\r\ninput InputDataSubjectRequest {\r\n externalIdentifier: String\r\n name: String\r\n gDPRDeadlineExtended: Boolean\r\n gDPRDataSubjectName: String\r\n gDPRDocumentNumber: String\r\n gDPRDocumentType: DataSubjectRequestGDPRDocumentTypeEnum\r\n gDPRReasonforextension: String\r\n gDPRRequestDate: Date\r\n gDPRRequestPriority: DataSubjectRequestGDPRRequestPriorityEnum\r\n gDPRRequestSource: String\r\n gDPRRequestStatus: DataSubjectRequestGDPRRequestStatusEnum\r\n gDPRRequestType: DataSubjectRequestGDPRRequestTypeEnum\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 processingActivity: _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 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 DPIA\r\ninput InputDPIA {\r\n externalIdentifier: String\r\n name: String\r\n gDPRComplianceLevelComment: String\r\n gDPRCompletionDate: Date\r\n gDPRUpdatedfields: String\r\n gDPRStatus: DPIAGDPRStatusEnum\r\n gDPRStartDate: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRDataProtectionImpactComment: String\r\n comment: String\r\n processingActivity_AssessedProcessing: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n}\r\n\r\n# Input type for FolderofProcessingActivities\r\ninput InputFolderofProcessingActivities {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n processingActivity_ReferencedProcessingActivity: _InputCollectionAction\r\n}\r\n\r\n# Input type for GDPRApplicationProcessing\r\ninput InputGDPRApplicationProcessing {\r\n externalIdentifier: String\r\n name: String\r\n gDPRDataTransfersComplianceLevel: GDPRApplicationProcessingGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: GDPRApplicationProcessingGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: GDPRApplicationProcessingGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRApplicationProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: GDPRApplicationProcessingRetentionPeriodUnitEnum\r\n gDPRProcessingID: String\r\n dataGovernanceHopexSourceObjectId: String\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRContentOfNotice: GDPRApplicationProcessingGDPRContentOfNoticeEnum\r\n gDPRSecurityMeasuresComplianceLevel: GDPRApplicationProcessingGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: GDPRApplicationProcessingDataCategoryRiskEnum\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRApplicationProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRAgentType: GDPRApplicationProcessingGDPRAgentTypeEnum\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 gDPRApplicationOwner_PersonSystem: _InputCollectionAction\r\n processingActivity_OwnerProcessing: _InputCollectionAction\r\n application_ProcessingApplication: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for GDPRBusinessProcessing\r\ninput InputGDPRBusinessProcessing {\r\n externalIdentifier: String\r\n name: String\r\n gDPRDataTransfersComplianceLevel: GDPRBusinessProcessingGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: GDPRBusinessProcessingGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: GDPRBusinessProcessingGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: GDPRBusinessProcessingGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: GDPRBusinessProcessingRetentionPeriodUnitEnum\r\n gDPRProcessingID: String\r\n dataGovernanceHopexSourceObjectId: String\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRContentOfNotice: GDPRBusinessProcessingGDPRContentOfNoticeEnum\r\n gDPRSecurityMeasuresComplianceLevel: GDPRBusinessProcessingGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: GDPRBusinessProcessingDataCategoryRiskEnum\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: GDPRBusinessProcessingGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRAgentType: GDPRBusinessProcessingGDPRAgentTypeEnum\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 processingActivity_OwnerProcessing: _InputCollectionAction\r\n organizationalProcess: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for GDPRPreAssessment\r\ninput InputGDPRPreAssessment {\r\n externalIdentifier: String\r\n name: String\r\n dataGovernanceOutsourceData: Boolean\r\n dataGovernanceSellBuyData: Boolean\r\n gDPRComplianceLevelComment: String\r\n gDPRCompletionDate: Date\r\n gDPRUpdatedfields: String\r\n gDPRStatus: GDPRPreAssessmentGDPRStatusEnum\r\n gDPRStartDate: Date\r\n gDPRSubsequentActionsComment: String\r\n gDPRDataProtectionImpactComment: String\r\n comment: String\r\n processingActivity_AssessedProcessing: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n}\r\n\r\nenum InputLogicEnumFilter {\r\n Synchronization\r\n Junction\r\n}\r\n\r\n# Input type for Login\r\ninput InputLogin {\r\n externalIdentifier: String\r\n name: String\r\n usercode: String\r\n commandLine: String\r\n statusLogin: LoginStatusLoginEnum\r\n comment: String\r\n personSystem_LoginHolder: _InputCollectionAction\r\n}\r\n\r\n# Input type for Operation\r\ninput InputOperation {\r\n externalIdentifier: String\r\n name: String\r\n outputLogic: OperationOutputLogicEnum\r\n gDPRImpact: OperationGDPRImpactEnum\r\n transaction: OperationTransactionEnum\r\n loop: OperationLoopEnum\r\n adHoc: OperationAdHocEnum\r\n multiple: OperationMultipleEnum\r\n compensation: OperationCompensationEnum\r\n loopCondition: String\r\n lastAssessmentDate: Date\r\n taskType: OperationTaskTypeEnum\r\n inputLogic: OperationInputLogicEnum\r\n operationCode: 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 processingActivity_GDPRScope: _InputCollectionAction\r\n}\r\n\r\n# Input type for Organization\r\ninput InputOrganization {\r\n externalIdentifier: String\r\n name: String\r\n gDPROrganizationStatus: OrganizationGDPROrganizationStatusEnum\r\n gDPROrganizationAcronym: String\r\n gDPRInternalExternal: OrganizationGDPRInternalExternalEnum\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 businessResponsible_PersonSystem: _InputCollectionAction\r\n deputyDPO_PersonSystem: _InputCollectionAction\r\n iTSupportCorrespondent_PersonSystem: _InputCollectionAction\r\n gDPRGDPRTeam_PersonSystem: _InputCollectionAction\r\n processingActivity: _InputCollectionAction\r\n processingActivity_ScopedProcessingActivity: _InputCollectionAction\r\n processingActivity_OwnedProcessingActivity: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrganizationalProcess\r\ninput InputOrganizationalProcess {\r\n externalIdentifier: String\r\n name: String\r\n organizationalProcessCode: String\r\n outputLogic: OrganizationalProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRImpact: OrganizationalProcessGDPRImpactEnum\r\n designBA: OrganizationalProcessDesignBAEnum\r\n knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n riskBA: OrganizationalProcessRiskBAEnum\r\n transaction: OrganizationalProcessTransactionEnum\r\n loop: OrganizationalProcessLoopEnum\r\n adHoc: OrganizationalProcessAdHocEnum\r\n multiple: OrganizationalProcessMultipleEnum\r\n compensation: OrganizationalProcessCompensationEnum\r\n loopCondition: String\r\n organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n lastAssessmentDate: Date\r\n taskType: OrganizationalProcessTaskTypeEnum\r\n inputLogic: OrganizationalProcessInputLogicEnum\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 organizationalProcessDesigner_PersonSystem: _InputCollectionAction\r\n organizationalProcessManager_PersonSystem: _InputCollectionAction\r\n organizationalProcessContributor_PersonSystem: _InputCollectionAction\r\n organizationalProcessOwner_PersonSystem: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_ReferencingGDPRProcessing: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_ReferencingGDPRProcessing: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_ReferencingGDPRProcessing: _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 belongstoapersongroup: Boolean\r\n dataLanguage: String\r\n phoneNumber: String\r\n initials: String\r\n comment: String\r\n login: _InputCollectionAction\r\n gDPRApplicationOwner_GDPRApplicationProcessing: _InputCollectionAction\r\n businessResponsible_Organization: _InputCollectionAction\r\n deputyDPO_Organization: _InputCollectionAction\r\n iTSupportCorrespondent_Organization: _InputCollectionAction\r\n gDPRGDPRTeam_Organization: _InputCollectionAction\r\n localApplicationOwner_Application: _InputCollectionAction\r\n softwareDesigner_Application: _InputCollectionAction\r\n iTOwner_Application: _InputCollectionAction\r\n businessOwner_Application: _InputCollectionAction\r\n organizationalProcessDesigner_OrganizationalProcess: _InputCollectionAction\r\n organizationalProcessManager_OrganizationalProcess: _InputCollectionAction\r\n organizationalProcessContributor_OrganizationalProcess: _InputCollectionAction\r\n organizationalProcessOwner_OrganizationalProcess: _InputCollectionAction\r\n businessProcessDesigner_BusinessProcess: _InputCollectionAction\r\n businessProcessOwner_BusinessProcess: _InputCollectionAction\r\n gPDRActivityOwner_BusinessProcess: _InputCollectionAction\r\n}\r\n\r\n# Input type for PhysicalPerson\r\ninput InputPhysicalPerson {\r\n externalIdentifier: String\r\n name: String\r\n firstName: String\r\n lastName: String\r\n email: String\r\n phoneNumber: 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}\r\n\r\n# Input type for ProcessingActivity\r\ninput InputProcessingActivity {\r\n externalIdentifier: String\r\n name: String\r\n gDPRActivityStatus: ProcessingActivityGDPRActivityStatusEnum\r\n gDPRContractualNecessity: Boolean\r\n gDPRLawEnforcement: Boolean\r\n gDPRLegacyDescription: String\r\n gDPRLegitimateInterest: Boolean\r\n gDPRPublicInterest: Boolean\r\n gDPRSpecificConsent: Boolean\r\n gDPRVitalInterest: Boolean\r\n gDPRDataTransfersComplianceLevel: ProcessingActivityGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: ProcessingActivityGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: ProcessingActivityGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: ProcessingActivityRetentionPeriodUnitEnum\r\n gDPRProcessingActivityPurpose: String\r\n gDPRITProcessing: Boolean\r\n gDPRPaperProcessing: Boolean\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRPAStartDate: Date\r\n gDPRPAEndDate: Date\r\n gDPRContentOfNotice: ProcessingActivityGDPRContentOfNoticeEnum\r\n gDPRID: String\r\n gDPRSecurityMeasuresComplianceLevel: ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: ProcessingActivityDataCategoryRiskEnum\r\n gDPRPurpose: Boolean\r\n gDPRPersonsinchargeofprocessing: String\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRStatusWKF: ProcessingActivityGDPRStatusWKFEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: Date\r\n gDPRCode: Int\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRAgentType: ProcessingActivityGDPRAgentTypeEnum\r\n comment: String\r\n gDPRPreAssessment_ProcessingAssessment: _InputCollectionAction\r\n dPIA_ProcessingAssessment: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n folderofProcessingActivities_ParentFolder: _InputCollectionAction\r\n dataSubjectRequest: _InputCollectionAction\r\n organization_OrganizationInCharge: _InputCollectionAction\r\n task_ResourceActivity: _InputCollectionAction\r\n operation_ResourceActivity: _InputCollectionAction\r\n organization_Scope: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_OwnedBusinessProcessing: _InputCollectionAction\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_OwnedBusinessProcessing: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_OwnedBusinessProcessing: _InputCollectionAction\r\n businessProcess_Purpose: _InputCollectionAction\r\n organization_OwnerEntity: _InputCollectionAction\r\n businessProcess_ReferencedBusinessProcess: _InputCollectionAction\r\n application_ReferencedApplication: _InputCollectionAction\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_OwnedApplicationProcessing: _InputCollectionAction\r\n application_ProcessingApplication_GDPRApplicationProcessing_OwnedApplicationProcessing: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_OwnedApplicationProcessing: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for Regulator\r\ninput InputRegulator {\r\n externalIdentifier: String\r\n name: String\r\n gDPRAcronym: String\r\n gDPRSupervisoryAuthority: String\r\n gDPREmailAddress: String\r\n gDPRAddress: String\r\n gDPRFax: String\r\n gDPRTelephone: String\r\n regulatorURL: 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 gDPRDataBreach_NotifiedGDPRIncident: _InputCollectionAction\r\n}\r\n\r\n# Input type for ResponsibilityAssignment\r\ninput InputResponsibilityAssignment {\r\n externalIdentifier: String\r\n name: String\r\n comment: String\r\n personSystem_AssignedPerson: _InputCollectionAction\r\n businessRole: _InputCollectionAction\r\n dataCategory_AssignedObject: _InputCollectionAction\r\n processingActivity_AssignedObject: _InputCollectionAction\r\n systemProcess_AssignedObject: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_AssignedObject: _InputCollectionAction\r\n application_ProcessingApplication_GDPRApplicationProcessing_AssignedObject: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_AssignedObject: _InputCollectionAction\r\n organization_AssignedObject: _InputCollectionAction\r\n physicalPerson_AssignedObject: _InputCollectionAction\r\n regulator_AssignedObject: _InputCollectionAction\r\n businessPartner_AssignedObject: _InputCollectionAction\r\n application_AssignedObject: _InputCollectionAction\r\n organizationalProcess_AssignedObject: _InputCollectionAction\r\n businessProcess_AssignedObject: _InputCollectionAction\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_AssignedObject: _InputCollectionAction\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_AssignedObject: _InputCollectionAction\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_AssignedObject: _InputCollectionAction\r\n}\r\n\r\n# Input type for SystemProcess\r\ninput InputSystemProcess {\r\n externalIdentifier: String\r\n name: String\r\n outputLogic: SystemProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRImpact: SystemProcessGDPRImpactEnum\r\n transaction: SystemProcessTransactionEnum\r\n loop: SystemProcessLoopEnum\r\n adHoc: SystemProcessAdHocEnum\r\n multiple: SystemProcessMultipleEnum\r\n compensation: SystemProcessCompensationEnum\r\n loopCondition: String\r\n taskType: SystemProcessTaskTypeEnum\r\n inputLogic: SystemProcessInputLogicEnum\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}\r\n\r\n# Input type for Task\r\ninput InputTask {\r\n externalIdentifier: String\r\n name: String\r\n outputLogic: TaskOutputLogicEnum\r\n gDPRImpact: TaskGDPRImpactEnum\r\n transaction: TaskTransactionEnum\r\n loop: TaskLoopEnum\r\n adHoc: TaskAdHocEnum\r\n multiple: TaskMultipleEnum\r\n compensation: TaskCompensationEnum\r\n loopCondition: String\r\n taskType: TaskTaskTypeEnum\r\n inputLogic: TaskInputLogicEnum\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 processingActivity_GDPRScope: _InputCollectionAction\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\n# A login gives access to certain functions of the product and certain\r\n# repositories. The login s associated code is used to generate file names as well\r\n# as a specific work directory for the user. At the time of installation, the\r\n# Admin login, which is used to manage repositories and create new logins. \r\ntype Login {\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 statusLogin: LoginStatusLoginEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n personSystem_LoginHolder(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n}\r\n\r\ninput LoginFilter {\r\n and: [LoginFilter!]\r\n or: [LoginFilter!]\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 statusLogin: LoginStatusLoginEnum\r\n statusLogin_not: LoginStatusLoginEnum\r\n statusLogin_in: [LoginStatusLoginEnum!]\r\n statusLogin_not_in: [LoginStatusLoginEnum!]\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_LoginHolder_some: [LoginFilter!]\r\n}\r\n\r\nenum LoginStatusLoginEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum LoopEnumFilter {\r\n DoWhile\r\n No\r\n DoUntil\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 MultipleEnumFilter {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\ntype Mutation {\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 createLogin(login: InputLogin!, creationMode: creationMode): Login!\r\n updateLogin(id: String!, login: InputLogin!): Login!\r\n deleteLogin(id: String!, cascade: Boolean): Login\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 createGDPRPreAssessment(gDPRPreAssessment: InputGDPRPreAssessment!, creationMode: creationMode): GDPRPreAssessment!\r\n updateGDPRPreAssessment(id: String!, gDPRPreAssessment: InputGDPRPreAssessment!): GDPRPreAssessment!\r\n deleteGDPRPreAssessment(id: String!, cascade: Boolean): GDPRPreAssessment\r\n createDataCategory(dataCategory: InputDataCategory!, creationMode: creationMode): DataCategory!\r\n updateDataCategory(id: String!, dataCategory: InputDataCategory!): DataCategory!\r\n deleteDataCategory(id: String!, cascade: Boolean): DataCategory\r\n createProcessingActivity(processingActivity: InputProcessingActivity!, creationMode: creationMode): ProcessingActivity!\r\n updateProcessingActivity(id: String!, processingActivity: InputProcessingActivity!): ProcessingActivity!\r\n deleteProcessingActivity(id: String!, cascade: Boolean): ProcessingActivity\r\n createAction(action: InputAction!, creationMode: creationMode): Action!\r\n updateAction(id: String!, action: InputAction!): Action!\r\n deleteAction(id: String!, cascade: Boolean): Action\r\n createSystemProcess(systemProcess: InputSystemProcess!, creationMode: creationMode): SystemProcess!\r\n updateSystemProcess(id: String!, systemProcess: InputSystemProcess!): SystemProcess!\r\n deleteSystemProcess(id: String!, cascade: Boolean): SystemProcess\r\n createGDPRApplicationProcessing(gDPRApplicationProcessing: InputGDPRApplicationProcessing!, creationMode: creationMode): GDPRApplicationProcessing!\r\n updateGDPRApplicationProcessing(id: String!, gDPRApplicationProcessing: InputGDPRApplicationProcessing!): GDPRApplicationProcessing!\r\n deleteGDPRApplicationProcessing(id: String!, cascade: Boolean): GDPRApplicationProcessing\r\n createOrganization(organization: InputOrganization!, creationMode: creationMode): Organization!\r\n updateOrganization(id: String!, organization: InputOrganization!): Organization!\r\n deleteOrganization(id: String!, cascade: Boolean): Organization\r\n createDPIA(dPIA: InputDPIA!, creationMode: creationMode): DPIA!\r\n updateDPIA(id: String!, dPIA: InputDPIA!): DPIA!\r\n deleteDPIA(id: String!, cascade: Boolean): DPIA\r\n createTask(task: InputTask!, creationMode: creationMode): Task!\r\n updateTask(id: String!, task: InputTask!): Task!\r\n deleteTask(id: String!, cascade: Boolean): Task\r\n createDataSubjectRequest(dataSubjectRequest: InputDataSubjectRequest!, creationMode: creationMode): DataSubjectRequest!\r\n updateDataSubjectRequest(id: String!, dataSubjectRequest: InputDataSubjectRequest!): DataSubjectRequest!\r\n deleteDataSubjectRequest(id: String!, cascade: Boolean): DataSubjectRequest\r\n createBusinessDocument(businessDocument: InputBusinessDocument!): BusinessDocument!\r\n updateBusinessDocument(id: String!, businessDocument: InputBusinessDocument!): BusinessDocument!\r\n deleteBusinessDocument(id: String!, cascade: Boolean): BusinessDocument\r\n createPhysicalPerson(physicalPerson: InputPhysicalPerson!, creationMode: creationMode): PhysicalPerson!\r\n updatePhysicalPerson(id: String!, physicalPerson: InputPhysicalPerson!): PhysicalPerson!\r\n deletePhysicalPerson(id: String!, cascade: Boolean): PhysicalPerson\r\n createRegulator(regulator: InputRegulator!, creationMode: creationMode): Regulator!\r\n updateRegulator(id: String!, regulator: InputRegulator!): Regulator!\r\n deleteRegulator(id: String!, cascade: Boolean): Regulator\r\n createDataBreach(dataBreach: InputDataBreach!, creationMode: creationMode): DataBreach!\r\n updateDataBreach(id: String!, dataBreach: InputDataBreach!): DataBreach!\r\n deleteDataBreach(id: String!, cascade: Boolean): DataBreach\r\n createBusinessPartner(businessPartner: InputBusinessPartner!, creationMode: creationMode): BusinessPartner!\r\n updateBusinessPartner(id: String!, businessPartner: InputBusinessPartner!): BusinessPartner!\r\n deleteBusinessPartner(id: String!, cascade: Boolean): BusinessPartner\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 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 createOperation(operation: InputOperation!, creationMode: creationMode): Operation!\r\n updateOperation(id: String!, operation: InputOperation!): Operation!\r\n deleteOperation(id: String!, cascade: Boolean): Operation\r\n createOrganizationalProcess(organizationalProcess: InputOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n updateOrganizationalProcess(id: String!, organizationalProcess: InputOrganizationalProcess!): OrganizationalProcess!\r\n deleteOrganizationalProcess(id: String!, cascade: Boolean): OrganizationalProcess\r\n createFolderofProcessingActivities(folderofProcessingActivities: InputFolderofProcessingActivities!, creationMode: creationMode): FolderofProcessingActivities!\r\n updateFolderofProcessingActivities(id: String!, folderofProcessingActivities: InputFolderofProcessingActivities!): FolderofProcessingActivities!\r\n deleteFolderofProcessingActivities(id: String!, cascade: Boolean): FolderofProcessingActivities\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 createGDPRBusinessProcessing(gDPRBusinessProcessing: InputGDPRBusinessProcessing!, creationMode: creationMode): GDPRBusinessProcessing!\r\n updateGDPRBusinessProcessing(id: String!, gDPRBusinessProcessing: InputGDPRBusinessProcessing!): GDPRBusinessProcessing!\r\n deleteGDPRBusinessProcessing(id: String!, cascade: Boolean): GDPRBusinessProcessing\r\n}\r\n\r\n# An operation is an elementary step in an organizational process executed by an org-unit. In BPMN it cannot be broken down.\r\ntype Operation {\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 outputLogic: OperationOutputLogicEnum\r\n gDPRImpact: OperationGDPRImpactEnum\r\n transaction: OperationTransactionEnum\r\n loop: OperationLoopEnum\r\n adHoc: OperationAdHocEnum\r\n multiple: OperationMultipleEnum\r\n compensation: OperationCompensationEnum\r\n loopCondition: String\r\n assessmentFreshness: Float\r\n lastAssessmentDate: Date\r\n taskType: OperationTaskTypeEnum\r\n inputLogic: OperationInputLogicEnum\r\n operationCode: 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 processingActivity_GDPRScope(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n}\r\n\r\nenum OperationAdHocEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum OperationCompensationEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput OperationFilter {\r\n and: [OperationFilter!]\r\n or: [OperationFilter!]\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 outputLogic: OperationOutputLogicEnum\r\n outputLogic_not: OperationOutputLogicEnum\r\n outputLogic_in: [OperationOutputLogicEnum!]\r\n outputLogic_not_in: [OperationOutputLogicEnum!]\r\n gDPRImpact: OperationGDPRImpactEnum\r\n gDPRImpact_not: OperationGDPRImpactEnum\r\n gDPRImpact_in: [OperationGDPRImpactEnum!]\r\n gDPRImpact_not_in: [OperationGDPRImpactEnum!]\r\n transaction: OperationTransactionEnum\r\n transaction_not: OperationTransactionEnum\r\n transaction_in: [OperationTransactionEnum!]\r\n transaction_not_in: [OperationTransactionEnum!]\r\n loop: OperationLoopEnum\r\n loop_not: OperationLoopEnum\r\n loop_in: [OperationLoopEnum!]\r\n loop_not_in: [OperationLoopEnum!]\r\n adHoc: OperationAdHocEnum\r\n adHoc_not: OperationAdHocEnum\r\n adHoc_in: [OperationAdHocEnum!]\r\n adHoc_not_in: [OperationAdHocEnum!]\r\n multiple: OperationMultipleEnum\r\n multiple_not: OperationMultipleEnum\r\n multiple_in: [OperationMultipleEnum!]\r\n multiple_not_in: [OperationMultipleEnum!]\r\n compensation: OperationCompensationEnum\r\n compensation_not: OperationCompensationEnum\r\n compensation_in: [OperationCompensationEnum!]\r\n compensation_not_in: [OperationCompensationEnum!]\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 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 taskType: OperationTaskTypeEnum\r\n taskType_not: OperationTaskTypeEnum\r\n taskType_in: [OperationTaskTypeEnum!]\r\n taskType_not_in: [OperationTaskTypeEnum!]\r\n inputLogic: OperationInputLogicEnum\r\n inputLogic_not: OperationInputLogicEnum\r\n inputLogic_in: [OperationInputLogicEnum!]\r\n inputLogic_not_in: [OperationInputLogicEnum!]\r\n operationCode: String\r\n operationCode_not: String\r\n operationCode_in: [String!]\r\n operationCode_not_in: [String!]\r\n operationCode_lt: String\r\n operationCode_lte: String\r\n operationCode_gt: String\r\n operationCode_gte: String\r\n operationCode_contains: String\r\n operationCode_not_contains: String\r\n operationCode_starts_with: String\r\n operationCode_not_starts_with: String\r\n operationCode_ends_with: String\r\n operationCode_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: [OperationFilter!]\r\n businessDocument_ReferredtoDocument_some: [OperationFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [OperationFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [OperationFilter!]\r\n processingActivity_GDPRScope_some: [OperationFilter!]\r\n}\r\n\r\nenum OperationGDPRImpactEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum OperationInputLogicEnum {\r\n Synchronization\r\n Junction\r\n}\r\n\r\nenum OperationLoopEnum {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\nenum OperationMultipleEnum {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\nenum OperationOutputLogicEnum {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum OperationTaskTypeEnum {\r\n UserInputTask\r\n ScriptTask\r\n ExchangeCall\r\n SubProcess\r\n Manual\r\n Receive\r\n Send\r\n BusinessRule\r\n Script\r\n User\r\n IT_ServiceCall\r\n SystemProcessCall\r\n}\r\n\r\nenum OperationTransactionEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum orderByAction {\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 gDPRRemediationActionStatus_ASC\r\n gDPRRemediationActionStatus_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 beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n gDPRConsent_ASC\r\n gDPRConsent_DESC\r\n gDPRSource_ASC\r\n gDPRSource_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 gDPRContentOfNotice_ASC\r\n gDPRContentOfNotice_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_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 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 orderByBusinessPartner {\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 customerSatisfaction_ASC\r\n customerSatisfaction_DESC\r\n dataCategoryRisk_ASC\r\n dataCategoryRisk_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_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 outputLogic_ASC\r\n outputLogic_DESC\r\n triggeredbyEvent_ASC\r\n triggeredbyEvent_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n businessProcessCode_ASC\r\n businessProcessCode_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_DESC\r\n transaction_ASC\r\n transaction_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 loopCondition_ASC\r\n loopCondition_DESC\r\n gDPRPurpose_ASC\r\n gDPRPurpose_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_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 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 orderByDataBreach {\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 gDPRIncidentReference_ASC\r\n gDPRIncidentReference_DESC\r\n gDPRIncidentDate_ASC\r\n gDPRIncidentDate_DESC\r\n gDPRIncidentDiscoveryMode_ASC\r\n gDPRIncidentDiscoveryMode_DESC\r\n gDPRNumberofpeopleimpacted_ASC\r\n gDPRNumberofpeopleimpacted_DESC\r\n gDPRIncidentConsequences_ASC\r\n gDPRIncidentConsequences_DESC\r\n gDPRRemedialActions_ASC\r\n gDPRRemedialActions_DESC\r\n gDPRDataSubjectsNotificationDate_ASC\r\n gDPRDataSubjectsNotificationDate_DESC\r\n gDPRAuthoritiesNotificationDate_ASC\r\n gDPRAuthoritiesNotificationDate_DESC\r\n gDPRAuthoritiestobeNotified_ASC\r\n gDPRAuthoritiestobeNotified_DESC\r\n gDPRIncidentSubmitterName_ASC\r\n gDPRIncidentSubmitterName_DESC\r\n gDPRIncidentSubmitterEmail_ASC\r\n gDPRIncidentSubmitterEmail_DESC\r\n gDPRIncidentSubmitterCompany_ASC\r\n gDPRIncidentSubmitterCompany_DESC\r\n gDPRIncidentDeclarationDate_ASC\r\n gDPRIncidentDeclarationDate_DESC\r\n gDPRIndividualsInformed_ASC\r\n gDPRIndividualsInformed_DESC\r\n gDPRIncidentID_ASC\r\n gDPRIncidentID_DESC\r\n gDPRNatureofbreach_ASC\r\n gDPRNatureofbreach_DESC\r\n gDPRHoursfromBreachDiscoveryHours_ASC\r\n gDPRHoursfromBreachDiscoveryHours_DESC\r\n gDPRIncidentStatus_ASC\r\n gDPRIncidentStatus_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByDataCategory {\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 dataCategoryRisk_ASC\r\n dataCategoryRisk_DESC\r\n retentionPeriodUnit_ASC\r\n retentionPeriodUnit_DESC\r\n gDPRSensitiveData_ASC\r\n gDPRSensitiveData_DESC\r\n retentionPeriod_ASC\r\n retentionPeriod_DESC\r\n gDPRUnlimitedPeriod_ASC\r\n gDPRUnlimitedPeriod_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByDataSubjectRequest {\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 gDPRDeadlineExtended_ASC\r\n gDPRDeadlineExtended_DESC\r\n gDPRDataSubjectName_ASC\r\n gDPRDataSubjectName_DESC\r\n gDPRDocumentNumber_ASC\r\n gDPRDocumentNumber_DESC\r\n gDPRDocumentType_ASC\r\n gDPRDocumentType_DESC\r\n gDPRReasonforextension_ASC\r\n gDPRReasonforextension_DESC\r\n gDPRRequestDate_ASC\r\n gDPRRequestDate_DESC\r\n gDPRRequestPriority_ASC\r\n gDPRRequestPriority_DESC\r\n gDPRPassedDays_ASC\r\n gDPRPassedDays_DESC\r\n gDPRRequestSource_ASC\r\n gDPRRequestSource_DESC\r\n gDPRRequestStatus_ASC\r\n gDPRRequestStatus_DESC\r\n gDPRRequestType_ASC\r\n gDPRRequestType_DESC\r\n gDPRDataSubjectRequestName_ASC\r\n gDPRDataSubjectRequestName_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 orderByDPIA {\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 gDPRComplianceLevel_ASC\r\n gDPRComplianceLevel_DESC\r\n gDPRComplianceLevelComment_ASC\r\n gDPRComplianceLevelComment_DESC\r\n gDPRRiskScaleAssessment_ASC\r\n gDPRRiskScaleAssessment_DESC\r\n gDPRCompletionDate_ASC\r\n gDPRCompletionDate_DESC\r\n gDPRUpdatedfields_ASC\r\n gDPRUpdatedfields_DESC\r\n gDPRStatus_ASC\r\n gDPRStatus_DESC\r\n gDPRStartDate_ASC\r\n gDPRStartDate_DESC\r\n gDPRSubsequentActionsComment_ASC\r\n gDPRSubsequentActionsComment_DESC\r\n gDPRDataProtectionImpactComment_ASC\r\n gDPRDataProtectionImpactComment_DESC\r\n gDPRSubsequentActions_ASC\r\n gDPRSubsequentActions_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByFolderofProcessingActivities {\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 orderByGDPRApplicationProcessing {\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 gDPRDataTransfersComplianceLevel_ASC\r\n gDPRDataTransfersComplianceLevel_DESC\r\n gDPRDataMinimizationCompliancelevel_ASC\r\n gDPRDataMinimizationCompliancelevel_DESC\r\n gDPRConsent_ASC\r\n gDPRConsent_DESC\r\n gDPRAgentID_ASC\r\n gDPRAgentID_DESC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_ASC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n retentionPeriodUnit_ASC\r\n retentionPeriodUnit_DESC\r\n gDPRProcessingID_ASC\r\n gDPRProcessingID_DESC\r\n dataGovernanceHopexSourceObjectId_ASC\r\n dataGovernanceHopexSourceObjectId_DESC\r\n gDPRConsentComment_ASC\r\n gDPRConsentComment_DESC\r\n gDPRNoticeComment_ASC\r\n gDPRNoticeComment_DESC\r\n gDPRContentOfNotice_ASC\r\n gDPRContentOfNotice_DESC\r\n gDPRSecurityMeasuresComplianceLevel_ASC\r\n gDPRSecurityMeasuresComplianceLevel_DESC\r\n dataCategoryRisk_ASC\r\n dataCategoryRisk_DESC\r\n retentionPeriod_ASC\r\n retentionPeriod_DESC\r\n gDPRUnlimitedPeriod_ASC\r\n gDPRUnlimitedPeriod_DESC\r\n gDPRDataTransferOutsideEU_ASC\r\n gDPRDataTransferOutsideEU_DESC\r\n gDPROrganization_ASC\r\n gDPROrganization_DESC\r\n gDPRApplication_ASC\r\n gDPRApplication_DESC\r\n gDPRLegalbasisLegitimacyComplianceLevel_ASC\r\n gDPRLegalbasisLegitimacyComplianceLevel_DESC\r\n gDPRAgentType_ASC\r\n gDPRAgentType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByGDPRBusinessProcessing {\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 gDPRDataTransfersComplianceLevel_ASC\r\n gDPRDataTransfersComplianceLevel_DESC\r\n gDPRDataMinimizationCompliancelevel_ASC\r\n gDPRDataMinimizationCompliancelevel_DESC\r\n gDPRConsent_ASC\r\n gDPRConsent_DESC\r\n gDPRAgentID_ASC\r\n gDPRAgentID_DESC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_ASC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n retentionPeriodUnit_ASC\r\n retentionPeriodUnit_DESC\r\n gDPRProcessingID_ASC\r\n gDPRProcessingID_DESC\r\n dataGovernanceHopexSourceObjectId_ASC\r\n dataGovernanceHopexSourceObjectId_DESC\r\n gDPRConsentComment_ASC\r\n gDPRConsentComment_DESC\r\n gDPRNoticeComment_ASC\r\n gDPRNoticeComment_DESC\r\n gDPRContentOfNotice_ASC\r\n gDPRContentOfNotice_DESC\r\n gDPRSecurityMeasuresComplianceLevel_ASC\r\n gDPRSecurityMeasuresComplianceLevel_DESC\r\n dataCategoryRisk_ASC\r\n dataCategoryRisk_DESC\r\n retentionPeriod_ASC\r\n retentionPeriod_DESC\r\n gDPRUnlimitedPeriod_ASC\r\n gDPRUnlimitedPeriod_DESC\r\n gDPRDataTransferOutsideEU_ASC\r\n gDPRDataTransferOutsideEU_DESC\r\n gDPROrganization_ASC\r\n gDPROrganization_DESC\r\n gDPRApplication_ASC\r\n gDPRApplication_DESC\r\n gDPRLegalbasisLegitimacyComplianceLevel_ASC\r\n gDPRLegalbasisLegitimacyComplianceLevel_DESC\r\n gDPRAgentType_ASC\r\n gDPRAgentType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByGDPRPreAssessment {\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 dataGovernanceOutsourceData_ASC\r\n dataGovernanceOutsourceData_DESC\r\n dataGovernanceSellBuyData_ASC\r\n dataGovernanceSellBuyData_DESC\r\n gDPRPreAssessmentSubsequentActions_ASC\r\n gDPRPreAssessmentSubsequentActions_DESC\r\n gDPRComplianceLevel_ASC\r\n gDPRComplianceLevel_DESC\r\n gDPRComplianceLevelComment_ASC\r\n gDPRComplianceLevelComment_DESC\r\n gDPRRiskScaleAssessment_ASC\r\n gDPRRiskScaleAssessment_DESC\r\n gDPRCompletionDate_ASC\r\n gDPRCompletionDate_DESC\r\n gDPRUpdatedfields_ASC\r\n gDPRUpdatedfields_DESC\r\n gDPRStatus_ASC\r\n gDPRStatus_DESC\r\n gDPRStartDate_ASC\r\n gDPRStartDate_DESC\r\n gDPRSubsequentActionsComment_ASC\r\n gDPRSubsequentActionsComment_DESC\r\n gDPRDataProtectionImpactComment_ASC\r\n gDPRDataProtectionImpactComment_DESC\r\n gDPRSubsequentActions_ASC\r\n gDPRSubsequentActions_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByLogin {\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 statusLogin_ASC\r\n statusLogin_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByOperation {\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 outputLogic_ASC\r\n outputLogic_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_DESC\r\n transaction_ASC\r\n transaction_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 loopCondition_ASC\r\n loopCondition_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n taskType_ASC\r\n taskType_DESC\r\n inputLogic_ASC\r\n inputLogic_DESC\r\n operationCode_ASC\r\n operationCode_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByOrganization {\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 gDPROrganizationStatus_ASC\r\n gDPROrganizationStatus_DESC\r\n gDPROrganizationAcronym_ASC\r\n gDPROrganizationAcronym_DESC\r\n gDPRInternalExternal_ASC\r\n gDPRInternalExternal_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByOrganizationalProcess {\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 organizationalProcessCode_ASC\r\n organizationalProcessCode_DESC\r\n beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n outputLogic_ASC\r\n outputLogic_DESC\r\n triggeredbyEvent_ASC\r\n triggeredbyEvent_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_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 executionBA_ASC\r\n executionBA_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 performanceBA_ASC\r\n performanceBA_DESC\r\n transaction_ASC\r\n transaction_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 loopCondition_ASC\r\n loopCondition_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n organizationalProcessStatus_ASC\r\n organizationalProcessStatus_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n taskType_ASC\r\n taskType_DESC\r\n inputLogic_ASC\r\n inputLogic_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_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 scciUserName_ASC\r\n scciUserName_DESC\r\n email_ASC\r\n email_DESC\r\n belongstoapersongroup_ASC\r\n belongstoapersongroup_DESC\r\n dataLanguage_ASC\r\n dataLanguage_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n initials_ASC\r\n initials_DESC\r\n validPerson_ASC\r\n validPerson_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByPhysicalPerson {\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 physicalPersonName_ASC\r\n physicalPersonName_DESC\r\n firstName_ASC\r\n firstName_DESC\r\n lastName_ASC\r\n lastName_DESC\r\n email_ASC\r\n email_DESC\r\n phoneNumber_ASC\r\n phoneNumber_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByProcessingActivity {\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 gDPRActivityStatus_ASC\r\n gDPRActivityStatus_DESC\r\n gDPRContractualNecessity_ASC\r\n gDPRContractualNecessity_DESC\r\n gDPRLatestRiskScale_ASC\r\n gDPRLatestRiskScale_DESC\r\n gDPRLawEnforcement_ASC\r\n gDPRLawEnforcement_DESC\r\n gDPRLegacyDescription_ASC\r\n gDPRLegacyDescription_DESC\r\n gDPRLegitimateInterest_ASC\r\n gDPRLegitimateInterest_DESC\r\n gDPRPublicInterest_ASC\r\n gDPRPublicInterest_DESC\r\n gDPRSpecificConsent_ASC\r\n gDPRSpecificConsent_DESC\r\n gDPRAssessmentFreshness_ASC\r\n gDPRAssessmentFreshness_DESC\r\n gDPRUnweightedInconsistency_ASC\r\n gDPRUnweightedInconsistency_DESC\r\n gDPRVitalInterest_ASC\r\n gDPRVitalInterest_DESC\r\n gDPRWeightedFreshness_ASC\r\n gDPRWeightedFreshness_DESC\r\n gDPRInconsistency_ASC\r\n gDPRInconsistency_DESC\r\n gDPRDataTransfersComplianceLevel_ASC\r\n gDPRDataTransfersComplianceLevel_DESC\r\n gDPRDataMinimizationCompliancelevel_ASC\r\n gDPRDataMinimizationCompliancelevel_DESC\r\n gDPRConsent_ASC\r\n gDPRConsent_DESC\r\n gDPRAgentID_ASC\r\n gDPRAgentID_DESC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_ASC\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_DESC\r\n gDPRSource_ASC\r\n gDPRSource_DESC\r\n retentionPeriodUnit_ASC\r\n retentionPeriodUnit_DESC\r\n gDPRProcessingActivityPurpose_ASC\r\n gDPRProcessingActivityPurpose_DESC\r\n gDPRITProcessing_ASC\r\n gDPRITProcessing_DESC\r\n gDPRPaperProcessing_ASC\r\n gDPRPaperProcessing_DESC\r\n gDPRConsentComment_ASC\r\n gDPRConsentComment_DESC\r\n gDPRNoticeComment_ASC\r\n gDPRNoticeComment_DESC\r\n gDPRPAStartDate_ASC\r\n gDPRPAStartDate_DESC\r\n gDPRPAEndDate_ASC\r\n gDPRPAEndDate_DESC\r\n gDPRContentOfNotice_ASC\r\n gDPRContentOfNotice_DESC\r\n gDPRID_ASC\r\n gDPRID_DESC\r\n gDPRSecurityMeasuresComplianceLevel_ASC\r\n gDPRSecurityMeasuresComplianceLevel_DESC\r\n dataCategoryRisk_ASC\r\n dataCategoryRisk_DESC\r\n gDPRPurpose_ASC\r\n gDPRPurpose_DESC\r\n gDPRPersonsinchargeofprocessing_ASC\r\n gDPRPersonsinchargeofprocessing_DESC\r\n retentionPeriod_ASC\r\n retentionPeriod_DESC\r\n gDPRUnlimitedPeriod_ASC\r\n gDPRUnlimitedPeriod_DESC\r\n gDPRDataTransferOutsideEU_ASC\r\n gDPRDataTransferOutsideEU_DESC\r\n gDPRRiskScale_ASC\r\n gDPRRiskScale_DESC\r\n gDPRLatestComplianceLevel_ASC\r\n gDPRLatestComplianceLevel_DESC\r\n gDPRStatusWKF_ASC\r\n gDPRStatusWKF_DESC\r\n gDPRSystemID_ASC\r\n gDPRSystemID_DESC\r\n gDPRPurposeDate_ASC\r\n gDPRPurposeDate_DESC\r\n gDPRCode_ASC\r\n gDPRCode_DESC\r\n gDPROrganization_ASC\r\n gDPROrganization_DESC\r\n gDPRApplication_ASC\r\n gDPRApplication_DESC\r\n gDPRLegalbasisLegitimacyComplianceLevel_ASC\r\n gDPRLegalbasisLegitimacyComplianceLevel_DESC\r\n gDPRNoLegalBasis_ASC\r\n gDPRNoLegalBasis_DESC\r\n gDPRAgentType_ASC\r\n gDPRAgentType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByRegulator {\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 gDPRAcronym_ASC\r\n gDPRAcronym_DESC\r\n gDPRSupervisoryAuthority_ASC\r\n gDPRSupervisoryAuthority_DESC\r\n gDPREmailAddress_ASC\r\n gDPREmailAddress_DESC\r\n gDPRAddress_ASC\r\n gDPRAddress_DESC\r\n gDPRFax_ASC\r\n gDPRFax_DESC\r\n gDPRTelephone_ASC\r\n gDPRTelephone_DESC\r\n regulatorURL_ASC\r\n regulatorURL_DESC\r\n regulatorPicture_ASC\r\n regulatorPicture_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByResponsibilityAssignment {\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 responsibilityAssignmentName_ASC\r\n responsibilityAssignmentName_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderBySystemProcess {\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 outputLogic_ASC\r\n outputLogic_DESC\r\n triggeredbyEvent_ASC\r\n triggeredbyEvent_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_DESC\r\n transaction_ASC\r\n transaction_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 loopCondition_ASC\r\n loopCondition_DESC\r\n elementwithArguments_ASC\r\n elementwithArguments_DESC\r\n taskType_ASC\r\n taskType_DESC\r\n inputLogic_ASC\r\n inputLogic_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByTask {\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 outputLogic_ASC\r\n outputLogic_DESC\r\n gDPRImpact_ASC\r\n gDPRImpact_DESC\r\n transaction_ASC\r\n transaction_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 loopCondition_ASC\r\n loopCondition_DESC\r\n taskType_ASC\r\n taskType_DESC\r\n inputLogic_ASC\r\n inputLogic_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\ntype Organization {\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 gDPROrganizationStatus: OrganizationGDPROrganizationStatusEnum\r\n gDPROrganizationAcronym: String\r\n gDPRInternalExternal: OrganizationGDPRInternalExternalEnum\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 businessResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n deputyDPO_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n iTSupportCorrespondent_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n gDPRGDPRTeam_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n processingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n processingActivity_ScopedProcessingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n processingActivity_OwnedProcessingActivity(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n}\r\n\r\n# An organizational process is a set of operations performed by org-units within a\r\n# company or organization, to produce a result. It is depicted as a sequence of\r\n# operations, controlled by events and conditions. In the BPMN notation, the\r\n# organizational process represents a sub-process from the organizational point of view.\r\ntype OrganizationalProcess {\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 organizationalProcessCode: String\r\n beginLifedate: Date\r\n endlifedate: Date\r\n outputLogic: OrganizationalProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRImpact: OrganizationalProcessGDPRImpactEnum\r\n designBA: OrganizationalProcessDesignBAEnum\r\n knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n executionBA: OrganizationalProcessExecutionBAEnum\r\n efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n riskBA: OrganizationalProcessRiskBAEnum\r\n performanceBA: OrganizationalProcessPerformanceBAEnum\r\n transaction: OrganizationalProcessTransactionEnum\r\n loop: OrganizationalProcessLoopEnum\r\n adHoc: OrganizationalProcessAdHocEnum\r\n multiple: OrganizationalProcessMultipleEnum\r\n compensation: OrganizationalProcessCompensationEnum\r\n loopCondition: String\r\n assessmentFreshness: Float\r\n organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n lastAssessmentDate: Date\r\n taskType: OrganizationalProcessTaskTypeEnum\r\n inputLogic: OrganizationalProcessInputLogicEnum\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 organizationalProcessDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n organizationalProcessManager_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n organizationalProcessContributor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n organizationalProcessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_ReferencingGDPRProcessing(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_ReferencingGDPRProcessing(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_ReferencingGDPRProcessing(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum OrganizationalProcessAdHocEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum OrganizationalProcessBusinessValueBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessCompensationEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum OrganizationalProcessDesignBAEnum {\r\n NA\r\n VeryPoor\r\n Poor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum OrganizationalProcessEfficiencyBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessExecutionBAEnum {\r\n NA\r\n Inefficient\r\n Insufficient\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\ninput OrganizationalProcessFilter {\r\n and: [OrganizationalProcessFilter!]\r\n or: [OrganizationalProcessFilter!]\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 organizationalProcessCode: String\r\n organizationalProcessCode_not: String\r\n organizationalProcessCode_in: [String!]\r\n organizationalProcessCode_not_in: [String!]\r\n organizationalProcessCode_lt: String\r\n organizationalProcessCode_lte: String\r\n organizationalProcessCode_gt: String\r\n organizationalProcessCode_gte: String\r\n organizationalProcessCode_contains: String\r\n organizationalProcessCode_not_contains: String\r\n organizationalProcessCode_starts_with: String\r\n organizationalProcessCode_not_starts_with: String\r\n organizationalProcessCode_ends_with: String\r\n organizationalProcessCode_not_ends_with: String\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 outputLogic: OrganizationalProcessOutputLogicEnum\r\n outputLogic_not: OrganizationalProcessOutputLogicEnum\r\n outputLogic_in: [OrganizationalProcessOutputLogicEnum!]\r\n outputLogic_not_in: [OrganizationalProcessOutputLogicEnum!]\r\n triggeredbyEvent: Boolean\r\n triggeredbyEvent_not: Boolean\r\n gDPRImpact: OrganizationalProcessGDPRImpactEnum\r\n gDPRImpact_not: OrganizationalProcessGDPRImpactEnum\r\n gDPRImpact_in: [OrganizationalProcessGDPRImpactEnum!]\r\n gDPRImpact_not_in: [OrganizationalProcessGDPRImpactEnum!]\r\n designBA: OrganizationalProcessDesignBAEnum\r\n designBA_not: OrganizationalProcessDesignBAEnum\r\n designBA_in: [OrganizationalProcessDesignBAEnum!]\r\n designBA_not_in: [OrganizationalProcessDesignBAEnum!]\r\n knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n knowledgeBA_not: OrganizationalProcessKnowledgeBAEnum\r\n knowledgeBA_in: [OrganizationalProcessKnowledgeBAEnum!]\r\n knowledgeBA_not_in: [OrganizationalProcessKnowledgeBAEnum!]\r\n iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n iTSupportBA_not: OrganizationalProcessITSupportBAEnum\r\n iTSupportBA_in: [OrganizationalProcessITSupportBAEnum!]\r\n iTSupportBA_not_in: [OrganizationalProcessITSupportBAEnum!]\r\n executionBA: OrganizationalProcessExecutionBAEnum\r\n executionBA_not: OrganizationalProcessExecutionBAEnum\r\n executionBA_in: [OrganizationalProcessExecutionBAEnum!]\r\n executionBA_not_in: [OrganizationalProcessExecutionBAEnum!]\r\n efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n efficiencyBA_not: OrganizationalProcessEfficiencyBAEnum\r\n efficiencyBA_in: [OrganizationalProcessEfficiencyBAEnum!]\r\n efficiencyBA_not_in: [OrganizationalProcessEfficiencyBAEnum!]\r\n businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n businessValueBA_not: OrganizationalProcessBusinessValueBAEnum\r\n businessValueBA_in: [OrganizationalProcessBusinessValueBAEnum!]\r\n businessValueBA_not_in: [OrganizationalProcessBusinessValueBAEnum!]\r\n riskBA: OrganizationalProcessRiskBAEnum\r\n riskBA_not: OrganizationalProcessRiskBAEnum\r\n riskBA_in: [OrganizationalProcessRiskBAEnum!]\r\n riskBA_not_in: [OrganizationalProcessRiskBAEnum!]\r\n performanceBA: OrganizationalProcessPerformanceBAEnum\r\n performanceBA_not: OrganizationalProcessPerformanceBAEnum\r\n performanceBA_in: [OrganizationalProcessPerformanceBAEnum!]\r\n performanceBA_not_in: [OrganizationalProcessPerformanceBAEnum!]\r\n transaction: OrganizationalProcessTransactionEnum\r\n transaction_not: OrganizationalProcessTransactionEnum\r\n transaction_in: [OrganizationalProcessTransactionEnum!]\r\n transaction_not_in: [OrganizationalProcessTransactionEnum!]\r\n loop: OrganizationalProcessLoopEnum\r\n loop_not: OrganizationalProcessLoopEnum\r\n loop_in: [OrganizationalProcessLoopEnum!]\r\n loop_not_in: [OrganizationalProcessLoopEnum!]\r\n adHoc: OrganizationalProcessAdHocEnum\r\n adHoc_not: OrganizationalProcessAdHocEnum\r\n adHoc_in: [OrganizationalProcessAdHocEnum!]\r\n adHoc_not_in: [OrganizationalProcessAdHocEnum!]\r\n multiple: OrganizationalProcessMultipleEnum\r\n multiple_not: OrganizationalProcessMultipleEnum\r\n multiple_in: [OrganizationalProcessMultipleEnum!]\r\n multiple_not_in: [OrganizationalProcessMultipleEnum!]\r\n compensation: OrganizationalProcessCompensationEnum\r\n compensation_not: OrganizationalProcessCompensationEnum\r\n compensation_in: [OrganizationalProcessCompensationEnum!]\r\n compensation_not_in: [OrganizationalProcessCompensationEnum!]\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 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 organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n organizationalProcessStatus_not: OrganizationalProcessOrganizationalProcessStatusEnum\r\n organizationalProcessStatus_in: [OrganizationalProcessOrganizationalProcessStatusEnum!]\r\n organizationalProcessStatus_not_in: [OrganizationalProcessOrganizationalProcessStatusEnum!]\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 taskType: OrganizationalProcessTaskTypeEnum\r\n taskType_not: OrganizationalProcessTaskTypeEnum\r\n taskType_in: [OrganizationalProcessTaskTypeEnum!]\r\n taskType_not_in: [OrganizationalProcessTaskTypeEnum!]\r\n inputLogic: OrganizationalProcessInputLogicEnum\r\n inputLogic_not: OrganizationalProcessInputLogicEnum\r\n inputLogic_in: [OrganizationalProcessInputLogicEnum!]\r\n inputLogic_not_in: [OrganizationalProcessInputLogicEnum!]\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: [OrganizationalProcessFilter!]\r\n businessDocument_ReferredtoDocument_some: [OrganizationalProcessFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [OrganizationalProcessFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [OrganizationalProcessFilter!]\r\n organizationalProcessDesigner_PersonSystem_some: [OrganizationalProcessFilter!]\r\n organizationalProcessManager_PersonSystem_some: [OrganizationalProcessFilter!]\r\n organizationalProcessContributor_PersonSystem_some: [OrganizationalProcessFilter!]\r\n organizationalProcessOwner_PersonSystem_some: [OrganizationalProcessFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_ReferencingGDPRProcessing_some: [OrganizationalProcessFilter!]\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_ReferencingGDPRProcessing_some: [OrganizationalProcessFilter!]\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_ReferencingGDPRProcessing_some: [OrganizationalProcessFilter!]\r\n}\r\n\r\nenum OrganizationalProcessGDPRImpactEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum OrganizationalProcessInputLogicEnum {\r\n Synchronization\r\n Junction\r\n}\r\n\r\nenum OrganizationalProcessITSupportBAEnum {\r\n NA\r\n Poor\r\n VeryPoor\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum OrganizationalProcessKnowledgeBAEnum {\r\n NA\r\n Unknown\r\n Poor\r\n Medium\r\n WellKnown\r\n VeryWellKnown\r\n}\r\n\r\nenum OrganizationalProcessLoopEnum {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\nenum OrganizationalProcessMultipleEnum {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\nenum OrganizationalProcessOrganizationalProcessStatusEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrganizationalProcessOutputLogicEnum {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum OrganizationalProcessPerformanceBAEnum {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessRiskBAEnum {\r\n NA\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum OrganizationalProcessStatusEnumFilter {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrganizationalProcessTaskTypeEnum {\r\n UserInputTask\r\n ScriptTask\r\n ExchangeCall\r\n SubProcess\r\n Manual\r\n Receive\r\n Send\r\n BusinessRule\r\n Script\r\n User\r\n IT_ServiceCall\r\n SystemProcessCall\r\n}\r\n\r\nenum OrganizationalProcessTransactionEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput OrganizationFilter {\r\n and: [OrganizationFilter!]\r\n or: [OrganizationFilter!]\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 gDPROrganizationStatus: OrganizationGDPROrganizationStatusEnum\r\n gDPROrganizationStatus_not: OrganizationGDPROrganizationStatusEnum\r\n gDPROrganizationStatus_in: [OrganizationGDPROrganizationStatusEnum!]\r\n gDPROrganizationStatus_not_in: [OrganizationGDPROrganizationStatusEnum!]\r\n gDPROrganizationAcronym: String\r\n gDPROrganizationAcronym_not: String\r\n gDPROrganizationAcronym_in: [String!]\r\n gDPROrganizationAcronym_not_in: [String!]\r\n gDPROrganizationAcronym_lt: String\r\n gDPROrganizationAcronym_lte: String\r\n gDPROrganizationAcronym_gt: String\r\n gDPROrganizationAcronym_gte: String\r\n gDPROrganizationAcronym_contains: String\r\n gDPROrganizationAcronym_not_contains: String\r\n gDPROrganizationAcronym_starts_with: String\r\n gDPROrganizationAcronym_not_starts_with: String\r\n gDPROrganizationAcronym_ends_with: String\r\n gDPROrganizationAcronym_not_ends_with: String\r\n gDPRInternalExternal: OrganizationGDPRInternalExternalEnum\r\n gDPRInternalExternal_not: OrganizationGDPRInternalExternalEnum\r\n gDPRInternalExternal_in: [OrganizationGDPRInternalExternalEnum!]\r\n gDPRInternalExternal_not_in: [OrganizationGDPRInternalExternalEnum!]\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: [OrganizationFilter!]\r\n businessDocument_ReferredtoDocument_some: [OrganizationFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [OrganizationFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [OrganizationFilter!]\r\n businessResponsible_PersonSystem_some: [OrganizationFilter!]\r\n deputyDPO_PersonSystem_some: [OrganizationFilter!]\r\n iTSupportCorrespondent_PersonSystem_some: [OrganizationFilter!]\r\n gDPRGDPRTeam_PersonSystem_some: [OrganizationFilter!]\r\n processingActivity_some: [OrganizationFilter!]\r\n processingActivity_ScopedProcessingActivity_some: [OrganizationFilter!]\r\n processingActivity_OwnedProcessingActivity_some: [OrganizationFilter!]\r\n}\r\n\r\nenum OrganizationGDPRInternalExternalEnum {\r\n Internal\r\n External\r\n}\r\n\r\nenum OrganizationGDPROrganizationStatusEnum {\r\n Candidate\r\n Live\r\n Obsolete\r\n}\r\n\r\nenum OutputLogicEnumFilter {\r\n Parallelism\r\n Condition\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 scciUserName: String\r\n email: String\r\n belongstoapersongroup: Boolean\r\n dataLanguage: String\r\n phoneNumber: String\r\n initials: String\r\n validPerson: PersonSystemValidPersonEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n login(filter: filterLogin, orderBy: [orderByLogin]): [Login]\r\n gDPRApplicationOwner_GDPRApplicationProcessing(filter: filterGDPRApplicationProcessing, orderBy: [orderByGDPRApplicationProcessing]): [GDPRApplicationProcessing]\r\n businessResponsible_Organization(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n deputyDPO_Organization(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n iTSupportCorrespondent_Organization(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n gDPRGDPRTeam_Organization(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\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 organizationalProcessDesigner_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n organizationalProcessManager_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n organizationalProcessContributor_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n organizationalProcessOwner_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcessDesigner_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}\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 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 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 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 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 login_some: [PersonSystemFilter!]\r\n gDPRApplicationOwner_GDPRApplicationProcessing_some: [PersonSystemFilter!]\r\n businessResponsible_Organization_some: [PersonSystemFilter!]\r\n deputyDPO_Organization_some: [PersonSystemFilter!]\r\n iTSupportCorrespondent_Organization_some: [PersonSystemFilter!]\r\n gDPRGDPRTeam_Organization_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 organizationalProcessDesigner_OrganizationalProcess_some: [PersonSystemFilter!]\r\n organizationalProcessManager_OrganizationalProcess_some: [PersonSystemFilter!]\r\n organizationalProcessContributor_OrganizationalProcess_some: [PersonSystemFilter!]\r\n organizationalProcessOwner_OrganizationalProcess_some: [PersonSystemFilter!]\r\n businessProcessDesigner_BusinessProcess_some: [PersonSystemFilter!]\r\n businessProcessOwner_BusinessProcess_some: [PersonSystemFilter!]\r\n gPDRActivityOwner_BusinessProcess_some: [PersonSystemFilter!]\r\n}\r\n\r\nenum PersonSystemValidPersonEnum {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n\r\ntype PhysicalPerson {\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 physicalPersonName: String\r\n firstName: String\r\n lastName: String\r\n email: String\r\n phoneNumber: 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}\r\n\r\ninput PhysicalPersonFilter {\r\n and: [PhysicalPersonFilter!]\r\n or: [PhysicalPersonFilter!]\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 physicalPersonName: String\r\n physicalPersonName_not: String\r\n physicalPersonName_in: [String!]\r\n physicalPersonName_not_in: [String!]\r\n physicalPersonName_lt: String\r\n physicalPersonName_lte: String\r\n physicalPersonName_gt: String\r\n physicalPersonName_gte: String\r\n physicalPersonName_contains: String\r\n physicalPersonName_not_contains: String\r\n physicalPersonName_starts_with: String\r\n physicalPersonName_not_starts_with: String\r\n physicalPersonName_ends_with: String\r\n physicalPersonName_not_ends_with: String\r\n firstName: String\r\n firstName_not: String\r\n firstName_in: [String!]\r\n firstName_not_in: [String!]\r\n firstName_lt: String\r\n firstName_lte: String\r\n firstName_gt: String\r\n firstName_gte: String\r\n firstName_contains: String\r\n firstName_not_contains: String\r\n firstName_starts_with: String\r\n firstName_not_starts_with: String\r\n firstName_ends_with: String\r\n firstName_not_ends_with: String\r\n lastName: String\r\n lastName_not: String\r\n lastName_in: [String!]\r\n lastName_not_in: [String!]\r\n lastName_lt: String\r\n lastName_lte: String\r\n lastName_gt: String\r\n lastName_gte: String\r\n lastName_contains: String\r\n lastName_not_contains: String\r\n lastName_starts_with: String\r\n lastName_not_starts_with: String\r\n lastName_ends_with: String\r\n lastName_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 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 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: [PhysicalPersonFilter!]\r\n businessDocument_ReferredtoDocument_some: [PhysicalPersonFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [PhysicalPersonFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [PhysicalPersonFilter!]\r\n}\r\n\r\n# Any activity which, for a given purpose of the enterprise, manipulates personal\r\n# data whether or not by automated means, including collection, use, recording, etc.\r\ntype ProcessingActivity {\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 gDPRActivityStatus: ProcessingActivityGDPRActivityStatusEnum\r\n gDPRContractualNecessity: Boolean\r\n gDPRLatestRiskScale: ProcessingActivityGDPRLatestRiskScaleEnum\r\n gDPRLawEnforcement: Boolean\r\n gDPRLegacyDescription(format: StringFormat): String\r\n gDPRLegitimateInterest: Boolean\r\n gDPRPublicInterest: Boolean\r\n gDPRSpecificConsent: Boolean\r\n gDPRAssessmentFreshness: Float\r\n gDPRUnweightedInconsistency: Float\r\n gDPRVitalInterest: Boolean\r\n gDPRWeightedFreshness: Float\r\n gDPRInconsistency: Float\r\n gDPRDataTransfersComplianceLevel: ProcessingActivityGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataMinimizationCompliancelevel: ProcessingActivityGDPRDataMinimizationCompliancelevelEnum\r\n gDPRConsent: ProcessingActivityGDPRConsentEnum\r\n gDPRAgentID: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRSource: String\r\n retentionPeriodUnit: ProcessingActivityRetentionPeriodUnitEnum\r\n gDPRProcessingActivityPurpose: String\r\n gDPRITProcessing: Boolean\r\n gDPRPaperProcessing: Boolean\r\n gDPRConsentComment: String\r\n gDPRNoticeComment: String\r\n gDPRPAStartDate: Date\r\n gDPRPAEndDate: Date\r\n gDPRContentOfNotice: ProcessingActivityGDPRContentOfNoticeEnum\r\n gDPRID: String\r\n gDPRSecurityMeasuresComplianceLevel: ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum\r\n dataCategoryRisk: ProcessingActivityDataCategoryRiskEnum\r\n gDPRPurpose: Boolean\r\n gDPRPersonsinchargeofprocessing: String\r\n retentionPeriod: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRRiskScale: ProcessingActivityGDPRRiskScaleEnum\r\n gDPRLatestComplianceLevel: ProcessingActivityGDPRLatestComplianceLevelEnum\r\n gDPRStatusWKF: ProcessingActivityGDPRStatusWKFEnum\r\n gDPRSystemID: String\r\n gDPRPurposeDate: Date\r\n gDPRCode: Int\r\n gDPROrganization: String\r\n gDPRApplication: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRNoLegalBasis: Boolean\r\n gDPRAgentType: ProcessingActivityGDPRAgentTypeEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n gDPRPreAssessment_ProcessingAssessment(filter: filterGDPRPreAssessment, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dPIA_ProcessingAssessment(filter: filterDPIA, orderBy: [orderByDPIA]): [DPIA]\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 folderofProcessingActivities_ParentFolder(filter: filterFolderofProcessingActivities, orderBy: [orderByFolderofProcessingActivities]): [FolderofProcessingActivities]\r\n dataSubjectRequest(filter: filterDataSubjectRequest, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n organization_OrganizationInCharge(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n task_ResourceActivity(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n operation_ResourceActivity(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n organization_Scope(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_OwnedBusinessProcessing(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_OwnedBusinessProcessing(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_OwnedBusinessProcessing(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessProcess_Purpose(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n organization_OwnerEntity(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n businessProcess_ReferencedBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n application_ReferencedApplication(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_OwnedApplicationProcessing(filter: filterResponsibilityAssignment, orderBy: [orderByResponsibilityAssignment]): [ResponsibilityAssignment]\r\n application_ProcessingApplication_GDPRApplicationProcessing_OwnedApplicationProcessing(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_OwnedApplicationProcessing(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n gDPRDataBreach_RecordedIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum ProcessingActivityDataCategoryRiskEnum {\r\n VeryLow\r\n VeryHigh\r\n High\r\n Low\r\n Medium\r\n}\r\n\r\ninput ProcessingActivityFilter {\r\n and: [ProcessingActivityFilter!]\r\n or: [ProcessingActivityFilter!]\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 gDPRActivityStatus: ProcessingActivityGDPRActivityStatusEnum\r\n gDPRActivityStatus_not: ProcessingActivityGDPRActivityStatusEnum\r\n gDPRActivityStatus_in: [ProcessingActivityGDPRActivityStatusEnum!]\r\n gDPRActivityStatus_not_in: [ProcessingActivityGDPRActivityStatusEnum!]\r\n gDPRContractualNecessity: Boolean\r\n gDPRContractualNecessity_not: Boolean\r\n gDPRLatestRiskScale: ProcessingActivityGDPRLatestRiskScaleEnum\r\n gDPRLatestRiskScale_not: ProcessingActivityGDPRLatestRiskScaleEnum\r\n gDPRLatestRiskScale_in: [ProcessingActivityGDPRLatestRiskScaleEnum!]\r\n gDPRLatestRiskScale_not_in: [ProcessingActivityGDPRLatestRiskScaleEnum!]\r\n gDPRLawEnforcement: Boolean\r\n gDPRLawEnforcement_not: Boolean\r\n gDPRLegacyDescription: String\r\n gDPRLegacyDescription_not: String\r\n gDPRLegacyDescription_in: [String!]\r\n gDPRLegacyDescription_not_in: [String!]\r\n gDPRLegacyDescription_lt: String\r\n gDPRLegacyDescription_lte: String\r\n gDPRLegacyDescription_gt: String\r\n gDPRLegacyDescription_gte: String\r\n gDPRLegacyDescription_contains: String\r\n gDPRLegacyDescription_not_contains: String\r\n gDPRLegacyDescription_starts_with: String\r\n gDPRLegacyDescription_not_starts_with: String\r\n gDPRLegacyDescription_ends_with: String\r\n gDPRLegacyDescription_not_ends_with: String\r\n gDPRLegitimateInterest: Boolean\r\n gDPRLegitimateInterest_not: Boolean\r\n gDPRPublicInterest: Boolean\r\n gDPRPublicInterest_not: Boolean\r\n gDPRSpecificConsent: Boolean\r\n gDPRSpecificConsent_not: Boolean\r\n gDPRAssessmentFreshness: Float\r\n gDPRAssessmentFreshness_not: Float\r\n gDPRAssessmentFreshness_in: [Float!]\r\n gDPRAssessmentFreshness_not_in: [Float!]\r\n gDPRAssessmentFreshness_lt: Float\r\n gDPRAssessmentFreshness_lte: Float\r\n gDPRAssessmentFreshness_gt: Float\r\n gDPRAssessmentFreshness_gte: Float\r\n gDPRUnweightedInconsistency: Float\r\n gDPRUnweightedInconsistency_not: Float\r\n gDPRUnweightedInconsistency_in: [Float!]\r\n gDPRUnweightedInconsistency_not_in: [Float!]\r\n gDPRUnweightedInconsistency_lt: Float\r\n gDPRUnweightedInconsistency_lte: Float\r\n gDPRUnweightedInconsistency_gt: Float\r\n gDPRUnweightedInconsistency_gte: Float\r\n gDPRVitalInterest: Boolean\r\n gDPRVitalInterest_not: Boolean\r\n gDPRWeightedFreshness: Float\r\n gDPRWeightedFreshness_not: Float\r\n gDPRWeightedFreshness_in: [Float!]\r\n gDPRWeightedFreshness_not_in: [Float!]\r\n gDPRWeightedFreshness_lt: Float\r\n gDPRWeightedFreshness_lte: Float\r\n gDPRWeightedFreshness_gt: Float\r\n gDPRWeightedFreshness_gte: Float\r\n gDPRInconsistency: Float\r\n gDPRInconsistency_not: Float\r\n gDPRInconsistency_in: [Float!]\r\n gDPRInconsistency_not_in: [Float!]\r\n gDPRInconsistency_lt: Float\r\n gDPRInconsistency_lte: Float\r\n gDPRInconsistency_gt: Float\r\n gDPRInconsistency_gte: Float\r\n gDPRDataTransfersComplianceLevel: ProcessingActivityGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataTransfersComplianceLevel_not: ProcessingActivityGDPRDataTransfersComplianceLevelEnum\r\n gDPRDataTransfersComplianceLevel_in: [ProcessingActivityGDPRDataTransfersComplianceLevelEnum!]\r\n gDPRDataTransfersComplianceLevel_not_in: [ProcessingActivityGDPRDataTransfersComplianceLevelEnum!]\r\n gDPRDataMinimizationCompliancelevel: ProcessingActivityGDPRDataMinimizationCompliancelevelEnum\r\n gDPRDataMinimizationCompliancelevel_not: ProcessingActivityGDPRDataMinimizationCompliancelevelEnum\r\n gDPRDataMinimizationCompliancelevel_in: [ProcessingActivityGDPRDataMinimizationCompliancelevelEnum!]\r\n gDPRDataMinimizationCompliancelevel_not_in: [ProcessingActivityGDPRDataMinimizationCompliancelevelEnum!]\r\n gDPRConsent: ProcessingActivityGDPRConsentEnum\r\n gDPRConsent_not: ProcessingActivityGDPRConsentEnum\r\n gDPRConsent_in: [ProcessingActivityGDPRConsentEnum!]\r\n gDPRConsent_not_in: [ProcessingActivityGDPRConsentEnum!]\r\n gDPRAgentID: String\r\n gDPRAgentID_not: String\r\n gDPRAgentID_in: [String!]\r\n gDPRAgentID_not_in: [String!]\r\n gDPRAgentID_lt: String\r\n gDPRAgentID_lte: String\r\n gDPRAgentID_gt: String\r\n gDPRAgentID_gte: String\r\n gDPRAgentID_contains: String\r\n gDPRAgentID_not_contains: String\r\n gDPRAgentID_starts_with: String\r\n gDPRAgentID_not_starts_with: String\r\n gDPRAgentID_ends_with: String\r\n gDPRAgentID_not_ends_with: String\r\n gDPRDataSubjectsRightsNoticeManagementCompliance: ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not: ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_in: [ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum!]\r\n gDPRDataSubjectsRightsNoticeManagementCompliance_not_in: [ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum!]\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 retentionPeriodUnit: ProcessingActivityRetentionPeriodUnitEnum\r\n retentionPeriodUnit_not: ProcessingActivityRetentionPeriodUnitEnum\r\n retentionPeriodUnit_in: [ProcessingActivityRetentionPeriodUnitEnum!]\r\n retentionPeriodUnit_not_in: [ProcessingActivityRetentionPeriodUnitEnum!]\r\n gDPRProcessingActivityPurpose: String\r\n gDPRProcessingActivityPurpose_not: String\r\n gDPRProcessingActivityPurpose_in: [String!]\r\n gDPRProcessingActivityPurpose_not_in: [String!]\r\n gDPRProcessingActivityPurpose_lt: String\r\n gDPRProcessingActivityPurpose_lte: String\r\n gDPRProcessingActivityPurpose_gt: String\r\n gDPRProcessingActivityPurpose_gte: String\r\n gDPRProcessingActivityPurpose_contains: String\r\n gDPRProcessingActivityPurpose_not_contains: String\r\n gDPRProcessingActivityPurpose_starts_with: String\r\n gDPRProcessingActivityPurpose_not_starts_with: String\r\n gDPRProcessingActivityPurpose_ends_with: String\r\n gDPRProcessingActivityPurpose_not_ends_with: String\r\n gDPRITProcessing: Boolean\r\n gDPRITProcessing_not: Boolean\r\n gDPRPaperProcessing: Boolean\r\n gDPRPaperProcessing_not: Boolean\r\n gDPRConsentComment: String\r\n gDPRConsentComment_not: String\r\n gDPRConsentComment_in: [String!]\r\n gDPRConsentComment_not_in: [String!]\r\n gDPRConsentComment_lt: String\r\n gDPRConsentComment_lte: String\r\n gDPRConsentComment_gt: String\r\n gDPRConsentComment_gte: String\r\n gDPRConsentComment_contains: String\r\n gDPRConsentComment_not_contains: String\r\n gDPRConsentComment_starts_with: String\r\n gDPRConsentComment_not_starts_with: String\r\n gDPRConsentComment_ends_with: String\r\n gDPRConsentComment_not_ends_with: String\r\n gDPRNoticeComment: String\r\n gDPRNoticeComment_not: String\r\n gDPRNoticeComment_in: [String!]\r\n gDPRNoticeComment_not_in: [String!]\r\n gDPRNoticeComment_lt: String\r\n gDPRNoticeComment_lte: String\r\n gDPRNoticeComment_gt: String\r\n gDPRNoticeComment_gte: String\r\n gDPRNoticeComment_contains: String\r\n gDPRNoticeComment_not_contains: String\r\n gDPRNoticeComment_starts_with: String\r\n gDPRNoticeComment_not_starts_with: String\r\n gDPRNoticeComment_ends_with: String\r\n gDPRNoticeComment_not_ends_with: String\r\n gDPRPAStartDate: Date\r\n gDPRPAStartDate_not: Date\r\n gDPRPAStartDate_in: [Date!]\r\n gDPRPAStartDate_not_in: [Date!]\r\n gDPRPAStartDate_lt: Date\r\n gDPRPAStartDate_lte: Date\r\n gDPRPAStartDate_gt: Date\r\n gDPRPAStartDate_gte: Date\r\n gDPRPAEndDate: Date\r\n gDPRPAEndDate_not: Date\r\n gDPRPAEndDate_in: [Date!]\r\n gDPRPAEndDate_not_in: [Date!]\r\n gDPRPAEndDate_lt: Date\r\n gDPRPAEndDate_lte: Date\r\n gDPRPAEndDate_gt: Date\r\n gDPRPAEndDate_gte: Date\r\n gDPRContentOfNotice: ProcessingActivityGDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: ProcessingActivityGDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [ProcessingActivityGDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [ProcessingActivityGDPRContentOfNoticeEnum!]\r\n gDPRID: String\r\n gDPRID_not: String\r\n gDPRID_in: [String!]\r\n gDPRID_not_in: [String!]\r\n gDPRID_lt: String\r\n gDPRID_lte: String\r\n gDPRID_gt: String\r\n gDPRID_gte: String\r\n gDPRID_contains: String\r\n gDPRID_not_contains: String\r\n gDPRID_starts_with: String\r\n gDPRID_not_starts_with: String\r\n gDPRID_ends_with: String\r\n gDPRID_not_ends_with: String\r\n gDPRSecurityMeasuresComplianceLevel: ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum\r\n gDPRSecurityMeasuresComplianceLevel_not: ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum\r\n gDPRSecurityMeasuresComplianceLevel_in: [ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum!]\r\n gDPRSecurityMeasuresComplianceLevel_not_in: [ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum!]\r\n dataCategoryRisk: ProcessingActivityDataCategoryRiskEnum\r\n dataCategoryRisk_not: ProcessingActivityDataCategoryRiskEnum\r\n dataCategoryRisk_in: [ProcessingActivityDataCategoryRiskEnum!]\r\n dataCategoryRisk_not_in: [ProcessingActivityDataCategoryRiskEnum!]\r\n gDPRPurpose: Boolean\r\n gDPRPurpose_not: Boolean\r\n gDPRPersonsinchargeofprocessing: String\r\n gDPRPersonsinchargeofprocessing_not: String\r\n gDPRPersonsinchargeofprocessing_in: [String!]\r\n gDPRPersonsinchargeofprocessing_not_in: [String!]\r\n gDPRPersonsinchargeofprocessing_lt: String\r\n gDPRPersonsinchargeofprocessing_lte: String\r\n gDPRPersonsinchargeofprocessing_gt: String\r\n gDPRPersonsinchargeofprocessing_gte: String\r\n gDPRPersonsinchargeofprocessing_contains: String\r\n gDPRPersonsinchargeofprocessing_not_contains: String\r\n gDPRPersonsinchargeofprocessing_starts_with: String\r\n gDPRPersonsinchargeofprocessing_not_starts_with: String\r\n gDPRPersonsinchargeofprocessing_ends_with: String\r\n gDPRPersonsinchargeofprocessing_not_ends_with: String\r\n retentionPeriod: Int\r\n retentionPeriod_not: Int\r\n retentionPeriod_in: [Int!]\r\n retentionPeriod_not_in: [Int!]\r\n retentionPeriod_lt: Int\r\n retentionPeriod_lte: Int\r\n retentionPeriod_gt: Int\r\n retentionPeriod_gte: Int\r\n gDPRUnlimitedPeriod: Boolean\r\n gDPRUnlimitedPeriod_not: Boolean\r\n gDPRDataTransferOutsideEU: Boolean\r\n gDPRDataTransferOutsideEU_not: Boolean\r\n gDPRRiskScale: ProcessingActivityGDPRRiskScaleEnum\r\n gDPRRiskScale_not: ProcessingActivityGDPRRiskScaleEnum\r\n gDPRRiskScale_in: [ProcessingActivityGDPRRiskScaleEnum!]\r\n gDPRRiskScale_not_in: [ProcessingActivityGDPRRiskScaleEnum!]\r\n gDPRLatestComplianceLevel: ProcessingActivityGDPRLatestComplianceLevelEnum\r\n gDPRLatestComplianceLevel_not: ProcessingActivityGDPRLatestComplianceLevelEnum\r\n gDPRLatestComplianceLevel_in: [ProcessingActivityGDPRLatestComplianceLevelEnum!]\r\n gDPRLatestComplianceLevel_not_in: [ProcessingActivityGDPRLatestComplianceLevelEnum!]\r\n gDPRStatusWKF: ProcessingActivityGDPRStatusWKFEnum\r\n gDPRStatusWKF_not: ProcessingActivityGDPRStatusWKFEnum\r\n gDPRStatusWKF_in: [ProcessingActivityGDPRStatusWKFEnum!]\r\n gDPRStatusWKF_not_in: [ProcessingActivityGDPRStatusWKFEnum!]\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 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 gDPROrganization: String\r\n gDPROrganization_not: String\r\n gDPROrganization_in: [String!]\r\n gDPROrganization_not_in: [String!]\r\n gDPROrganization_lt: String\r\n gDPROrganization_lte: String\r\n gDPROrganization_gt: String\r\n gDPROrganization_gte: String\r\n gDPROrganization_contains: String\r\n gDPROrganization_not_contains: String\r\n gDPROrganization_starts_with: String\r\n gDPROrganization_not_starts_with: String\r\n gDPROrganization_ends_with: String\r\n gDPROrganization_not_ends_with: String\r\n gDPRApplication: String\r\n gDPRApplication_not: String\r\n gDPRApplication_in: [String!]\r\n gDPRApplication_not_in: [String!]\r\n gDPRApplication_lt: String\r\n gDPRApplication_lte: String\r\n gDPRApplication_gt: String\r\n gDPRApplication_gte: String\r\n gDPRApplication_contains: String\r\n gDPRApplication_not_contains: String\r\n gDPRApplication_starts_with: String\r\n gDPRApplication_not_starts_with: String\r\n gDPRApplication_ends_with: String\r\n gDPRApplication_not_ends_with: String\r\n gDPRLegalbasisLegitimacyComplianceLevel: ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRLegalbasisLegitimacyComplianceLevel_not: ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum\r\n gDPRLegalbasisLegitimacyComplianceLevel_in: [ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum!]\r\n gDPRLegalbasisLegitimacyComplianceLevel_not_in: [ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum!]\r\n gDPRNoLegalBasis: Boolean\r\n gDPRNoLegalBasis_not: Boolean\r\n gDPRAgentType: ProcessingActivityGDPRAgentTypeEnum\r\n gDPRAgentType_not: ProcessingActivityGDPRAgentTypeEnum\r\n gDPRAgentType_in: [ProcessingActivityGDPRAgentTypeEnum!]\r\n gDPRAgentType_not_in: [ProcessingActivityGDPRAgentTypeEnum!]\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 gDPRPreAssessment_ProcessingAssessment_some: [ProcessingActivityFilter!]\r\n dPIA_ProcessingAssessment_some: [ProcessingActivityFilter!]\r\n businessDocument_AttachedDocument_some: [ProcessingActivityFilter!]\r\n businessDocument_ReferredtoDocument_some: [ProcessingActivityFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ProcessingActivityFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ProcessingActivityFilter!]\r\n folderofProcessingActivities_ParentFolder_some: [ProcessingActivityFilter!]\r\n dataSubjectRequest_some: [ProcessingActivityFilter!]\r\n organization_OrganizationInCharge_some: [ProcessingActivityFilter!]\r\n task_ResourceActivity_some: [ProcessingActivityFilter!]\r\n operation_ResourceActivity_some: [ProcessingActivityFilter!]\r\n organization_Scope_some: [ProcessingActivityFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRBusinessProcessing_OwnedBusinessProcessing_some: [ProcessingActivityFilter!]\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_OwnedBusinessProcessing_some: [ProcessingActivityFilter!]\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_OwnedBusinessProcessing_some: [ProcessingActivityFilter!]\r\n businessProcess_Purpose_some: [ProcessingActivityFilter!]\r\n organization_OwnerEntity_some: [ProcessingActivityFilter!]\r\n businessProcess_ReferencedBusinessProcess_some: [ProcessingActivityFilter!]\r\n application_ReferencedApplication_some: [ProcessingActivityFilter!]\r\n responsibilityAssignment_PersonAssignment_GDPRApplicationProcessing_OwnedApplicationProcessing_some: [ProcessingActivityFilter!]\r\n application_ProcessingApplication_GDPRApplicationProcessing_OwnedApplicationProcessing_some: [ProcessingActivityFilter!]\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_OwnedApplicationProcessing_some: [ProcessingActivityFilter!]\r\n gDPRDataBreach_RecordedIncident_some: [ProcessingActivityFilter!]\r\n}\r\n\r\nenum ProcessingActivityGDPRActivityStatusEnum {\r\n Candidate\r\n Live\r\n Obsolete\r\n}\r\n\r\nenum ProcessingActivityGDPRAgentTypeEnum {\r\n Application\r\n Organization\r\n ThirdParty\r\n}\r\n\r\nenum ProcessingActivityGDPRConsentEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum ProcessingActivityGDPRContentOfNoticeEnum {\r\n Yes_oral\r\n Dontknow\r\n Yes_written\r\n No\r\n Notrequired\r\n}\r\n\r\nenum ProcessingActivityGDPRDataMinimizationCompliancelevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRDataSubjectsRightsNoticeManagementComplianceEnum {\r\n StronglyCompliant\r\n Compliant\r\n AlmostCompliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRDataTransfersComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRLatestComplianceLevelEnum {\r\n PoorlyCompliant\r\n AlmostCompliant\r\n Compliant\r\n StronglyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRLatestRiskScaleEnum {\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n VeryLow\r\n}\r\n\r\nenum ProcessingActivityGDPRLegalbasisLegitimacyComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRRiskScaleEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum ProcessingActivityGDPRSecurityMeasuresComplianceLevelEnum {\r\n AlmostCompliant\r\n StronglyCompliant\r\n Compliant\r\n PoorlyCompliant\r\n NotCompliant\r\n}\r\n\r\nenum ProcessingActivityGDPRStatusWKFEnum {\r\n ReadyforDPIA\r\n Assessed\r\n Start\r\n ToBeCompleted\r\n ToBeCompletedbyActivityOwner\r\n ReadyforPreStudy\r\n}\r\n\r\nenum ProcessingActivityRetentionPeriodUnitEnum {\r\n Year\r\n Month\r\n Day\r\n}\r\n\r\ntype Query {\r\n _currentContext: ContextType\r\n personSystem(filter: PersonSystemFilter, skip: Int, take: Int, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n login(filter: LoginFilter, skip: Int, take: Int, orderBy: [orderByLogin]): [Login]\r\n businessRole(filter: BusinessRoleFilter, skip: Int, take: Int, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n gDPRPreAssessment(filter: GDPRPreAssessmentFilter, skip: Int, take: Int, orderBy: [orderByGDPRPreAssessment]): [GDPRPreAssessment]\r\n dataCategory(filter: DataCategoryFilter, skip: Int, take: Int, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity(filter: ProcessingActivityFilter, skip: Int, take: Int, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n action(filter: ActionFilter, skip: Int, take: Int, orderBy: [orderByAction]): [Action]\r\n systemProcess(filter: SystemProcessFilter, skip: Int, take: Int, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organization(filter: OrganizationFilter, skip: Int, take: Int, orderBy: [orderByOrganization]): [Organization]\r\n dPIA(filter: DPIAFilter, skip: Int, take: Int, orderBy: [orderByDPIA]): [DPIA]\r\n task(filter: TaskFilter, skip: Int, take: Int, orderBy: [orderByTask]): [Task]\r\n dataSubjectRequest(filter: DataSubjectRequestFilter, skip: Int, take: Int, orderBy: [orderByDataSubjectRequest]): [DataSubjectRequest]\r\n businessDocument(filter: BusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n physicalPerson(filter: PhysicalPersonFilter, skip: Int, take: Int, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator(filter: RegulatorFilter, skip: Int, take: Int, orderBy: [orderByRegulator]): [Regulator]\r\n dataBreach(filter: DataBreachFilter, skip: Int, take: Int, orderBy: [orderByDataBreach]): [DataBreach]\r\n businessPartner(filter: BusinessPartnerFilter, skip: Int, take: Int, orderBy: [orderByBusinessPartner]): [BusinessPartner]\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 businessDocumentVersion(filter: BusinessDocumentVersionFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n application(filter: ApplicationFilter, skip: Int, take: Int, orderBy: [orderByApplication]): [Application]\r\n operation(filter: OperationFilter, skip: Int, take: Int, orderBy: [orderByOperation]): [Operation]\r\n organizationalProcess(filter: OrganizationalProcessFilter, skip: Int, take: Int, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n folderofProcessingActivities(filter: FolderofProcessingActivitiesFilter, skip: Int, take: Int, orderBy: [orderByFolderofProcessingActivities]): [FolderofProcessingActivities]\r\n businessProcess(filter: BusinessProcessFilter, skip: Int, take: Int, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ntype Regulator {\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 gDPRAcronym: String\r\n gDPRSupervisoryAuthority: String\r\n gDPREmailAddress: String\r\n gDPRAddress: String\r\n gDPRFax: String\r\n gDPRTelephone: String\r\n regulatorURL: String\r\n regulatorPicture: 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 gDPRDataBreach_NotifiedGDPRIncident(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\ninput RegulatorFilter {\r\n and: [RegulatorFilter!]\r\n or: [RegulatorFilter!]\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 gDPRAcronym: String\r\n gDPRAcronym_not: String\r\n gDPRAcronym_in: [String!]\r\n gDPRAcronym_not_in: [String!]\r\n gDPRAcronym_lt: String\r\n gDPRAcronym_lte: String\r\n gDPRAcronym_gt: String\r\n gDPRAcronym_gte: String\r\n gDPRAcronym_contains: String\r\n gDPRAcronym_not_contains: String\r\n gDPRAcronym_starts_with: String\r\n gDPRAcronym_not_starts_with: String\r\n gDPRAcronym_ends_with: String\r\n gDPRAcronym_not_ends_with: String\r\n gDPRSupervisoryAuthority: String\r\n gDPRSupervisoryAuthority_not: String\r\n gDPRSupervisoryAuthority_in: [String!]\r\n gDPRSupervisoryAuthority_not_in: [String!]\r\n gDPRSupervisoryAuthority_lt: String\r\n gDPRSupervisoryAuthority_lte: String\r\n gDPRSupervisoryAuthority_gt: String\r\n gDPRSupervisoryAuthority_gte: String\r\n gDPRSupervisoryAuthority_contains: String\r\n gDPRSupervisoryAuthority_not_contains: String\r\n gDPRSupervisoryAuthority_starts_with: String\r\n gDPRSupervisoryAuthority_not_starts_with: String\r\n gDPRSupervisoryAuthority_ends_with: String\r\n gDPRSupervisoryAuthority_not_ends_with: String\r\n gDPREmailAddress: String\r\n gDPREmailAddress_not: String\r\n gDPREmailAddress_in: [String!]\r\n gDPREmailAddress_not_in: [String!]\r\n gDPREmailAddress_lt: String\r\n gDPREmailAddress_lte: String\r\n gDPREmailAddress_gt: String\r\n gDPREmailAddress_gte: String\r\n gDPREmailAddress_contains: String\r\n gDPREmailAddress_not_contains: String\r\n gDPREmailAddress_starts_with: String\r\n gDPREmailAddress_not_starts_with: String\r\n gDPREmailAddress_ends_with: String\r\n gDPREmailAddress_not_ends_with: String\r\n gDPRAddress: String\r\n gDPRAddress_not: String\r\n gDPRAddress_in: [String!]\r\n gDPRAddress_not_in: [String!]\r\n gDPRAddress_lt: String\r\n gDPRAddress_lte: String\r\n gDPRAddress_gt: String\r\n gDPRAddress_gte: String\r\n gDPRAddress_contains: String\r\n gDPRAddress_not_contains: String\r\n gDPRAddress_starts_with: String\r\n gDPRAddress_not_starts_with: String\r\n gDPRAddress_ends_with: String\r\n gDPRAddress_not_ends_with: String\r\n gDPRFax: String\r\n gDPRFax_not: String\r\n gDPRFax_in: [String!]\r\n gDPRFax_not_in: [String!]\r\n gDPRFax_lt: String\r\n gDPRFax_lte: String\r\n gDPRFax_gt: String\r\n gDPRFax_gte: String\r\n gDPRFax_contains: String\r\n gDPRFax_not_contains: String\r\n gDPRFax_starts_with: String\r\n gDPRFax_not_starts_with: String\r\n gDPRFax_ends_with: String\r\n gDPRFax_not_ends_with: String\r\n gDPRTelephone: String\r\n gDPRTelephone_not: String\r\n gDPRTelephone_in: [String!]\r\n gDPRTelephone_not_in: [String!]\r\n gDPRTelephone_lt: String\r\n gDPRTelephone_lte: String\r\n gDPRTelephone_gt: String\r\n gDPRTelephone_gte: String\r\n gDPRTelephone_contains: String\r\n gDPRTelephone_not_contains: String\r\n gDPRTelephone_starts_with: String\r\n gDPRTelephone_not_starts_with: String\r\n gDPRTelephone_ends_with: String\r\n gDPRTelephone_not_ends_with: String\r\n regulatorURL: String\r\n regulatorURL_not: String\r\n regulatorURL_in: [String!]\r\n regulatorURL_not_in: [String!]\r\n regulatorURL_lt: String\r\n regulatorURL_lte: String\r\n regulatorURL_gt: String\r\n regulatorURL_gte: String\r\n regulatorURL_contains: String\r\n regulatorURL_not_contains: String\r\n regulatorURL_starts_with: String\r\n regulatorURL_not_starts_with: String\r\n regulatorURL_ends_with: String\r\n regulatorURL_not_ends_with: String\r\n regulatorPicture: String\r\n regulatorPicture_not: String\r\n regulatorPicture_in: [String!]\r\n regulatorPicture_not_in: [String!]\r\n regulatorPicture_lt: String\r\n regulatorPicture_lte: String\r\n regulatorPicture_gt: String\r\n regulatorPicture_gte: String\r\n regulatorPicture_contains: String\r\n regulatorPicture_not_contains: String\r\n regulatorPicture_starts_with: String\r\n regulatorPicture_not_starts_with: String\r\n regulatorPicture_ends_with: String\r\n regulatorPicture_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: [RegulatorFilter!]\r\n businessDocument_ReferredtoDocument_some: [RegulatorFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [RegulatorFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [RegulatorFilter!]\r\n gDPRDataBreach_NotifiedGDPRIncident_some: [RegulatorFilter!]\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 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 dataCategory_AssignedObject(filter: filterDataCategory, orderBy: [orderByDataCategory]): [DataCategory]\r\n processingActivity_AssignedObject(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n systemProcess_AssignedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n processingActivity_OwnerProcessing_GDPRApplicationProcessing_AssignedObject(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n application_ProcessingApplication_GDPRApplicationProcessing_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n gDPRDataBreach_RecordedIncident_GDPRApplicationProcessing_AssignedObject(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n organization_AssignedObject(filter: filterOrganization, orderBy: [orderByOrganization]): [Organization]\r\n physicalPerson_AssignedObject(filter: filterPhysicalPerson, orderBy: [orderByPhysicalPerson]): [PhysicalPerson]\r\n regulator_AssignedObject(filter: filterRegulator, orderBy: [orderByRegulator]): [Regulator]\r\n businessPartner_AssignedObject(filter: filterBusinessPartner, orderBy: [orderByBusinessPartner]): [BusinessPartner]\r\n application_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n organizationalProcess_AssignedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_AssignedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n processingActivity_OwnerProcessing_GDPRBusinessProcessing_AssignedObject(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n organizationalProcess_OrganizationalProcess_GDPRBusinessProcessing_AssignedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n gDPRDataBreach_RecordedIncident_GDPRBusinessProcessing_AssignedObject(filter: filterDataBreach, orderBy: [orderByDataBreach]): [DataBreach]\r\n}\r\n\r\nenum RetentionPeriodUnitEnumFilter {\r\n Year\r\n Month\r\n Day\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\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\nenum StatusLoginEnumFilter {\r\n Active\r\n Inactive\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# A system process is the executable representation of a process. A System Process\r\n# is formally described by the workflow Events, the Tasks to be carried out during\r\n# the processing, the sequence of the Tasks and the information exchanged between\r\n# the participants. In the BPMN notation, the system process represents a\r\n# sub-process from the system point of view.\r\ntype SystemProcess {\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 outputLogic: SystemProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n gDPRImpact: SystemProcessGDPRImpactEnum\r\n transaction: SystemProcessTransactionEnum\r\n loop: SystemProcessLoopEnum\r\n adHoc: SystemProcessAdHocEnum\r\n multiple: SystemProcessMultipleEnum\r\n compensation: SystemProcessCompensationEnum\r\n loopCondition: String\r\n elementwithArguments: String\r\n taskType: SystemProcessTaskTypeEnum\r\n inputLogic: SystemProcessInputLogicEnum\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}\r\n\r\nenum SystemProcessAdHocEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum SystemProcessCompensationEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput SystemProcessFilter {\r\n and: [SystemProcessFilter!]\r\n or: [SystemProcessFilter!]\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 outputLogic: SystemProcessOutputLogicEnum\r\n outputLogic_not: SystemProcessOutputLogicEnum\r\n outputLogic_in: [SystemProcessOutputLogicEnum!]\r\n outputLogic_not_in: [SystemProcessOutputLogicEnum!]\r\n triggeredbyEvent: Boolean\r\n triggeredbyEvent_not: Boolean\r\n gDPRImpact: SystemProcessGDPRImpactEnum\r\n gDPRImpact_not: SystemProcessGDPRImpactEnum\r\n gDPRImpact_in: [SystemProcessGDPRImpactEnum!]\r\n gDPRImpact_not_in: [SystemProcessGDPRImpactEnum!]\r\n transaction: SystemProcessTransactionEnum\r\n transaction_not: SystemProcessTransactionEnum\r\n transaction_in: [SystemProcessTransactionEnum!]\r\n transaction_not_in: [SystemProcessTransactionEnum!]\r\n loop: SystemProcessLoopEnum\r\n loop_not: SystemProcessLoopEnum\r\n loop_in: [SystemProcessLoopEnum!]\r\n loop_not_in: [SystemProcessLoopEnum!]\r\n adHoc: SystemProcessAdHocEnum\r\n adHoc_not: SystemProcessAdHocEnum\r\n adHoc_in: [SystemProcessAdHocEnum!]\r\n adHoc_not_in: [SystemProcessAdHocEnum!]\r\n multiple: SystemProcessMultipleEnum\r\n multiple_not: SystemProcessMultipleEnum\r\n multiple_in: [SystemProcessMultipleEnum!]\r\n multiple_not_in: [SystemProcessMultipleEnum!]\r\n compensation: SystemProcessCompensationEnum\r\n compensation_not: SystemProcessCompensationEnum\r\n compensation_in: [SystemProcessCompensationEnum!]\r\n compensation_not_in: [SystemProcessCompensationEnum!]\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 elementwithArguments: String\r\n elementwithArguments_not: String\r\n elementwithArguments_in: [String!]\r\n elementwithArguments_not_in: [String!]\r\n elementwithArguments_lt: String\r\n elementwithArguments_lte: String\r\n elementwithArguments_gt: String\r\n elementwithArguments_gte: String\r\n elementwithArguments_contains: String\r\n elementwithArguments_not_contains: String\r\n elementwithArguments_starts_with: String\r\n elementwithArguments_not_starts_with: String\r\n elementwithArguments_ends_with: String\r\n elementwithArguments_not_ends_with: String\r\n taskType: SystemProcessTaskTypeEnum\r\n taskType_not: SystemProcessTaskTypeEnum\r\n taskType_in: [SystemProcessTaskTypeEnum!]\r\n taskType_not_in: [SystemProcessTaskTypeEnum!]\r\n inputLogic: SystemProcessInputLogicEnum\r\n inputLogic_not: SystemProcessInputLogicEnum\r\n inputLogic_in: [SystemProcessInputLogicEnum!]\r\n inputLogic_not_in: [SystemProcessInputLogicEnum!]\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: [SystemProcessFilter!]\r\n businessDocument_ReferredtoDocument_some: [SystemProcessFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [SystemProcessFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [SystemProcessFilter!]\r\n}\r\n\r\nenum SystemProcessGDPRImpactEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum SystemProcessInputLogicEnum {\r\n Synchronization\r\n Junction\r\n}\r\n\r\nenum SystemProcessLoopEnum {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\nenum SystemProcessMultipleEnum {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\nenum SystemProcessOutputLogicEnum {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum SystemProcessTaskTypeEnum {\r\n UserInputTask\r\n ScriptTask\r\n ExchangeCall\r\n SubProcess\r\n Manual\r\n Receive\r\n Send\r\n BusinessRule\r\n Script\r\n User\r\n IT_ServiceCall\r\n SystemProcessCall\r\n}\r\n\r\nenum SystemProcessTransactionEnum {\r\n Yes\r\n No\r\n}\r\n\r\n# A task is an elementary step that is included within a system process. A task is\r\n# used when the work in the system process is not broken down to a finer level of\r\n# the process. Generally, an end-user and or an IT service are used to perform the\r\n# task when it is executed.\r\ntype Task {\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 outputLogic: TaskOutputLogicEnum\r\n gDPRImpact: TaskGDPRImpactEnum\r\n transaction: TaskTransactionEnum\r\n loop: TaskLoopEnum\r\n adHoc: TaskAdHocEnum\r\n multiple: TaskMultipleEnum\r\n compensation: TaskCompensationEnum\r\n loopCondition: String\r\n taskType: TaskTaskTypeEnum\r\n inputLogic: TaskInputLogicEnum\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 processingActivity_GDPRScope(filter: filterProcessingActivity, orderBy: [orderByProcessingActivity]): [ProcessingActivity]\r\n}\r\n\r\nenum TaskAdHocEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TaskCompensationEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput TaskFilter {\r\n and: [TaskFilter!]\r\n or: [TaskFilter!]\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 outputLogic: TaskOutputLogicEnum\r\n outputLogic_not: TaskOutputLogicEnum\r\n outputLogic_in: [TaskOutputLogicEnum!]\r\n outputLogic_not_in: [TaskOutputLogicEnum!]\r\n gDPRImpact: TaskGDPRImpactEnum\r\n gDPRImpact_not: TaskGDPRImpactEnum\r\n gDPRImpact_in: [TaskGDPRImpactEnum!]\r\n gDPRImpact_not_in: [TaskGDPRImpactEnum!]\r\n transaction: TaskTransactionEnum\r\n transaction_not: TaskTransactionEnum\r\n transaction_in: [TaskTransactionEnum!]\r\n transaction_not_in: [TaskTransactionEnum!]\r\n loop: TaskLoopEnum\r\n loop_not: TaskLoopEnum\r\n loop_in: [TaskLoopEnum!]\r\n loop_not_in: [TaskLoopEnum!]\r\n adHoc: TaskAdHocEnum\r\n adHoc_not: TaskAdHocEnum\r\n adHoc_in: [TaskAdHocEnum!]\r\n adHoc_not_in: [TaskAdHocEnum!]\r\n multiple: TaskMultipleEnum\r\n multiple_not: TaskMultipleEnum\r\n multiple_in: [TaskMultipleEnum!]\r\n multiple_not_in: [TaskMultipleEnum!]\r\n compensation: TaskCompensationEnum\r\n compensation_not: TaskCompensationEnum\r\n compensation_in: [TaskCompensationEnum!]\r\n compensation_not_in: [TaskCompensationEnum!]\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 taskType: TaskTaskTypeEnum\r\n taskType_not: TaskTaskTypeEnum\r\n taskType_in: [TaskTaskTypeEnum!]\r\n taskType_not_in: [TaskTaskTypeEnum!]\r\n inputLogic: TaskInputLogicEnum\r\n inputLogic_not: TaskInputLogicEnum\r\n inputLogic_in: [TaskInputLogicEnum!]\r\n inputLogic_not_in: [TaskInputLogicEnum!]\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: [TaskFilter!]\r\n businessDocument_ReferredtoDocument_some: [TaskFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [TaskFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [TaskFilter!]\r\n processingActivity_GDPRScope_some: [TaskFilter!]\r\n}\r\n\r\nenum TaskGDPRImpactEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TaskInputLogicEnum {\r\n Synchronization\r\n Junction\r\n}\r\n\r\nenum TaskLoopEnum {\r\n DoWhile\r\n No\r\n DoUntil\r\n}\r\n\r\nenum TaskMultipleEnum {\r\n Sequential\r\n Parallel\r\n No\r\n}\r\n\r\nenum TaskOutputLogicEnum {\r\n Parallelism\r\n Condition\r\n}\r\n\r\nenum TaskTaskTypeEnum {\r\n UserInputTask\r\n ScriptTask\r\n ExchangeCall\r\n SubProcess\r\n Manual\r\n Receive\r\n Send\r\n BusinessRule\r\n Script\r\n User\r\n IT_ServiceCall\r\n SystemProcessCall\r\n}\r\n\r\nenum TaskTransactionEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TaskTypeEnumFilter {\r\n UserInputTask\r\n ScriptTask\r\n ExchangeCall\r\n SubProcess\r\n Manual\r\n Receive\r\n Send\r\n BusinessRule\r\n Script\r\n User\r\n IT_ServiceCall\r\n SystemProcessCall\r\n}\r\n\r\nenum TransactionEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\nenum ValidPersonEnumFilter {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n"