HOPEX - SDL Schema - BPA
GET {{server_url}}/HOPEXGraphQL/api/BPA/sdl
This endpoint allows you to download a file of the GraphQL schema publishedL. This SDL can be used in developers tool to ease the writing of GraphQL queries, for instance in Qodex.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hopex-environment-id | string | ||
x-hopex-repository-id | string | ||
x-hopex-profile-id | string |
RESPONSES
status: OK
"# Define hopex format to use when getting property.\r\ndirective @format(\r\n name: String!\r\n) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT\r\n\r\ninput _InputCollectionAction {\r\n action: _InputCollectionActionEnum!\r\n list: [_MutationListElement!]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n ADD\r\n REMOVE\r\n REPLACE_ALL\r\n}\r\n\r\ninput _MutationListElement {\r\n id: String!\r\n}\r\n\r\nenum 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 prefix: String\r\n applicationStereotype: ApplicationApplicationStereotypeEnum\r\n applicationType: ApplicationApplicationTypeEnum\r\n expenses: Float\r\n capitalExpenses: Float\r\n operatingExpenses: Float\r\n beginLifedate: Date\r\n endlifedate: Date\r\n statusReview: ApplicationStatusReviewEnum\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n assessmentFreshness: Float\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n deploymentDate: 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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n localApplicationOwner_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 risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\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 ApplicationApplicationTypeEnum {\r\n SoftwarePackage\r\n InHouseApplication\r\n Middleware\r\n System\r\n OfficeSystem\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 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 expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float!]\r\n expenses_not_in: [Float!]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float!]\r\n capitalExpenses_not_in: [Float!]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float!]\r\n operatingExpenses_not_in: [Float!]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n 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 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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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 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 constraint_some: [ApplicationFilter!]\r\n localApplicationOwner_PersonSystem_some: [ApplicationFilter!]\r\n iTOwner_PersonSystem_some: [ApplicationFilter!]\r\n businessOwner_PersonSystem_some: [ApplicationFilter!]\r\n risk_some: [ApplicationFilter!]\r\n externalreference_ExternalReference_some: [ApplicationFilter!]\r\n messageFlow_SentMessageFlow_some: [ApplicationFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [ApplicationFilter!]\r\n organizationalProcess_some: [ApplicationFilter!]\r\n control_ContextualizedControl_some: [ApplicationFilter!]\r\n systemUsed_some: [ApplicationFilter!]\r\n businessProcess_some: [ApplicationFilter!]\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\n# An application system is an assembly of other application systems, applications\r\n# and end users, in order to realize one or more functionalities. \r\ntype ApplicationSystem {\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 expenses: Float\r\n capitalExpenses: Float\r\n operatingExpenses: Float\r\n beginLifedate: Date\r\n endlifedate: Date\r\n statusReview: ApplicationSystemStatusReviewEnum\r\n applicationCode: String\r\n assessmentFreshness: Float\r\n freezepastTimePeriod: Boolean\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 localApplicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n}\r\n\r\ninput ApplicationSystemFilter {\r\n and: [ApplicationSystemFilter!]\r\n or: [ApplicationSystemFilter!]\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 expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float!]\r\n expenses_not_in: [Float!]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float!]\r\n capitalExpenses_not_in: [Float!]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float!]\r\n operatingExpenses_not_in: [Float!]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n 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: ApplicationSystemStatusReviewEnum\r\n statusReview_not: ApplicationSystemStatusReviewEnum\r\n statusReview_in: [ApplicationSystemStatusReviewEnum!]\r\n statusReview_not_in: [ApplicationSystemStatusReviewEnum!]\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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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: [ApplicationSystemFilter!]\r\n businessDocument_ReferredtoDocument_some: [ApplicationSystemFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ApplicationSystemFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ApplicationSystemFilter!]\r\n localApplicationOwner_PersonSystem_some: [ApplicationSystemFilter!]\r\n externalreference_ExternalReference_some: [ApplicationSystemFilter!]\r\n systemUsed_some: [ApplicationSystemFilter!]\r\n}\r\n\r\nenum ApplicationSystemStatusReviewEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum ApplicationTypeEnumFilter {\r\n SoftwarePackage\r\n InHouseApplication\r\n Middleware\r\n System\r\n OfficeSystem\r\n}\r\n\r\nenum AuthenticationModeEnumFilter {\r\n LDAP\r\n MEGA\r\n Windows\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 library_DocumentedObject(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n functionality_DocumentedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature_DocumentedObject(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n eventType_DocumentedObject(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n content_DocumentedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_DocumentedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_DocumentedObject(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_DocumentedObject(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n library_Object(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n functionality_Object(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature_Object(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n eventType_Object(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n content_Object(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_Object(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_Object(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_Object(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\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 library_DocumentedObject_some: [BusinessDocumentFilter!]\r\n functionality_DocumentedObject_some: [BusinessDocumentFilter!]\r\n eventNature_DocumentedObject_some: [BusinessDocumentFilter!]\r\n eventType_DocumentedObject_some: [BusinessDocumentFilter!]\r\n content_DocumentedObject_some: [BusinessDocumentFilter!]\r\n systemProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n applicationSystem_DocumentedObject_some: [BusinessDocumentFilter!]\r\n risk_DocumentedObject_some: [BusinessDocumentFilter!]\r\n control_DocumentedObject_some: [BusinessDocumentFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentFilter!]\r\n orgUnit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n iTService_DocumentedObject_some: [BusinessDocumentFilter!]\r\n organizationalProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n library_Object_some: [BusinessDocumentFilter!]\r\n functionality_Object_some: [BusinessDocumentFilter!]\r\n eventNature_Object_some: [BusinessDocumentFilter!]\r\n eventType_Object_some: [BusinessDocumentFilter!]\r\n content_Object_some: [BusinessDocumentFilter!]\r\n systemProcess_Object_some: [BusinessDocumentFilter!]\r\n applicationSystem_Object_some: [BusinessDocumentFilter!]\r\n risk_Object_some: [BusinessDocumentFilter!]\r\n control_Object_some: [BusinessDocumentFilter!]\r\n application_Object_some: [BusinessDocumentFilter!]\r\n orgUnit_Object_some: [BusinessDocumentFilter!]\r\n iTService_Object_some: [BusinessDocumentFilter!]\r\n organizationalProcess_Object_some: [BusinessDocumentFilter!]\r\n businessProcess_Object_some: [BusinessDocumentFilter!]\r\n externalreference_ExternalReference_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 library_DocumentedObject(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n functionality_DocumentedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature_DocumentedObject(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n eventType_DocumentedObject(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n content_DocumentedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_DocumentedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_DocumentedObject(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_DocumentedObject(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n library_Object(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n functionality_Object(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature_Object(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n eventType_Object(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n content_Object(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_Object(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_Object(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_Object(filter: filterITService, orderBy: [orderByITService]): [ITService]\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 library_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n functionality_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n eventNature_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n eventType_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n content_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n systemProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n applicationSystem_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n risk_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n control_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n application_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n orgUnit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n iTService_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n organizationalProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n library_Object_some: [BusinessDocumentVersionFilter!]\r\n functionality_Object_some: [BusinessDocumentVersionFilter!]\r\n eventNature_Object_some: [BusinessDocumentVersionFilter!]\r\n eventType_Object_some: [BusinessDocumentVersionFilter!]\r\n content_Object_some: [BusinessDocumentVersionFilter!]\r\n systemProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n applicationSystem_Object_some: [BusinessDocumentVersionFilter!]\r\n risk_Object_some: [BusinessDocumentVersionFilter!]\r\n control_Object_some: [BusinessDocumentVersionFilter!]\r\n application_Object_some: [BusinessDocumentVersionFilter!]\r\n orgUnit_Object_some: [BusinessDocumentVersionFilter!]\r\n iTService_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 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 businessProcessCode: String\r\n transaction: BusinessProcessTransactionEnum\r\n isSAP: Boolean\r\n loop: BusinessProcessLoopEnum\r\n adHoc: BusinessProcessAdHocEnum\r\n multiple: BusinessProcessMultipleEnum\r\n compensation: BusinessProcessCompensationEnum\r\n loopCondition: String\r\n assessmentFreshness: Float\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\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 businessProcess_OwnerBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcess_OwnedBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\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 organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n businessProcessDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n businessProcessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n messageFlow_OwnedElement(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed_OwnedElement(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n event_OwnedElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n gateway_OwnedElement(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n participant_OwnedElement(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n sequenceFlow_OwnedElement(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event_BoundaryEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n orgUnit_DesignerOrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n orgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n businessProcess_Aggregationof(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcess_Component(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\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 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 transaction: BusinessProcessTransactionEnum\r\n transaction_not: BusinessProcessTransactionEnum\r\n transaction_in: [BusinessProcessTransactionEnum!]\r\n transaction_not_in: [BusinessProcessTransactionEnum!]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: BusinessProcessLoopEnum\r\n loop_not: BusinessProcessLoopEnum\r\n loop_in: [BusinessProcessLoopEnum!]\r\n loop_not_in: [BusinessProcessLoopEnum!]\r\n adHoc: BusinessProcessAdHocEnum\r\n adHoc_not: BusinessProcessAdHocEnum\r\n adHoc_in: [BusinessProcessAdHocEnum!]\r\n adHoc_not_in: [BusinessProcessAdHocEnum!]\r\n multiple: BusinessProcessMultipleEnum\r\n multiple_not: BusinessProcessMultipleEnum\r\n multiple_in: [BusinessProcessMultipleEnum!]\r\n multiple_not_in: [BusinessProcessMultipleEnum!]\r\n compensation: BusinessProcessCompensationEnum\r\n compensation_not: BusinessProcessCompensationEnum\r\n compensation_in: [BusinessProcessCompensationEnum!]\r\n compensation_not_in: [BusinessProcessCompensationEnum!]\r\n 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n businessProcessStatus_not: BusinessProcessBusinessProcessStatusEnum\r\n businessProcessStatus_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n businessProcessStatus_not_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n 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 businessProcess_OwnerBusinessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_OwnedBusinessProcess_some: [BusinessProcessFilter!]\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 organizationalProcess_some: [BusinessProcessFilter!]\r\n constraint_some: [BusinessProcessFilter!]\r\n businessProcessDesigner_PersonSystem_some: [BusinessProcessFilter!]\r\n businessProcessOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n participant_some: [BusinessProcessFilter!]\r\n messageFlow_OwnedElement_some: [BusinessProcessFilter!]\r\n systemUsed_OwnedElement_some: [BusinessProcessFilter!]\r\n event_OwnedElement_some: [BusinessProcessFilter!]\r\n gateway_OwnedElement_some: [BusinessProcessFilter!]\r\n participant_OwnedElement_some: [BusinessProcessFilter!]\r\n sequenceFlow_OwnedElement_some: [BusinessProcessFilter!]\r\n risk_some: [BusinessProcessFilter!]\r\n externalreference_ExternalReference_some: [BusinessProcessFilter!]\r\n event_BoundaryEvent_some: [BusinessProcessFilter!]\r\n messageFlow_SentMessageFlow_some: [BusinessProcessFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [BusinessProcessFilter!]\r\n systemUsed_some: [BusinessProcessFilter!]\r\n orgUnit_DesignerOrgUnit_some: [BusinessProcessFilter!]\r\n orgUnit_some: [BusinessProcessFilter!]\r\n businessProcess_Aggregationof_some: [BusinessProcessFilter!]\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n control_ContextualizedControl_some: [BusinessProcessFilter!]\r\n application_some: [BusinessProcessFilter!]\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 functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n content_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum BusinessRoleBusinessRoleDisplayEnum {\r\n Always\r\n Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\nenum BusinessRoleBusinessRoleMultiplicityEnum {\r\n Many\r\n ZeroToOne\r\n One\r\n OneToMany\r\n}\r\n\r\nenum BusinessRoleBusinessRoleStatusEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum BusinessRoleDisplayEnumFilter {\r\n Always\r\n Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\ninput BusinessRoleFilter {\r\n and: [BusinessRoleFilter!]\r\n or: [BusinessRoleFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_not: BusinessRoleBusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_not_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n businessRoleStatus_not: BusinessRoleBusinessRoleStatusEnum\r\n businessRoleStatus_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n businessRoleStatus_not_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n proposeallusers: Boolean\r\n proposeallusers_not: Boolean\r\n businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n businessRoleDisplay_not: BusinessRoleBusinessRoleDisplayEnum\r\n businessRoleDisplay_in: [BusinessRoleBusinessRoleDisplayEnum!]\r\n businessRoleDisplay_not_in: [BusinessRoleBusinessRoleDisplayEnum!]\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n content_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n applicationSystem_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n iTService_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n businessProcess_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 CapabilityEffectivenessEnumFilter {\r\n Six_FutureOpportunity\r\n One_ExtremelyEffective\r\n Two_VeryEffective\r\n Three_SomewhatEffective\r\n Five_NotEffective\r\n Four_SlightlyEffective\r\n}\r\n\r\nenum CapabilityEfficiencyEnumFilter {\r\n One_ExtremelyEfficient\r\n Two_VeryEfficient\r\n Three_SomewhatEfficient\r\n Six_FutureOpportunity\r\n Four_SlightlyEfficient\r\n Five_NotEfficient\r\n}\r\n\r\nenum CompensationEnumFilter {\r\n Yes\r\n No\r\n}\r\n\r\n# A constraint is represented by a control or a business rule that must be applied during processing.\r\ntype Constraint {\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 constraintType: ConstraintConstraintTypeEnum\r\n oCL: String\r\n expressionBody: String\r\n umlObjectHeader: String\r\n regulatory: ConstraintRegulatoryEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n messageFlow_ConstrainedElement(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemProcess_ConstrainedElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_ConstrainedElement(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n gateway_ConstrainedElement(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n application_ConstrainedElement(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ConstrainedElement(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n operation_ConstrainedElement(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_ConstrainedElement(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_ConstrainedElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_ConstrainedElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n sequenceFlow_ConstrainedElement(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n}\r\n\r\nenum ConstraintConstraintTypeEnum {\r\n Beginning\r\n End\r\n Inclusion\r\n Exclusion\r\n Simultaneousness\r\n Whole\r\n Uniqueness\r\n Mandatory\r\n Dependency\r\n Lock\r\n Value\r\n Persistent\r\n Other\r\n}\r\n\r\ninput ConstraintFilter {\r\n and: [ConstraintFilter!]\r\n or: [ConstraintFilter!]\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 constraintType: ConstraintConstraintTypeEnum\r\n constraintType_not: ConstraintConstraintTypeEnum\r\n constraintType_in: [ConstraintConstraintTypeEnum!]\r\n constraintType_not_in: [ConstraintConstraintTypeEnum!]\r\n oCL: String\r\n oCL_not: String\r\n oCL_in: [String!]\r\n oCL_not_in: [String!]\r\n oCL_lt: String\r\n oCL_lte: String\r\n oCL_gt: String\r\n oCL_gte: String\r\n oCL_contains: String\r\n oCL_not_contains: String\r\n oCL_starts_with: String\r\n oCL_not_starts_with: String\r\n oCL_ends_with: String\r\n oCL_not_ends_with: String\r\n expressionBody: String\r\n expressionBody_not: String\r\n expressionBody_in: [String!]\r\n expressionBody_not_in: [String!]\r\n expressionBody_lt: String\r\n expressionBody_lte: String\r\n expressionBody_gt: String\r\n expressionBody_gte: String\r\n expressionBody_contains: String\r\n expressionBody_not_contains: String\r\n expressionBody_starts_with: String\r\n expressionBody_not_starts_with: String\r\n expressionBody_ends_with: String\r\n expressionBody_not_ends_with: String\r\n umlObjectHeader: String\r\n umlObjectHeader_not: String\r\n umlObjectHeader_in: [String!]\r\n umlObjectHeader_not_in: [String!]\r\n umlObjectHeader_lt: String\r\n umlObjectHeader_lte: String\r\n umlObjectHeader_gt: String\r\n umlObjectHeader_gte: String\r\n umlObjectHeader_contains: String\r\n umlObjectHeader_not_contains: String\r\n umlObjectHeader_starts_with: String\r\n umlObjectHeader_not_starts_with: String\r\n umlObjectHeader_ends_with: String\r\n umlObjectHeader_not_ends_with: String\r\n regulatory: ConstraintRegulatoryEnum\r\n regulatory_not: ConstraintRegulatoryEnum\r\n regulatory_in: [ConstraintRegulatoryEnum!]\r\n regulatory_not_in: [ConstraintRegulatoryEnum!]\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 messageFlow_ConstrainedElement_some: [ConstraintFilter!]\r\n systemProcess_ConstrainedElement_some: [ConstraintFilter!]\r\n task_ConstrainedElement_some: [ConstraintFilter!]\r\n gateway_ConstrainedElement_some: [ConstraintFilter!]\r\n application_ConstrainedElement_some: [ConstraintFilter!]\r\n orgUnit_ConstrainedElement_some: [ConstraintFilter!]\r\n operation_ConstrainedElement_some: [ConstraintFilter!]\r\n iTService_ConstrainedElement_some: [ConstraintFilter!]\r\n organizationalProcess_ConstrainedElement_some: [ConstraintFilter!]\r\n businessProcess_ConstrainedElement_some: [ConstraintFilter!]\r\n sequenceFlow_ConstrainedElement_some: [ConstraintFilter!]\r\n risk_some: [ConstraintFilter!]\r\n externalreference_ExternalReference_some: [ConstraintFilter!]\r\n}\r\n\r\nenum ConstraintRegulatoryEnum {\r\n Other\r\n Regulatory\r\n}\r\n\r\nenum ConstraintTypeEnumFilter {\r\n Beginning\r\n End\r\n Inclusion\r\n Exclusion\r\n Simultaneousness\r\n Whole\r\n Uniqueness\r\n Mandatory\r\n Dependency\r\n Lock\r\n Value\r\n Persistent\r\n Other\r\n}\r\n\r\n# A content designates the content of a message or a message flow, independently\r\n# of its structure. A content may be used by several messages or message flows,\r\n# since it is not associated with an sender and a destination.\r\ntype Content {\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 contentType: ContentContentTypeEnum\r\n contentName: String\r\n flowType: ContentFlowTypeEnum\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 risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n messageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n}\r\n\r\nenum ContentContentTypeEnum {\r\n Information\r\n Financial\r\n Material\r\n Quality\r\n}\r\n\r\ninput ContentFilter {\r\n and: [ContentFilter!]\r\n or: [ContentFilter!]\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 contentType: ContentContentTypeEnum\r\n contentType_not: ContentContentTypeEnum\r\n contentType_in: [ContentContentTypeEnum!]\r\n contentType_not_in: [ContentContentTypeEnum!]\r\n contentName: String\r\n contentName_not: String\r\n contentName_in: [String!]\r\n contentName_not_in: [String!]\r\n contentName_lt: String\r\n contentName_lte: String\r\n contentName_gt: String\r\n contentName_gte: String\r\n contentName_contains: String\r\n contentName_not_contains: String\r\n contentName_starts_with: String\r\n contentName_not_starts_with: String\r\n contentName_ends_with: String\r\n contentName_not_ends_with: String\r\n flowType: ContentFlowTypeEnum\r\n flowType_not: ContentFlowTypeEnum\r\n flowType_in: [ContentFlowTypeEnum!]\r\n flowType_not_in: [ContentFlowTypeEnum!]\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: [ContentFilter!]\r\n businessDocument_ReferredtoDocument_some: [ContentFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ContentFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ContentFilter!]\r\n risk_some: [ContentFilter!]\r\n externalreference_ExternalReference_some: [ContentFilter!]\r\n messageFlow_some: [ContentFilter!]\r\n}\r\n\r\nenum ContentFlowTypeEnum {\r\n QualityFlow\r\n Interchangeflow\r\n InformationFlow\r\n FinancialFlow\r\n MaterialFlow\r\n}\r\n\r\nenum ContentTypeEnumFilter {\r\n Information\r\n Financial\r\n Material\r\n Quality\r\n}\r\n\r\ntype ContextType {\r\n userId: String\r\n databaseId: String\r\n libraryId: String\r\n profileId: String\r\n currencyCode: String\r\n currencyId: String\r\n language: String\r\n languageId: String\r\n databaseLanguage: String\r\n databaseLanguageId: String\r\n systemLanguage: String\r\n systemLanguageId: String\r\n workingEnvironmentTemplate: String\r\n workingEnvironmentGroupTemplate: String\r\n workingEnvironmentTopicTemplate: String\r\n workingEnvironment: String\r\n workingEnvironmentGroup: String\r\n workingEnvironmentTopic: String\r\n workingEnvironmentEntryPoint: String\r\n}\r\n\r\n# A control is a set of rules and means enabling assurance that a legal,\r\n# regulatory, internal or strategic requirement is respected.\r\ntype Control {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n controlCode: String\r\n controlLevel: ControlControlLevelEnum\r\n controlNature: ControlControlNatureEnum\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlFrequency: ControlControlFrequencyEnum\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 controlOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n controlResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n application_ControlContextElement(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ControlContextElement(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n operation_ControlContextElement(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_ControlContextElement(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_ControlContextElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_ControlContextElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum ControlControlExecutionMethodEnum {\r\n Observation\r\n Exhaustive\r\n ExceptionControl\r\n BySample\r\n StandardControl\r\n}\r\n\r\nenum ControlControlFrequencyEnum {\r\n Continuous\r\n Daily\r\n Weekly\r\n Monthly\r\n Quarterly\r\n Semestrially\r\n Yearly\r\n Custom\r\n Bi_monthly\r\n Ateachtransaction\r\n}\r\n\r\nenum ControlControlLevelEnum {\r\n LevelOne_Operational\r\n LevelTwo_Organizational\r\n}\r\n\r\nenum ControlControlNatureEnum {\r\n Detective\r\n Preventive\r\n Corrective\r\n Automatic\r\n Organisational\r\n Mixed\r\n}\r\n\r\nenum ControlDesignERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n Veryweak\r\n}\r\n\r\nenum ControlEffectivenessERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlExecutionMethodEnumFilter {\r\n Observation\r\n Exhaustive\r\n ExceptionControl\r\n BySample\r\n StandardControl\r\n}\r\n\r\ninput ControlFilter {\r\n and: [ControlFilter!]\r\n or: [ControlFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String!]\r\n controlCode_not_in: [String!]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlLevel: ControlControlLevelEnum\r\n controlLevel_not: ControlControlLevelEnum\r\n controlLevel_in: [ControlControlLevelEnum!]\r\n controlLevel_not_in: [ControlControlLevelEnum!]\r\n controlNature: ControlControlNatureEnum\r\n controlNature_not: ControlControlNatureEnum\r\n controlNature_in: [ControlControlNatureEnum!]\r\n controlNature_not_in: [ControlControlNatureEnum!]\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlExecutionMethod_not: ControlControlExecutionMethodEnum\r\n controlExecutionMethod_in: [ControlControlExecutionMethodEnum!]\r\n controlExecutionMethod_not_in: [ControlControlExecutionMethodEnum!]\r\n controlFrequency: ControlControlFrequencyEnum\r\n controlFrequency_not: ControlControlFrequencyEnum\r\n controlFrequency_in: [ControlControlFrequencyEnum!]\r\n controlFrequency_not_in: [ControlControlFrequencyEnum!]\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: [ControlFilter!]\r\n businessDocument_ReferredtoDocument_some: [ControlFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ControlFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ControlFilter!]\r\n controlOwner_PersonSystem_some: [ControlFilter!]\r\n controlAccountable_PersonSystem_some: [ControlFilter!]\r\n controlConsulted_PersonSystem_some: [ControlFilter!]\r\n controlInformed_PersonSystem_some: [ControlFilter!]\r\n controlResponsible_PersonSystem_some: [ControlFilter!]\r\n externalreference_ExternalReference_some: [ControlFilter!]\r\n application_ControlContextElement_some: [ControlFilter!]\r\n orgUnit_ControlContextElement_some: [ControlFilter!]\r\n operation_ControlContextElement_some: [ControlFilter!]\r\n iTService_ControlContextElement_some: [ControlFilter!]\r\n organizationalProcess_ControlContextElement_some: [ControlFilter!]\r\n businessProcess_ControlContextElement_some: [ControlFilter!]\r\n}\r\n\r\nenum ControlFrequencyEnumFilter {\r\n Continuous\r\n Daily\r\n Weekly\r\n Monthly\r\n Quarterly\r\n Semestrially\r\n Yearly\r\n Custom\r\n Bi_monthly\r\n Ateachtransaction\r\n}\r\n\r\nenum ControlLevelEnumFilter {\r\n LevelOne_Operational\r\n LevelTwo_Organizational\r\n}\r\n\r\nenum ControlLevelERMEnumFilter {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum ControlNatureEnumFilter {\r\n Detective\r\n Preventive\r\n Corrective\r\n Automatic\r\n Organisational\r\n Mixed\r\n}\r\n\r\nenum creationMode {\r\n RAW\r\n BUSINESS\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\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\n# An event represents a fact occurring during execution of a process, for example\r\n# a new contract concluded with a supplier. An event marks the impact on process\r\n# progress of a phenomenon internal or external to the process. There are\r\n# different nature of events: start events, catch events, throw events and end events.\r\ntype Event {\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 previouselement: String\r\n nextelement: String\r\n previouscontent: String\r\n nextcontent: String\r\n interrupting: EventInterruptingEnum\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 participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n systemProcess_BoundedActivity(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_BoundedActivity(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n operation_BoundedActivity(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n organizationalProcess_BoundedActivity(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_BoundedActivity(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n event_SourceEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n event_TargetEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n eventNature(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n eventType(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n sequenceFlow_TriggeredSequenceFlow(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n sequenceFlow_TriggeringSequenceFlow(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n}\r\n\r\ninput EventFilter {\r\n and: [EventFilter!]\r\n or: [EventFilter!]\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 previouselement: String\r\n previouselement_not: String\r\n previouselement_in: [String!]\r\n previouselement_not_in: [String!]\r\n previouselement_lt: String\r\n previouselement_lte: String\r\n previouselement_gt: String\r\n previouselement_gte: String\r\n previouselement_contains: String\r\n previouselement_not_contains: String\r\n previouselement_starts_with: String\r\n previouselement_not_starts_with: String\r\n previouselement_ends_with: String\r\n previouselement_not_ends_with: String\r\n nextelement: String\r\n nextelement_not: String\r\n nextelement_in: [String!]\r\n nextelement_not_in: [String!]\r\n nextelement_lt: String\r\n nextelement_lte: String\r\n nextelement_gt: String\r\n nextelement_gte: String\r\n nextelement_contains: String\r\n nextelement_not_contains: String\r\n nextelement_starts_with: String\r\n nextelement_not_starts_with: String\r\n nextelement_ends_with: String\r\n nextelement_not_ends_with: String\r\n previouscontent: String\r\n previouscontent_not: String\r\n previouscontent_in: [String!]\r\n previouscontent_not_in: [String!]\r\n previouscontent_lt: String\r\n previouscontent_lte: String\r\n previouscontent_gt: String\r\n previouscontent_gte: String\r\n previouscontent_contains: String\r\n previouscontent_not_contains: String\r\n previouscontent_starts_with: String\r\n previouscontent_not_starts_with: String\r\n previouscontent_ends_with: String\r\n previouscontent_not_ends_with: String\r\n nextcontent: String\r\n nextcontent_not: String\r\n nextcontent_in: [String!]\r\n nextcontent_not_in: [String!]\r\n nextcontent_lt: String\r\n nextcontent_lte: String\r\n nextcontent_gt: String\r\n nextcontent_gte: String\r\n nextcontent_contains: String\r\n nextcontent_not_contains: String\r\n nextcontent_starts_with: String\r\n nextcontent_not_starts_with: String\r\n nextcontent_ends_with: String\r\n nextcontent_not_ends_with: String\r\n interrupting: EventInterruptingEnum\r\n interrupting_not: EventInterruptingEnum\r\n interrupting_in: [EventInterruptingEnum!]\r\n interrupting_not_in: [EventInterruptingEnum!]\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: [EventFilter!]\r\n businessDocument_ReferredtoDocument_some: [EventFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [EventFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [EventFilter!]\r\n participant_some: [EventFilter!]\r\n systemProcess_OwnerElement_some: [EventFilter!]\r\n organizationalProcess_OwnerElement_some: [EventFilter!]\r\n businessProcess_OwnerElement_some: [EventFilter!]\r\n risk_some: [EventFilter!]\r\n externalreference_ExternalReference_some: [EventFilter!]\r\n systemProcess_BoundedActivity_some: [EventFilter!]\r\n task_BoundedActivity_some: [EventFilter!]\r\n operation_BoundedActivity_some: [EventFilter!]\r\n organizationalProcess_BoundedActivity_some: [EventFilter!]\r\n businessProcess_BoundedActivity_some: [EventFilter!]\r\n messageFlow_SentMessageFlow_some: [EventFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [EventFilter!]\r\n event_SourceEvent_some: [EventFilter!]\r\n event_TargetEvent_some: [EventFilter!]\r\n eventNature_some: [EventFilter!]\r\n eventType_some: [EventFilter!]\r\n sequenceFlow_TriggeredSequenceFlow_some: [EventFilter!]\r\n sequenceFlow_TriggeringSequenceFlow_some: [EventFilter!]\r\n}\r\n\r\nenum EventInterruptingEnum {\r\n Interrupting\r\n Non_Interrupting\r\n}\r\n\r\n# The event nature specifies the position of the event in the process sequence. -\r\n# Start: at the beginning of the process sequence - Catch: waits for something to\r\n# occur before continuing the process sequence - Throw: send something (a message,\r\n# a signal, etc.) and continues the process sequence - End: ends the process sequence\r\ntype EventNature {\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 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 externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n}\r\n\r\ninput EventNatureFilter {\r\n and: [EventNatureFilter!]\r\n or: [EventNatureFilter!]\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 businessDocument_AttachedDocument_some: [EventNatureFilter!]\r\n businessDocument_ReferredtoDocument_some: [EventNatureFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [EventNatureFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [EventNatureFilter!]\r\n externalreference_ExternalReference_some: [EventNatureFilter!]\r\n event_some: [EventNatureFilter!]\r\n}\r\n\r\n# The event type specifies the kind of happening that will trigger the event or\r\n# that will be triggered by the event. - None: the trigger is not specified,\r\n# generally at the start or end of a process - Message: the event is receiving or\r\n# sending messages - Timer: the event is triggered by a timer - Error: the event\r\n# catches or throws errors - Cancel: the event reacts to cancelled process steps\r\n# or triggers cancellation - Compensation: the event handles or triggers\r\n# compensation of a failed process - Conditional: the event is triggered by a\r\n# condition - Signal: the event waits for a signal or throws a signal. One signal\r\n# thrown can be caught multiple times - Terminate: the event indicates that all\r\n# process steps should be immediately ended without compensation or event\r\n# handling. - Multiple: the event has multiple triggers - Link: the event is used\r\n# to connect two sections of a process\r\ntype EventType {\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 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 externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event_TypedEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n}\r\n\r\ninput EventTypeFilter {\r\n and: [EventTypeFilter!]\r\n or: [EventTypeFilter!]\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 businessDocument_AttachedDocument_some: [EventTypeFilter!]\r\n businessDocument_ReferredtoDocument_some: [EventTypeFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [EventTypeFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [EventTypeFilter!]\r\n externalreference_ExternalReference_some: [EventTypeFilter!]\r\n event_TypedEvent_some: [EventTypeFilter!]\r\n}\r\n\r\nenum ExecutionBAEnumFilter {\r\n NA\r\n Inefficient\r\n Insufficient\r\n Medium\r\n Good\r\n VeryGood\r\n}\r\n\r\nenum ExtensionEnumFilter {\r\n docx\r\n pptx\r\n xlsx\r\n jpg\r\n gif\r\n xdr\r\n dtd\r\n doc\r\n xls\r\n ppt\r\n pdf\r\n htm\r\n html\r\n bmp\r\n txt\r\n chm\r\n hlp\r\n exe\r\n dll\r\n avi\r\n wav\r\n xsd\r\n xsl\r\n zip\r\n xml\r\n vbs\r\n js\r\n}\r\n\r\n# An external reference allows you to associate an object with a document outside\r\n# the repository. For example, you can create references to regulations concerning\r\n# safety or the environment, legal issues, etc. The location of this document can\r\n# be indicated as a file path or Web page address using its URL (Universal\r\n# Resource Locator).\r\ntype Externalreference {\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 completepath: String\r\n accesspath: String\r\n extension: ExternalreferenceExtensionEnum\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n messageFlow_ElementwithExternalReference(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed_ElementwithExternalReference(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n library_ElementwithExternalReference(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n functionality_ElementwithExternalReference(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature_ElementwithExternalReference(filter: filterEventNature, orderBy: [orderByEventNature]): [EventNature]\r\n event_ElementwithExternalReference(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n eventType_ElementwithExternalReference(filter: filterEventType, orderBy: [orderByEventType]): [EventType]\r\n content_ElementwithExternalReference(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_ElementwithExternalReference(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_ElementwithExternalReference(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n task_ElementwithExternalReference(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n risk_ElementwithExternalReference(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n businessDocument_ElementwithExternalReference(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n gateway_ElementwithExternalReference(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n externalreference_ElementwithExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n participant_ElementwithExternalReference(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n control_ElementwithExternalReference(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_ElementwithExternalReference(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementwithExternalReference(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n constraint_ElementwithExternalReference(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n operation_ElementwithExternalReference(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_ElementwithExternalReference(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_ElementwithExternalReference(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_ElementwithExternalReference(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n sequenceFlow_ElementwithExternalReference(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n}\r\n\r\nenum ExternalreferenceExtensionEnum {\r\n docx\r\n pptx\r\n xlsx\r\n jpg\r\n gif\r\n xdr\r\n dtd\r\n doc\r\n xls\r\n ppt\r\n pdf\r\n htm\r\n html\r\n bmp\r\n txt\r\n chm\r\n hlp\r\n exe\r\n dll\r\n avi\r\n wav\r\n xsd\r\n xsl\r\n zip\r\n xml\r\n vbs\r\n js\r\n}\r\n\r\ninput ExternalreferenceFilter {\r\n and: [ExternalreferenceFilter!]\r\n or: [ExternalreferenceFilter!]\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 completepath: String\r\n completepath_not: String\r\n completepath_in: [String!]\r\n completepath_not_in: [String!]\r\n completepath_lt: String\r\n completepath_lte: String\r\n completepath_gt: String\r\n completepath_gte: String\r\n completepath_contains: String\r\n completepath_not_contains: String\r\n completepath_starts_with: String\r\n completepath_not_starts_with: String\r\n completepath_ends_with: String\r\n completepath_not_ends_with: String\r\n accesspath: String\r\n accesspath_not: String\r\n accesspath_in: [String!]\r\n accesspath_not_in: [String!]\r\n accesspath_lt: String\r\n accesspath_lte: String\r\n accesspath_gt: String\r\n accesspath_gte: String\r\n accesspath_contains: String\r\n accesspath_not_contains: String\r\n accesspath_starts_with: String\r\n accesspath_not_starts_with: String\r\n accesspath_ends_with: String\r\n accesspath_not_ends_with: String\r\n extension: ExternalreferenceExtensionEnum\r\n extension_not: ExternalreferenceExtensionEnum\r\n extension_in: [ExternalreferenceExtensionEnum!]\r\n extension_not_in: [ExternalreferenceExtensionEnum!]\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 messageFlow_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n systemUsed_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n library_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n functionality_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n eventNature_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n event_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n eventType_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n content_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n systemProcess_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n applicationSystem_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n task_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n risk_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n businessDocument_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n gateway_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n externalreference_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n participant_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n control_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n application_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n orgUnit_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n constraint_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n operation_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n iTService_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n organizationalProcess_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n businessProcess_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n sequenceFlow_ElementwithExternalReference_some: [ExternalreferenceFilter!]\r\n externalreference_ExternalReference_some: [ExternalreferenceFilter!]\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 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 expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float]\r\n expenses_not_in: [Float]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float]\r\n capitalExpenses_not_in: [Float]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float]\r\n operatingExpenses_not_in: [Float]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n 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 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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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 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 ApplicationSystem\r\ninput filterApplicationSystem {\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 expenses: Float\r\n expenses_not: Float\r\n expenses_in: [Float]\r\n expenses_not_in: [Float]\r\n expenses_lt: Float\r\n expenses_lte: Float\r\n expenses_gt: Float\r\n expenses_gte: Float\r\n capitalExpenses: Float\r\n capitalExpenses_not: Float\r\n capitalExpenses_in: [Float]\r\n capitalExpenses_not_in: [Float]\r\n capitalExpenses_lt: Float\r\n capitalExpenses_lte: Float\r\n capitalExpenses_gt: Float\r\n capitalExpenses_gte: Float\r\n operatingExpenses: Float\r\n operatingExpenses_not: Float\r\n operatingExpenses_in: [Float]\r\n operatingExpenses_not_in: [Float]\r\n operatingExpenses_lt: Float\r\n operatingExpenses_lte: Float\r\n operatingExpenses_gt: Float\r\n operatingExpenses_gte: Float\r\n 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 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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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 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 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 transaction: TransactionEnumFilter\r\n transaction_not: TransactionEnumFilter\r\n transaction_in: [TransactionEnumFilter]\r\n transaction_not_in: [TransactionEnumFilter]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: LoopEnumFilter\r\n loop_not: LoopEnumFilter\r\n loop_in: [LoopEnumFilter]\r\n loop_not_in: [LoopEnumFilter]\r\n adHoc: AdHocEnumFilter\r\n adHoc_not: AdHocEnumFilter\r\n adHoc_in: [AdHocEnumFilter]\r\n adHoc_not_in: [AdHocEnumFilter]\r\n multiple: MultipleEnumFilter\r\n multiple_not: MultipleEnumFilter\r\n multiple_in: [MultipleEnumFilter]\r\n multiple_not_in: [MultipleEnumFilter]\r\n compensation: CompensationEnumFilter\r\n compensation_not: CompensationEnumFilter\r\n compensation_in: [CompensationEnumFilter]\r\n compensation_not_in: [CompensationEnumFilter]\r\n 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n businessProcessStatus: BusinessProcessStatusEnumFilter\r\n businessProcessStatus_not: BusinessProcessStatusEnumFilter\r\n businessProcessStatus_in: [BusinessProcessStatusEnumFilter]\r\n businessProcessStatus_not_in: [BusinessProcessStatusEnumFilter]\r\n 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 Constraint\r\ninput filterConstraint {\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 constraintType: ConstraintTypeEnumFilter\r\n constraintType_not: ConstraintTypeEnumFilter\r\n constraintType_in: [ConstraintTypeEnumFilter]\r\n constraintType_not_in: [ConstraintTypeEnumFilter]\r\n oCL: String\r\n oCL_not: String\r\n oCL_in: [String]\r\n oCL_not_in: [String]\r\n oCL_lt: String\r\n oCL_lte: String\r\n oCL_gt: String\r\n oCL_gte: String\r\n oCL_contains: String\r\n oCL_not_contains: String\r\n oCL_starts_with: String\r\n oCL_not_starts_with: String\r\n oCL_ends_with: String\r\n oCL_not_ends_with: String\r\n expressionBody: String\r\n expressionBody_not: String\r\n expressionBody_in: [String]\r\n expressionBody_not_in: [String]\r\n expressionBody_lt: String\r\n expressionBody_lte: String\r\n expressionBody_gt: String\r\n expressionBody_gte: String\r\n expressionBody_contains: String\r\n expressionBody_not_contains: String\r\n expressionBody_starts_with: String\r\n expressionBody_not_starts_with: String\r\n expressionBody_ends_with: String\r\n expressionBody_not_ends_with: String\r\n umlObjectHeader: String\r\n umlObjectHeader_not: String\r\n umlObjectHeader_in: [String]\r\n umlObjectHeader_not_in: [String]\r\n umlObjectHeader_lt: String\r\n umlObjectHeader_lte: String\r\n umlObjectHeader_gt: String\r\n umlObjectHeader_gte: String\r\n umlObjectHeader_contains: String\r\n umlObjectHeader_not_contains: String\r\n umlObjectHeader_starts_with: String\r\n umlObjectHeader_not_starts_with: String\r\n umlObjectHeader_ends_with: String\r\n umlObjectHeader_not_ends_with: String\r\n regulatory: RegulatoryEnumFilter\r\n regulatory_not: RegulatoryEnumFilter\r\n regulatory_in: [RegulatoryEnumFilter]\r\n regulatory_not_in: [RegulatoryEnumFilter]\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 Content\r\ninput filterContent {\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 contentType: ContentTypeEnumFilter\r\n contentType_not: ContentTypeEnumFilter\r\n contentType_in: [ContentTypeEnumFilter]\r\n contentType_not_in: [ContentTypeEnumFilter]\r\n contentName: String\r\n contentName_not: String\r\n contentName_in: [String]\r\n contentName_not_in: [String]\r\n contentName_lt: String\r\n contentName_lte: String\r\n contentName_gt: String\r\n contentName_gte: String\r\n contentName_contains: String\r\n contentName_not_contains: String\r\n contentName_starts_with: String\r\n contentName_not_starts_with: String\r\n contentName_ends_with: String\r\n contentName_not_ends_with: String\r\n flowType: FlowTypeEnumFilter\r\n flowType_not: FlowTypeEnumFilter\r\n flowType_in: [FlowTypeEnumFilter]\r\n flowType_not_in: [FlowTypeEnumFilter]\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String]\r\n hexaIdAbs_not_in: [String]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n comment: String\r\n comment_not: String\r\n comment_in: [String]\r\n comment_not_in: [String]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Control\r\ninput filterControl {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String]\r\n name_not_in: [String]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n controlCode: String\r\n controlCode_not: String\r\n controlCode_in: [String]\r\n controlCode_not_in: [String]\r\n controlCode_lt: String\r\n controlCode_lte: String\r\n controlCode_gt: String\r\n controlCode_gte: String\r\n controlCode_contains: String\r\n controlCode_not_contains: String\r\n controlCode_starts_with: String\r\n controlCode_not_starts_with: String\r\n controlCode_ends_with: String\r\n controlCode_not_ends_with: String\r\n controlLevel: ControlLevelEnumFilter\r\n controlLevel_not: ControlLevelEnumFilter\r\n controlLevel_in: [ControlLevelEnumFilter]\r\n controlLevel_not_in: [ControlLevelEnumFilter]\r\n controlNature: ControlNatureEnumFilter\r\n controlNature_not: ControlNatureEnumFilter\r\n controlNature_in: [ControlNatureEnumFilter]\r\n controlNature_not_in: [ControlNatureEnumFilter]\r\n controlExecutionMethod: ControlExecutionMethodEnumFilter\r\n controlExecutionMethod_not: ControlExecutionMethodEnumFilter\r\n controlExecutionMethod_in: [ControlExecutionMethodEnumFilter]\r\n controlExecutionMethod_not_in: [ControlExecutionMethodEnumFilter]\r\n controlFrequency: ControlFrequencyEnumFilter\r\n controlFrequency_not: ControlFrequencyEnumFilter\r\n controlFrequency_in: [ControlFrequencyEnumFilter]\r\n controlFrequency_not_in: [ControlFrequencyEnumFilter]\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 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 Event\r\ninput filterEvent {\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 previouselement: String\r\n previouselement_not: String\r\n previouselement_in: [String]\r\n previouselement_not_in: [String]\r\n previouselement_lt: String\r\n previouselement_lte: String\r\n previouselement_gt: String\r\n previouselement_gte: String\r\n previouselement_contains: String\r\n previouselement_not_contains: String\r\n previouselement_starts_with: String\r\n previouselement_not_starts_with: String\r\n previouselement_ends_with: String\r\n previouselement_not_ends_with: String\r\n nextelement: String\r\n nextelement_not: String\r\n nextelement_in: [String]\r\n nextelement_not_in: [String]\r\n nextelement_lt: String\r\n nextelement_lte: String\r\n nextelement_gt: String\r\n nextelement_gte: String\r\n nextelement_contains: String\r\n nextelement_not_contains: String\r\n nextelement_starts_with: String\r\n nextelement_not_starts_with: String\r\n nextelement_ends_with: String\r\n nextelement_not_ends_with: String\r\n previouscontent: String\r\n previouscontent_not: String\r\n previouscontent_in: [String]\r\n previouscontent_not_in: [String]\r\n previouscontent_lt: String\r\n previouscontent_lte: String\r\n previouscontent_gt: String\r\n previouscontent_gte: String\r\n previouscontent_contains: String\r\n previouscontent_not_contains: String\r\n previouscontent_starts_with: String\r\n previouscontent_not_starts_with: String\r\n previouscontent_ends_with: String\r\n previouscontent_not_ends_with: String\r\n nextcontent: String\r\n nextcontent_not: String\r\n nextcontent_in: [String]\r\n nextcontent_not_in: [String]\r\n nextcontent_lt: String\r\n nextcontent_lte: String\r\n nextcontent_gt: String\r\n nextcontent_gte: String\r\n nextcontent_contains: String\r\n nextcontent_not_contains: String\r\n nextcontent_starts_with: String\r\n nextcontent_not_starts_with: String\r\n nextcontent_ends_with: String\r\n nextcontent_not_ends_with: String\r\n interrupting: InterruptingEnumFilter\r\n interrupting_not: InterruptingEnumFilter\r\n interrupting_in: [InterruptingEnumFilter]\r\n interrupting_not_in: [InterruptingEnumFilter]\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 EventNature\r\ninput filterEventNature {\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 EventType\r\ninput filterEventType {\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 Externalreference\r\ninput filterExternalreference {\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 completepath: String\r\n completepath_not: String\r\n completepath_in: [String]\r\n completepath_not_in: [String]\r\n completepath_lt: String\r\n completepath_lte: String\r\n completepath_gt: String\r\n completepath_gte: String\r\n completepath_contains: String\r\n completepath_not_contains: String\r\n completepath_starts_with: String\r\n completepath_not_starts_with: String\r\n completepath_ends_with: String\r\n completepath_not_ends_with: String\r\n accesspath: String\r\n accesspath_not: String\r\n accesspath_in: [String]\r\n accesspath_not_in: [String]\r\n accesspath_lt: String\r\n accesspath_lte: String\r\n accesspath_gt: String\r\n accesspath_gte: String\r\n accesspath_contains: String\r\n accesspath_not_contains: String\r\n accesspath_starts_with: String\r\n accesspath_not_starts_with: String\r\n accesspath_ends_with: String\r\n accesspath_not_ends_with: String\r\n extension: ExtensionEnumFilter\r\n extension_not: ExtensionEnumFilter\r\n extension_in: [ExtensionEnumFilter]\r\n extension_not_in: [ExtensionEnumFilter]\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 Functionality\r\ninput filterFunctionality {\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 capabilityEffectiveness: CapabilityEffectivenessEnumFilter\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnumFilter\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnumFilter]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnumFilter]\r\n functionalitytype: FunctionalitytypeEnumFilter\r\n functionalitytype_not: FunctionalitytypeEnumFilter\r\n functionalitytype_in: [FunctionalitytypeEnumFilter]\r\n functionalitytype_not_in: [FunctionalitytypeEnumFilter]\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 financialImpact: FinancialImpactEnumFilter\r\n financialImpact_not: FinancialImpactEnumFilter\r\n financialImpact_in: [FinancialImpactEnumFilter]\r\n financialImpact_not_in: [FinancialImpactEnumFilter]\r\n capabilityEfficiency: CapabilityEfficiencyEnumFilter\r\n capabilityEfficiency_not: CapabilityEfficiencyEnumFilter\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnumFilter]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnumFilter]\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 Gateway\r\ninput filterGateway {\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 gatewaytype: GatewaytypeEnumFilter\r\n gatewaytype_not: GatewaytypeEnumFilter\r\n gatewaytype_in: [GatewaytypeEnumFilter]\r\n gatewaytype_not_in: [GatewaytypeEnumFilter]\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 ITService\r\ninput filterITService {\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 statusReview: StatusReviewEnumFilter\r\n statusReview_not: StatusReviewEnumFilter\r\n statusReview_in: [StatusReviewEnumFilter]\r\n statusReview_not_in: [StatusReviewEnumFilter]\r\n iTServiceStereotype: ITServiceStereotypeEnumFilter\r\n iTServiceStereotype_not: ITServiceStereotypeEnumFilter\r\n iTServiceStereotype_in: [ITServiceStereotypeEnumFilter]\r\n iTServiceStereotype_not_in: [ITServiceStereotypeEnumFilter]\r\n servicevisibility: ServicevisibilityEnumFilter\r\n servicevisibility_not: ServicevisibilityEnumFilter\r\n servicevisibility_in: [ServicevisibilityEnumFilter]\r\n servicevisibility_not_in: [ServicevisibilityEnumFilter]\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_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 Library\r\ninput filterLibrary {\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 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 authenticationMode: AuthenticationModeEnumFilter\r\n authenticationMode_not: AuthenticationModeEnumFilter\r\n authenticationMode_in: [AuthenticationModeEnumFilter]\r\n authenticationMode_not_in: [AuthenticationModeEnumFilter]\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 windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String]\r\n windowsLogin_not_in: [String]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\r\n 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 MessageFlow\r\ninput filterMessageFlow {\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 identification: String\r\n identification_not: String\r\n identification_in: [String]\r\n identification_not_in: [String]\r\n identification_lt: String\r\n identification_lte: String\r\n identification_gt: String\r\n identification_gte: String\r\n identification_contains: String\r\n identification_not_contains: String\r\n identification_starts_with: String\r\n identification_not_starts_with: String\r\n identification_ends_with: String\r\n identification_not_ends_with: String\r\n access: String\r\n access_not: String\r\n access_in: [String]\r\n access_not_in: [String]\r\n access_lt: String\r\n access_lte: String\r\n access_gt: String\r\n access_gte: String\r\n access_contains: String\r\n access_not_contains: String\r\n access_starts_with: String\r\n access_not_starts_with: String\r\n access_ends_with: String\r\n access_not_ends_with: String\r\n storageTime: String\r\n storageTime_not: String\r\n storageTime_in: [String]\r\n storageTime_not_in: [String]\r\n storageTime_lt: String\r\n storageTime_lte: String\r\n storageTime_gt: String\r\n storageTime_gte: String\r\n storageTime_contains: String\r\n storageTime_not_contains: String\r\n storageTime_starts_with: String\r\n storageTime_not_starts_with: String\r\n storageTime_ends_with: String\r\n storageTime_not_ends_with: String\r\n storageLocation: String\r\n storageLocation_not: String\r\n storageLocation_in: [String]\r\n storageLocation_not_in: [String]\r\n storageLocation_lt: String\r\n storageLocation_lte: String\r\n storageLocation_gt: String\r\n storageLocation_gte: String\r\n storageLocation_contains: String\r\n storageLocation_not_contains: String\r\n storageLocation_starts_with: String\r\n storageLocation_not_starts_with: String\r\n storageLocation_ends_with: String\r\n storageLocation_not_ends_with: String\r\n retentionTime: String\r\n retentionTime_not: String\r\n retentionTime_in: [String]\r\n retentionTime_not_in: [String]\r\n retentionTime_lt: String\r\n retentionTime_lte: String\r\n retentionTime_gt: String\r\n retentionTime_gte: String\r\n retentionTime_contains: String\r\n retentionTime_not_contains: String\r\n retentionTime_starts_with: String\r\n retentionTime_not_starts_with: String\r\n retentionTime_ends_with: String\r\n retentionTime_not_ends_with: String\r\n retentionLocation: String\r\n retentionLocation_not: String\r\n retentionLocation_in: [String]\r\n retentionLocation_not_in: [String]\r\n retentionLocation_lt: String\r\n retentionLocation_lte: String\r\n retentionLocation_gt: String\r\n retentionLocation_gte: String\r\n retentionLocation_contains: String\r\n retentionLocation_not_contains: String\r\n retentionLocation_starts_with: String\r\n retentionLocation_not_starts_with: String\r\n retentionLocation_ends_with: String\r\n retentionLocation_not_ends_with: String\r\n messageType: MessageTypeEnumFilter\r\n messageType_not: MessageTypeEnumFilter\r\n messageType_in: [MessageTypeEnumFilter]\r\n messageType_not_in: [MessageTypeEnumFilter]\r\n frequency: String\r\n frequency_not: String\r\n frequency_in: [String]\r\n frequency_not_in: [String]\r\n frequency_lt: String\r\n frequency_lte: String\r\n frequency_gt: String\r\n frequency_gte: String\r\n frequency_contains: String\r\n frequency_not_contains: String\r\n frequency_starts_with: String\r\n frequency_not_starts_with: String\r\n frequency_ends_with: String\r\n frequency_not_ends_with: String\r\n transmissionMode: String\r\n transmissionMode_not: String\r\n transmissionMode_in: [String]\r\n transmissionMode_not_in: [String]\r\n transmissionMode_lt: String\r\n transmissionMode_lte: String\r\n transmissionMode_gt: String\r\n transmissionMode_gte: String\r\n transmissionMode_contains: String\r\n transmissionMode_not_contains: String\r\n transmissionMode_starts_with: String\r\n transmissionMode_not_starts_with: String\r\n transmissionMode_ends_with: String\r\n transmissionMode_not_ends_with: String\r\n messageFlowName: String\r\n messageFlowName_not: String\r\n messageFlowName_in: [String]\r\n messageFlowName_not_in: [String]\r\n messageFlowName_lt: String\r\n messageFlowName_lte: String\r\n messageFlowName_gt: String\r\n messageFlowName_gte: String\r\n messageFlowName_contains: String\r\n messageFlowName_not_contains: String\r\n messageFlowName_starts_with: String\r\n messageFlowName_not_starts_with: String\r\n messageFlowName_ends_with: String\r\n messageFlowName_not_ends_with: String\r\n destruction: String\r\n destruction_not: String\r\n destruction_in: [String]\r\n destruction_not_in: [String]\r\n destruction_lt: String\r\n destruction_lte: String\r\n destruction_gt: String\r\n destruction_gte: String\r\n destruction_contains: String\r\n destruction_not_contains: String\r\n destruction_starts_with: String\r\n destruction_not_starts_with: String\r\n destruction_ends_with: String\r\n destruction_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 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 operationType: OperationTypeEnumFilter\r\n operationType_not: OperationTypeEnumFilter\r\n operationType_in: [OperationTypeEnumFilter]\r\n operationType_not_in: [OperationTypeEnumFilter]\r\n outputLogic: OutputLogicEnumFilter\r\n outputLogic_not: OutputLogicEnumFilter\r\n outputLogic_in: [OutputLogicEnumFilter]\r\n outputLogic_not_in: [OutputLogicEnumFilter]\r\n transaction: TransactionEnumFilter\r\n transaction_not: TransactionEnumFilter\r\n transaction_in: [TransactionEnumFilter]\r\n transaction_not_in: [TransactionEnumFilter]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: LoopEnumFilter\r\n loop_not: LoopEnumFilter\r\n loop_in: [LoopEnumFilter]\r\n loop_not_in: [LoopEnumFilter]\r\n adHoc: AdHocEnumFilter\r\n adHoc_not: AdHocEnumFilter\r\n adHoc_in: [AdHocEnumFilter]\r\n adHoc_not_in: [AdHocEnumFilter]\r\n multiple: MultipleEnumFilter\r\n multiple_not: MultipleEnumFilter\r\n multiple_in: [MultipleEnumFilter]\r\n multiple_not_in: [MultipleEnumFilter]\r\n compensation: CompensationEnumFilter\r\n compensation_not: CompensationEnumFilter\r\n compensation_in: [CompensationEnumFilter]\r\n compensation_not_in: [CompensationEnumFilter]\r\n 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 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 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 isSAP: Boolean\r\n isSAP_not: Boolean\r\n loop: LoopEnumFilter\r\n loop_not: LoopEnumFilter\r\n loop_in: [LoopEnumFilter]\r\n loop_not_in: [LoopEnumFilter]\r\n adHoc: AdHocEnumFilter\r\n adHoc_not: AdHocEnumFilter\r\n adHoc_in: [AdHocEnumFilter]\r\n adHoc_not_in: [AdHocEnumFilter]\r\n multiple: MultipleEnumFilter\r\n multiple_not: MultipleEnumFilter\r\n multiple_in: [MultipleEnumFilter]\r\n multiple_not_in: [MultipleEnumFilter]\r\n compensation: CompensationEnumFilter\r\n compensation_not: CompensationEnumFilter\r\n compensation_in: [CompensationEnumFilter]\r\n compensation_not_in: [CompensationEnumFilter]\r\n 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\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 OrgUnit\r\ninput filterOrgUnit {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String]\r\n name_not_in: [String]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalExternal: InternalExternalEnumFilter\r\n internalExternal_not: InternalExternalEnumFilter\r\n internalExternal_in: [InternalExternalEnumFilter]\r\n internalExternal_not_in: [InternalExternalEnumFilter]\r\n orgUnitType: OrgUnitTypeEnumFilter\r\n orgUnitType_not: OrgUnitTypeEnumFilter\r\n orgUnitType_in: [OrgUnitTypeEnumFilter]\r\n orgUnitType_not_in: [OrgUnitTypeEnumFilter]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date]\r\n beginLifedate_not_in: [Date]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date]\r\n endlifedate_not_in: [Date]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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 orgUnitStatus: OrgUnitStatusEnumFilter\r\n orgUnitStatus_not: OrgUnitStatusEnumFilter\r\n orgUnitStatus_in: [OrgUnitStatusEnumFilter]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnumFilter]\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 Participant\r\ninput filterParticipant {\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 multipleParticipant: MultipleParticipantEnumFilter\r\n multipleParticipant_not: MultipleParticipantEnumFilter\r\n multipleParticipant_in: [MultipleParticipantEnumFilter]\r\n multipleParticipant_not_in: [MultipleParticipantEnumFilter]\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 windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String]\r\n windowsLogin_not_in: [String]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String]\r\n scciUserName_not_in: [String]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n email: String\r\n email_not: String\r\n email_in: [String]\r\n email_not_in: [String]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n 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 Risk\r\ninput filterRisk {\r\n id: String\r\n id_not: String\r\n id_in: [String]\r\n id_not_in: [String]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String]\r\n externalIdentifier_not_in: [String]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String]\r\n name_not_in: [String]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String]\r\n creatorName_not_in: [String]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String]\r\n modifierName_not_in: [String]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date]\r\n modificationDate_not_in: [Date]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date]\r\n creationDate_not_in: [Date]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String]\r\n riskCode_not_in: [String]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n controlDesignERM: ControlDesignERMEnumFilter\r\n controlDesignERM_not: ControlDesignERMEnumFilter\r\n controlDesignERM_in: [ControlDesignERMEnumFilter]\r\n controlDesignERM_not_in: [ControlDesignERMEnumFilter]\r\n controlEffectivenessERM: ControlEffectivenessERMEnumFilter\r\n controlEffectivenessERM_not: ControlEffectivenessERMEnumFilter\r\n controlEffectivenessERM_in: [ControlEffectivenessERMEnumFilter]\r\n controlEffectivenessERM_not_in: [ControlEffectivenessERMEnumFilter]\r\n riskIdentificationMode: RiskIdentificationModeEnumFilter\r\n riskIdentificationMode_not: RiskIdentificationModeEnumFilter\r\n riskIdentificationMode_in: [RiskIdentificationModeEnumFilter]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnumFilter]\r\n keyRisk: Boolean\r\n keyRisk_not: Boolean\r\n targetRiskERM: TargetRiskERMEnumFilter\r\n targetRiskERM_not: TargetRiskERMEnumFilter\r\n targetRiskERM_in: [TargetRiskERMEnumFilter]\r\n targetRiskERM_not_in: [TargetRiskERMEnumFilter]\r\n netRiskERM: NetRiskERMEnumFilter\r\n netRiskERM_not: NetRiskERMEnumFilter\r\n netRiskERM_in: [NetRiskERMEnumFilter]\r\n netRiskERM_not_in: [NetRiskERMEnumFilter]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float]\r\n assessmentFreshness_not_in: [Float]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n impactERM: ImpactERMEnumFilter\r\n impactERM_not: ImpactERMEnumFilter\r\n impactERM_in: [ImpactERMEnumFilter]\r\n impactERM_not_in: [ImpactERMEnumFilter]\r\n likelihoodERM: LikelihoodERMEnumFilter\r\n likelihoodERM_not: LikelihoodERMEnumFilter\r\n likelihoodERM_in: [LikelihoodERMEnumFilter]\r\n likelihoodERM_not_in: [LikelihoodERMEnumFilter]\r\n inherentRiskERM: InherentRiskERMEnumFilter\r\n inherentRiskERM_not: InherentRiskERMEnumFilter\r\n inherentRiskERM_in: [InherentRiskERMEnumFilter]\r\n inherentRiskERM_not_in: [InherentRiskERMEnumFilter]\r\n residualRiskComputingMode: String\r\n residualRiskComputingMode_not: String\r\n residualRiskComputingMode_in: [String]\r\n residualRiskComputingMode_not_in: [String]\r\n residualRiskComputingMode_lt: String\r\n residualRiskComputingMode_lte: String\r\n residualRiskComputingMode_gt: String\r\n residualRiskComputingMode_gte: String\r\n residualRiskComputingMode_contains: String\r\n residualRiskComputingMode_not_contains: String\r\n residualRiskComputingMode_starts_with: String\r\n residualRiskComputingMode_not_starts_with: String\r\n residualRiskComputingMode_ends_with: String\r\n residualRiskComputingMode_not_ends_with: String\r\n controlLevelERM: ControlLevelERMEnumFilter\r\n controlLevelERM_not: ControlLevelERMEnumFilter\r\n controlLevelERM_in: [ControlLevelERMEnumFilter]\r\n controlLevelERM_not_in: [ControlLevelERMEnumFilter]\r\n riskStatus: RiskStatusEnumFilter\r\n riskStatus_not: RiskStatusEnumFilter\r\n riskStatus_in: [RiskStatusEnumFilter]\r\n riskStatus_not_in: [RiskStatusEnumFilter]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date]\r\n lastAssessmentDate_not_in: [Date]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n riskStatusobj: RiskStatusobjEnumFilter\r\n riskStatusobj_not: RiskStatusobjEnumFilter\r\n riskStatusobj_in: [RiskStatusobjEnumFilter]\r\n riskStatusobj_not_in: [RiskStatusobjEnumFilter]\r\n riskAcceptance: Boolean\r\n riskAcceptance_not: Boolean\r\n risktreatmentcomment: String\r\n risktreatmentcomment_not: String\r\n risktreatmentcomment_in: [String]\r\n risktreatmentcomment_not_in: [String]\r\n risktreatmentcomment_lt: String\r\n risktreatmentcomment_lte: String\r\n risktreatmentcomment_gt: String\r\n risktreatmentcomment_gte: String\r\n risktreatmentcomment_contains: String\r\n risktreatmentcomment_not_contains: String\r\n risktreatmentcomment_starts_with: String\r\n risktreatmentcomment_not_starts_with: String\r\n risktreatmentcomment_ends_with: String\r\n risktreatmentcomment_not_ends_with: String\r\n riskAvoidance: Boolean\r\n riskAvoidance_not: Boolean\r\n riskReduction: Boolean\r\n riskReduction_not: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskTransferSubcontractor_not: Boolean\r\n riskInsurance: Boolean\r\n riskInsurance_not: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String]\r\n hexaIdAbs_not_in: [String]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n comment: String\r\n comment_not: String\r\n comment_in: [String]\r\n comment_not_in: [String]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n}\r\n\r\n# Filters of SequenceFlow\r\ninput filterSequenceFlow {\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 sequencetype: SequencetypeEnumFilter\r\n sequencetype_not: SequencetypeEnumFilter\r\n sequencetype_in: [SequencetypeEnumFilter]\r\n sequencetype_not_in: [SequencetypeEnumFilter]\r\n predicate: String\r\n predicate_not: String\r\n predicate_in: [String]\r\n predicate_not_in: [String]\r\n predicate_lt: String\r\n predicate_lte: String\r\n predicate_gt: String\r\n predicate_gte: String\r\n predicate_contains: String\r\n predicate_not_contains: String\r\n predicate_starts_with: String\r\n predicate_not_starts_with: String\r\n predicate_ends_with: String\r\n predicate_not_ends_with: String\r\n successionName: String\r\n successionName_not: String\r\n successionName_in: [String]\r\n successionName_not_in: [String]\r\n successionName_lt: String\r\n successionName_lte: String\r\n successionName_gt: String\r\n successionName_gte: String\r\n successionName_contains: String\r\n successionName_not_contains: String\r\n successionName_starts_with: String\r\n successionName_not_starts_with: String\r\n successionName_ends_with: String\r\n successionName_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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\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 SystemUsed\r\ninput filterSystemUsed {\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 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 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\nenum FinancialImpactEnumFilter {\r\n Two_Low\r\n Three_Moderate\r\n Four_High\r\n Five_VeryHigh\r\n One_VeryLow\r\n}\r\n\r\nenum FlowTypeEnumFilter {\r\n QualityFlow\r\n Interchangeflow\r\n InformationFlow\r\n FinancialFlow\r\n MaterialFlow\r\n}\r\n\r\n# A functionality is a service required by an org-unit in order to perform its\r\n# work. This functionality is generally necessary within an activity in order to\r\n# execute a specific operation. If it is a software functionality, it can be\r\n# provided by an application.\r\ntype Functionality {\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 capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n functionalitytype: FunctionalityFunctionalitytypeEnum\r\n assessmentFreshness: Float\r\n lastAssessmentDate: Date\r\n financialImpact: FunctionalityFinancialImpactEnum\r\n capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\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 externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n}\r\n\r\nenum FunctionalityCapabilityEffectivenessEnum {\r\n Six_FutureOpportunity\r\n One_ExtremelyEffective\r\n Two_VeryEffective\r\n Three_SomewhatEffective\r\n Five_NotEffective\r\n Four_SlightlyEffective\r\n}\r\n\r\nenum FunctionalityCapabilityEfficiencyEnum {\r\n One_ExtremelyEfficient\r\n Two_VeryEfficient\r\n Three_SomewhatEfficient\r\n Six_FutureOpportunity\r\n Four_SlightlyEfficient\r\n Five_NotEfficient\r\n}\r\n\r\ninput FunctionalityFilter {\r\n and: [FunctionalityFilter!]\r\n or: [FunctionalityFilter!]\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 capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: FunctionalityCapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [FunctionalityCapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [FunctionalityCapabilityEffectivenessEnum!]\r\n functionalitytype: FunctionalityFunctionalitytypeEnum\r\n functionalitytype_not: FunctionalityFunctionalitytypeEnum\r\n functionalitytype_in: [FunctionalityFunctionalitytypeEnum!]\r\n functionalitytype_not_in: [FunctionalityFunctionalitytypeEnum!]\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 financialImpact: FunctionalityFinancialImpactEnum\r\n financialImpact_not: FunctionalityFinancialImpactEnum\r\n financialImpact_in: [FunctionalityFinancialImpactEnum!]\r\n financialImpact_not_in: [FunctionalityFinancialImpactEnum!]\r\n capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\r\n capabilityEfficiency_not: FunctionalityCapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [FunctionalityCapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [FunctionalityCapabilityEfficiencyEnum!]\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: [FunctionalityFilter!]\r\n businessDocument_ReferredtoDocument_some: [FunctionalityFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [FunctionalityFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [FunctionalityFilter!]\r\n externalreference_ExternalReference_some: [FunctionalityFilter!]\r\n systemUsed_some: [FunctionalityFilter!]\r\n}\r\n\r\nenum FunctionalityFinancialImpactEnum {\r\n Two_Low\r\n Three_Moderate\r\n Four_High\r\n Five_VeryHigh\r\n One_VeryLow\r\n}\r\n\r\nenum FunctionalityFunctionalitytypeEnum {\r\n Software\r\n Other\r\n}\r\n\r\nenum FunctionalitytypeEnumFilter {\r\n Software\r\n Other\r\n}\r\n\r\n# Gateways are modeling elements that are used to control how Sequence Flow\r\n# interact as they converge and diverge within a Process.\r\ntype Gateway {\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 gatewaytype: GatewayGatewaytypeEnum\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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n}\r\n\r\ninput GatewayFilter {\r\n and: [GatewayFilter!]\r\n or: [GatewayFilter!]\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 gatewaytype: GatewayGatewaytypeEnum\r\n gatewaytype_not: GatewayGatewaytypeEnum\r\n gatewaytype_in: [GatewayGatewaytypeEnum!]\r\n gatewaytype_not_in: [GatewayGatewaytypeEnum!]\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: [GatewayFilter!]\r\n businessDocument_ReferredtoDocument_some: [GatewayFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [GatewayFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [GatewayFilter!]\r\n constraint_some: [GatewayFilter!]\r\n participant_some: [GatewayFilter!]\r\n systemProcess_OwnerElement_some: [GatewayFilter!]\r\n organizationalProcess_OwnerElement_some: [GatewayFilter!]\r\n businessProcess_OwnerElement_some: [GatewayFilter!]\r\n externalreference_ExternalReference_some: [GatewayFilter!]\r\n}\r\n\r\nenum GatewayGatewaytypeEnum {\r\n ExclusiveData\r\n ExclusiveEvent\r\n Inclusive\r\n Complex\r\n Parallel\r\n ExclusiveInstantiate\r\n ParallelInstantiate\r\n}\r\n\r\nenum GatewaytypeEnumFilter {\r\n ExclusiveData\r\n ExclusiveEvent\r\n Inclusive\r\n Complex\r\n Parallel\r\n ExclusiveInstantiate\r\n ParallelInstantiate\r\n}\r\n\r\nenum ImpactERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum InherentRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\n# Input type for Application\r\ninput InputApplication {\r\n externalIdentifier: String\r\n name: String\r\n applicationCode: String\r\n prefix: String\r\n applicationStereotype: ApplicationApplicationStereotypeEnum\r\n applicationType: ApplicationApplicationTypeEnum\r\n statusReview: ApplicationStatusReviewEnum\r\n cost: Float\r\n revenue: Float\r\n rOIPercentage: Float\r\n rOIRate: Float\r\n costRate: Float\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n deploymentDate: 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 constraint: _InputCollectionAction\r\n localApplicationOwner_PersonSystem: _InputCollectionAction\r\n iTOwner_PersonSystem: _InputCollectionAction\r\n businessOwner_PersonSystem: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n organizationalProcess: _InputCollectionAction\r\n control_ContextualizedControl: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n businessProcess: _InputCollectionAction\r\n}\r\n\r\n# Input type for ApplicationSystem\r\ninput InputApplicationSystem {\r\n externalIdentifier: String\r\n name: String\r\n statusReview: ApplicationSystemStatusReviewEnum\r\n applicationCode: String\r\n freezepastTimePeriod: Boolean\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 localApplicationOwner_PersonSystem: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n systemUsed: _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 library_DocumentedObject: _InputCollectionAction\r\n functionality_DocumentedObject: _InputCollectionAction\r\n eventNature_DocumentedObject: _InputCollectionAction\r\n eventType_DocumentedObject: _InputCollectionAction\r\n content_DocumentedObject: _InputCollectionAction\r\n systemProcess_DocumentedObject: _InputCollectionAction\r\n applicationSystem_DocumentedObject: _InputCollectionAction\r\n risk_DocumentedObject: _InputCollectionAction\r\n control_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n orgUnit_DocumentedObject: _InputCollectionAction\r\n iTService_DocumentedObject: _InputCollectionAction\r\n organizationalProcess_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n library_Object: _InputCollectionAction\r\n functionality_Object: _InputCollectionAction\r\n eventNature_Object: _InputCollectionAction\r\n eventType_Object: _InputCollectionAction\r\n content_Object: _InputCollectionAction\r\n systemProcess_Object: _InputCollectionAction\r\n applicationSystem_Object: _InputCollectionAction\r\n risk_Object: _InputCollectionAction\r\n control_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n orgUnit_Object: _InputCollectionAction\r\n iTService_Object: _InputCollectionAction\r\n organizationalProcess_Object: _InputCollectionAction\r\n businessProcess_Object: _InputCollectionAction\r\n externalreference_ExternalReference: _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 library_DocumentedObject: _InputCollectionAction\r\n functionality_DocumentedObject: _InputCollectionAction\r\n eventNature_DocumentedObject: _InputCollectionAction\r\n eventType_DocumentedObject: _InputCollectionAction\r\n content_DocumentedObject: _InputCollectionAction\r\n systemProcess_DocumentedObject: _InputCollectionAction\r\n applicationSystem_DocumentedObject: _InputCollectionAction\r\n risk_DocumentedObject: _InputCollectionAction\r\n control_DocumentedObject: _InputCollectionAction\r\n application_DocumentedObject: _InputCollectionAction\r\n orgUnit_DocumentedObject: _InputCollectionAction\r\n iTService_DocumentedObject: _InputCollectionAction\r\n organizationalProcess_DocumentedObject: _InputCollectionAction\r\n businessProcess_DocumentedObject: _InputCollectionAction\r\n library_Object: _InputCollectionAction\r\n functionality_Object: _InputCollectionAction\r\n eventNature_Object: _InputCollectionAction\r\n eventType_Object: _InputCollectionAction\r\n content_Object: _InputCollectionAction\r\n systemProcess_Object: _InputCollectionAction\r\n applicationSystem_Object: _InputCollectionAction\r\n risk_Object: _InputCollectionAction\r\n control_Object: _InputCollectionAction\r\n application_Object: _InputCollectionAction\r\n orgUnit_Object: _InputCollectionAction\r\n iTService_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 BusinessProcess\r\ninput InputBusinessProcess {\r\n externalIdentifier: String\r\n name: String\r\n outputLogic: BusinessProcessOutputLogicEnum\r\n triggeredbyEvent: Boolean\r\n businessProcessCode: String\r\n transaction: BusinessProcessTransactionEnum\r\n isSAP: Boolean\r\n loop: BusinessProcessLoopEnum\r\n adHoc: BusinessProcessAdHocEnum\r\n multiple: BusinessProcessMultipleEnum\r\n compensation: BusinessProcessCompensationEnum\r\n loopCondition: String\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\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 businessProcess_OwnerBusinessProcess: _InputCollectionAction\r\n businessProcess_OwnedBusinessProcess: _InputCollectionAction\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n organizationalProcess: _InputCollectionAction\r\n constraint: _InputCollectionAction\r\n businessProcessDesigner_PersonSystem: _InputCollectionAction\r\n businessProcessOwner_PersonSystem: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n messageFlow_OwnedElement: _InputCollectionAction\r\n systemUsed_OwnedElement: _InputCollectionAction\r\n event_OwnedElement: _InputCollectionAction\r\n gateway_OwnedElement: _InputCollectionAction\r\n participant_OwnedElement: _InputCollectionAction\r\n sequenceFlow_OwnedElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n event_BoundaryEvent: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n orgUnit_DesignerOrgUnit: _InputCollectionAction\r\n orgUnit: _InputCollectionAction\r\n businessProcess_Aggregationof: _InputCollectionAction\r\n businessProcess_Component: _InputCollectionAction\r\n control_ContextualizedControl: _InputCollectionAction\r\n application: _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 functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n content_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n systemProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n applicationSystem_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n risk_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n application_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n iTService_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n}\r\n\r\n# Input type for Constraint\r\ninput InputConstraint {\r\n externalIdentifier: String\r\n name: String\r\n constraintType: ConstraintConstraintTypeEnum\r\n oCL: String\r\n expressionBody: String\r\n regulatory: ConstraintRegulatoryEnum\r\n comment: String\r\n messageFlow_ConstrainedElement: _InputCollectionAction\r\n systemProcess_ConstrainedElement: _InputCollectionAction\r\n task_ConstrainedElement: _InputCollectionAction\r\n gateway_ConstrainedElement: _InputCollectionAction\r\n application_ConstrainedElement: _InputCollectionAction\r\n orgUnit_ConstrainedElement: _InputCollectionAction\r\n operation_ConstrainedElement: _InputCollectionAction\r\n iTService_ConstrainedElement: _InputCollectionAction\r\n organizationalProcess_ConstrainedElement: _InputCollectionAction\r\n businessProcess_ConstrainedElement: _InputCollectionAction\r\n sequenceFlow_ConstrainedElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n}\r\n\r\n# Input type for Content\r\ninput InputContent {\r\n externalIdentifier: String\r\n name: String\r\n contentType: ContentContentTypeEnum\r\n flowType: ContentFlowTypeEnum\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 risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n messageFlow: _InputCollectionAction\r\n}\r\n\r\n# Input type for Control\r\ninput InputControl {\r\n externalIdentifier: String\r\n name: String\r\n controlCode: String\r\n controlLevel: ControlControlLevelEnum\r\n controlNature: ControlControlNatureEnum\r\n controlExecutionMethod: ControlControlExecutionMethodEnum\r\n controlFrequency: ControlControlFrequencyEnum\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 controlOwner_PersonSystem: _InputCollectionAction\r\n controlAccountable_PersonSystem: _InputCollectionAction\r\n controlConsulted_PersonSystem: _InputCollectionAction\r\n controlInformed_PersonSystem: _InputCollectionAction\r\n controlResponsible_PersonSystem: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n application_ControlContextElement: _InputCollectionAction\r\n orgUnit_ControlContextElement: _InputCollectionAction\r\n operation_ControlContextElement: _InputCollectionAction\r\n iTService_ControlContextElement: _InputCollectionAction\r\n organizationalProcess_ControlContextElement: _InputCollectionAction\r\n businessProcess_ControlContextElement: _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 Event\r\ninput InputEvent {\r\n externalIdentifier: String\r\n name: String\r\n interrupting: EventInterruptingEnum\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 participant: _InputCollectionAction\r\n systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n systemProcess_BoundedActivity: _InputCollectionAction\r\n task_BoundedActivity: _InputCollectionAction\r\n operation_BoundedActivity: _InputCollectionAction\r\n organizationalProcess_BoundedActivity: _InputCollectionAction\r\n businessProcess_BoundedActivity: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n event_SourceEvent: _InputCollectionAction\r\n event_TargetEvent: _InputCollectionAction\r\n eventNature: _InputCollectionAction\r\n eventType: _InputCollectionAction\r\n sequenceFlow_TriggeredSequenceFlow: _InputCollectionAction\r\n sequenceFlow_TriggeringSequenceFlow: _InputCollectionAction\r\n}\r\n\r\n# Input type for EventNature\r\ninput InputEventNature {\r\n externalIdentifier: String\r\n name: 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 externalreference_ExternalReference: _InputCollectionAction\r\n event: _InputCollectionAction\r\n}\r\n\r\n# Input type for EventType\r\ninput InputEventType {\r\n externalIdentifier: String\r\n name: 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 externalreference_ExternalReference: _InputCollectionAction\r\n event_TypedEvent: _InputCollectionAction\r\n}\r\n\r\n# Input type for Externalreference\r\ninput InputExternalreference {\r\n externalIdentifier: String\r\n name: String\r\n accesspath: String\r\n comment: String\r\n messageFlow_ElementwithExternalReference: _InputCollectionAction\r\n systemUsed_ElementwithExternalReference: _InputCollectionAction\r\n library_ElementwithExternalReference: _InputCollectionAction\r\n functionality_ElementwithExternalReference: _InputCollectionAction\r\n eventNature_ElementwithExternalReference: _InputCollectionAction\r\n event_ElementwithExternalReference: _InputCollectionAction\r\n eventType_ElementwithExternalReference: _InputCollectionAction\r\n content_ElementwithExternalReference: _InputCollectionAction\r\n systemProcess_ElementwithExternalReference: _InputCollectionAction\r\n applicationSystem_ElementwithExternalReference: _InputCollectionAction\r\n task_ElementwithExternalReference: _InputCollectionAction\r\n risk_ElementwithExternalReference: _InputCollectionAction\r\n businessDocument_ElementwithExternalReference: _InputCollectionAction\r\n gateway_ElementwithExternalReference: _InputCollectionAction\r\n externalreference_ElementwithExternalReference: _InputCollectionAction\r\n participant_ElementwithExternalReference: _InputCollectionAction\r\n control_ElementwithExternalReference: _InputCollectionAction\r\n application_ElementwithExternalReference: _InputCollectionAction\r\n orgUnit_ElementwithExternalReference: _InputCollectionAction\r\n constraint_ElementwithExternalReference: _InputCollectionAction\r\n operation_ElementwithExternalReference: _InputCollectionAction\r\n iTService_ElementwithExternalReference: _InputCollectionAction\r\n organizationalProcess_ElementwithExternalReference: _InputCollectionAction\r\n businessProcess_ElementwithExternalReference: _InputCollectionAction\r\n sequenceFlow_ElementwithExternalReference: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n}\r\n\r\n# Input type for Functionality\r\ninput InputFunctionality {\r\n externalIdentifier: String\r\n name: String\r\n capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n functionalitytype: FunctionalityFunctionalitytypeEnum\r\n lastAssessmentDate: Date\r\n financialImpact: FunctionalityFinancialImpactEnum\r\n capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\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 externalreference_ExternalReference: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n}\r\n\r\n# Input type for Gateway\r\ninput InputGateway {\r\n externalIdentifier: String\r\n name: String\r\n gatewaytype: GatewayGatewaytypeEnum\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 constraint: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n}\r\n\r\n# Input type for ITService\r\ninput InputITService {\r\n externalIdentifier: String\r\n name: String\r\n statusReview: ITServiceStatusReviewEnum\r\n iTServiceStereotype: ITServiceITServiceStereotypeEnum\r\n servicevisibility: ITServiceServicevisibilityEnum\r\n freezepastTimePeriod: 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 constraint: _InputCollectionAction\r\n localApplicationOwner_PersonSystem: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n control_ContextualizedControl: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n}\r\n\r\n# Input type for Library\r\ninput InputLibrary {\r\n externalIdentifier: String\r\n name: 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 orgUnit_UserOrgUnit: _InputCollectionAction\r\n externalreference_ExternalReference: _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 authenticationMode: LoginAuthenticationModeEnum\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 MessageFlow\r\ninput InputMessageFlow {\r\n externalIdentifier: String\r\n name: String\r\n identification: String\r\n access: String\r\n storageTime: String\r\n storageLocation: String\r\n retentionTime: String\r\n retentionLocation: String\r\n messageType: MessageFlowMessageTypeEnum\r\n frequency: String\r\n transmissionMode: String\r\n destruction: 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 constraint: _InputCollectionAction\r\n systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n content: _InputCollectionAction\r\n event_SourceElement: _InputCollectionAction\r\n systemProcess_SourceElement: _InputCollectionAction\r\n task_SourceElement: _InputCollectionAction\r\n participant_SourceElement: _InputCollectionAction\r\n application_SourceElement: _InputCollectionAction\r\n orgUnit_SourceElement: _InputCollectionAction\r\n operation_SourceElement: _InputCollectionAction\r\n iTService_SourceElement: _InputCollectionAction\r\n organizationalProcess_SourceElement: _InputCollectionAction\r\n businessProcess_SourceElement: _InputCollectionAction\r\n event_TargetElement: _InputCollectionAction\r\n systemProcess_TargetElement: _InputCollectionAction\r\n task_TargetElement: _InputCollectionAction\r\n participant_TargetElement: _InputCollectionAction\r\n application_TargetElement: _InputCollectionAction\r\n orgUnit_TargetElement: _InputCollectionAction\r\n operation_TargetElement: _InputCollectionAction\r\n iTService_TargetElement: _InputCollectionAction\r\n organizationalProcess_TargetElement: _InputCollectionAction\r\n businessProcess_TargetElement: _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 transaction: OperationTransactionEnum\r\n isSAP: Boolean\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 constraint: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n organizationalProcess_OwnerOrganizationalProcess: _InputCollectionAction\r\n event_BoundaryEvent: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n control_ContextualizedControl: _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 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 isSAP: Boolean\r\n loop: OrganizationalProcessLoopEnum\r\n adHoc: OrganizationalProcessAdHocEnum\r\n multiple: OrganizationalProcessMultipleEnum\r\n compensation: OrganizationalProcessCompensationEnum\r\n loopCondition: String\r\n freezepastTimePeriod: Boolean\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 businessProcess: _InputCollectionAction\r\n constraint: _InputCollectionAction\r\n organizationalProcessDesigner_PersonSystem: _InputCollectionAction\r\n organizationalProcessManager_PersonSystem: _InputCollectionAction\r\n organizationalProcessContributor_PersonSystem: _InputCollectionAction\r\n organizationalProcessOwner_PersonSystem: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n messageFlow_OwnedElement: _InputCollectionAction\r\n systemUsed_OwnedElement: _InputCollectionAction\r\n event_OwnedElement: _InputCollectionAction\r\n gateway_OwnedElement: _InputCollectionAction\r\n participant_OwnedElement: _InputCollectionAction\r\n sequenceFlow_OwnedElement: _InputCollectionAction\r\n organizationalProcess_OwnerOrganizationalProcess: _InputCollectionAction\r\n organizationalProcess_OwnedOrganizationalProcess: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n operation_OwnedOperation: _InputCollectionAction\r\n event_BoundaryEvent: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n application: _InputCollectionAction\r\n control_ContextualizedControl: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrgUnit\r\ninput InputOrgUnit {\r\n externalIdentifier: String\r\n name: String\r\n internalExternal: OrgUnitInternalExternalEnum\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n email: String\r\n orgUnitStatus: OrgUnitOrgUnitStatusEnum\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 constraint: _InputCollectionAction\r\n orgUnitMember_PersonSystem: _InputCollectionAction\r\n organizationalUnitOwner_PersonSystem: _InputCollectionAction\r\n orgUnitDesigner_PersonSystem: _InputCollectionAction\r\n library_UsedLibrary: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n businessProcess_DesignedBusinessProcess: _InputCollectionAction\r\n businessProcess: _InputCollectionAction\r\n control_ContextualizedControl: _InputCollectionAction\r\n}\r\n\r\n# Input type for Participant\r\ninput InputParticipant {\r\n externalIdentifier: String\r\n name: String\r\n multipleParticipant: ParticipantMultipleParticipantEnum\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 event_BPMNElement: _InputCollectionAction\r\n systemProcess_BPMNElement: _InputCollectionAction\r\n task_BPMNElement: _InputCollectionAction\r\n gateway_BPMNElement: _InputCollectionAction\r\n operation_BPMNElement: _InputCollectionAction\r\n organizationalProcess_BPMNElement: _InputCollectionAction\r\n businessProcess_BPMNElement: _InputCollectionAction\r\n systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _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 localApplicationOwner_ApplicationSystem: _InputCollectionAction\r\n riskResponsible_Risk: _InputCollectionAction\r\n riskOwner_Risk: _InputCollectionAction\r\n riskAccountable_Risk: _InputCollectionAction\r\n riskConsulted_Risk: _InputCollectionAction\r\n riskInformed_Risk: _InputCollectionAction\r\n controlOwner_Control: _InputCollectionAction\r\n controlAccountable_Control: _InputCollectionAction\r\n controlConsulted_Control: _InputCollectionAction\r\n controlInformed_Control: _InputCollectionAction\r\n controlResponsible_Control: _InputCollectionAction\r\n localApplicationOwner_Application: _InputCollectionAction\r\n iTOwner_Application: _InputCollectionAction\r\n businessOwner_Application: _InputCollectionAction\r\n orgUnitMember_OrgUnit: _InputCollectionAction\r\n organizationalUnitOwner_OrgUnit: _InputCollectionAction\r\n orgUnitDesigner_OrgUnit: _InputCollectionAction\r\n localApplicationOwner_ITService: _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}\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 functionality_AssignedObject: _InputCollectionAction\r\n content_AssignedObject: _InputCollectionAction\r\n systemProcess_AssignedObject: _InputCollectionAction\r\n applicationSystem_AssignedObject: _InputCollectionAction\r\n risk_AssignedObject: _InputCollectionAction\r\n control_AssignedObject: _InputCollectionAction\r\n application_AssignedObject: _InputCollectionAction\r\n orgUnit_AssignedObject: _InputCollectionAction\r\n iTService_AssignedObject: _InputCollectionAction\r\n organizationalProcess_AssignedObject: _InputCollectionAction\r\n businessProcess_AssignedObject: _InputCollectionAction\r\n}\r\n\r\n# Input type for Risk\r\ninput InputRisk {\r\n externalIdentifier: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n keyRisk: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n residualRiskComputingMode: String\r\n lastAssessmentDate: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n risktreatmentcomment: String\r\n comment: String\r\n businessDocument_AttachedDocument: _InputCollectionAction\r\n businessDocument_ReferredtoDocument: _InputCollectionAction\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n riskResponsible_PersonSystem: _InputCollectionAction\r\n riskOwner_PersonSystem: _InputCollectionAction\r\n riskAccountable_PersonSystem: _InputCollectionAction\r\n riskConsulted_PersonSystem: _InputCollectionAction\r\n riskInformed_PersonSystem: _InputCollectionAction\r\n messageFlow_ElementatRisk: _InputCollectionAction\r\n systemUsed_ElementatRisk: _InputCollectionAction\r\n event_ElementatRisk: _InputCollectionAction\r\n content_ElementatRisk: _InputCollectionAction\r\n systemProcess_ElementatRisk: _InputCollectionAction\r\n task_ElementatRisk: _InputCollectionAction\r\n participant_ElementatRisk: _InputCollectionAction\r\n application_ElementatRisk: _InputCollectionAction\r\n orgUnit_ElementatRisk: _InputCollectionAction\r\n constraint_ElementatRisk: _InputCollectionAction\r\n operation_ElementatRisk: _InputCollectionAction\r\n iTService_ElementatRisk: _InputCollectionAction\r\n organizationalProcess_ElementatRisk: _InputCollectionAction\r\n businessProcess_ElementatRisk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n}\r\n\r\n# Input type for SequenceFlow\r\ninput InputSequenceFlow {\r\n externalIdentifier: String\r\n name: String\r\n sequencetype: SequenceFlowSequencetypeEnum\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 constraint: _InputCollectionAction\r\n systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n event_TriggeringEvent: _InputCollectionAction\r\n event_TriggeredEvent: _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 transaction: SystemProcessTransactionEnum\r\n loop: SystemProcessLoopEnum\r\n adHoc: SystemProcessAdHocEnum\r\n multiple: SystemProcessMultipleEnum\r\n compensation: SystemProcessCompensationEnum\r\n loopCondition: String\r\n freezepastTimePeriod: Boolean\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 constraint: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n messageFlow_OwnedElement: _InputCollectionAction\r\n systemUsed_OwnedElement: _InputCollectionAction\r\n event_OwnedElement: _InputCollectionAction\r\n gateway_OwnedElement: _InputCollectionAction\r\n participant_OwnedElement: _InputCollectionAction\r\n sequenceFlow_OwnedElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n event_BoundaryEvent: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n}\r\n\r\n# Input type for SystemUsed\r\ninput InputSystemUsed {\r\n externalIdentifier: String\r\n name: 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 systemProcess_OwnerElement: _InputCollectionAction\r\n organizationalProcess_OwnerElement: _InputCollectionAction\r\n businessProcess_OwnerElement: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n systemProcess_ElementUsingaSystem: _InputCollectionAction\r\n task_ElementUsingaSystem: _InputCollectionAction\r\n operation_ElementUsingaSystem: _InputCollectionAction\r\n organizationalProcess_ElementUsingaSystem: _InputCollectionAction\r\n businessProcess_ElementUsingaSystem: _InputCollectionAction\r\n functionality_SystemSpecification: _InputCollectionAction\r\n applicationSystem_SystemSpecification: _InputCollectionAction\r\n application_SystemSpecification: _InputCollectionAction\r\n iTService_SystemSpecification: _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 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 constraint: _InputCollectionAction\r\n participant: _InputCollectionAction\r\n risk: _InputCollectionAction\r\n externalreference_ExternalReference: _InputCollectionAction\r\n event_BoundaryEvent: _InputCollectionAction\r\n messageFlow_SentMessageFlow: _InputCollectionAction\r\n messageFlow_ReceivedMessageFlow: _InputCollectionAction\r\n systemUsed: _InputCollectionAction\r\n}\r\n\r\nenum InternalExternalEnumFilter {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum InterruptingEnumFilter {\r\n Interrupting\r\n Non_Interrupting\r\n}\r\n\r\n# An IT service is a software component of an application, that can t be deployed\r\n# alone and that realizes a sub-set of the functionalities of this application\r\n# either for end users of this application or inside the application (or another\r\n# application). This includes batch programs.\r\ntype ITService {\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 statusReview: ITServiceStatusReviewEnum\r\n iTServiceStereotype: ITServiceITServiceStereotypeEnum\r\n servicevisibility: ITServiceServicevisibilityEnum\r\n freezepastTimePeriod: 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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n localApplicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n}\r\n\r\ninput ITServiceFilter {\r\n and: [ITServiceFilter!]\r\n or: [ITServiceFilter!]\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 statusReview: ITServiceStatusReviewEnum\r\n statusReview_not: ITServiceStatusReviewEnum\r\n statusReview_in: [ITServiceStatusReviewEnum!]\r\n statusReview_not_in: [ITServiceStatusReviewEnum!]\r\n iTServiceStereotype: ITServiceITServiceStereotypeEnum\r\n iTServiceStereotype_not: ITServiceITServiceStereotypeEnum\r\n iTServiceStereotype_in: [ITServiceITServiceStereotypeEnum!]\r\n iTServiceStereotype_not_in: [ITServiceITServiceStereotypeEnum!]\r\n servicevisibility: ITServiceServicevisibilityEnum\r\n servicevisibility_not: ITServiceServicevisibilityEnum\r\n servicevisibility_in: [ITServiceServicevisibilityEnum!]\r\n servicevisibility_not_in: [ITServiceServicevisibilityEnum!]\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_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: [ITServiceFilter!]\r\n businessDocument_ReferredtoDocument_some: [ITServiceFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ITServiceFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ITServiceFilter!]\r\n constraint_some: [ITServiceFilter!]\r\n localApplicationOwner_PersonSystem_some: [ITServiceFilter!]\r\n risk_some: [ITServiceFilter!]\r\n externalreference_ExternalReference_some: [ITServiceFilter!]\r\n messageFlow_SentMessageFlow_some: [ITServiceFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [ITServiceFilter!]\r\n control_ContextualizedControl_some: [ITServiceFilter!]\r\n systemUsed_some: [ITServiceFilter!]\r\n}\r\n\r\nenum ITServiceITServiceStereotypeEnum {\r\n Controller\r\n Model\r\n View\r\n Interface\r\n Infrastructure\r\n Dataaccess\r\n Business\r\n Presentation\r\n Application\r\n}\r\n\r\nenum ITServiceServicevisibilityEnum {\r\n Public\r\n Private\r\n Restricted\r\n}\r\n\r\nenum ITServiceStatusReviewEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum ITServiceStereotypeEnumFilter {\r\n Controller\r\n Model\r\n View\r\n Interface\r\n Infrastructure\r\n Dataaccess\r\n Business\r\n Presentation\r\n Application\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# Libraries are collections of objects used to split MEGA repository content into\r\n# several independent parts.They allows virtual partition of the repository. In\r\n# particular, objects owned by different libraries can have the same name.\r\ntype Library {\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 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 orgUnit_UserOrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n}\r\n\r\ninput LibraryFilter {\r\n and: [LibraryFilter!]\r\n or: [LibraryFilter!]\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 businessDocument_AttachedDocument_some: [LibraryFilter!]\r\n businessDocument_ReferredtoDocument_some: [LibraryFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [LibraryFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [LibraryFilter!]\r\n orgUnit_UserOrgUnit_some: [LibraryFilter!]\r\n externalreference_ExternalReference_some: [LibraryFilter!]\r\n}\r\n\r\nenum LikelihoodERMEnumFilter {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\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 authenticationMode: LoginAuthenticationModeEnum\r\n commandLine: String\r\n statusLogin: LoginStatusLoginEnum\r\n windowsLogin: String\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n personSystem_LoginHolder(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n}\r\n\r\nenum LoginAuthenticationModeEnum {\r\n LDAP\r\n MEGA\r\n Windows\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 authenticationMode: LoginAuthenticationModeEnum\r\n authenticationMode_not: LoginAuthenticationModeEnum\r\n authenticationMode_in: [LoginAuthenticationModeEnum!]\r\n authenticationMode_not_in: [LoginAuthenticationModeEnum!]\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 windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String!]\r\n windowsLogin_not_in: [String!]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\r\n 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# A message flow is an information flowing within an enterprise or exchanged\r\n# between the enterprise and its business environment.A message flow can carry a content.\r\ntype MessageFlow {\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 identification: String\r\n access: String\r\n storageTime: String\r\n storageLocation: String\r\n retentionTime: String\r\n retentionLocation: String\r\n messageType: MessageFlowMessageTypeEnum\r\n frequency: String\r\n transmissionMode: String\r\n messageFlowName: String\r\n destruction: 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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n content(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n event_SourceElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n systemProcess_SourceElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_SourceElement(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n participant_SourceElement(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n application_SourceElement(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_SourceElement(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n operation_SourceElement(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_SourceElement(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_SourceElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_SourceElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n event_TargetElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n systemProcess_TargetElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_TargetElement(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n participant_TargetElement(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n application_TargetElement(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_TargetElement(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n operation_TargetElement(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_TargetElement(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_TargetElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_TargetElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ninput MessageFlowFilter {\r\n and: [MessageFlowFilter!]\r\n or: [MessageFlowFilter!]\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 identification: String\r\n identification_not: String\r\n identification_in: [String!]\r\n identification_not_in: [String!]\r\n identification_lt: String\r\n identification_lte: String\r\n identification_gt: String\r\n identification_gte: String\r\n identification_contains: String\r\n identification_not_contains: String\r\n identification_starts_with: String\r\n identification_not_starts_with: String\r\n identification_ends_with: String\r\n identification_not_ends_with: String\r\n access: String\r\n access_not: String\r\n access_in: [String!]\r\n access_not_in: [String!]\r\n access_lt: String\r\n access_lte: String\r\n access_gt: String\r\n access_gte: String\r\n access_contains: String\r\n access_not_contains: String\r\n access_starts_with: String\r\n access_not_starts_with: String\r\n access_ends_with: String\r\n access_not_ends_with: String\r\n storageTime: String\r\n storageTime_not: String\r\n storageTime_in: [String!]\r\n storageTime_not_in: [String!]\r\n storageTime_lt: String\r\n storageTime_lte: String\r\n storageTime_gt: String\r\n storageTime_gte: String\r\n storageTime_contains: String\r\n storageTime_not_contains: String\r\n storageTime_starts_with: String\r\n storageTime_not_starts_with: String\r\n storageTime_ends_with: String\r\n storageTime_not_ends_with: String\r\n storageLocation: String\r\n storageLocation_not: String\r\n storageLocation_in: [String!]\r\n storageLocation_not_in: [String!]\r\n storageLocation_lt: String\r\n storageLocation_lte: String\r\n storageLocation_gt: String\r\n storageLocation_gte: String\r\n storageLocation_contains: String\r\n storageLocation_not_contains: String\r\n storageLocation_starts_with: String\r\n storageLocation_not_starts_with: String\r\n storageLocation_ends_with: String\r\n storageLocation_not_ends_with: String\r\n retentionTime: String\r\n retentionTime_not: String\r\n retentionTime_in: [String!]\r\n retentionTime_not_in: [String!]\r\n retentionTime_lt: String\r\n retentionTime_lte: String\r\n retentionTime_gt: String\r\n retentionTime_gte: String\r\n retentionTime_contains: String\r\n retentionTime_not_contains: String\r\n retentionTime_starts_with: String\r\n retentionTime_not_starts_with: String\r\n retentionTime_ends_with: String\r\n retentionTime_not_ends_with: String\r\n retentionLocation: String\r\n retentionLocation_not: String\r\n retentionLocation_in: [String!]\r\n retentionLocation_not_in: [String!]\r\n retentionLocation_lt: String\r\n retentionLocation_lte: String\r\n retentionLocation_gt: String\r\n retentionLocation_gte: String\r\n retentionLocation_contains: String\r\n retentionLocation_not_contains: String\r\n retentionLocation_starts_with: String\r\n retentionLocation_not_starts_with: String\r\n retentionLocation_ends_with: String\r\n retentionLocation_not_ends_with: String\r\n messageType: MessageFlowMessageTypeEnum\r\n messageType_not: MessageFlowMessageTypeEnum\r\n messageType_in: [MessageFlowMessageTypeEnum!]\r\n messageType_not_in: [MessageFlowMessageTypeEnum!]\r\n frequency: String\r\n frequency_not: String\r\n frequency_in: [String!]\r\n frequency_not_in: [String!]\r\n frequency_lt: String\r\n frequency_lte: String\r\n frequency_gt: String\r\n frequency_gte: String\r\n frequency_contains: String\r\n frequency_not_contains: String\r\n frequency_starts_with: String\r\n frequency_not_starts_with: String\r\n frequency_ends_with: String\r\n frequency_not_ends_with: String\r\n transmissionMode: String\r\n transmissionMode_not: String\r\n transmissionMode_in: [String!]\r\n transmissionMode_not_in: [String!]\r\n transmissionMode_lt: String\r\n transmissionMode_lte: String\r\n transmissionMode_gt: String\r\n transmissionMode_gte: String\r\n transmissionMode_contains: String\r\n transmissionMode_not_contains: String\r\n transmissionMode_starts_with: String\r\n transmissionMode_not_starts_with: String\r\n transmissionMode_ends_with: String\r\n transmissionMode_not_ends_with: String\r\n messageFlowName: String\r\n messageFlowName_not: String\r\n messageFlowName_in: [String!]\r\n messageFlowName_not_in: [String!]\r\n messageFlowName_lt: String\r\n messageFlowName_lte: String\r\n messageFlowName_gt: String\r\n messageFlowName_gte: String\r\n messageFlowName_contains: String\r\n messageFlowName_not_contains: String\r\n messageFlowName_starts_with: String\r\n messageFlowName_not_starts_with: String\r\n messageFlowName_ends_with: String\r\n messageFlowName_not_ends_with: String\r\n destruction: String\r\n destruction_not: String\r\n destruction_in: [String!]\r\n destruction_not_in: [String!]\r\n destruction_lt: String\r\n destruction_lte: String\r\n destruction_gt: String\r\n destruction_gte: String\r\n destruction_contains: String\r\n destruction_not_contains: String\r\n destruction_starts_with: String\r\n destruction_not_starts_with: String\r\n destruction_ends_with: String\r\n destruction_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: [MessageFlowFilter!]\r\n businessDocument_ReferredtoDocument_some: [MessageFlowFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [MessageFlowFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [MessageFlowFilter!]\r\n constraint_some: [MessageFlowFilter!]\r\n systemProcess_OwnerElement_some: [MessageFlowFilter!]\r\n organizationalProcess_OwnerElement_some: [MessageFlowFilter!]\r\n businessProcess_OwnerElement_some: [MessageFlowFilter!]\r\n risk_some: [MessageFlowFilter!]\r\n externalreference_ExternalReference_some: [MessageFlowFilter!]\r\n content_some: [MessageFlowFilter!]\r\n event_SourceElement_some: [MessageFlowFilter!]\r\n systemProcess_SourceElement_some: [MessageFlowFilter!]\r\n task_SourceElement_some: [MessageFlowFilter!]\r\n participant_SourceElement_some: [MessageFlowFilter!]\r\n application_SourceElement_some: [MessageFlowFilter!]\r\n orgUnit_SourceElement_some: [MessageFlowFilter!]\r\n operation_SourceElement_some: [MessageFlowFilter!]\r\n iTService_SourceElement_some: [MessageFlowFilter!]\r\n organizationalProcess_SourceElement_some: [MessageFlowFilter!]\r\n businessProcess_SourceElement_some: [MessageFlowFilter!]\r\n event_TargetElement_some: [MessageFlowFilter!]\r\n systemProcess_TargetElement_some: [MessageFlowFilter!]\r\n task_TargetElement_some: [MessageFlowFilter!]\r\n participant_TargetElement_some: [MessageFlowFilter!]\r\n application_TargetElement_some: [MessageFlowFilter!]\r\n orgUnit_TargetElement_some: [MessageFlowFilter!]\r\n operation_TargetElement_some: [MessageFlowFilter!]\r\n iTService_TargetElement_some: [MessageFlowFilter!]\r\n organizationalProcess_TargetElement_some: [MessageFlowFilter!]\r\n businessProcess_TargetElement_some: [MessageFlowFilter!]\r\n}\r\n\r\nenum MessageFlowMessageTypeEnum {\r\n Other\r\n QualityRecord\r\n ExternalData\r\n Instruction\r\n}\r\n\r\nenum MessageTypeEnumFilter {\r\n Other\r\n QualityRecord\r\n ExternalData\r\n Instruction\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\nenum MultipleParticipantEnumFilter {\r\n No\r\n Yes\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 createMessageFlow(messageFlow: InputMessageFlow!, creationMode: creationMode): MessageFlow!\r\n updateMessageFlow(id: String!, messageFlow: InputMessageFlow!): MessageFlow!\r\n deleteMessageFlow(id: String!, cascade: Boolean): MessageFlow\r\n createSystemUsed(systemUsed: InputSystemUsed!, creationMode: creationMode): SystemUsed!\r\n updateSystemUsed(id: String!, systemUsed: InputSystemUsed!): SystemUsed!\r\n deleteSystemUsed(id: String!, cascade: Boolean): SystemUsed\r\n createLibrary(library: InputLibrary!, creationMode: creationMode): Library!\r\n updateLibrary(id: String!, library: InputLibrary!): Library!\r\n deleteLibrary(id: String!, cascade: Boolean): Library\r\n createFunctionality(functionality: InputFunctionality!, creationMode: creationMode): Functionality!\r\n updateFunctionality(id: String!, functionality: InputFunctionality!): Functionality!\r\n deleteFunctionality(id: String!, cascade: Boolean): Functionality\r\n createEventNature(eventNature: InputEventNature!, creationMode: creationMode): EventNature!\r\n updateEventNature(id: String!, eventNature: InputEventNature!): EventNature!\r\n deleteEventNature(id: String!, cascade: Boolean): EventNature\r\n createEvent(event: InputEvent!, creationMode: creationMode): Event!\r\n updateEvent(id: String!, event: InputEvent!): Event!\r\n deleteEvent(id: String!, cascade: Boolean): Event\r\n createEventType(eventType: InputEventType!, creationMode: creationMode): EventType!\r\n updateEventType(id: String!, eventType: InputEventType!): EventType!\r\n deleteEventType(id: String!, cascade: Boolean): EventType\r\n createContent(content: InputContent!, creationMode: creationMode): Content!\r\n updateContent(id: String!, content: InputContent!): Content!\r\n deleteContent(id: String!, cascade: Boolean): Content\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 createApplicationSystem(applicationSystem: InputApplicationSystem!, creationMode: creationMode): ApplicationSystem!\r\n updateApplicationSystem(id: String!, applicationSystem: InputApplicationSystem!): ApplicationSystem!\r\n deleteApplicationSystem(id: String!, cascade: Boolean): ApplicationSystem\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 createRisk(risk: InputRisk!, creationMode: creationMode): Risk!\r\n updateRisk(id: String!, risk: InputRisk!): Risk!\r\n deleteRisk(id: String!, cascade: Boolean): Risk\r\n createBusinessDocument(businessDocument: InputBusinessDocument!): BusinessDocument!\r\n updateBusinessDocument(id: String!, businessDocument: InputBusinessDocument!): BusinessDocument!\r\n deleteBusinessDocument(id: String!, cascade: Boolean): BusinessDocument\r\n createGateway(gateway: InputGateway!, creationMode: creationMode): Gateway!\r\n updateGateway(id: String!, gateway: InputGateway!): Gateway!\r\n deleteGateway(id: String!, cascade: Boolean): Gateway\r\n createExternalreference(externalreference: InputExternalreference!, creationMode: creationMode): Externalreference!\r\n updateExternalreference(id: String!, externalreference: InputExternalreference!): Externalreference!\r\n deleteExternalreference(id: String!, cascade: Boolean): Externalreference\r\n createParticipant(participant: InputParticipant!, creationMode: creationMode): Participant!\r\n updateParticipant(id: String!, participant: InputParticipant!): Participant!\r\n deleteParticipant(id: String!, cascade: Boolean): Participant\r\n createControl(control: InputControl!, creationMode: creationMode): Control!\r\n updateControl(id: String!, control: InputControl!): Control!\r\n deleteControl(id: String!, cascade: Boolean): Control\r\n 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 createOrgUnit(orgUnit: InputOrgUnit!, creationMode: creationMode): OrgUnit!\r\n updateOrgUnit(id: String!, orgUnit: InputOrgUnit!): OrgUnit!\r\n deleteOrgUnit(id: String!, cascade: Boolean): OrgUnit\r\n createConstraint(constraint: InputConstraint!, creationMode: creationMode): Constraint!\r\n updateConstraint(id: String!, constraint: InputConstraint!): Constraint!\r\n deleteConstraint(id: String!, cascade: Boolean): Constraint\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 createITService(iTService: InputITService!, creationMode: creationMode): ITService!\r\n updateITService(id: String!, iTService: InputITService!): ITService!\r\n deleteITService(id: String!, cascade: Boolean): ITService\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 createBusinessProcess(businessProcess: InputBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n updateBusinessProcess(id: String!, businessProcess: InputBusinessProcess!): BusinessProcess!\r\n deleteBusinessProcess(id: String!, cascade: Boolean): BusinessProcess\r\n createSequenceFlow(sequenceFlow: InputSequenceFlow!, creationMode: creationMode): SequenceFlow!\r\n updateSequenceFlow(id: String!, sequenceFlow: InputSequenceFlow!): SequenceFlow!\r\n deleteSequenceFlow(id: String!, cascade: Boolean): SequenceFlow\r\n}\r\n\r\nenum NetRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\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 operationType: OperationOperationTypeEnum\r\n outputLogic: OperationOutputLogicEnum\r\n transaction: OperationTransactionEnum\r\n isSAP: Boolean\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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n organizationalProcess_OwnerOrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n event_BoundaryEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\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 operationType: OperationOperationTypeEnum\r\n operationType_not: OperationOperationTypeEnum\r\n operationType_in: [OperationOperationTypeEnum!]\r\n operationType_not_in: [OperationOperationTypeEnum!]\r\n outputLogic: OperationOutputLogicEnum\r\n outputLogic_not: OperationOutputLogicEnum\r\n outputLogic_in: [OperationOutputLogicEnum!]\r\n outputLogic_not_in: [OperationOutputLogicEnum!]\r\n transaction: OperationTransactionEnum\r\n transaction_not: OperationTransactionEnum\r\n transaction_in: [OperationTransactionEnum!]\r\n transaction_not_in: [OperationTransactionEnum!]\r\n isSAP: Boolean\r\n isSAP_not: Boolean\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 constraint_some: [OperationFilter!]\r\n participant_some: [OperationFilter!]\r\n risk_some: [OperationFilter!]\r\n externalreference_ExternalReference_some: [OperationFilter!]\r\n organizationalProcess_OwnerOrganizationalProcess_some: [OperationFilter!]\r\n event_BoundaryEvent_some: [OperationFilter!]\r\n messageFlow_SentMessageFlow_some: [OperationFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [OperationFilter!]\r\n systemUsed_some: [OperationFilter!]\r\n control_ContextualizedControl_some: [OperationFilter!]\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 OperationOperationTypeEnum {\r\n Begin\r\n End\r\n IntermediateEvent\r\n Communication\r\n Other\r\n Activity\r\n Automatic\r\n Manual\r\n Meeting\r\n Decision\r\n IntermediateMessageEvent\r\n IntermediateTimerEvent\r\n IntermediateRuleEvent\r\n IntermediateLinkEvent\r\n IntermediateMultipleEvent\r\n IntermediateErrorEvent\r\n IntermediateCompensationEvent\r\n IntermediateCancelEvent\r\n WorkflowTask\r\n Milestone\r\n Task\r\n Control\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 OperationTypeEnumFilter {\r\n Begin\r\n End\r\n IntermediateEvent\r\n Communication\r\n Other\r\n Activity\r\n Automatic\r\n Manual\r\n Meeting\r\n Decision\r\n IntermediateMessageEvent\r\n IntermediateTimerEvent\r\n IntermediateRuleEvent\r\n IntermediateLinkEvent\r\n IntermediateMultipleEvent\r\n IntermediateErrorEvent\r\n IntermediateCompensationEvent\r\n IntermediateCancelEvent\r\n WorkflowTask\r\n Milestone\r\n Task\r\n Control\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 prefix_ASC\r\n prefix_DESC\r\n applicationStereotype_ASC\r\n applicationStereotype_DESC\r\n applicationType_ASC\r\n applicationType_DESC\r\n expenses_ASC\r\n expenses_DESC\r\n capitalExpenses_ASC\r\n capitalExpenses_DESC\r\n operatingExpenses_ASC\r\n operatingExpenses_DESC\r\n beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n statusReview_ASC\r\n statusReview_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 assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n deploymentDate_ASC\r\n deploymentDate_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByApplicationSystem {\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 expenses_ASC\r\n expenses_DESC\r\n capitalExpenses_ASC\r\n capitalExpenses_DESC\r\n operatingExpenses_ASC\r\n operatingExpenses_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 applicationCode_ASC\r\n applicationCode_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_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 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 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 businessProcessCode_ASC\r\n businessProcessCode_DESC\r\n transaction_ASC\r\n transaction_DESC\r\n isSAP_ASC\r\n isSAP_DESC\r\n loop_ASC\r\n loop_DESC\r\n adHoc_ASC\r\n adHoc_DESC\r\n multiple_ASC\r\n multiple_DESC\r\n compensation_ASC\r\n compensation_DESC\r\n loopCondition_ASC\r\n loopCondition_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n businessProcessStatus_ASC\r\n businessProcessStatus_DESC\r\n 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 orderByConstraint {\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 constraintType_ASC\r\n constraintType_DESC\r\n oCL_ASC\r\n oCL_DESC\r\n expressionBody_ASC\r\n expressionBody_DESC\r\n umlObjectHeader_ASC\r\n umlObjectHeader_DESC\r\n regulatory_ASC\r\n regulatory_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByContent {\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 contentType_ASC\r\n contentType_DESC\r\n contentName_ASC\r\n contentName_DESC\r\n flowType_ASC\r\n flowType_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByControl {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n controlCode_ASC\r\n controlCode_DESC\r\n controlLevel_ASC\r\n controlLevel_DESC\r\n controlNature_ASC\r\n controlNature_DESC\r\n controlExecutionMethod_ASC\r\n controlExecutionMethod_DESC\r\n controlFrequency_ASC\r\n controlFrequency_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 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 orderByEvent {\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 previouselement_ASC\r\n previouselement_DESC\r\n nextelement_ASC\r\n nextelement_DESC\r\n previouscontent_ASC\r\n previouscontent_DESC\r\n nextcontent_ASC\r\n nextcontent_DESC\r\n interrupting_ASC\r\n interrupting_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByEventNature {\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 orderByEventType {\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 orderByExternalreference {\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 completepath_ASC\r\n completepath_DESC\r\n accesspath_ASC\r\n accesspath_DESC\r\n extension_ASC\r\n extension_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByFunctionality {\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 capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n functionalitytype_ASC\r\n functionalitytype_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByGateway {\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 gatewaytype_ASC\r\n gatewaytype_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByITService {\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 statusReview_ASC\r\n statusReview_DESC\r\n iTServiceStereotype_ASC\r\n iTServiceStereotype_DESC\r\n servicevisibility_ASC\r\n servicevisibility_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByLibrary {\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 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 authenticationMode_ASC\r\n authenticationMode_DESC\r\n commandLine_ASC\r\n commandLine_DESC\r\n statusLogin_ASC\r\n statusLogin_DESC\r\n windowsLogin_ASC\r\n windowsLogin_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByMessageFlow {\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 identification_ASC\r\n identification_DESC\r\n access_ASC\r\n access_DESC\r\n storageTime_ASC\r\n storageTime_DESC\r\n storageLocation_ASC\r\n storageLocation_DESC\r\n retentionTime_ASC\r\n retentionTime_DESC\r\n retentionLocation_ASC\r\n retentionLocation_DESC\r\n messageType_ASC\r\n messageType_DESC\r\n frequency_ASC\r\n frequency_DESC\r\n transmissionMode_ASC\r\n transmissionMode_DESC\r\n messageFlowName_ASC\r\n messageFlowName_DESC\r\n destruction_ASC\r\n destruction_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 operationType_ASC\r\n operationType_DESC\r\n outputLogic_ASC\r\n outputLogic_DESC\r\n transaction_ASC\r\n transaction_DESC\r\n isSAP_ASC\r\n isSAP_DESC\r\n loop_ASC\r\n loop_DESC\r\n adHoc_ASC\r\n adHoc_DESC\r\n multiple_ASC\r\n multiple_DESC\r\n compensation_ASC\r\n compensation_DESC\r\n 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 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 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 isSAP_ASC\r\n isSAP_DESC\r\n loop_ASC\r\n loop_DESC\r\n adHoc_ASC\r\n adHoc_DESC\r\n multiple_ASC\r\n multiple_DESC\r\n compensation_ASC\r\n compensation_DESC\r\n loopCondition_ASC\r\n loopCondition_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_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 orderByOrgUnit {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n internalExternal_ASC\r\n internalExternal_DESC\r\n orgUnitType_ASC\r\n orgUnitType_DESC\r\n beginLifedate_ASC\r\n beginLifedate_DESC\r\n endlifedate_ASC\r\n endlifedate_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n freezepastTimePeriod_ASC\r\n freezepastTimePeriod_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n email_ASC\r\n email_DESC\r\n orgUnitStatus_ASC\r\n orgUnitStatus_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderByParticipant {\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 multipleParticipant_ASC\r\n multipleParticipant_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 windowsLogin_ASC\r\n windowsLogin_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 orderByRisk {\r\n externalIdentifier_ASC\r\n externalIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n creatorName_ASC\r\n creatorName_DESC\r\n modifierName_ASC\r\n modifierName_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n riskCode_ASC\r\n riskCode_DESC\r\n controlDesignERM_ASC\r\n controlDesignERM_DESC\r\n controlEffectivenessERM_ASC\r\n controlEffectivenessERM_DESC\r\n riskIdentificationMode_ASC\r\n riskIdentificationMode_DESC\r\n keyRisk_ASC\r\n keyRisk_DESC\r\n targetRiskERM_ASC\r\n targetRiskERM_DESC\r\n netRiskERM_ASC\r\n netRiskERM_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n impactERM_ASC\r\n impactERM_DESC\r\n likelihoodERM_ASC\r\n likelihoodERM_DESC\r\n inherentRiskERM_ASC\r\n inherentRiskERM_DESC\r\n residualRiskComputingMode_ASC\r\n residualRiskComputingMode_DESC\r\n controlLevelERM_ASC\r\n controlLevelERM_DESC\r\n riskStatus_ASC\r\n riskStatus_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n riskStatusobj_ASC\r\n riskStatusobj_DESC\r\n riskAcceptance_ASC\r\n riskAcceptance_DESC\r\n risktreatmentcomment_ASC\r\n risktreatmentcomment_DESC\r\n riskAvoidance_ASC\r\n riskAvoidance_DESC\r\n riskReduction_ASC\r\n riskReduction_DESC\r\n riskTransferSubcontractor_ASC\r\n riskTransferSubcontractor_DESC\r\n riskInsurance_ASC\r\n riskInsurance_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n comment_ASC\r\n comment_DESC\r\n}\r\n\r\nenum orderBySequenceFlow {\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 sequencetype_ASC\r\n sequencetype_DESC\r\n predicate_ASC\r\n predicate_DESC\r\n successionName_ASC\r\n successionName_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 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 freezepastTimePeriod_ASC\r\n freezepastTimePeriod_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 orderBySystemUsed {\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 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 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\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 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 isSAP: Boolean\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 freezepastTimePeriod: Boolean\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 businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\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 participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n messageFlow_OwnedElement(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed_OwnedElement(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n event_OwnedElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n gateway_OwnedElement(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n participant_OwnedElement(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n sequenceFlow_OwnedElement(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n organizationalProcess_OwnerOrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n organizationalProcess_OwnedOrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n operation_OwnedOperation(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n event_BoundaryEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\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 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 isSAP: Boolean\r\n isSAP_not: Boolean\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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\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 businessProcess_some: [OrganizationalProcessFilter!]\r\n constraint_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 participant_some: [OrganizationalProcessFilter!]\r\n messageFlow_OwnedElement_some: [OrganizationalProcessFilter!]\r\n systemUsed_OwnedElement_some: [OrganizationalProcessFilter!]\r\n event_OwnedElement_some: [OrganizationalProcessFilter!]\r\n gateway_OwnedElement_some: [OrganizationalProcessFilter!]\r\n participant_OwnedElement_some: [OrganizationalProcessFilter!]\r\n sequenceFlow_OwnedElement_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_OwnerOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n organizationalProcess_OwnedOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n risk_some: [OrganizationalProcessFilter!]\r\n externalreference_ExternalReference_some: [OrganizationalProcessFilter!]\r\n operation_OwnedOperation_some: [OrganizationalProcessFilter!]\r\n event_BoundaryEvent_some: [OrganizationalProcessFilter!]\r\n messageFlow_SentMessageFlow_some: [OrganizationalProcessFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [OrganizationalProcessFilter!]\r\n systemUsed_some: [OrganizationalProcessFilter!]\r\n application_some: [OrganizationalProcessFilter!]\r\n control_ContextualizedControl_some: [OrganizationalProcessFilter!]\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\n# An org-unit represents a person or a group of persons that intervenes in the\r\n# enterprise business processes or information system. An org-unit can be internal\r\n# or external to the enterprise.- An internal org-unit is an organizational\r\n# element of the enterprise structure such as a department, a service, or a\r\n# workstation. An internal org-unit is defined based on how detailed you require\r\n# your view of the enterprise to be (cf org-unit-type). Example: financial\r\n# management, sales management, marketing department, account manager.- An\r\n# external entity is an organization that exchanges flows with the enterprise.\r\n# Example: Customer, Supplier, Government Office.\r\ntype OrgUnit {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n internalExternal: OrgUnitInternalExternalEnum\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n beginLifedate: Date\r\n endlifedate: Date\r\n assessmentFreshness: Float\r\n freezepastTimePeriod: Boolean\r\n lastAssessmentDate: Date\r\n email: String\r\n orgUnitStatus: OrgUnitOrgUnitStatusEnum\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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n orgUnitMember_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n organizationalUnitOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n orgUnitDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n library_UsedLibrary(filter: filterLibrary, orderBy: [orderByLibrary]): [Library]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n businessProcess_DesignedBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n control_ContextualizedControl(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n}\r\n\r\ninput OrgUnitFilter {\r\n and: [OrgUnitFilter!]\r\n or: [OrgUnitFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n internalExternal: OrgUnitInternalExternalEnum\r\n internalExternal_not: OrgUnitInternalExternalEnum\r\n internalExternal_in: [OrgUnitInternalExternalEnum!]\r\n internalExternal_not_in: [OrgUnitInternalExternalEnum!]\r\n orgUnitType: OrgUnitOrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitOrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitOrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitOrgUnitTypeEnum!]\r\n beginLifedate: Date\r\n beginLifedate_not: Date\r\n beginLifedate_in: [Date!]\r\n beginLifedate_not_in: [Date!]\r\n beginLifedate_lt: Date\r\n beginLifedate_lte: Date\r\n beginLifedate_gt: Date\r\n beginLifedate_gte: Date\r\n endlifedate: Date\r\n endlifedate_not: Date\r\n endlifedate_in: [Date!]\r\n endlifedate_not_in: [Date!]\r\n endlifedate_lt: Date\r\n endlifedate_lte: Date\r\n endlifedate_gt: Date\r\n endlifedate_gte: Date\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n 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 orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitOrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitOrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitOrgUnitStatusEnum!]\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: [OrgUnitFilter!]\r\n businessDocument_ReferredtoDocument_some: [OrgUnitFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [OrgUnitFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [OrgUnitFilter!]\r\n constraint_some: [OrgUnitFilter!]\r\n orgUnitMember_PersonSystem_some: [OrgUnitFilter!]\r\n organizationalUnitOwner_PersonSystem_some: [OrgUnitFilter!]\r\n orgUnitDesigner_PersonSystem_some: [OrgUnitFilter!]\r\n library_UsedLibrary_some: [OrgUnitFilter!]\r\n risk_some: [OrgUnitFilter!]\r\n externalreference_ExternalReference_some: [OrgUnitFilter!]\r\n messageFlow_SentMessageFlow_some: [OrgUnitFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [OrgUnitFilter!]\r\n businessProcess_DesignedBusinessProcess_some: [OrgUnitFilter!]\r\n businessProcess_some: [OrgUnitFilter!]\r\n control_ContextualizedControl_some: [OrgUnitFilter!]\r\n}\r\n\r\nenum OrgUnitInternalExternalEnum {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum OrgUnitOrgUnitStatusEnum {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrgUnitOrgUnitTypeEnum {\r\n Agency\r\n Vendor\r\n Manager\r\n Generic\r\n Institute\r\n Company\r\n Structure\r\n Function\r\n}\r\n\r\nenum OrgUnitStatusEnumFilter {\r\n UpdateinProgress\r\n ValidationinProgress\r\n Validated\r\n}\r\n\r\nenum OrgUnitTypeEnumFilter {\r\n Agency\r\n Vendor\r\n Manager\r\n Generic\r\n Institute\r\n Company\r\n Structure\r\n Function\r\n}\r\n\r\nenum OutputLogicEnumFilter {\r\n Parallelism\r\n Condition\r\n}\r\n\r\n# A participant defines a partition of the actions of a process that will be\r\n# assigned to a same agent.A participant can be decomposed into sub-partition to\r\n# delegate responsibility for a subset of its actions.\r\ntype Participant {\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 multipleParticipant: ParticipantMultipleParticipantEnum\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 event_BPMNElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n systemProcess_BPMNElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_BPMNElement(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n gateway_BPMNElement(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n operation_BPMNElement(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n organizationalProcess_BPMNElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_BPMNElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n}\r\n\r\ninput ParticipantFilter {\r\n and: [ParticipantFilter!]\r\n or: [ParticipantFilter!]\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 multipleParticipant: ParticipantMultipleParticipantEnum\r\n multipleParticipant_not: ParticipantMultipleParticipantEnum\r\n multipleParticipant_in: [ParticipantMultipleParticipantEnum!]\r\n multipleParticipant_not_in: [ParticipantMultipleParticipantEnum!]\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: [ParticipantFilter!]\r\n businessDocument_ReferredtoDocument_some: [ParticipantFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [ParticipantFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [ParticipantFilter!]\r\n event_BPMNElement_some: [ParticipantFilter!]\r\n systemProcess_BPMNElement_some: [ParticipantFilter!]\r\n task_BPMNElement_some: [ParticipantFilter!]\r\n gateway_BPMNElement_some: [ParticipantFilter!]\r\n operation_BPMNElement_some: [ParticipantFilter!]\r\n organizationalProcess_BPMNElement_some: [ParticipantFilter!]\r\n businessProcess_BPMNElement_some: [ParticipantFilter!]\r\n systemProcess_OwnerElement_some: [ParticipantFilter!]\r\n organizationalProcess_OwnerElement_some: [ParticipantFilter!]\r\n businessProcess_OwnerElement_some: [ParticipantFilter!]\r\n risk_some: [ParticipantFilter!]\r\n externalreference_ExternalReference_some: [ParticipantFilter!]\r\n messageFlow_SentMessageFlow_some: [ParticipantFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [ParticipantFilter!]\r\n}\r\n\r\nenum ParticipantMultipleParticipantEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum PerformanceBAEnumFilter {\r\n NA\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\n# A Person is defined by her his name and email.A Person can access HOPEX as soon\r\n# as the Administrator assigns her him a connection identifier (Login) and a profile. \r\ntype PersonSystem {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n usercode: String\r\n commandLine: String\r\n windowsLogin: String\r\n scciUserName: String\r\n email: String\r\n 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 localApplicationOwner_ApplicationSystem(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n riskResponsible_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskOwner_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskAccountable_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskConsulted_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n riskInformed_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n controlOwner_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlAccountable_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlConsulted_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlInformed_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n controlResponsible_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n localApplicationOwner_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 orgUnitMember_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n organizationalUnitOwner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n orgUnitDesigner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n localApplicationOwner_ITService(filter: filterITService, orderBy: [orderByITService]): [ITService]\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}\r\n\r\ninput PersonSystemFilter {\r\n and: [PersonSystemFilter!]\r\n or: [PersonSystemFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n usercode: String\r\n usercode_not: String\r\n usercode_in: [String!]\r\n usercode_not_in: [String!]\r\n usercode_lt: String\r\n usercode_lte: String\r\n usercode_gt: String\r\n usercode_gte: String\r\n usercode_contains: String\r\n usercode_not_contains: String\r\n usercode_starts_with: String\r\n usercode_not_starts_with: String\r\n usercode_ends_with: String\r\n usercode_not_ends_with: String\r\n commandLine: String\r\n commandLine_not: String\r\n commandLine_in: [String!]\r\n commandLine_not_in: [String!]\r\n commandLine_lt: String\r\n commandLine_lte: String\r\n commandLine_gt: String\r\n commandLine_gte: String\r\n commandLine_contains: String\r\n commandLine_not_contains: String\r\n commandLine_starts_with: String\r\n commandLine_not_starts_with: String\r\n commandLine_ends_with: String\r\n commandLine_not_ends_with: String\r\n windowsLogin: String\r\n windowsLogin_not: String\r\n windowsLogin_in: [String!]\r\n windowsLogin_not_in: [String!]\r\n windowsLogin_lt: String\r\n windowsLogin_lte: String\r\n windowsLogin_gt: String\r\n windowsLogin_gte: String\r\n windowsLogin_contains: String\r\n windowsLogin_not_contains: String\r\n windowsLogin_starts_with: String\r\n windowsLogin_not_starts_with: String\r\n windowsLogin_ends_with: String\r\n windowsLogin_not_ends_with: String\r\n scciUserName: String\r\n scciUserName_not: String\r\n scciUserName_in: [String!]\r\n scciUserName_not_in: [String!]\r\n scciUserName_lt: String\r\n scciUserName_lte: String\r\n scciUserName_gt: String\r\n scciUserName_gte: String\r\n scciUserName_contains: String\r\n scciUserName_not_contains: String\r\n scciUserName_starts_with: String\r\n scciUserName_not_starts_with: String\r\n scciUserName_ends_with: String\r\n scciUserName_not_ends_with: String\r\n email: String\r\n email_not: String\r\n email_in: [String!]\r\n email_not_in: [String!]\r\n email_lt: String\r\n email_lte: String\r\n email_gt: String\r\n email_gte: String\r\n email_contains: String\r\n email_not_contains: String\r\n email_starts_with: String\r\n email_not_starts_with: String\r\n email_ends_with: String\r\n email_not_ends_with: String\r\n 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 localApplicationOwner_ApplicationSystem_some: [PersonSystemFilter!]\r\n riskResponsible_Risk_some: [PersonSystemFilter!]\r\n riskOwner_Risk_some: [PersonSystemFilter!]\r\n riskAccountable_Risk_some: [PersonSystemFilter!]\r\n riskConsulted_Risk_some: [PersonSystemFilter!]\r\n riskInformed_Risk_some: [PersonSystemFilter!]\r\n controlOwner_Control_some: [PersonSystemFilter!]\r\n controlAccountable_Control_some: [PersonSystemFilter!]\r\n controlConsulted_Control_some: [PersonSystemFilter!]\r\n controlInformed_Control_some: [PersonSystemFilter!]\r\n controlResponsible_Control_some: [PersonSystemFilter!]\r\n localApplicationOwner_Application_some: [PersonSystemFilter!]\r\n iTOwner_Application_some: [PersonSystemFilter!]\r\n businessOwner_Application_some: [PersonSystemFilter!]\r\n orgUnitMember_OrgUnit_some: [PersonSystemFilter!]\r\n organizationalUnitOwner_OrgUnit_some: [PersonSystemFilter!]\r\n orgUnitDesigner_OrgUnit_some: [PersonSystemFilter!]\r\n localApplicationOwner_ITService_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}\r\n\r\nenum PersonSystemValidPersonEnum {\r\n Valid\r\n Incomplete\r\n Invalid\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 messageFlow(filter: MessageFlowFilter, skip: Int, take: Int, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: SystemUsedFilter, skip: Int, take: Int, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n library(filter: LibraryFilter, skip: Int, take: Int, orderBy: [orderByLibrary]): [Library]\r\n functionality(filter: FunctionalityFilter, skip: Int, take: Int, orderBy: [orderByFunctionality]): [Functionality]\r\n eventNature(filter: EventNatureFilter, skip: Int, take: Int, orderBy: [orderByEventNature]): [EventNature]\r\n event(filter: EventFilter, skip: Int, take: Int, orderBy: [orderByEvent]): [Event]\r\n eventType(filter: EventTypeFilter, skip: Int, take: Int, orderBy: [orderByEventType]): [EventType]\r\n content(filter: ContentFilter, skip: Int, take: Int, orderBy: [orderByContent]): [Content]\r\n systemProcess(filter: SystemProcessFilter, skip: Int, take: Int, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem(filter: ApplicationSystemFilter, skip: Int, take: Int, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n task(filter: TaskFilter, skip: Int, take: Int, orderBy: [orderByTask]): [Task]\r\n risk(filter: RiskFilter, skip: Int, take: Int, orderBy: [orderByRisk]): [Risk]\r\n businessDocument(filter: BusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n gateway(filter: GatewayFilter, skip: Int, take: Int, orderBy: [orderByGateway]): [Gateway]\r\n externalreference(filter: ExternalreferenceFilter, skip: Int, take: Int, orderBy: [orderByExternalreference]): [Externalreference]\r\n participant(filter: ParticipantFilter, skip: Int, take: Int, orderBy: [orderByParticipant]): [Participant]\r\n control(filter: ControlFilter, skip: Int, take: Int, orderBy: [orderByControl]): [Control]\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 orgUnit(filter: OrgUnitFilter, skip: Int, take: Int, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n constraint(filter: ConstraintFilter, skip: Int, take: Int, orderBy: [orderByConstraint]): [Constraint]\r\n operation(filter: OperationFilter, skip: Int, take: Int, orderBy: [orderByOperation]): [Operation]\r\n iTService(filter: ITServiceFilter, skip: Int, take: Int, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess(filter: OrganizationalProcessFilter, skip: Int, take: Int, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess(filter: BusinessProcessFilter, skip: Int, take: Int, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n sequenceFlow(filter: SequenceFlowFilter, skip: Int, take: Int, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n}\r\n\r\nenum RegulatoryEnumFilter {\r\n Other\r\n Regulatory\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 functionality_AssignedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n content_AssignedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_AssignedObject(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n applicationSystem_AssignedObject(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n risk_AssignedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n control_AssignedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n application_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_AssignedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n iTService_AssignedObject(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_AssignedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_AssignedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\n# A risk is a hazard of greater or lesser likelihood to which an organization is exposed.\r\ntype Risk {\r\n id: String\r\n externalIdentifier: String\r\n name: String\r\n creatorName: String\r\n modifierName: String\r\n modificationDate: Date\r\n creationDate: Date\r\n riskCode: String\r\n controlDesignERM: RiskControlDesignERMEnum\r\n controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n keyRisk: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n netRiskERM: RiskNetRiskERMEnum\r\n assessmentFreshness: Float\r\n impactERM: RiskImpactERMEnum\r\n likelihoodERM: RiskLikelihoodERMEnum\r\n inherentRiskERM: RiskInherentRiskERMEnum\r\n residualRiskComputingMode: String\r\n controlLevelERM: RiskControlLevelERMEnum\r\n riskStatus: RiskRiskStatusEnum\r\n lastAssessmentDate: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n riskAcceptance: Boolean\r\n risktreatmentcomment(format: StringFormat): String\r\n riskAvoidance: Boolean\r\n riskReduction: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskInsurance: Boolean\r\n hexaIdAbs: String\r\n comment(format: StringFormat): String\r\n businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n riskResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n riskInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n messageFlow_ElementatRisk(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed_ElementatRisk(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n event_ElementatRisk(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n content_ElementatRisk(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n systemProcess_ElementatRisk(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_ElementatRisk(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n participant_ElementatRisk(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n application_ElementatRisk(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n orgUnit_ElementatRisk(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n constraint_ElementatRisk(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n operation_ElementatRisk(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n iTService_ElementatRisk(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n organizationalProcess_ElementatRisk(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_ElementatRisk(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n}\r\n\r\nenum RiskBAEnumFilter {\r\n NA\r\n VeryHigh\r\n High\r\n Medium\r\n Low\r\n VeryLow\r\n}\r\n\r\nenum RiskControlDesignERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n Veryweak\r\n}\r\n\r\nenum RiskControlEffectivenessERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\nenum RiskControlLevelERMEnum {\r\n VeryStrong\r\n Strong\r\n Medium\r\n Weak\r\n VeryWeak\r\n}\r\n\r\ninput RiskFilter {\r\n and: [RiskFilter!]\r\n or: [RiskFilter!]\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n externalIdentifier: String\r\n externalIdentifier_not: String\r\n externalIdentifier_in: [String!]\r\n externalIdentifier_not_in: [String!]\r\n externalIdentifier_lt: String\r\n externalIdentifier_lte: String\r\n externalIdentifier_gt: String\r\n externalIdentifier_gte: String\r\n externalIdentifier_contains: String\r\n externalIdentifier_not_contains: String\r\n externalIdentifier_starts_with: String\r\n externalIdentifier_not_starts_with: String\r\n externalIdentifier_ends_with: String\r\n externalIdentifier_not_ends_with: String\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n creatorName: String\r\n creatorName_not: String\r\n creatorName_in: [String!]\r\n creatorName_not_in: [String!]\r\n creatorName_lt: String\r\n creatorName_lte: String\r\n creatorName_gt: String\r\n creatorName_gte: String\r\n creatorName_contains: String\r\n creatorName_not_contains: String\r\n creatorName_starts_with: String\r\n creatorName_not_starts_with: String\r\n creatorName_ends_with: String\r\n creatorName_not_ends_with: String\r\n modifierName: String\r\n modifierName_not: String\r\n modifierName_in: [String!]\r\n modifierName_not_in: [String!]\r\n modifierName_lt: String\r\n modifierName_lte: String\r\n modifierName_gt: String\r\n modifierName_gte: String\r\n modifierName_contains: String\r\n modifierName_not_contains: String\r\n modifierName_starts_with: String\r\n modifierName_not_starts_with: String\r\n modifierName_ends_with: String\r\n modifierName_not_ends_with: String\r\n modificationDate: Date\r\n modificationDate_not: Date\r\n modificationDate_in: [Date!]\r\n modificationDate_not_in: [Date!]\r\n modificationDate_lt: Date\r\n modificationDate_lte: Date\r\n modificationDate_gt: Date\r\n modificationDate_gte: Date\r\n creationDate: Date\r\n creationDate_not: Date\r\n creationDate_in: [Date!]\r\n creationDate_not_in: [Date!]\r\n creationDate_lt: Date\r\n creationDate_lte: Date\r\n creationDate_gt: Date\r\n creationDate_gte: Date\r\n riskCode: String\r\n riskCode_not: String\r\n riskCode_in: [String!]\r\n riskCode_not_in: [String!]\r\n riskCode_lt: String\r\n riskCode_lte: String\r\n riskCode_gt: String\r\n riskCode_gte: String\r\n riskCode_contains: String\r\n riskCode_not_contains: String\r\n riskCode_starts_with: String\r\n riskCode_not_starts_with: String\r\n riskCode_ends_with: String\r\n riskCode_not_ends_with: String\r\n controlDesignERM: RiskControlDesignERMEnum\r\n controlDesignERM_not: RiskControlDesignERMEnum\r\n controlDesignERM_in: [RiskControlDesignERMEnum!]\r\n controlDesignERM_not_in: [RiskControlDesignERMEnum!]\r\n controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n controlEffectivenessERM_not: RiskControlEffectivenessERMEnum\r\n controlEffectivenessERM_in: [RiskControlEffectivenessERMEnum!]\r\n controlEffectivenessERM_not_in: [RiskControlEffectivenessERMEnum!]\r\n riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskRiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskRiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskRiskIdentificationModeEnum!]\r\n keyRisk: Boolean\r\n keyRisk_not: Boolean\r\n targetRiskERM: RiskTargetRiskERMEnum\r\n targetRiskERM_not: RiskTargetRiskERMEnum\r\n targetRiskERM_in: [RiskTargetRiskERMEnum!]\r\n targetRiskERM_not_in: [RiskTargetRiskERMEnum!]\r\n netRiskERM: RiskNetRiskERMEnum\r\n netRiskERM_not: RiskNetRiskERMEnum\r\n netRiskERM_in: [RiskNetRiskERMEnum!]\r\n netRiskERM_not_in: [RiskNetRiskERMEnum!]\r\n assessmentFreshness: Float\r\n assessmentFreshness_not: Float\r\n assessmentFreshness_in: [Float!]\r\n assessmentFreshness_not_in: [Float!]\r\n assessmentFreshness_lt: Float\r\n assessmentFreshness_lte: Float\r\n assessmentFreshness_gt: Float\r\n assessmentFreshness_gte: Float\r\n impactERM: RiskImpactERMEnum\r\n impactERM_not: RiskImpactERMEnum\r\n impactERM_in: [RiskImpactERMEnum!]\r\n impactERM_not_in: [RiskImpactERMEnum!]\r\n likelihoodERM: RiskLikelihoodERMEnum\r\n likelihoodERM_not: RiskLikelihoodERMEnum\r\n likelihoodERM_in: [RiskLikelihoodERMEnum!]\r\n likelihoodERM_not_in: [RiskLikelihoodERMEnum!]\r\n inherentRiskERM: RiskInherentRiskERMEnum\r\n inherentRiskERM_not: RiskInherentRiskERMEnum\r\n inherentRiskERM_in: [RiskInherentRiskERMEnum!]\r\n inherentRiskERM_not_in: [RiskInherentRiskERMEnum!]\r\n residualRiskComputingMode: String\r\n residualRiskComputingMode_not: String\r\n residualRiskComputingMode_in: [String!]\r\n residualRiskComputingMode_not_in: [String!]\r\n residualRiskComputingMode_lt: String\r\n residualRiskComputingMode_lte: String\r\n residualRiskComputingMode_gt: String\r\n residualRiskComputingMode_gte: String\r\n residualRiskComputingMode_contains: String\r\n residualRiskComputingMode_not_contains: String\r\n residualRiskComputingMode_starts_with: String\r\n residualRiskComputingMode_not_starts_with: String\r\n residualRiskComputingMode_ends_with: String\r\n residualRiskComputingMode_not_ends_with: String\r\n controlLevelERM: RiskControlLevelERMEnum\r\n controlLevelERM_not: RiskControlLevelERMEnum\r\n controlLevelERM_in: [RiskControlLevelERMEnum!]\r\n controlLevelERM_not_in: [RiskControlLevelERMEnum!]\r\n riskStatus: RiskRiskStatusEnum\r\n riskStatus_not: RiskRiskStatusEnum\r\n riskStatus_in: [RiskRiskStatusEnum!]\r\n riskStatus_not_in: [RiskRiskStatusEnum!]\r\n lastAssessmentDate: Date\r\n lastAssessmentDate_not: Date\r\n lastAssessmentDate_in: [Date!]\r\n lastAssessmentDate_not_in: [Date!]\r\n lastAssessmentDate_lt: Date\r\n lastAssessmentDate_lte: Date\r\n lastAssessmentDate_gt: Date\r\n lastAssessmentDate_gte: Date\r\n riskStatusobj: RiskRiskStatusobjEnum\r\n riskStatusobj_not: RiskRiskStatusobjEnum\r\n riskStatusobj_in: [RiskRiskStatusobjEnum!]\r\n riskStatusobj_not_in: [RiskRiskStatusobjEnum!]\r\n riskAcceptance: Boolean\r\n riskAcceptance_not: Boolean\r\n risktreatmentcomment: String\r\n risktreatmentcomment_not: String\r\n risktreatmentcomment_in: [String!]\r\n risktreatmentcomment_not_in: [String!]\r\n risktreatmentcomment_lt: String\r\n risktreatmentcomment_lte: String\r\n risktreatmentcomment_gt: String\r\n risktreatmentcomment_gte: String\r\n risktreatmentcomment_contains: String\r\n risktreatmentcomment_not_contains: String\r\n risktreatmentcomment_starts_with: String\r\n risktreatmentcomment_not_starts_with: String\r\n risktreatmentcomment_ends_with: String\r\n risktreatmentcomment_not_ends_with: String\r\n riskAvoidance: Boolean\r\n riskAvoidance_not: Boolean\r\n riskReduction: Boolean\r\n riskReduction_not: Boolean\r\n riskTransferSubcontractor: Boolean\r\n riskTransferSubcontractor_not: Boolean\r\n riskInsurance: Boolean\r\n riskInsurance_not: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n businessDocument_AttachedDocument_some: [RiskFilter!]\r\n businessDocument_ReferredtoDocument_some: [RiskFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [RiskFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskFilter!]\r\n riskResponsible_PersonSystem_some: [RiskFilter!]\r\n riskOwner_PersonSystem_some: [RiskFilter!]\r\n riskAccountable_PersonSystem_some: [RiskFilter!]\r\n riskConsulted_PersonSystem_some: [RiskFilter!]\r\n riskInformed_PersonSystem_some: [RiskFilter!]\r\n messageFlow_ElementatRisk_some: [RiskFilter!]\r\n systemUsed_ElementatRisk_some: [RiskFilter!]\r\n event_ElementatRisk_some: [RiskFilter!]\r\n content_ElementatRisk_some: [RiskFilter!]\r\n systemProcess_ElementatRisk_some: [RiskFilter!]\r\n task_ElementatRisk_some: [RiskFilter!]\r\n participant_ElementatRisk_some: [RiskFilter!]\r\n application_ElementatRisk_some: [RiskFilter!]\r\n orgUnit_ElementatRisk_some: [RiskFilter!]\r\n constraint_ElementatRisk_some: [RiskFilter!]\r\n operation_ElementatRisk_some: [RiskFilter!]\r\n iTService_ElementatRisk_some: [RiskFilter!]\r\n organizationalProcess_ElementatRisk_some: [RiskFilter!]\r\n businessProcess_ElementatRisk_some: [RiskFilter!]\r\n externalreference_ExternalReference_some: [RiskFilter!]\r\n}\r\n\r\nenum RiskIdentificationModeEnumFilter {\r\n IncidentDatabase\r\n Risktypeassessment\r\n Expertise\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskImpactERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskInherentRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskLikelihoodERMEnum {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\nenum RiskNetRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RiskRiskIdentificationModeEnum {\r\n IncidentDatabase\r\n Risktypeassessment\r\n Expertise\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskRiskStatusEnum {\r\n Undercontrol\r\n Inprogress\r\n Tobeprocessed\r\n}\r\n\r\nenum RiskRiskStatusobjEnum {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n}\r\n\r\nenum RiskStatusEnumFilter {\r\n Undercontrol\r\n Inprogress\r\n Tobeprocessed\r\n}\r\n\r\nenum RiskStatusobjEnumFilter {\r\n Created\r\n Submitted\r\n Validated\r\n Rejected\r\n}\r\n\r\nenum RiskTargetRiskERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n VeryHigh\r\n High\r\n}\r\n\r\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\n# A sequence flow is used to show the order in which steps of a process will be\r\n# performed. Each sequence flow has only one source and only one target. \r\ntype SequenceFlow {\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 sequencetype: SequenceFlowSequencetypeEnum\r\n predicate: String\r\n successionName: 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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event_TriggeringEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n event_TriggeredEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n}\r\n\r\ninput SequenceFlowFilter {\r\n and: [SequenceFlowFilter!]\r\n or: [SequenceFlowFilter!]\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 sequencetype: SequenceFlowSequencetypeEnum\r\n sequencetype_not: SequenceFlowSequencetypeEnum\r\n sequencetype_in: [SequenceFlowSequencetypeEnum!]\r\n sequencetype_not_in: [SequenceFlowSequencetypeEnum!]\r\n predicate: String\r\n predicate_not: String\r\n predicate_in: [String!]\r\n predicate_not_in: [String!]\r\n predicate_lt: String\r\n predicate_lte: String\r\n predicate_gt: String\r\n predicate_gte: String\r\n predicate_contains: String\r\n predicate_not_contains: String\r\n predicate_starts_with: String\r\n predicate_not_starts_with: String\r\n predicate_ends_with: String\r\n predicate_not_ends_with: String\r\n successionName: String\r\n successionName_not: String\r\n successionName_in: [String!]\r\n successionName_not_in: [String!]\r\n successionName_lt: String\r\n successionName_lte: String\r\n successionName_gt: String\r\n successionName_gte: String\r\n successionName_contains: String\r\n successionName_not_contains: String\r\n successionName_starts_with: String\r\n successionName_not_starts_with: String\r\n successionName_ends_with: String\r\n successionName_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: [SequenceFlowFilter!]\r\n businessDocument_ReferredtoDocument_some: [SequenceFlowFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [SequenceFlowFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [SequenceFlowFilter!]\r\n constraint_some: [SequenceFlowFilter!]\r\n systemProcess_OwnerElement_some: [SequenceFlowFilter!]\r\n organizationalProcess_OwnerElement_some: [SequenceFlowFilter!]\r\n businessProcess_OwnerElement_some: [SequenceFlowFilter!]\r\n externalreference_ExternalReference_some: [SequenceFlowFilter!]\r\n event_TriggeringEvent_some: [SequenceFlowFilter!]\r\n event_TriggeredEvent_some: [SequenceFlowFilter!]\r\n}\r\n\r\nenum SequenceFlowSequencetypeEnum {\r\n Standard\r\n Conditioned\r\n Default\r\n}\r\n\r\nenum SequencetypeEnumFilter {\r\n Standard\r\n Conditioned\r\n Default\r\n}\r\n\r\nenum ServicevisibilityEnumFilter {\r\n Public\r\n Private\r\n Restricted\r\n}\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 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 freezepastTimePeriod: Boolean\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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n messageFlow_OwnedElement(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed_OwnedElement(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\r\n event_OwnedElement(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n gateway_OwnedElement(filter: filterGateway, orderBy: [orderByGateway]): [Gateway]\r\n participant_OwnedElement(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n sequenceFlow_OwnedElement(filter: filterSequenceFlow, orderBy: [orderBySequenceFlow]): [SequenceFlow]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event_BoundaryEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\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 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 freezepastTimePeriod: Boolean\r\n freezepastTimePeriod_not: Boolean\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 constraint_some: [SystemProcessFilter!]\r\n participant_some: [SystemProcessFilter!]\r\n messageFlow_OwnedElement_some: [SystemProcessFilter!]\r\n systemUsed_OwnedElement_some: [SystemProcessFilter!]\r\n event_OwnedElement_some: [SystemProcessFilter!]\r\n gateway_OwnedElement_some: [SystemProcessFilter!]\r\n participant_OwnedElement_some: [SystemProcessFilter!]\r\n sequenceFlow_OwnedElement_some: [SystemProcessFilter!]\r\n risk_some: [SystemProcessFilter!]\r\n externalreference_ExternalReference_some: [SystemProcessFilter!]\r\n event_BoundaryEvent_some: [SystemProcessFilter!]\r\n messageFlow_SentMessageFlow_some: [SystemProcessFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [SystemProcessFilter!]\r\n systemUsed_some: [SystemProcessFilter!]\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 system used during the execution of a step of a process represents what is\r\n# necessary to realize this step. It can be an application or an IT service, or\r\n# any other non IT resource, or more generally a functionality.\r\ntype SystemUsed {\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 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 systemProcess_OwnerElement(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n organizationalProcess_OwnerElement(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_OwnerElement(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n systemProcess_ElementUsingaSystem(filter: filterSystemProcess, orderBy: [orderBySystemProcess]): [SystemProcess]\r\n task_ElementUsingaSystem(filter: filterTask, orderBy: [orderByTask]): [Task]\r\n operation_ElementUsingaSystem(filter: filterOperation, orderBy: [orderByOperation]): [Operation]\r\n organizationalProcess_ElementUsingaSystem(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n businessProcess_ElementUsingaSystem(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n functionality_SystemSpecification(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n applicationSystem_SystemSpecification(filter: filterApplicationSystem, orderBy: [orderByApplicationSystem]): [ApplicationSystem]\r\n application_SystemSpecification(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n iTService_SystemSpecification(filter: filterITService, orderBy: [orderByITService]): [ITService]\r\n}\r\n\r\ninput SystemUsedFilter {\r\n and: [SystemUsedFilter!]\r\n or: [SystemUsedFilter!]\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 businessDocument_AttachedDocument_some: [SystemUsedFilter!]\r\n businessDocument_ReferredtoDocument_some: [SystemUsedFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_some: [SystemUsedFilter!]\r\n businessDocumentVersion_ReferredtoDocumentVersion_some: [SystemUsedFilter!]\r\n systemProcess_OwnerElement_some: [SystemUsedFilter!]\r\n organizationalProcess_OwnerElement_some: [SystemUsedFilter!]\r\n businessProcess_OwnerElement_some: [SystemUsedFilter!]\r\n risk_some: [SystemUsedFilter!]\r\n externalreference_ExternalReference_some: [SystemUsedFilter!]\r\n systemProcess_ElementUsingaSystem_some: [SystemUsedFilter!]\r\n task_ElementUsingaSystem_some: [SystemUsedFilter!]\r\n operation_ElementUsingaSystem_some: [SystemUsedFilter!]\r\n organizationalProcess_ElementUsingaSystem_some: [SystemUsedFilter!]\r\n businessProcess_ElementUsingaSystem_some: [SystemUsedFilter!]\r\n functionality_SystemSpecification_some: [SystemUsedFilter!]\r\n applicationSystem_SystemSpecification_some: [SystemUsedFilter!]\r\n application_SystemSpecification_some: [SystemUsedFilter!]\r\n iTService_SystemSpecification_some: [SystemUsedFilter!]\r\n}\r\n\r\nenum TargetRiskERMEnumFilter {\r\n VeryLow\r\n Low\r\n Medium\r\n VeryHigh\r\n High\r\n}\r\n\r\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 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 constraint(filter: filterConstraint, orderBy: [orderByConstraint]): [Constraint]\r\n participant(filter: filterParticipant, orderBy: [orderByParticipant]): [Participant]\r\n risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n externalreference_ExternalReference(filter: filterExternalreference, orderBy: [orderByExternalreference]): [Externalreference]\r\n event_BoundaryEvent(filter: filterEvent, orderBy: [orderByEvent]): [Event]\r\n messageFlow_SentMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n messageFlow_ReceivedMessageFlow(filter: filterMessageFlow, orderBy: [orderByMessageFlow]): [MessageFlow]\r\n systemUsed(filter: filterSystemUsed, orderBy: [orderBySystemUsed]): [SystemUsed]\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 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 constraint_some: [TaskFilter!]\r\n participant_some: [TaskFilter!]\r\n risk_some: [TaskFilter!]\r\n externalreference_ExternalReference_some: [TaskFilter!]\r\n event_BoundaryEvent_some: [TaskFilter!]\r\n messageFlow_SentMessageFlow_some: [TaskFilter!]\r\n messageFlow_ReceivedMessageFlow_some: [TaskFilter!]\r\n systemUsed_some: [TaskFilter!]\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"