From 63d37046e245567164c7c3f0d86c7e904e6cf8d8 Mon Sep 17 00:00:00 2001 From: machacjozef Date: Tue, 24 Dec 2024 16:23:19 +0000 Subject: [PATCH] CI - Update documentation --- docs/javadoc/allclasses-index.html | 2056 ++--- docs/javadoc/allclasses.html | 50 +- docs/javadoc/allpackages-index.html | 180 +- .../fasterxml/jackson/databind/QJsonNode.html | 10 +- .../databind/QJsonSerializable_Base.html | 10 +- .../jackson/databind/class-use/QJsonNode.html | 10 +- .../class-use/QJsonSerializable_Base.html | 10 +- .../jackson/databind/node/QBaseJsonNode.html | 10 +- .../jackson/databind/node/QContainerNode.html | 10 +- .../jackson/databind/node/QObjectNode.html | 10 +- .../node/class-use/QBaseJsonNode.html | 10 +- .../node/class-use/QContainerNode.html | 10 +- .../databind/node/class-use/QObjectNode.html | 20 +- .../databind/node/package-summary.html | 10 +- .../jackson/databind/node/package-tree.html | 10 +- .../jackson/databind/node/package-use.html | 10 +- .../jackson/databind/package-summary.html | 10 +- .../jackson/databind/package-tree.html | 10 +- .../jackson/databind/package-use.html | 10 +- .../application/engine/ApplicationEngine.html | 10 +- .../application/engine/AsyncRunner.html | 10 +- .../application/engine/DevConsole.html | 10 +- .../engine/StringToDataSetConverter.html | 10 +- .../engine/StringToMapConverter.html | 10 +- .../engine/auth/domain/AbstractUser.html | 18 +- .../engine/auth/domain/AnonymousUser.html | 16 +- .../engine/auth/domain/Author.html | 21 +- .../engine/auth/domain/Authority.html | 10 +- .../application/engine/auth/domain/IUser.html | 114 +- .../engine/auth/domain/LoggedUser.html | 10 +- .../engine/auth/domain/QAbstractUser.html | 10 +- .../engine/auth/domain/QAnonymousUser.html | 10 +- .../engine/auth/domain/QAuthor.html | 10 +- .../engine/auth/domain/QAuthority.html | 10 +- .../engine/auth/domain/QIUser.html | 10 +- .../application/engine/auth/domain/QUser.html | 10 +- .../engine/auth/domain/RegisteredUser.html | 28 +- .../application/engine/auth/domain/User.html | 16 +- .../engine/auth/domain/UserProperties.html | 10 +- .../engine/auth/domain/UserState.html | 10 +- .../auth/domain/class-use/AbstractUser.html | 10 +- .../auth/domain/class-use/AnonymousUser.html | 10 +- .../engine/auth/domain/class-use/Author.html | 10 +- .../auth/domain/class-use/Authority.html | 10 +- .../engine/auth/domain/class-use/IUser.html | 222 +- .../auth/domain/class-use/LoggedUser.html | 595 +- .../auth/domain/class-use/QAbstractUser.html | 10 +- .../auth/domain/class-use/QAnonymousUser.html | 10 +- .../engine/auth/domain/class-use/QAuthor.html | 10 +- .../auth/domain/class-use/QAuthority.html | 10 +- .../engine/auth/domain/class-use/QIUser.html | 10 +- .../engine/auth/domain/class-use/QUser.html | 10 +- .../auth/domain/class-use/RegisteredUser.html | 10 +- .../engine/auth/domain/class-use/User.html | 66 +- .../auth/domain/class-use/UserProperties.html | 10 +- .../auth/domain/class-use/UserState.html | 10 +- .../engine/auth/domain/package-summary.html | 10 +- .../engine/auth/domain/package-tree.html | 14 +- .../engine/auth/domain/package-use.html | 18 +- .../repositories/AuthorityRepository.html | 10 +- .../domain/repositories/UserRepository.html | 10 +- .../repositories/UserRepositoryImpl.html | 10 +- .../class-use/AuthorityRepository.html | 10 +- .../class-use/UserRepository.html | 10 +- .../class-use/UserRepositoryImpl.html | 10 +- .../domain/repositories/package-summary.html | 10 +- .../domain/repositories/package-tree.html | 10 +- .../auth/domain/repositories/package-use.html | 10 +- .../UnauthorisedRequestException.html | 10 +- .../UnauthorisedRequestException.html | 10 +- .../domain/throwable/package-summary.html | 10 +- .../auth/domain/throwable/package-tree.html | 10 +- .../auth/domain/throwable/package-use.html | 10 +- .../auth/service/AbstractUserService.html | 10 +- .../engine/auth/service/AuthorityService.html | 10 +- .../auth/service/AuthorizationService.html | 10 +- .../service/InvalidUserTokenException.html | 10 +- .../auth/service/LdapUserDetailsService.html | 10 +- .../auth/service/LoginAttemptService.html | 10 +- .../auth/service/RegistrationService.html | 10 +- .../auth/service/UserDetailsServiceImpl.html | 10 +- .../service/UserResourceHelperService.html | 10 +- .../engine/auth/service/UserService.html | 10 +- .../class-use/AbstractUserService.html | 10 +- .../service/class-use/AuthorityService.html | 10 +- .../class-use/AuthorizationService.html | 10 +- .../class-use/InvalidUserTokenException.html | 10 +- .../class-use/LdapUserDetailsService.html | 10 +- .../class-use/LoginAttemptService.html | 10 +- .../class-use/RegistrationService.html | 10 +- .../class-use/UserDetailsServiceImpl.html | 10 +- .../class-use/UserResourceHelperService.html | 10 +- .../auth/service/class-use/UserService.html | 10 +- .../service/interfaces/IAuthorityService.html | 10 +- .../interfaces/IAuthorizationService.html | 10 +- .../interfaces/ILdapUserRefService.html | 10 +- .../interfaces/ILoginAttemptService.html | 10 +- .../interfaces/IRegistrationService.html | 10 +- .../IUserResourceHelperService.html | 10 +- .../auth/service/interfaces/IUserService.html | 10 +- .../class-use/IAuthorityService.html | 10 +- .../class-use/IAuthorizationService.html | 10 +- .../class-use/ILdapUserRefService.html | 10 +- .../class-use/ILoginAttemptService.html | 10 +- .../class-use/IRegistrationService.html | 10 +- .../class-use/IUserResourceHelperService.html | 10 +- .../interfaces/class-use/IUserService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../auth/service/interfaces/package-tree.html | 10 +- .../auth/service/interfaces/package-use.html | 10 +- .../engine/auth/service/package-summary.html | 10 +- .../engine/auth/service/package-tree.html | 10 +- .../engine/auth/service/package-use.html | 10 +- .../auth/web/AuthenticationController.html | 10 +- .../engine/auth/web/PublicUserController.html | 10 +- .../engine/auth/web/UserController.html | 10 +- .../engine/auth/web/UserControllerAdvice.html | 10 +- .../class-use/AuthenticationController.html | 10 +- .../web/class-use/PublicUserController.html | 10 +- .../auth/web/class-use/UserController.html | 10 +- .../web/class-use/UserControllerAdvice.html | 10 +- .../engine/auth/web/package-summary.html | 10 +- .../engine/auth/web/package-tree.html | 10 +- .../engine/auth/web/package-use.html | 10 +- .../requestbodies/ChangePasswordRequest.html | 10 +- .../web/requestbodies/NewUserRequest.html | 10 +- .../requestbodies/RegistrationRequest.html | 10 +- .../web/requestbodies/UpdateUserRequest.html | 10 +- .../requestbodies/UserSearchRequestBody.html | 10 +- .../class-use/ChangePasswordRequest.html | 10 +- .../class-use/NewUserRequest.html | 10 +- .../class-use/RegistrationRequest.html | 10 +- .../class-use/UpdateUserRequest.html | 10 +- .../class-use/UserSearchRequestBody.html | 10 +- .../web/requestbodies/package-summary.html | 10 +- .../auth/web/requestbodies/package-tree.html | 10 +- .../auth/web/requestbodies/package-use.html | 10 +- .../responsebodies/AuthoritiesResources.html | 10 +- .../responsebodies/IProcessRoleFactory.html | 10 +- .../auth/web/responsebodies/IUserFactory.html | 10 +- .../auth/web/responsebodies/ProcessRole.html | 10 +- .../responsebodies/ProcessRoleFactory.html | 10 +- .../engine/auth/web/responsebodies/User.html | 10 +- .../auth/web/responsebodies/UserFactory.html | 10 +- .../auth/web/responsebodies/UserResource.html | 10 +- .../responsebodies/UserResourceAssembler.html | 10 +- .../web/responsebodies/UsersResource.html | 10 +- .../class-use/AuthoritiesResources.html | 10 +- .../class-use/IProcessRoleFactory.html | 10 +- .../class-use/IUserFactory.html | 10 +- .../responsebodies/class-use/ProcessRole.html | 10 +- .../class-use/ProcessRoleFactory.html | 10 +- .../web/responsebodies/class-use/User.html | 10 +- .../responsebodies/class-use/UserFactory.html | 10 +- .../class-use/UserResource.html | 10 +- .../class-use/UserResourceAssembler.html | 10 +- .../class-use/UsersResource.html | 10 +- .../web/responsebodies/package-summary.html | 10 +- .../auth/web/responsebodies/package-tree.html | 10 +- .../auth/web/responsebodies/package-use.html | 10 +- .../engine/business/IPostalCodeService.html | 10 +- .../engine/business/PostalCode.html | 10 +- .../engine/business/PostalCodeRepository.html | 10 +- .../engine/business/PostalCodeService.html | 10 +- .../class-use/IPostalCodeService.html | 10 +- .../engine/business/class-use/PostalCode.html | 10 +- .../class-use/PostalCodeRepository.html | 10 +- .../business/class-use/PostalCodeService.html | 10 +- .../engine/business/orsr/IOrsrService.html | 10 +- .../engine/business/orsr/OrsrReference.html | 10 +- .../engine/business/orsr/OrsrService.html | 10 +- .../business/orsr/class-use/IOrsrService.html | 10 +- .../orsr/class-use/OrsrReference.html | 10 +- .../business/orsr/class-use/OrsrService.html | 10 +- .../engine/business/orsr/package-summary.html | 10 +- .../engine/business/orsr/package-tree.html | 10 +- .../engine/business/orsr/package-use.html | 10 +- .../engine/business/package-summary.html | 10 +- .../engine/business/package-tree.html | 10 +- .../engine/business/package-use.html | 10 +- .../psc/PostalCodePostRequestService.html | 10 +- .../PostalCodePostRequestService.html | 10 +- .../engine/business/psc/package-summary.html | 10 +- .../engine/business/psc/package-tree.html | 10 +- .../engine/business/psc/package-use.html | 10 +- .../engine/business/qr/IQrService.html | 10 +- .../engine/business/qr/QrCode.html | 10 +- .../engine/business/qr/QrService.html | 10 +- .../business/qr/class-use/IQrService.html | 10 +- .../engine/business/qr/class-use/QrCode.html | 10 +- .../business/qr/class-use/QrService.html | 10 +- .../engine/business/qr/package-summary.html | 10 +- .../engine/business/qr/package-tree.html | 10 +- .../engine/business/qr/package-use.html | 10 +- .../engine/class-use/ApplicationEngine.html | 10 +- .../engine/class-use/AsyncRunner.html | 10 +- .../engine/class-use/DevConsole.html | 10 +- .../class-use/StringToDataSetConverter.html | 10 +- .../class-use/StringToMapConverter.html | 10 +- .../AbstractSecurityConfiguration.html | 10 +- .../ApplicationContextProvider.html | 10 +- .../configuration/CacheConfiguration.html | 10 +- .../ElasticCaseSearchConfiguration.html | 10 +- .../ElasticServiceConfiguration.html | 10 +- .../ElasticTaskExecutorConfiguration.html | 10 +- .../ElasticsearchConfiguration.html | 33 +- .../EncryptionConfiguration.html | 10 +- .../configuration/FaviconConfiguration.html | 10 +- .../configuration/JsonRootRelProvider.html | 10 +- .../LdapUserServiceConfiguration.html | 10 +- .../configuration/MailConfiguration.html | 10 +- .../configuration/NaeCacheResolver.html | 10 +- .../NaeSecurityConfiguration.html | 10 +- .../configuration/OpenApiConfiguration.html | 13 +- .../engine/configuration/PropertyLogger.html | 10 +- .../PrototypesConfiguration.html | 10 +- .../configuration/PublicViewProperties.html | 10 +- .../SchedulingConfiguration.html | 10 +- .../configuration/SessionConfiguration.html | 10 +- .../SessionConfigurationStaticEnabled.html | 10 +- .../SessionRegistryConfiguration.html | 10 +- .../TaskExecutionConfiguration.html | 10 +- .../UserServiceConfiguration.html | 10 +- .../providers/NaeAuthProperties.html | 10 +- .../NetgrifAuthenticationProvider.html | 10 +- .../NetgrifBasicAuthenticationProvider.html | 10 +- ...grifBasicAuthenticationProviderLoader.html | 10 +- .../NetgrifBasicAuthenticationProvider.html | 10 +- ...grifBasicAuthenticationProviderLoader.html | 10 +- .../providers/basic/package-summary.html | 10 +- .../providers/basic/package-tree.html | 10 +- .../providers/basic/package-use.html | 10 +- .../class-use/NaeAuthProperties.html | 10 +- .../NetgrifAuthenticationProvider.html | 10 +- .../NetgrifLdapAuthenticationProvider.html | 10 +- ...tgrifLdapAuthenticationProviderLoader.html | 10 +- .../ldap/UserDetailsContextMapperImpl.html | 10 +- .../NetgrifLdapAuthenticationProvider.html | 10 +- ...tgrifLdapAuthenticationProviderLoader.html | 10 +- .../UserDetailsContextMapperImpl.html | 10 +- .../providers/ldap/package-summary.html | 10 +- .../providers/ldap/package-tree.html | 10 +- .../providers/ldap/package-use.html | 10 +- .../providers/package-summary.html | 10 +- .../providers/package-tree.html | 10 +- .../authentication/providers/package-use.html | 10 +- .../AbstractSecurityConfiguration.html | 10 +- .../class-use/ApplicationContextProvider.html | 10 +- .../class-use/CacheConfiguration.html | 10 +- .../ElasticCaseSearchConfiguration.html | 10 +- .../ElasticServiceConfiguration.html | 10 +- .../ElasticTaskExecutorConfiguration.html | 10 +- .../class-use/ElasticsearchConfiguration.html | 10 +- .../class-use/EncryptionConfiguration.html | 10 +- .../class-use/FaviconConfiguration.html | 10 +- .../class-use/JsonRootRelProvider.html | 10 +- .../LdapUserServiceConfiguration.html | 10 +- .../class-use/MailConfiguration.html | 10 +- .../class-use/NaeCacheResolver.html | 10 +- .../class-use/NaeSecurityConfiguration.html | 10 +- .../class-use/OpenApiConfiguration.html | 10 +- .../class-use/PropertyLogger.html | 10 +- .../class-use/PrototypesConfiguration.html | 10 +- .../class-use/PublicViewProperties.html | 10 +- .../class-use/SchedulingConfiguration.html | 10 +- .../class-use/SessionConfiguration.html | 10 +- .../SessionConfigurationStaticEnabled.html | 10 +- .../SessionRegistryConfiguration.html | 10 +- .../class-use/TaskExecutionConfiguration.html | 10 +- .../class-use/UserServiceConfiguration.html | 10 +- .../drools/DroolsConfiguration.html | 10 +- .../drools/KnowledgeBaseInitializer.html | 10 +- .../drools/RefreshableKieBase.html | 10 +- .../drools/RuleEngineGlobal.html | 10 +- .../drools/RuleEngineGlobalsProvider.html | 10 +- .../drools/class-use/DroolsConfiguration.html | 10 +- .../class-use/KnowledgeBaseInitializer.html | 10 +- .../drools/class-use/RefreshableKieBase.html | 10 +- .../drools/class-use/RuleEngineGlobal.html | 10 +- .../class-use/RuleEngineGlobalsProvider.html | 10 +- .../interfaces/IKnowledgeBaseInitializer.html | 10 +- .../interfaces/IRefreshableKieBase.html | 10 +- .../IRuleEngineGlobalsProvider.html | 10 +- .../class-use/IKnowledgeBaseInitializer.html | 10 +- .../class-use/IRefreshableKieBase.html | 10 +- .../class-use/IRuleEngineGlobalsProvider.html | 10 +- .../drools/interfaces/package-summary.html | 10 +- .../drools/interfaces/package-tree.html | 10 +- .../drools/interfaces/package-use.html | 10 +- .../configuration/drools/package-summary.html | 10 +- .../configuration/drools/package-tree.html | 10 +- .../configuration/drools/package-use.html | 10 +- .../throwable/RuleValidationException.html | 10 +- .../class-use/RuleValidationException.html | 10 +- .../drools/throwable/package-summary.html | 10 +- .../drools/throwable/package-tree.html | 10 +- .../drools/throwable/package-use.html | 10 +- .../groovy/GroovyShellConfiguration.html | 10 +- .../class-use/GroovyShellConfiguration.html | 10 +- .../configuration/groovy/package-summary.html | 10 +- .../configuration/groovy/package-tree.html | 10 +- .../configuration/groovy/package-use.html | 10 +- .../ldap/AdLdapConfiguration.html | 10 +- .../configuration/ldap/LdapConfiguration.html | 10 +- .../ldap/class-use/AdLdapConfiguration.html | 10 +- .../ldap/class-use/LdapConfiguration.html | 10 +- .../configuration/ldap/package-summary.html | 10 +- .../configuration/ldap/package-tree.html | 10 +- .../configuration/ldap/package-use.html | 10 +- .../ControllerRequestLoggingFilter.html | 10 +- .../logging/RequestLoggingConfiguration.html | 10 +- .../ControllerRequestLoggingFilter.html | 10 +- .../RequestLoggingConfiguration.html | 10 +- .../logging/package-summary.html | 10 +- .../configuration/logging/package-tree.html | 10 +- .../configuration/logging/package-use.html | 10 +- .../engine/configuration/package-summary.html | 10 +- .../engine/configuration/package-tree.html | 10 +- .../engine/configuration/package-use.html | 10 +- .../properties/ActionsProperties.html | 10 +- .../properties/CacheProperties.html | 10 +- .../properties/DashboardProperties.html | 10 +- .../ElasticTaskExecutorProperties.html | 10 +- .../properties/ElasticsearchProperties.html | 71 +- .../properties/ExecutorProperties.html | 10 +- .../FieldActionsCacheProperties.html | 10 +- .../properties/FilterProperties.html | 10 +- .../configuration/properties/Headers.html | 10 +- .../properties/ImpersonationProperties.html | 10 +- .../properties/NaeLdapProperties.html | 10 +- .../properties/SecurityConfigProperties.html | 10 +- .../properties/SecurityLimitsProperties.html | 10 +- .../properties/ServerAuthProperties.html | 10 +- .../properties/UriProperties.html | 10 +- .../class-use/ActionsProperties.html | 10 +- .../properties/class-use/CacheProperties.html | 10 +- .../class-use/DashboardProperties.html | 10 +- .../ElasticTaskExecutorProperties.html | 10 +- .../class-use/ElasticsearchProperties.html | 56 +- .../class-use/ExecutorProperties.html | 10 +- .../FieldActionsCacheProperties.html | 10 +- .../class-use/FilterProperties.html | 10 +- .../properties/class-use/Headers.html | 10 +- .../class-use/ImpersonationProperties.html | 10 +- .../class-use/NaeLdapProperties.html | 10 +- .../class-use/SecurityConfigProperties.html | 10 +- .../class-use/SecurityLimitsProperties.html | 10 +- .../class-use/ServerAuthProperties.html | 10 +- .../properties/class-use/UriProperties.html | 10 +- .../properties/enumeration/HSTS.html | 10 +- .../enumeration/XFrameOptionsMode.html | 10 +- .../enumeration/XXSSProtection.html | 10 +- .../enumeration/class-use/HSTS.html | 10 +- .../class-use/XFrameOptionsMode.html | 10 +- .../enumeration/class-use/XXSSProtection.html | 10 +- .../enumeration/package-summary.html | 10 +- .../properties/enumeration/package-tree.html | 10 +- .../properties/enumeration/package-use.html | 10 +- .../properties/package-summary.html | 10 +- .../properties/package-tree.html | 10 +- .../configuration/properties/package-use.html | 39 +- .../AutowiringSpringBeanJobFactory.html | 10 +- .../quartz/QuartzConfiguration.html | 10 +- .../AutowiringSpringBeanJobFactory.html | 10 +- .../quartz/class-use/QuartzConfiguration.html | 10 +- .../configuration/quartz/package-summary.html | 10 +- .../configuration/quartz/package-tree.html | 10 +- .../configuration/quartz/package-use.html | 10 +- .../AuthenticationService.Attempt.html | 10 +- .../security/AuthenticationService.html | 10 +- .../security/ImpersonationRequestFilter.html | 10 +- .../security/PublicAuthenticationFilter.html | 10 +- .../RestAuthenticationEntryPoint.html | 10 +- .../security/SecurityContextFilter.html | 10 +- .../security/SessionUtilsProperties.html | 10 +- .../AuthenticationService.Attempt.html | 10 +- .../class-use/AuthenticationService.html | 10 +- .../class-use/ImpersonationRequestFilter.html | 10 +- .../class-use/PublicAuthenticationFilter.html | 10 +- .../RestAuthenticationEntryPoint.html | 10 +- .../class-use/SecurityContextFilter.html | 10 +- .../class-use/SessionUtilsProperties.html | 10 +- .../filter/HostValidationRequestFilter.html | 10 +- .../HostValidationRequestFilter.html | 10 +- .../security/filter/package-summary.html | 10 +- .../security/filter/package-tree.html | 10 +- .../security/filter/package-use.html | 10 +- .../interfaces/IAuthenticationService.html | 10 +- .../class-use/IAuthenticationService.html | 10 +- .../security/interfaces/package-summary.html | 10 +- .../security/interfaces/package-tree.html | 10 +- .../security/interfaces/package-use.html | 10 +- .../security/jwt/IJwtService.html | 10 +- .../security/jwt/JwtProperties.html | 10 +- .../security/jwt/JwtService.html | 10 +- .../security/jwt/PrivateKeyReader.html | 10 +- .../security/jwt/class-use/IJwtService.html | 10 +- .../security/jwt/class-use/JwtProperties.html | 10 +- .../security/jwt/class-use/JwtService.html | 10 +- .../jwt/class-use/PrivateKeyReader.html | 10 +- .../security/jwt/package-summary.html | 10 +- .../security/jwt/package-tree.html | 10 +- .../security/jwt/package-use.html | 10 +- .../security/package-summary.html | 10 +- .../configuration/security/package-tree.html | 10 +- .../configuration/security/package-use.html | 10 +- .../engine/elastic/domain/BooleanField.html | 10 +- .../engine/elastic/domain/ButtonField.html | 10 +- .../engine/elastic/domain/DataField.html | 10 +- .../engine/elastic/domain/DateField.html | 10 +- .../engine/elastic/domain/ElasticCase.html | 10 +- .../elastic/domain/ElasticCaseRepository.html | 10 +- .../engine/elastic/domain/ElasticJob.html | 10 +- .../elastic/domain/ElasticPetriNet.html | 308 + .../domain/ElasticPetriNetRepository.html | 307 + .../elastic/domain/ElasticQueryConstants.html | 10 +- .../engine/elastic/domain/ElasticTask.html | 10 +- .../engine/elastic/domain/ElasticTaskJob.html | 10 +- .../elastic/domain/ElasticTaskRepository.html | 10 +- .../engine/elastic/domain/FileField.html | 10 +- .../engine/elastic/domain/I18nField.html | 10 +- .../engine/elastic/domain/MapField.html | 10 +- .../engine/elastic/domain/NumberField.html | 10 +- .../engine/elastic/domain/TextField.html | 10 +- .../domain/UserField.UserMappingData.html | 10 +- .../engine/elastic/domain/UserField.html | 10 +- .../engine/elastic/domain/UserListField.html | 10 +- .../domain/class-use/BooleanField.html | 10 +- .../elastic/domain/class-use/ButtonField.html | 10 +- .../elastic/domain/class-use/DataField.html | 10 +- .../elastic/domain/class-use/DateField.html | 10 +- .../elastic/domain/class-use/ElasticCase.html | 10 +- .../class-use/ElasticCaseRepository.html | 25 +- .../elastic/domain/class-use/ElasticJob.html | 10 +- .../domain/class-use/ElasticPetriNet.html | 316 + .../class-use/ElasticPetriNetRepository.html | 193 + .../class-use/ElasticQueryConstants.html | 10 +- .../elastic/domain/class-use/ElasticTask.html | 10 +- .../domain/class-use/ElasticTaskJob.html | 10 +- .../class-use/ElasticTaskRepository.html | 10 +- .../elastic/domain/class-use/FileField.html | 10 +- .../elastic/domain/class-use/I18nField.html | 10 +- .../elastic/domain/class-use/MapField.html | 10 +- .../elastic/domain/class-use/NumberField.html | 10 +- .../elastic/domain/class-use/TextField.html | 10 +- .../class-use/UserField.UserMappingData.html | 10 +- .../elastic/domain/class-use/UserField.html | 10 +- .../domain/class-use/UserListField.html | 10 +- .../elastic/domain/package-summary.html | 38 +- .../engine/elastic/domain/package-tree.html | 12 +- .../engine/elastic/domain/package-use.html | 32 +- .../service/ElasticCaseMappingService.html | 10 +- .../service/ElasticCasePrioritySearch.html | 10 +- .../elastic/service/ElasticCaseService.html | 548 +- .../elastic/service/ElasticIndexService.html | 124 +- .../ElasticPetriNetMappingService.html | 318 + .../service/ElasticPetriNetService.html | 408 + .../service/ElasticTaskMappingService.html | 10 +- .../service/ElasticTaskQueueManager.html | 10 +- .../elastic/service/ElasticTaskService.html | 10 +- .../service/ElasticViewPermissionService.html | 10 +- .../elastic/service/MaxSizeHashMap.html | 10 +- .../elastic/service/ReindexingTask.html | 10 +- .../class-use/ElasticCaseMappingService.html | 10 +- .../class-use/ElasticCasePrioritySearch.html | 10 +- .../service/class-use/ElasticCaseService.html | 10 +- .../class-use/ElasticIndexService.html | 10 +- .../ElasticPetriNetMappingService.html | 150 + .../class-use/ElasticPetriNetService.html | 150 + .../class-use/ElasticTaskMappingService.html | 10 +- .../class-use/ElasticTaskQueueManager.html | 10 +- .../service/class-use/ElasticTaskService.html | 10 +- .../ElasticViewPermissionService.html | 10 +- .../service/class-use/MaxSizeHashMap.html | 10 +- .../service/class-use/ReindexingTask.html | 10 +- .../elastic/service/executors/Executor.html | 10 +- .../executors/ExecutorMaxSizeHashMap.html | 10 +- .../service/executors/MaxSizeHashMap.html | 10 +- .../service/executors/class-use/Executor.html | 30 +- .../class-use/ExecutorMaxSizeHashMap.html | 10 +- .../executors/class-use/MaxSizeHashMap.html | 10 +- .../service/executors/package-summary.html | 10 +- .../service/executors/package-tree.html | 10 +- .../service/executors/package-use.html | 10 +- .../IElasticCaseMappingService.html | 10 +- .../IElasticCasePrioritySearch.html | 10 +- .../interfaces/IElasticCaseService.html | 36 +- .../interfaces/IElasticIndexService.html | 94 +- .../IElasticPetriNetMappingService.html | 256 + .../interfaces/IElasticPetriNetService.html | 313 + .../IElasticTaskMappingService.html | 10 +- .../interfaces/IElasticTaskService.html | 10 +- .../class-use/IElasticCaseMappingService.html | 10 +- .../class-use/IElasticCasePrioritySearch.html | 25 +- .../class-use/IElasticCaseService.html | 10 +- .../class-use/IElasticIndexService.html | 10 +- .../IElasticPetriNetMappingService.html | 194 + .../class-use/IElasticPetriNetService.html | 220 + .../class-use/IElasticTaskMappingService.html | 10 +- .../class-use/IElasticTaskService.html | 10 +- .../service/interfaces/package-summary.html | 18 +- .../service/interfaces/package-tree.html | 12 +- .../service/interfaces/package-use.html | 41 +- .../elastic/service/package-summary.html | 18 +- .../engine/elastic/service/package-tree.html | 12 +- .../engine/elastic/service/package-use.html | 10 +- .../engine/elastic/web/ElasticController.html | 10 +- .../web/class-use/ElasticController.html | 10 +- .../engine/elastic/web/package-summary.html | 10 +- .../engine/elastic/web/package-tree.html | 10 +- .../engine/elastic/web/package-use.html | 10 +- .../CaseSearchRequest.Author.html | 21 +- .../CaseSearchRequest.PetriNet.html | 21 +- .../web/requestbodies/CaseSearchRequest.html | 45 +- .../ElasticTaskSearchRequest.html | 26 +- .../class-use/CaseSearchRequest.Author.html | 10 +- .../class-use/CaseSearchRequest.PetriNet.html | 10 +- .../class-use/CaseSearchRequest.html | 172 +- .../class-use/ElasticTaskSearchRequest.html | 55 +- .../web/requestbodies/package-summary.html | 10 +- .../web/requestbodies/package-tree.html | 18 +- .../web/requestbodies/package-use.html | 10 +- .../SingleCaseSearchRequestAsList.html | 10 +- .../SingleElasticTaskSearchRequestAsList.html | 10 +- .../SingleCaseSearchRequestAsList.html | 10 +- .../SingleElasticTaskSearchRequestAsList.html | 10 +- .../singleaslist/package-summary.html | 10 +- .../singleaslist/package-tree.html | 10 +- .../singleaslist/package-use.html | 10 +- .../engine/event/GroovyShellFactory.html | 10 +- .../engine/event/IGroovyShellFactory.html | 10 +- .../event/class-use/GroovyShellFactory.html | 10 +- .../event/class-use/IGroovyShellFactory.html | 10 +- .../engine/event/events/Event.html | 10 +- .../engine/event/events/class-use/Event.html | 10 +- .../engine/event/events/package-summary.html | 10 +- .../engine/event/events/package-tree.html | 10 +- .../engine/event/events/package-use.html | 10 +- .../event/events/user/AdminActionEvent.html | 10 +- .../engine/event/events/user/UserEvent.html | 10 +- .../event/events/user/UserLoginEvent.html | 10 +- .../event/events/user/UserLogoutEvent.html | 10 +- .../events/user/UserRegistrationEvent.html | 10 +- .../events/user/UserRoleChangeEvent.html | 10 +- .../user/class-use/AdminActionEvent.html | 10 +- .../events/user/class-use/UserEvent.html | 10 +- .../events/user/class-use/UserLoginEvent.html | 10 +- .../user/class-use/UserLogoutEvent.html | 10 +- .../user/class-use/UserRegistrationEvent.html | 10 +- .../user/class-use/UserRoleChangeEvent.html | 10 +- .../event/events/user/package-summary.html | 10 +- .../event/events/user/package-tree.html | 10 +- .../engine/event/events/user/package-use.html | 10 +- .../event/listeners/AuthEventListener.html | 10 +- .../class-use/AuthEventListener.html | 10 +- .../event/listeners/package-summary.html | 10 +- .../engine/event/listeners/package-tree.html | 10 +- .../engine/event/listeners/package-use.html | 10 +- .../engine/event/package-summary.html | 10 +- .../engine/event/package-tree.html | 10 +- .../application/engine/event/package-use.html | 10 +- .../LocalisedEventOutcomeFactory.html | 10 +- .../LocalisedEventOutcomeFactory.html | 10 +- .../engine/eventoutcomes/package-summary.html | 10 +- .../engine/eventoutcomes/package-tree.html | 10 +- .../engine/eventoutcomes/package-use.html | 10 +- .../configuration/ExportConfiguration.html | 10 +- .../class-use/ExportConfiguration.html | 10 +- .../export/configuration/package-summary.html | 10 +- .../export/configuration/package-tree.html | 10 +- .../export/configuration/package-use.html | 10 +- .../export/domain/ExportDataConfig.html | 10 +- .../domain/class-use/ExportDataConfig.html | 10 +- .../engine/export/domain/package-summary.html | 10 +- .../engine/export/domain/package-tree.html | 10 +- .../engine/export/domain/package-use.html | 10 +- .../engine/export/service/ExportService.html | 10 +- .../service/class-use/ExportService.html | 10 +- .../service/interfaces/IExportService.html | 10 +- .../interfaces/class-use/IExportService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../export/service/package-summary.html | 10 +- .../engine/export/service/package-tree.html | 10 +- .../engine/export/service/package-use.html | 10 +- .../engine/files/IStorageResolverService.html | 270 + .../engine/files/StorageResolverService.html | 336 + .../class-use/IStorageResolverService.html | 248 + .../class-use/StorageResolverService.html | 150 + .../files/interfaces/IStorageService.html | 398 + .../interfaces/class-use/IStorageService.html | 251 + .../files/interfaces/package-summary.html | 168 + .../engine/files/interfaces/package-tree.html | 161 + .../engine/files/interfaces/package-use.html | 227 + .../files/local/LocalStorageService.html | 541 ++ .../local/class-use/LocalStorageService.html | 150 + .../engine/files/local/package-summary.html | 168 + .../engine/files/local/package-tree.html | 165 + .../engine/files/local/package-use.html | 150 + .../engine/files/minio/MinIoHostInfo.html | 270 + .../engine/files/minio/MinIoProperties.html | 374 + .../files/minio/MinIoStorageService.html | 571 ++ .../files/minio/class-use/MinIoHostInfo.html | 194 + .../minio/class-use/MinIoProperties.html | 220 + .../minio/class-use/MinIoStorageService.html | 150 + .../engine/files/minio/package-summary.html | 176 + .../engine/files/minio/package-tree.html | 167 + .../engine/files/minio/package-use.html | 210 + .../engine/files/package-summary.html | 183 + .../engine/files/package-tree.html | 171 + .../application/engine/files/package-use.html | 227 + .../files/throwable/BadRequestException.html | 315 + .../throwable/ServiceErrorException.html | 315 + .../files/throwable/StorageException.html | 297 + .../throwable/StorageNotEnabledException.html | 300 + .../throwable/StorageNotFoundException.html | 300 + .../class-use/BadRequestException.html | 249 + .../class-use/ServiceErrorException.html | 249 + .../throwable/class-use/StorageException.html | 345 + .../class-use/StorageNotEnabledException.html | 150 + .../class-use/StorageNotFoundException.html | 150 + .../files/throwable/package-summary.html | 184 + .../engine/files/throwable/package-tree.html | 181 + .../engine/files/throwable/package-use.html | 293 + .../history/domain/baseevent/EventLog.html | 10 +- .../history/domain/baseevent/QEventLog.html | 10 +- .../domain/baseevent/class-use/EventLog.html | 10 +- .../domain/baseevent/class-use/QEventLog.html | 10 +- .../domain/baseevent/package-summary.html | 10 +- .../domain/baseevent/package-tree.html | 10 +- .../history/domain/baseevent/package-use.html | 10 +- .../repository/EventLogRepository.html | 10 +- .../class-use/EventLogRepository.html | 10 +- .../baseevent/repository/package-summary.html | 10 +- .../baseevent/repository/package-tree.html | 10 +- .../baseevent/repository/package-use.html | 10 +- .../domain/caseevents/CaseEventLog.html | 10 +- .../domain/caseevents/CreateCaseEventLog.html | 10 +- .../domain/caseevents/DeleteCaseEventLog.html | 10 +- .../domain/caseevents/QCaseEventLog.html | 10 +- .../caseevents/QCreateCaseEventLog.html | 10 +- .../caseevents/QDeleteCaseEventLog.html | 10 +- .../caseevents/class-use/CaseEventLog.html | 10 +- .../class-use/CreateCaseEventLog.html | 10 +- .../class-use/DeleteCaseEventLog.html | 10 +- .../caseevents/class-use/QCaseEventLog.html | 10 +- .../class-use/QCreateCaseEventLog.html | 10 +- .../class-use/QDeleteCaseEventLog.html | 10 +- .../domain/caseevents/package-summary.html | 10 +- .../domain/caseevents/package-tree.html | 10 +- .../domain/caseevents/package-use.html | 10 +- .../CreateCaseEventLogRepository.html | 10 +- .../DeleteCaseEventLogRepository.html | 10 +- .../CreateCaseEventLogRepository.html | 10 +- .../DeleteCaseEventLogRepository.html | 10 +- .../repository/package-summary.html | 10 +- .../caseevents/repository/package-tree.html | 10 +- .../caseevents/repository/package-use.html | 10 +- .../domain/dataevents/GetDataEventLog.html | 10 +- .../domain/dataevents/QGetDataEventLog.html | 10 +- .../domain/dataevents/SetDataEventLog.html | 10 +- .../dataevents/class-use/GetDataEventLog.html | 10 +- .../class-use/QGetDataEventLog.html | 10 +- .../dataevents/class-use/SetDataEventLog.html | 10 +- .../domain/dataevents/package-summary.html | 10 +- .../domain/dataevents/package-tree.html | 10 +- .../domain/dataevents/package-use.html | 10 +- .../repository/GetDataEventLogRepository.html | 10 +- .../repository/SetDataEventLogRepository.html | 10 +- .../class-use/GetDataEventLogRepository.html | 10 +- .../class-use/SetDataEventLogRepository.html | 10 +- .../repository/package-summary.html | 10 +- .../dataevents/repository/package-tree.html | 10 +- .../dataevents/repository/package-use.html | 10 +- .../ImpersonationEndEventLog.html | 10 +- .../ImpersonationEventLog.html | 10 +- .../ImpersonationStartEventLog.html | 10 +- .../QImpersonationEndEventLog.html | 10 +- .../QImpersonationEventLog.html | 10 +- .../QImpersonationStartEventLog.html | 10 +- .../class-use/ImpersonationEndEventLog.html | 10 +- .../class-use/ImpersonationEventLog.html | 10 +- .../class-use/ImpersonationStartEventLog.html | 10 +- .../class-use/QImpersonationEndEventLog.html | 10 +- .../class-use/QImpersonationEventLog.html | 10 +- .../QImpersonationStartEventLog.html | 10 +- .../impersonationevents/package-summary.html | 10 +- .../impersonationevents/package-tree.html | 10 +- .../impersonationevents/package-use.html | 10 +- .../DeletePetriNetEventLog.html | 10 +- .../ImportPetriNetEventLog.html | 10 +- .../petrinetevents/PetriNetEventLog.html | 10 +- .../QDeletePetriNetEventLog.html | 10 +- .../QImportPetriNetEventLog.html | 10 +- .../petrinetevents/QPetriNetEventLog.html | 10 +- .../class-use/DeletePetriNetEventLog.html | 10 +- .../class-use/ImportPetriNetEventLog.html | 10 +- .../class-use/PetriNetEventLog.html | 10 +- .../class-use/QDeletePetriNetEventLog.html | 10 +- .../class-use/QImportPetriNetEventLog.html | 10 +- .../class-use/QPetriNetEventLog.html | 10 +- .../petrinetevents/package-summary.html | 10 +- .../domain/petrinetevents/package-tree.html | 10 +- .../domain/petrinetevents/package-use.html | 10 +- .../DeletePetriNetEventLogRepository.html | 10 +- .../ImportPetriNetEventLogRepository.html | 10 +- .../DeletePetriNetEventLogRepository.html | 10 +- .../ImportPetriNetEventLogRepository.html | 10 +- .../repository/package-summary.html | 10 +- .../repository/package-tree.html | 10 +- .../repository/package-use.html | 10 +- .../domain/taskevents/AssignTaskEventLog.html | 10 +- .../domain/taskevents/CancelTaskEventLog.html | 10 +- .../taskevents/DelegateTaskEventLog.html | 10 +- .../domain/taskevents/FinishTaskEventLog.html | 10 +- .../taskevents/QAssignTaskEventLog.html | 10 +- .../taskevents/QCancelTaskEventLog.html | 10 +- .../taskevents/QDelegateTaskEventLog.html | 10 +- .../taskevents/QFinishTaskEventLog.html | 10 +- .../domain/taskevents/QTaskEventLog.html | 10 +- .../domain/taskevents/TaskEventLog.html | 10 +- .../class-use/AssignTaskEventLog.html | 10 +- .../class-use/CancelTaskEventLog.html | 10 +- .../class-use/DelegateTaskEventLog.html | 10 +- .../class-use/FinishTaskEventLog.html | 10 +- .../class-use/QAssignTaskEventLog.html | 10 +- .../class-use/QCancelTaskEventLog.html | 10 +- .../class-use/QDelegateTaskEventLog.html | 10 +- .../class-use/QFinishTaskEventLog.html | 10 +- .../taskevents/class-use/QTaskEventLog.html | 10 +- .../taskevents/class-use/TaskEventLog.html | 10 +- .../domain/taskevents/package-summary.html | 10 +- .../domain/taskevents/package-tree.html | 10 +- .../domain/taskevents/package-use.html | 10 +- .../AssignTaskEventLogRepository.html | 10 +- .../CancelTaskEventLogRepository.html | 10 +- .../DelegateTaskEventLogRepository.html | 10 +- .../FinishTaskEventLogRepository.html | 10 +- .../AssignTaskEventLogRepository.html | 10 +- .../CancelTaskEventLogRepository.html | 10 +- .../DelegateTaskEventLogRepository.html | 10 +- .../FinishTaskEventLogRepository.html | 10 +- .../repository/package-summary.html | 10 +- .../taskevents/repository/package-tree.html | 10 +- .../taskevents/repository/package-use.html | 10 +- .../userevents/AdminActionEventLog.html | 10 +- .../domain/userevents/IProcessRolesEvent.html | 10 +- .../domain/userevents/IUserEventLog.html | 10 +- .../userevents/QAdminActionEventLog.html | 10 +- .../domain/userevents/QUserEventLog.html | 10 +- .../domain/userevents/QUserRoleEventLog.html | 10 +- .../domain/userevents/UserEventLog.html | 10 +- .../userevents/UserEventLogRepository.html | 10 +- .../domain/userevents/UserRoleEventLog.html | 10 +- .../class-use/AdminActionEventLog.html | 10 +- .../class-use/IProcessRolesEvent.html | 10 +- .../userevents/class-use/IUserEventLog.html | 10 +- .../class-use/QAdminActionEventLog.html | 10 +- .../userevents/class-use/QUserEventLog.html | 10 +- .../class-use/QUserRoleEventLog.html | 10 +- .../userevents/class-use/UserEventLog.html | 10 +- .../class-use/UserEventLogRepository.html | 10 +- .../class-use/UserRoleEventLog.html | 10 +- .../domain/userevents/package-summary.html | 10 +- .../domain/userevents/package-tree.html | 10 +- .../domain/userevents/package-use.html | 10 +- .../history/service/HistoryService.html | 10 +- .../history/service/IHistoryService.html | 10 +- .../service/class-use/HistoryService.html | 10 +- .../service/class-use/IHistoryService.html | 10 +- .../service/listener/UserEventListener.html | 10 +- .../listener/class-use/UserEventListener.html | 10 +- .../service/listener/package-summary.html | 10 +- .../service/listener/package-tree.html | 10 +- .../history/service/listener/package-use.html | 10 +- .../history/service/package-summary.html | 10 +- .../engine/history/service/package-tree.html | 10 +- .../engine/history/service/package-use.html | 10 +- .../engine/history/web/HistoryController.html | 10 +- .../web/class-use/HistoryController.html | 10 +- .../engine/history/web/package-summary.html | 10 +- .../engine/history/web/package-tree.html | 10 +- .../engine/history/web/package-use.html | 10 +- .../impersonation/domain/Impersonator.html | 10 +- .../domain/class-use/Impersonator.html | 10 +- .../impersonation/domain/package-summary.html | 10 +- .../impersonation/domain/package-tree.html | 10 +- .../impersonation/domain/package-use.html | 10 +- .../repository/ImpersonatorRepository.html | 10 +- .../class-use/ImpersonatorRepository.html | 10 +- .../domain/repository/package-summary.html | 10 +- .../domain/repository/package-tree.html | 10 +- .../domain/repository/package-use.html | 10 +- .../IllegalImpersonationAttemptException.html | 10 +- .../ImpersonatedUserHasSessionException.html | 10 +- .../IllegalImpersonationAttemptException.html | 10 +- .../ImpersonatedUserHasSessionException.html | 10 +- .../exceptions/package-summary.html | 10 +- .../exceptions/package-tree.html | 10 +- .../impersonation/exceptions/package-use.html | 10 +- .../ImpersonationAuthorizationService.html | 10 +- .../service/ImpersonationService.html | 10 +- .../service/ImpersonationSessionService.html | 10 +- .../ImpersonationAuthorizationService.html | 10 +- .../class-use/ImpersonationService.html | 10 +- .../ImpersonationSessionService.html | 10 +- .../IImpersonationAuthorizationService.html | 10 +- .../interfaces/IImpersonationService.html | 10 +- .../IImpersonationSessionService.html | 10 +- .../IImpersonationAuthorizationService.html | 10 +- .../class-use/IImpersonationService.html | 10 +- .../IImpersonationSessionService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../service/package-summary.html | 10 +- .../impersonation/service/package-tree.html | 10 +- .../impersonation/service/package-use.html | 10 +- .../web/ImpersonationController.html | 10 +- .../web/ImpersonationControllerAdvice.html | 10 +- .../class-use/ImpersonationController.html | 10 +- .../ImpersonationControllerAdvice.html | 10 +- .../impersonation/web/package-summary.html | 10 +- .../impersonation/web/package-tree.html | 10 +- .../engine/impersonation/web/package-use.html | 10 +- .../web/requestbodies/SearchRequest.html | 10 +- .../class-use/SearchRequest.html | 10 +- .../web/requestbodies/package-summary.html | 10 +- .../web/requestbodies/package-tree.html | 10 +- .../web/requestbodies/package-use.html | 10 +- .../ImpersonationNotAvailableResponse.html | 10 +- .../ImpersonationNotAvailableResponse.html | 10 +- .../web/responsebodies/package-summary.html | 10 +- .../web/responsebodies/package-tree.html | 10 +- .../web/responsebodies/package-use.html | 10 +- .../engine/importer/model/Action.html | 10 +- .../engine/importer/model/ActionRef.html | 10 +- .../engine/importer/model/Actions.html | 10 +- .../engine/importer/model/AllowedNets.html | 10 +- .../engine/importer/model/Appearance.html | 10 +- .../engine/importer/model/Arc.html | 10 +- .../engine/importer/model/ArcType.html | 10 +- .../engine/importer/model/Argument.html | 503 ++ .../engine/importer/model/Arguments.html | 385 + .../engine/importer/model/AssignPolicy.html | 10 +- .../engine/importer/model/AssignedUser.html | 10 +- .../engine/importer/model/BaseEvent.html | 10 +- .../engine/importer/model/Behavior.html | 10 +- .../importer/model/BooleanImageView.html | 10 +- .../engine/importer/model/Breakpoint.html | 10 +- .../engine/importer/model/CaseEvent.html | 10 +- .../engine/importer/model/CaseEventType.html | 10 +- .../engine/importer/model/CaseEvents.html | 10 +- .../engine/importer/model/CaseLogic.html | 10 +- .../importer/model/CasePermissionRef.html | 10 +- .../engine/importer/model/CaseRoleRef.html | 10 +- .../engine/importer/model/CaseUserRef.html | 10 +- .../importer/model/CompactDirection.html | 10 +- .../engine/importer/model/Component.html | 10 +- .../engine/importer/model/Currency.html | 10 +- .../engine/importer/model/Data.html | 129 +- .../engine/importer/model/DataEvent.html | 10 +- .../engine/importer/model/DataEventType.html | 10 +- .../importer/model/DataFocusPolicy.html | 10 +- .../engine/importer/model/DataGroup.html | 10 +- .../importer/model/DataGroupAlignment.html | 10 +- .../engine/importer/model/DataRef.html | 10 +- .../engine/importer/model/DataType.html | 10 +- .../engine/importer/model/Document.html | 10 +- .../engine/importer/model/DocumentRef.html | 10 +- .../engine/importer/model/DocumentType.html | 10 +- .../engine/importer/model/Encryption.html | 10 +- .../engine/importer/model/Event.html | 10 +- .../engine/importer/model/EventPhaseType.html | 10 +- .../engine/importer/model/EventType.html | 10 +- .../engine/importer/model/Expression.html | 10 +- .../engine/importer/model/FieldAlignment.html | 10 +- .../engine/importer/model/FieldView.html | 10 +- .../engine/importer/model/FinishPolicy.html | 10 +- .../engine/importer/model/Format.html | 10 +- .../engine/importer/model/Function.html | 10 +- .../engine/importer/model/HideEmptyRows.html | 10 +- .../engine/importer/model/I18N.html | 10 +- .../engine/importer/model/I18NStringType.html | 10 +- .../model/I18NStringTypeWithExpression.html | 10 +- .../engine/importer/model/Icon.html | 10 +- .../engine/importer/model/IconType.html | 10 +- .../engine/importer/model/Icons.html | 10 +- .../engine/importer/model/Init.html | 10 +- .../engine/importer/model/Inits.html | 10 +- .../engine/importer/model/Layout.html | 10 +- .../engine/importer/model/LayoutType.html | 10 +- .../engine/importer/model/Logic.html | 10 +- .../engine/importer/model/Mapping.html | 10 +- .../engine/importer/model/ObjectFactory.html | 173 +- .../engine/importer/model/Option.html | 10 +- .../engine/importer/model/Options.html | 10 +- .../engine/importer/model/PermissionRef.html | 10 +- .../engine/importer/model/Place.html | 10 +- .../engine/importer/model/ProcessEvent.html | 10 +- .../importer/model/ProcessEventType.html | 10 +- .../engine/importer/model/ProcessEvents.html | 10 +- .../engine/importer/model/Properties.html | 10 +- .../engine/importer/model/Property.html | 10 +- .../engine/importer/model/Role.html | 83 +- .../engine/importer/model/RoleRef.html | 10 +- .../engine/importer/model/Scope.html | 10 +- .../engine/importer/model/Storage.html | 513 ++ .../engine/importer/model/Tag.html | 10 +- .../engine/importer/model/Tags.html | 10 +- .../engine/importer/model/Template.html | 10 +- .../engine/importer/model/Transaction.html | 10 +- .../engine/importer/model/TransactionRef.html | 10 +- .../engine/importer/model/Transition.html | 10 +- .../importer/model/TransitionLayout.html | 10 +- .../engine/importer/model/Trigger.html | 10 +- .../engine/importer/model/TriggerType.html | 10 +- .../engine/importer/model/UserRef.html | 10 +- .../engine/importer/model/Valid.html | 10 +- .../engine/importer/model/Validation.html | 142 +- .../engine/importer/model/Validations.html | 10 +- .../importer/model/class-use/Action.html | 10 +- .../importer/model/class-use/ActionRef.html | 10 +- .../importer/model/class-use/Actions.html | 10 +- .../importer/model/class-use/AllowedNets.html | 10 +- .../importer/model/class-use/Appearance.html | 10 +- .../engine/importer/model/class-use/Arc.html | 10 +- .../importer/model/class-use/ArcType.html | 10 +- .../importer/model/class-use/Argument.html | 228 + .../importer/model/class-use/Arguments.html | 235 + .../model/class-use/AssignPolicy.html | 10 +- .../model/class-use/AssignedUser.html | 10 +- .../importer/model/class-use/BaseEvent.html | 10 +- .../importer/model/class-use/Behavior.html | 10 +- .../model/class-use/BooleanImageView.html | 10 +- .../importer/model/class-use/Breakpoint.html | 10 +- .../importer/model/class-use/CaseEvent.html | 10 +- .../model/class-use/CaseEventType.html | 10 +- .../importer/model/class-use/CaseEvents.html | 10 +- .../importer/model/class-use/CaseLogic.html | 10 +- .../model/class-use/CasePermissionRef.html | 10 +- .../importer/model/class-use/CaseRoleRef.html | 10 +- .../importer/model/class-use/CaseUserRef.html | 10 +- .../model/class-use/CompactDirection.html | 10 +- .../importer/model/class-use/Component.html | 10 +- .../importer/model/class-use/Currency.html | 10 +- .../engine/importer/model/class-use/Data.html | 118 +- .../importer/model/class-use/DataEvent.html | 10 +- .../model/class-use/DataEventType.html | 10 +- .../model/class-use/DataFocusPolicy.html | 10 +- .../importer/model/class-use/DataGroup.html | 10 +- .../model/class-use/DataGroupAlignment.html | 10 +- .../importer/model/class-use/DataRef.html | 10 +- .../importer/model/class-use/DataType.html | 10 +- .../importer/model/class-use/Document.html | 10 +- .../importer/model/class-use/DocumentRef.html | 10 +- .../model/class-use/DocumentType.html | 10 +- .../importer/model/class-use/Encryption.html | 10 +- .../importer/model/class-use/Event.html | 10 +- .../model/class-use/EventPhaseType.html | 10 +- .../importer/model/class-use/EventType.html | 10 +- .../importer/model/class-use/Expression.html | 10 +- .../model/class-use/FieldAlignment.html | 10 +- .../importer/model/class-use/FieldView.html | 10 +- .../model/class-use/FinishPolicy.html | 10 +- .../importer/model/class-use/Format.html | 10 +- .../importer/model/class-use/Function.html | 10 +- .../model/class-use/HideEmptyRows.html | 10 +- .../engine/importer/model/class-use/I18N.html | 10 +- .../model/class-use/I18NStringType.html | 10 +- .../I18NStringTypeWithExpression.html | 10 +- .../engine/importer/model/class-use/Icon.html | 10 +- .../importer/model/class-use/IconType.html | 10 +- .../importer/model/class-use/Icons.html | 10 +- .../engine/importer/model/class-use/Init.html | 10 +- .../importer/model/class-use/Inits.html | 10 +- .../importer/model/class-use/Layout.html | 10 +- .../importer/model/class-use/LayoutType.html | 10 +- .../importer/model/class-use/Logic.html | 10 +- .../importer/model/class-use/Mapping.html | 10 +- .../model/class-use/ObjectFactory.html | 10 +- .../importer/model/class-use/Option.html | 10 +- .../importer/model/class-use/Options.html | 10 +- .../model/class-use/PermissionRef.html | 10 +- .../importer/model/class-use/Place.html | 10 +- .../model/class-use/ProcessEvent.html | 10 +- .../model/class-use/ProcessEventType.html | 10 +- .../model/class-use/ProcessEvents.html | 10 +- .../importer/model/class-use/Properties.html | 10 +- .../importer/model/class-use/Property.html | 10 +- .../engine/importer/model/class-use/Role.html | 20 +- .../importer/model/class-use/RoleRef.html | 10 +- .../importer/model/class-use/Scope.html | 10 +- .../importer/model/class-use/Storage.html | 235 + .../engine/importer/model/class-use/Tag.html | 36 +- .../engine/importer/model/class-use/Tags.html | 10 +- .../importer/model/class-use/Template.html | 10 +- .../importer/model/class-use/Transaction.html | 10 +- .../model/class-use/TransactionRef.html | 10 +- .../importer/model/class-use/Transition.html | 10 +- .../model/class-use/TransitionLayout.html | 10 +- .../importer/model/class-use/Trigger.html | 10 +- .../importer/model/class-use/TriggerType.html | 10 +- .../importer/model/class-use/UserRef.html | 10 +- .../importer/model/class-use/Valid.html | 10 +- .../importer/model/class-use/Validation.html | 10 +- .../importer/model/class-use/Validations.html | 10 +- .../importer/model/package-summary.html | 48 +- .../engine/importer/model/package-tree.html | 13 +- .../engine/importer/model/package-use.html | 160 +- .../importer/service/ActionValidator.html | 10 +- .../importer/service/ComponentFactory.html | 86 +- .../importer/service/DataValidator.html | 10 +- .../importer/service/DocumentValidator.html | 10 +- .../engine/importer/service/FieldFactory.html | 84 +- .../importer/service/FormatFactory.html | 10 +- .../importer/service/FunctionFactory.html | 10 +- .../importer/service/IActionValidator.html | 10 +- .../importer/service/IDataValidator.html | 10 +- .../importer/service/IDocumentValidator.html | 10 +- .../importer/service/ILogicValidator.html | 10 +- .../importer/service/IModelValidator.html | 10 +- .../service/ITransitionValidator.html | 10 +- .../engine/importer/service/Importer.html | 180 +- .../importer/service/LogicValidator.html | 10 +- .../engine/importer/service/RoleFactory.html | 10 +- .../importer/service/TransitionValidator.html | 10 +- .../importer/service/TriggerFactory.html | 10 +- .../engine/importer/service/ViewFactory.html | 10 +- .../service/class-use/ActionValidator.html | 10 +- .../service/class-use/ComponentFactory.html | 10 +- .../service/class-use/DataValidator.html | 10 +- .../service/class-use/DocumentValidator.html | 10 +- .../service/class-use/FieldFactory.html | 10 +- .../service/class-use/FormatFactory.html | 10 +- .../service/class-use/FunctionFactory.html | 10 +- .../service/class-use/IActionValidator.html | 10 +- .../service/class-use/IDataValidator.html | 10 +- .../service/class-use/IDocumentValidator.html | 10 +- .../service/class-use/ILogicValidator.html | 10 +- .../service/class-use/IModelValidator.html | 10 +- .../class-use/ITransitionValidator.html | 10 +- .../importer/service/class-use/Importer.html | 10 +- .../service/class-use/LogicValidator.html | 10 +- .../service/class-use/RoleFactory.html | 10 +- .../class-use/TransitionValidator.html | 10 +- .../service/class-use/TriggerFactory.html | 10 +- .../service/class-use/ViewFactory.html | 10 +- .../importer/service/package-summary.html | 10 +- .../engine/importer/service/package-tree.html | 10 +- .../engine/importer/service/package-use.html | 10 +- .../throwable/BeatingAttributesException.html | 10 +- .../throwable/MissingIconKeyException.html | 10 +- .../class-use/BeatingAttributesException.html | 10 +- .../class-use/MissingIconKeyException.html | 83 +- .../service/throwable/package-summary.html | 10 +- .../service/throwable/package-tree.html | 10 +- .../service/throwable/package-use.html | 10 +- .../dashboards/service/DashboardService.html | 10 +- .../service/class-use/DashboardService.html | 10 +- .../service/interfaces/IDashboardService.html | 10 +- .../class-use/IDashboardService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../dashboards/service/package-summary.html | 10 +- .../dashboards/service/package-tree.html | 10 +- .../dashboards/service/package-use.html | 10 +- .../dashboards/web/DashboardController.html | 10 +- .../web/class-use/DashboardController.html | 10 +- .../dashboards/web/package-summary.html | 10 +- .../dashboards/web/package-tree.html | 10 +- .../dashboards/web/package-use.html | 10 +- .../engine/ldap/domain/LdapGroup.html | 10 +- .../engine/ldap/domain/LdapGroupRef.html | 10 +- .../engine/ldap/domain/LdapLoggedUser.html | 10 +- .../engine/ldap/domain/LdapUser.html | 16 +- .../engine/ldap/domain/LdapUserRef.html | 14 +- .../engine/ldap/domain/QLdapGroup.html | 10 +- .../engine/ldap/domain/QLdapUser.html | 10 +- .../ldap/domain/class-use/LdapGroup.html | 10 +- .../ldap/domain/class-use/LdapGroupRef.html | 10 +- .../ldap/domain/class-use/LdapLoggedUser.html | 10 +- .../ldap/domain/class-use/LdapUser.html | 10 +- .../ldap/domain/class-use/LdapUserRef.html | 10 +- .../ldap/domain/class-use/QLdapGroup.html | 10 +- .../ldap/domain/class-use/QLdapUser.html | 10 +- .../engine/ldap/domain/package-summary.html | 10 +- .../engine/ldap/domain/package-tree.html | 12 +- .../engine/ldap/domain/package-use.html | 10 +- .../repository/LdapGroupRoleRepository.html | 10 +- .../repository/LdapUserRefRepository.html | 10 +- .../domain/repository/LdapUserRepository.html | 10 +- .../class-use/LdapGroupRoleRepository.html | 10 +- .../class-use/LdapUserRefRepository.html | 10 +- .../class-use/LdapUserRepository.html | 10 +- .../domain/repository/package-summary.html | 10 +- .../ldap/domain/repository/package-tree.html | 10 +- .../ldap/domain/repository/package-use.html | 10 +- .../ldap/filters/LoginAttemptsFilter.html | 10 +- .../class-use/LoginAttemptsFilter.html | 10 +- .../engine/ldap/filters/package-summary.html | 10 +- .../engine/ldap/filters/package-tree.html | 10 +- .../engine/ldap/filters/package-use.html | 10 +- .../ldap/service/LdapGroupRefService.html | 10 +- .../ldap/service/LdapUserRefService.html | 10 +- .../engine/ldap/service/LdapUserService.html | 10 +- .../class-use/LdapGroupRefService.html | 10 +- .../service/class-use/LdapUserRefService.html | 10 +- .../service/class-use/LdapUserService.html | 10 +- .../interfaces/ILdapGroupRefService.html | 10 +- .../class-use/ILdapGroupRefService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../ldap/service/interfaces/package-tree.html | 10 +- .../ldap/service/interfaces/package-use.html | 10 +- .../engine/ldap/service/package-summary.html | 10 +- .../engine/ldap/service/package-tree.html | 10 +- .../engine/ldap/service/package-use.html | 10 +- .../application/engine/mail/EmailType.html | 10 +- .../engine/mail/MailAttemptService.html | 10 +- .../application/engine/mail/MailService.html | 10 +- .../engine/mail/class-use/EmailType.html | 10 +- .../mail/class-use/MailAttemptService.html | 10 +- .../engine/mail/class-use/MailService.html | 10 +- .../domain/MailDraft.MailDraftBuilder.html | 10 +- .../engine/mail/domain/MailDraft.html | 10 +- .../class-use/MailDraft.MailDraftBuilder.html | 10 +- .../mail/domain/class-use/MailDraft.html | 10 +- .../engine/mail/domain/package-summary.html | 10 +- .../engine/mail/domain/package-tree.html | 10 +- .../engine/mail/domain/package-use.html | 10 +- .../mail/interfaces/IMailAttemptService.html | 10 +- .../engine/mail/interfaces/IMailService.html | 10 +- .../class-use/IMailAttemptService.html | 10 +- .../interfaces/class-use/IMailService.html | 10 +- .../mail/interfaces/package-summary.html | 10 +- .../engine/mail/interfaces/package-tree.html | 10 +- .../engine/mail/interfaces/package-use.html | 10 +- .../engine/mail/package-summary.html | 10 +- .../application/engine/mail/package-tree.html | 10 +- .../application/engine/mail/package-use.html | 10 +- .../NoEmailTypeDefinedException.html | 10 +- .../NoEmailTypeDefinedException.html | 10 +- .../mail/throwables/package-summary.html | 10 +- .../engine/mail/throwables/package-tree.html | 10 +- .../engine/mail/throwables/package-use.html | 10 +- .../service/SessionManagerService.html | 10 +- .../class-use/SessionManagerService.html | 10 +- .../interfaces/ISessionManagerService.html | 10 +- .../service/interfaces/SessionImpl.html | 10 +- .../class-use/ISessionManagerService.html | 10 +- .../interfaces/class-use/SessionImpl.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../manager/service/package-summary.html | 10 +- .../engine/manager/service/package-tree.html | 10 +- .../engine/manager/service/package-use.html | 10 +- .../manager/web/SessionManagerController.html | 10 +- .../web/body/request/LogoutRequest.html | 10 +- .../body/request/class-use/LogoutRequest.html | 10 +- .../web/body/request/package-summary.html | 10 +- .../web/body/request/package-tree.html | 10 +- .../manager/web/body/request/package-use.html | 10 +- .../body/response/AllLoggedUsersResponse.html | 10 +- .../body/response/MessageLogoutResponse.html | 10 +- .../class-use/AllLoggedUsersResponse.html | 10 +- .../class-use/MessageLogoutResponse.html | 10 +- .../web/body/response/package-summary.html | 10 +- .../web/body/response/package-tree.html | 10 +- .../web/body/response/package-use.html | 10 +- .../class-use/SessionManagerController.html | 10 +- .../engine/manager/web/package-summary.html | 10 +- .../engine/manager/web/package-tree.html | 10 +- .../engine/manager/web/package-use.html | 10 +- .../engine/migration/ActionMigration.html | 10 +- .../engine/migration/Migration.html | 10 +- .../MigrationOrderedCommandLineRunner.html | 10 +- .../engine/migration/MigrationRepository.html | 10 +- .../engine/migration/QMigration.html | 10 +- .../migration/class-use/ActionMigration.html | 10 +- .../engine/migration/class-use/Migration.html | 10 +- .../MigrationOrderedCommandLineRunner.html | 10 +- .../class-use/MigrationRepository.html | 10 +- .../migration/class-use/QMigration.html | 10 +- .../engine/migration/package-summary.html | 10 +- .../engine/migration/package-tree.html | 10 +- .../engine/migration/package-use.html | 10 +- .../orgstructure/groups/NextGroupService.html | 10 +- .../groups/class-use/NextGroupService.html | 10 +- .../config/GroupConfigurationProperties.html | 10 +- .../GroupConfigurationProperties.html | 10 +- .../groups/config/package-summary.html | 10 +- .../groups/config/package-tree.html | 10 +- .../groups/config/package-use.html | 10 +- .../groups/interfaces/INextGroupService.html | 10 +- .../class-use/INextGroupService.html | 10 +- .../groups/interfaces/package-summary.html | 10 +- .../groups/interfaces/package-tree.html | 10 +- .../groups/interfaces/package-use.html | 10 +- .../orgstructure/groups/package-summary.html | 10 +- .../orgstructure/groups/package-tree.html | 10 +- .../orgstructure/groups/package-use.html | 10 +- .../orgstructure/web/GroupController.html | 10 +- .../orgstructure/web/LdapController.html | 10 +- .../web/class-use/GroupController.html | 10 +- .../web/class-use/LdapController.html | 10 +- .../orgstructure/web/package-summary.html | 10 +- .../engine/orgstructure/web/package-tree.html | 10 +- .../engine/orgstructure/web/package-use.html | 10 +- .../LdapGroupRoleAssignRequestBody.html | 10 +- .../requestbodies/LdapGroupSearchBody.html | 10 +- .../LdapGroupRoleAssignRequestBody.html | 10 +- .../class-use/LdapGroupSearchBody.html | 10 +- .../web/requestbodies/package-summary.html | 10 +- .../web/requestbodies/package-tree.html | 10 +- .../web/requestbodies/package-use.html | 10 +- .../web/responsebodies/Group.html | 10 +- .../web/responsebodies/GroupsResource.html | 10 +- .../responsebodies/LdapGroupResponseBody.html | 10 +- .../responsebodies/LdapGroupsResource.html | 10 +- .../web/responsebodies/class-use/Group.html | 10 +- .../class-use/GroupsResource.html | 10 +- .../class-use/LdapGroupResponseBody.html | 10 +- .../class-use/LdapGroupsResource.html | 10 +- .../web/responsebodies/package-summary.html | 10 +- .../web/responsebodies/package-tree.html | 10 +- .../web/responsebodies/package-use.html | 10 +- .../application/engine/package-summary.html | 10 +- .../application/engine/package-tree.html | 10 +- .../application/engine/package-use.html | 10 +- .../pdf/generator/config/PdfProperties.html | 10 +- .../pdf/generator/config/PdfResource.html | 10 +- .../config/class-use/PdfProperties.html | 10 +- .../config/class-use/PdfResource.html | 10 +- .../pdf/generator/config/package-summary.html | 10 +- .../pdf/generator/config/package-tree.html | 10 +- .../pdf/generator/config/package-use.html | 10 +- .../config/types/PdfBooleanFormat.html | 10 +- .../generator/config/types/PdfDateFormat.html | 10 +- .../config/types/PdfPageNumberFormat.html | 10 +- .../types/class-use/PdfBooleanFormat.html | 10 +- .../config/types/class-use/PdfDateFormat.html | 10 +- .../types/class-use/PdfPageNumberFormat.html | 10 +- .../config/types/package-summary.html | 10 +- .../generator/config/types/package-tree.html | 10 +- .../generator/config/types/package-use.html | 10 +- .../generator/domain/PdfDataGroupField.html | 10 +- .../generator/domain/PdfEnumerationField.html | 10 +- .../engine/pdf/generator/domain/PdfField.html | 10 +- .../generator/domain/PdfI18nDividerField.html | 10 +- .../generator/domain/PdfMultiChoiceField.html | 10 +- .../generator/domain/PdfSelectionField.html | 10 +- .../pdf/generator/domain/PdfTextField.html | 10 +- .../pdf/generator/domain/PdfTitleField.html | 10 +- .../domain/class-use/PdfDataGroupField.html | 10 +- .../domain/class-use/PdfEnumerationField.html | 10 +- .../generator/domain/class-use/PdfField.html | 10 +- .../domain/class-use/PdfI18nDividerField.html | 10 +- .../domain/class-use/PdfMultiChoiceField.html | 10 +- .../domain/class-use/PdfSelectionField.html | 10 +- .../domain/class-use/PdfTextField.html | 10 +- .../domain/class-use/PdfTitleField.html | 10 +- .../pdf/generator/domain/package-summary.html | 10 +- .../pdf/generator/domain/package-tree.html | 10 +- .../pdf/generator/domain/package-use.html | 10 +- .../pdf/generator/service/PdfDataHelper.html | 10 +- .../pdf/generator/service/PdfDrawer.html | 10 +- .../pdf/generator/service/PdfGenerator.html | 10 +- .../service/class-use/PdfDataHelper.html | 10 +- .../service/class-use/PdfDrawer.html | 10 +- .../service/class-use/PdfGenerator.html | 10 +- .../fieldbuilder/DataGroupFieldBuilder.html | 10 +- .../fieldbuilder/EnumerationFieldBuilder.html | 10 +- .../EnumerationMapFieldBuilder.html | 10 +- .../service/fieldbuilder/FieldBuilder.html | 70 +- .../fieldbuilder/I18nDividerFieldBuilder.html | 10 +- .../fieldbuilder/MultiChoiceFieldBuilder.html | 10 +- .../MultiChoiceMapFieldBuilder.html | 10 +- .../fieldbuilder/SelectionFieldBuilder.html | 10 +- .../fieldbuilder/TextFieldBuilder.html | 10 +- .../fieldbuilder/TitleFieldBuilder.html | 10 +- .../class-use/DataGroupFieldBuilder.html | 10 +- .../class-use/EnumerationFieldBuilder.html | 10 +- .../class-use/EnumerationMapFieldBuilder.html | 10 +- .../fieldbuilder/class-use/FieldBuilder.html | 10 +- .../class-use/I18nDividerFieldBuilder.html | 10 +- .../class-use/MultiChoiceFieldBuilder.html | 10 +- .../class-use/MultiChoiceMapFieldBuilder.html | 10 +- .../class-use/SelectionFieldBuilder.html | 10 +- .../class-use/TextFieldBuilder.html | 10 +- .../class-use/TitleFieldBuilder.html | 10 +- .../service/fieldbuilder/package-summary.html | 10 +- .../service/fieldbuilder/package-tree.html | 10 +- .../service/fieldbuilder/package-use.html | 10 +- .../service/interfaces/IPdfDataHelper.html | 28 +- .../service/interfaces/IPdfDrawer.html | 10 +- .../service/interfaces/IPdfGenerator.html | 10 +- .../interfaces/class-use/IPdfDataHelper.html | 10 +- .../interfaces/class-use/IPdfDrawer.html | 10 +- .../interfaces/class-use/IPdfGenerator.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../generator/service/package-summary.html | 10 +- .../pdf/generator/service/package-tree.html | 10 +- .../pdf/generator/service/package-use.html | 10 +- .../renderer/BooleanFieldRenderer.html | 10 +- .../renderer/DataGroupFieldRenderer.html | 10 +- .../service/renderer/EnumerationRenderer.html | 10 +- .../service/renderer/FieldRenderer.html | 10 +- .../renderer/I18nDividerFieldRenderer.html | 10 +- .../service/renderer/MultiChoiceRenderer.html | 10 +- .../service/renderer/PageNumberRenderer.html | 10 +- .../generator/service/renderer/Renderer.html | 72 +- .../renderer/SelectionFieldRenderer.html | 10 +- .../service/renderer/TextFieldRenderer.html | 10 +- .../service/renderer/TitleRenderer.html | 10 +- .../class-use/BooleanFieldRenderer.html | 10 +- .../class-use/DataGroupFieldRenderer.html | 10 +- .../class-use/EnumerationRenderer.html | 10 +- .../renderer/class-use/FieldRenderer.html | 10 +- .../class-use/I18nDividerFieldRenderer.html | 10 +- .../class-use/MultiChoiceRenderer.html | 10 +- .../class-use/PageNumberRenderer.html | 10 +- .../service/renderer/class-use/Renderer.html | 10 +- .../class-use/SelectionFieldRenderer.html | 10 +- .../renderer/class-use/TextFieldRenderer.html | 10 +- .../renderer/class-use/TitleRenderer.html | 10 +- .../service/renderer/package-summary.html | 10 +- .../service/renderer/package-tree.html | 10 +- .../service/renderer/package-use.html | 10 +- .../engine/pdf/service/PdfBuilder.html | 10 +- .../engine/pdf/service/PdfUtils.html | 10 +- .../pdf/service/class-use/PdfBuilder.html | 10 +- .../pdf/service/class-use/PdfUtils.html | 10 +- .../engine/pdf/service/package-summary.html | 10 +- .../engine/pdf/service/package-tree.html | 10 +- .../engine/pdf/service/package-use.html | 10 +- .../engine/petrinet/domain/Component.html | 21 +- .../petrinet/domain/CurrencyFormat.html | 18 +- .../petrinet/domain/DataFieldLogic.html | 41 +- .../engine/petrinet/domain/DataGroup.html | 18 +- .../engine/petrinet/domain/Format.html | 21 +- .../engine/petrinet/domain/Function.html | 18 +- .../engine/petrinet/domain/FunctionScope.html | 22 +- .../engine/petrinet/domain/I18nString.html | 21 +- .../domain/I18nStringDeserializer.html | 398 + .../engine/petrinet/domain/Icon.html | 10 +- .../engine/petrinet/domain/Imported.html | 21 +- .../engine/petrinet/domain/Node.html | 40 +- .../engine/petrinet/domain/PetriNet.html | 18 +- .../petrinet/domain/PetriNetObject.html | 18 +- .../petrinet/domain/PetriNetSearch.html | 270 + .../engine/petrinet/domain/Place.html | 18 +- .../engine/petrinet/domain/Position.html | 21 +- .../engine/petrinet/domain/QComponent.html | 10 +- .../engine/petrinet/domain/QDataGroup.html | 10 +- .../engine/petrinet/domain/QFormat.html | 10 +- .../engine/petrinet/domain/QFunction.html | 10 +- .../engine/petrinet/domain/QI18nString.html | 10 +- .../engine/petrinet/domain/QImported.html | 10 +- .../engine/petrinet/domain/QNode.html | 10 +- .../engine/petrinet/domain/QPetriNet.html | 34 +- .../petrinet/domain/QPetriNetObject.html | 10 +- .../engine/petrinet/domain/QPlace.html | 10 +- .../engine/petrinet/domain/QPosition.html | 10 +- .../engine/petrinet/domain/QTransaction.html | 10 +- .../engine/petrinet/domain/QTransition.html | 72 +- .../engine/petrinet/domain/QUriNode.html | 589 ++ .../engine/petrinet/domain/Transaction.html | 18 +- .../engine/petrinet/domain/Transition.html | 40 +- .../petrinet/domain/UriContentType.html | 10 +- .../engine/petrinet/domain/UriNode.html | 28 +- .../engine/petrinet/domain/VersionType.html | 10 +- .../engine/petrinet/domain/arcs/Arc.html | 18 +- .../domain/arcs/ArcOrderComparator.html | 10 +- .../petrinet/domain/arcs/InhibitorArc.html | 18 +- .../engine/petrinet/domain/arcs/PTArc.html | 18 +- .../engine/petrinet/domain/arcs/QArc.html | 10 +- .../petrinet/domain/arcs/QInhibitorArc.html | 10 +- .../engine/petrinet/domain/arcs/QPTArc.html | 10 +- .../engine/petrinet/domain/arcs/QReadArc.html | 10 +- .../petrinet/domain/arcs/QResetArc.html | 10 +- .../engine/petrinet/domain/arcs/ReadArc.html | 18 +- .../engine/petrinet/domain/arcs/ResetArc.html | 18 +- .../petrinet/domain/arcs/class-use/Arc.html | 10 +- .../arcs/class-use/ArcOrderComparator.html | 10 +- .../domain/arcs/class-use/InhibitorArc.html | 10 +- .../petrinet/domain/arcs/class-use/PTArc.html | 10 +- .../petrinet/domain/arcs/class-use/QArc.html | 10 +- .../domain/arcs/class-use/QInhibitorArc.html | 10 +- .../domain/arcs/class-use/QPTArc.html | 10 +- .../domain/arcs/class-use/QReadArc.html | 10 +- .../domain/arcs/class-use/QResetArc.html | 10 +- .../domain/arcs/class-use/ReadArc.html | 10 +- .../domain/arcs/class-use/ResetArc.html | 10 +- .../petrinet/domain/arcs/package-summary.html | 10 +- .../petrinet/domain/arcs/package-tree.html | 12 +- .../petrinet/domain/arcs/package-use.html | 10 +- .../domain/arcs/reference/QReference.html | 10 +- .../domain/arcs/reference/Referencable.html | 10 +- .../domain/arcs/reference/Reference.html | 21 +- .../petrinet/domain/arcs/reference/Type.html | 10 +- .../arcs/reference/class-use/QReference.html | 10 +- .../reference/class-use/Referencable.html | 10 +- .../arcs/reference/class-use/Reference.html | 10 +- .../domain/arcs/reference/class-use/Type.html | 10 +- .../arcs/reference/package-summary.html | 10 +- .../domain/arcs/reference/package-tree.html | 12 +- .../domain/arcs/reference/package-use.html | 10 +- .../petrinet/domain/class-use/Component.html | 52 +- .../domain/class-use/CurrencyFormat.html | 10 +- .../domain/class-use/DataFieldLogic.html | 10 +- .../petrinet/domain/class-use/DataGroup.html | 10 +- .../petrinet/domain/class-use/Format.html | 10 +- .../petrinet/domain/class-use/Function.html | 16 +- .../domain/class-use/FunctionScope.html | 10 +- .../petrinet/domain/class-use/I18nString.html | 193 +- .../class-use/I18nStringDeserializer.html | 150 + .../petrinet/domain/class-use/Icon.html | 10 +- .../petrinet/domain/class-use/Imported.html | 20 +- .../petrinet/domain/class-use/Node.html | 10 +- .../petrinet/domain/class-use/PetriNet.html | 267 +- .../domain/class-use/PetriNetObject.html | 10 +- .../domain/class-use/PetriNetSearch.html | 264 + .../petrinet/domain/class-use/Place.html | 10 +- .../petrinet/domain/class-use/Position.html | 25 +- .../petrinet/domain/class-use/QComponent.html | 61 +- .../petrinet/domain/class-use/QDataGroup.html | 10 +- .../petrinet/domain/class-use/QFormat.html | 20 +- .../petrinet/domain/class-use/QFunction.html | 10 +- .../domain/class-use/QI18nString.html | 40 +- .../petrinet/domain/class-use/QImported.html | 10 +- .../petrinet/domain/class-use/QNode.html | 10 +- .../petrinet/domain/class-use/QPetriNet.html | 10 +- .../domain/class-use/QPetriNetObject.html | 10 +- .../petrinet/domain/class-use/QPlace.html | 10 +- .../petrinet/domain/class-use/QPosition.html | 10 +- .../domain/class-use/QTransaction.html | 10 +- .../domain/class-use/QTransition.html | 10 +- .../petrinet/domain/class-use/QUriNode.html | 214 + .../domain/class-use/Transaction.html | 10 +- .../petrinet/domain/class-use/Transition.html | 97 +- .../domain/class-use/UriContentType.html | 46 +- .../petrinet/domain/class-use/UriNode.html | 147 +- .../domain/class-use/VersionType.html | 70 +- .../petrinet/domain/dataset/BooleanField.html | 16 +- .../petrinet/domain/dataset/ButtonField.html | 16 +- .../petrinet/domain/dataset/CaseField.html | 16 +- .../petrinet/domain/dataset/ChoiceField.html | 16 +- .../petrinet/domain/dataset/DateField.html | 16 +- .../domain/dataset/DateTimeField.html | 16 +- .../domain/dataset/EnumerationField.html | 16 +- .../domain/dataset/EnumerationMapField.html | 16 +- .../engine/petrinet/domain/dataset/Field.html | 18 +- .../petrinet/domain/dataset/FieldType.html | 33 +- .../domain/dataset/FieldWithAllowedNets.html | 16 +- .../petrinet/domain/dataset/FileField.html | 109 +- .../domain/dataset/FileFieldDataType.html | 30 +- .../domain/dataset/FileFieldValue.html | 131 +- .../domain/dataset/FileListField.html | 99 +- .../domain/dataset/FileListFieldValue.html | 40 +- .../petrinet/domain/dataset/FilterField.html | 16 +- .../petrinet/domain/dataset/I18nField.html | 16 +- .../domain/dataset/MapOptionsField.html | 16 +- .../petrinet/domain/dataset/MinIoStorage.html | 370 + .../domain/dataset/MultichoiceField.html | 16 +- .../domain/dataset/MultichoiceMapField.html | 16 +- .../petrinet/domain/dataset/NumberField.html | 16 +- .../domain/dataset/QBooleanField.html | 10 +- .../petrinet/domain/dataset/QButtonField.html | 10 +- .../petrinet/domain/dataset/QCaseField.html | 10 +- .../petrinet/domain/dataset/QChoiceField.html | 10 +- .../petrinet/domain/dataset/QDateField.html | 10 +- .../domain/dataset/QDateTimeField.html | 10 +- .../domain/dataset/QEnumerationField.html | 10 +- .../domain/dataset/QEnumerationMapField.html | 10 +- .../petrinet/domain/dataset/QField.html | 10 +- .../domain/dataset/QFieldWithAllowedNets.html | 10 +- .../petrinet/domain/dataset/QFileField.html | 44 +- .../domain/dataset/QFileListField.html | 44 +- .../petrinet/domain/dataset/QFilterField.html | 10 +- .../petrinet/domain/dataset/QI18nField.html | 10 +- .../domain/dataset/QMapOptionsField.html | 10 +- .../domain/dataset/QMultichoiceField.html | 10 +- .../domain/dataset/QMultichoiceMapField.html | 10 +- .../petrinet/domain/dataset/QNumberField.html | 10 +- .../petrinet/domain/dataset/QStorage.html | 426 + .../domain/dataset/QStorageField.html | 813 ++ .../dataset/QStringCollectionField.html | 785 ++ .../petrinet/domain/dataset/QTaskField.html | 10 +- .../petrinet/domain/dataset/QTextField.html | 10 +- .../petrinet/domain/dataset/QUserField.html | 10 +- .../domain/dataset/QUserListField.html | 10 +- .../petrinet/domain/dataset/Storage.html | 449 + .../petrinet/domain/dataset/StorageField.html | 473 ++ .../domain/dataset/StringCollectionField.html | 449 + .../petrinet/domain/dataset/TaskField.html | 16 +- .../petrinet/domain/dataset/TextField.html | 16 +- .../petrinet/domain/dataset/UserField.html | 16 +- .../domain/dataset/UserFieldValue.html | 18 +- .../domain/dataset/UserListField.html | 16 +- .../domain/dataset/UserListFieldValue.html | 18 +- .../dataset/class-use/BooleanField.html | 10 +- .../domain/dataset/class-use/ButtonField.html | 10 +- .../domain/dataset/class-use/CaseField.html | 23 +- .../domain/dataset/class-use/ChoiceField.html | 33 +- .../domain/dataset/class-use/DateField.html | 10 +- .../dataset/class-use/DateTimeField.html | 10 +- .../dataset/class-use/EnumerationField.html | 10 +- .../class-use/EnumerationMapField.html | 10 +- .../domain/dataset/class-use/Field.html | 196 +- .../domain/dataset/class-use/FieldType.html | 39 +- .../class-use/FieldWithAllowedNets.html | 10 +- .../domain/dataset/class-use/FileField.html | 39 +- .../dataset/class-use/FileFieldDataType.html | 17 +- .../dataset/class-use/FileFieldValue.html | 24 +- .../dataset/class-use/FileListField.html | 40 +- .../dataset/class-use/FileListFieldValue.html | 10 +- .../domain/dataset/class-use/FilterField.html | 10 +- .../domain/dataset/class-use/I18nField.html | 10 +- .../dataset/class-use/MapOptionsField.html | 33 +- .../dataset/class-use/MinIoStorage.html | 150 + .../dataset/class-use/MultichoiceField.html | 10 +- .../class-use/MultichoiceMapField.html | 41 +- .../domain/dataset/class-use/NumberField.html | 10 +- .../dataset/class-use/QBooleanField.html | 10 +- .../dataset/class-use/QButtonField.html | 10 +- .../domain/dataset/class-use/QCaseField.html | 10 +- .../dataset/class-use/QChoiceField.html | 10 +- .../domain/dataset/class-use/QDateField.html | 10 +- .../dataset/class-use/QDateTimeField.html | 10 +- .../dataset/class-use/QEnumerationField.html | 10 +- .../class-use/QEnumerationMapField.html | 10 +- .../domain/dataset/class-use/QField.html | 20 +- .../class-use/QFieldWithAllowedNets.html | 10 +- .../domain/dataset/class-use/QFileField.html | 10 +- .../dataset/class-use/QFileListField.html | 10 +- .../dataset/class-use/QFilterField.html | 10 +- .../domain/dataset/class-use/QI18nField.html | 10 +- .../dataset/class-use/QMapOptionsField.html | 10 +- .../dataset/class-use/QMultichoiceField.html | 10 +- .../class-use/QMultichoiceMapField.html | 10 +- .../dataset/class-use/QNumberField.html | 10 +- .../domain/dataset/class-use/QStorage.html | 209 + .../dataset/class-use/QStorageField.html | 204 + .../class-use/QStringCollectionField.html | 194 + .../domain/dataset/class-use/QTaskField.html | 10 +- .../domain/dataset/class-use/QTextField.html | 10 +- .../domain/dataset/class-use/QUserField.html | 10 +- .../dataset/class-use/QUserListField.html | 10 +- .../domain/dataset/class-use/Storage.html | 343 + .../dataset/class-use/StorageField.html | 359 + .../class-use/StringCollectionField.html | 198 + .../domain/dataset/class-use/TaskField.html | 10 +- .../domain/dataset/class-use/TextField.html | 10 +- .../domain/dataset/class-use/UserField.html | 10 +- .../dataset/class-use/UserFieldValue.html | 10 +- .../dataset/class-use/UserListField.html | 10 +- .../dataset/class-use/UserListFieldValue.html | 10 +- .../dataset/factory/StorageFactory.html | 312 + .../factory/class-use/StorageFactory.html | 150 + .../dataset/factory/package-summary.html | 168 + .../domain/dataset/factory/package-tree.html | 165 + .../domain/dataset/factory/package-use.html | 150 + .../dataset/logic/CaseChangedFields.html | 18 +- .../domain/dataset/logic/ChangedField.html | 170 +- .../ChangedFieldByFileFieldContainer.html | 16 +- .../dataset/logic/ChangedFieldContainer.html | 18 +- .../dataset/logic/ChangedFieldsTree.html | 16 +- .../domain/dataset/logic/FieldBehavior.html | 10 +- .../domain/dataset/logic/FieldLayout.html | 16 +- .../domain/dataset/logic/FrontAction.html | 404 + .../logic/IllegalVariableTypeException.html | 10 +- .../domain/dataset/logic/QFieldLayout.html | 10 +- .../logic/action/Action.ActionTrigger.html | 10 +- .../domain/dataset/logic/action/Action.html | 18 +- .../dataset/logic/action/ActionDelegate.html | 5970 +++++++++---- .../logic/action/FieldActionsRunner.html | 42 +- .../logic/action/FileGenerateReflection.html | 10 +- .../logic/action/FrontendActionOutcome.html | 446 + .../domain/dataset/logic/action/QAction.html | 10 +- .../logic/action/TextGenerateReflection.html | 10 +- .../class-use/Action.ActionTrigger.html | 10 +- .../logic/action/class-use/Action.html | 99 +- .../action/class-use/ActionDelegate.html | 10 +- .../action/class-use/FieldActionsRunner.html | 19 +- .../class-use/FileGenerateReflection.html | 10 +- .../class-use/FrontendActionOutcome.html | 209 + .../logic/action/class-use/QAction.html | 10 +- .../class-use/TextGenerateReflection.html | 10 +- .../logic/action/context/ActionContext.html | 10 +- .../logic/action/context/CaseContext.html | 10 +- .../logic/action/context/RoleContext.html | 10 +- .../context/class-use/ActionContext.html | 10 +- .../action/context/class-use/CaseContext.html | 10 +- .../action/context/class-use/RoleContext.html | 22 +- .../logic/action/context/package-summary.html | 10 +- .../logic/action/context/package-tree.html | 10 +- .../logic/action/context/package-use.html | 10 +- .../delegate/AbstractActionDelegate.html | 10 +- .../action/delegate/CaseActionDelegate.html | 10 +- .../action/delegate/RoleActionDelegate.html | 104 +- .../class-use/AbstractActionDelegate.html | 10 +- .../class-use/CaseActionDelegate.html | 10 +- .../class-use/RoleActionDelegate.html | 10 +- .../action/delegate/package-summary.html | 10 +- .../logic/action/delegate/package-tree.html | 10 +- .../logic/action/delegate/package-use.html | 10 +- .../dataset/logic/action/package-summary.html | 16 +- .../dataset/logic/action/package-tree.html | 13 +- .../dataset/logic/action/package-use.html | 14 +- .../runner/CaseFieldsExpressionRunner.html | 70 +- .../logic/action/runner/Expression.html | 18 +- .../logic/action/runner/QExpression.html | 10 +- .../action/runner/RoleActionsRunner.html | 20 +- .../class-use/CaseFieldsExpressionRunner.html | 10 +- .../action/runner/class-use/Expression.html | 45 +- .../action/runner/class-use/QExpression.html | 20 +- .../runner/class-use/RoleActionsRunner.html | 10 +- .../logic/action/runner/package-summary.html | 10 +- .../logic/action/runner/package-tree.html | 12 +- .../logic/action/runner/package-use.html | 10 +- .../logic/class-use/CaseChangedFields.html | 10 +- .../dataset/logic/class-use/ChangedField.html | 10 +- .../ChangedFieldByFileFieldContainer.html | 10 +- .../class-use/ChangedFieldContainer.html | 10 +- .../logic/class-use/ChangedFieldsTree.html | 10 +- .../logic/class-use/FieldBehavior.html | 27 +- .../dataset/logic/class-use/FieldLayout.html | 10 +- .../dataset/logic/class-use/FrontAction.html | 194 + .../IllegalVariableTypeException.html | 10 +- .../dataset/logic/class-use/QFieldLayout.html | 20 +- .../domain/dataset/logic/package-summary.html | 14 +- .../domain/dataset/logic/package-tree.html | 20 +- .../domain/dataset/logic/package-use.html | 45 +- .../logic/validation/DynamicValidation.html | 16 +- .../logic/validation/LocalizedValidation.html | 46 +- .../dataset/logic/validation/QValidation.html | 10 +- .../dataset/logic/validation/Validation.html | 18 +- .../class-use/DynamicValidation.html | 10 +- .../class-use/LocalizedValidation.html | 10 +- .../validation/class-use/QValidation.html | 20 +- .../validation/class-use/Validation.html | 20 +- .../logic/validation/package-summary.html | 10 +- .../logic/validation/package-tree.html | 14 +- .../dataset/logic/validation/package-use.html | 10 +- .../domain/dataset/package-summary.html | 94 +- .../petrinet/domain/dataset/package-tree.html | 37 +- .../petrinet/domain/dataset/package-use.html | 156 +- .../petrinet/domain/events/BaseEvent.html | 18 +- .../petrinet/domain/events/CaseEvent.html | 18 +- .../petrinet/domain/events/CaseEventType.html | 10 +- .../petrinet/domain/events/DataEvent.html | 18 +- .../petrinet/domain/events/DataEventType.html | 10 +- .../engine/petrinet/domain/events/Event.html | 18 +- .../petrinet/domain/events/EventPhase.html | 10 +- .../petrinet/domain/events/EventType.html | 10 +- .../petrinet/domain/events/ProcessEvent.html | 18 +- .../domain/events/ProcessEventType.html | 10 +- .../petrinet/domain/events/QBaseEvent.html | 10 +- .../petrinet/domain/events/QCaseEvent.html | 10 +- .../petrinet/domain/events/QDataEvent.html | 10 +- .../engine/petrinet/domain/events/QEvent.html | 10 +- .../petrinet/domain/events/QProcessEvent.html | 10 +- .../domain/events/class-use/BaseEvent.html | 10 +- .../domain/events/class-use/CaseEvent.html | 10 +- .../events/class-use/CaseEventType.html | 10 +- .../domain/events/class-use/DataEvent.html | 20 +- .../events/class-use/DataEventType.html | 56 +- .../domain/events/class-use/Event.html | 10 +- .../domain/events/class-use/EventPhase.html | 20 +- .../domain/events/class-use/EventType.html | 10 +- .../domain/events/class-use/ProcessEvent.html | 10 +- .../events/class-use/ProcessEventType.html | 10 +- .../domain/events/class-use/QBaseEvent.html | 10 +- .../domain/events/class-use/QCaseEvent.html | 10 +- .../domain/events/class-use/QDataEvent.html | 20 +- .../domain/events/class-use/QEvent.html | 10 +- .../events/class-use/QProcessEvent.html | 10 +- .../domain/events/package-summary.html | 10 +- .../petrinet/domain/events/package-tree.html | 12 +- .../petrinet/domain/events/package-use.html | 10 +- .../domain/layout/DataGroupLayout.html | 18 +- .../petrinet/domain/layout/FormLayout.html | 18 +- .../engine/petrinet/domain/layout/Layout.html | 21 +- .../domain/layout/QDataGroupLayout.html | 10 +- .../petrinet/domain/layout/QFormLayout.html | 10 +- .../petrinet/domain/layout/QLayout.html | 10 +- .../petrinet/domain/layout/QTaskLayout.html | 10 +- .../petrinet/domain/layout/TaskLayout.html | 18 +- .../layout/class-use/DataGroupLayout.html | 10 +- .../domain/layout/class-use/FormLayout.html | 10 +- .../domain/layout/class-use/Layout.html | 10 +- .../layout/class-use/QDataGroupLayout.html | 10 +- .../domain/layout/class-use/QFormLayout.html | 10 +- .../domain/layout/class-use/QLayout.html | 10 +- .../domain/layout/class-use/QTaskLayout.html | 10 +- .../domain/layout/class-use/TaskLayout.html | 10 +- .../domain/layout/package-summary.html | 10 +- .../petrinet/domain/layout/package-tree.html | 12 +- .../petrinet/domain/layout/package-use.html | 10 +- .../petrinet/domain/package-summary.html | 36 +- .../engine/petrinet/domain/package-tree.html | 33 +- .../engine/petrinet/domain/package-use.html | 137 +- .../domain/policies/AssignPolicy.html | 10 +- .../domain/policies/DataFocusPolicy.html | 10 +- .../domain/policies/FinishPolicy.html | 10 +- .../policies/class-use/AssignPolicy.html | 10 +- .../policies/class-use/DataFocusPolicy.html | 10 +- .../policies/class-use/FinishPolicy.html | 10 +- .../domain/policies/package-summary.html | 10 +- .../domain/policies/package-tree.html | 10 +- .../petrinet/domain/policies/package-use.html | 10 +- .../repositories/PetriNetRepository.html | 10 +- .../class-use/PetriNetRepository.html | 10 +- .../domain/repositories/package-summary.html | 10 +- .../domain/repositories/package-tree.html | 10 +- .../domain/repositories/package-use.html | 10 +- .../domain/repository/UriNodeRepository.html | 31 +- .../class-use/UriNodeRepository.html | 10 +- .../domain/repository/package-summary.html | 10 +- .../domain/repository/package-tree.html | 21 +- .../domain/repository/package-use.html | 10 +- .../roles/LogicNotApplicableException.html | 10 +- .../petrinet/domain/roles/ProcessRole.html | 38 +- .../domain/roles/ProcessRolePermission.html | 10 +- .../domain/roles/ProcessRoleRepository.html | 32 +- .../petrinet/domain/roles/QProcessRole.html | 40 +- .../petrinet/domain/roles/RolePermission.html | 10 +- .../LogicNotApplicableException.html | 10 +- .../domain/roles/class-use/ProcessRole.html | 109 +- .../class-use/ProcessRolePermission.html | 10 +- .../class-use/ProcessRoleRepository.html | 10 +- .../domain/roles/class-use/QProcessRole.html | 10 +- .../roles/class-use/RolePermission.html | 10 +- .../domain/roles/package-summary.html | 10 +- .../petrinet/domain/roles/package-tree.html | 12 +- .../petrinet/domain/roles/package-use.html | 10 +- .../throwable/IllegalTaskStateException.html | 10 +- .../MissingPetriNetMetaDataException.html | 10 +- .../TransitionNotExecutableException.html | 10 +- .../class-use/IllegalTaskStateException.html | 10 +- .../MissingPetriNetMetaDataException.html | 83 +- .../TransitionNotExecutableException.html | 148 +- .../domain/throwable/package-summary.html | 10 +- .../domain/throwable/package-tree.html | 10 +- .../domain/throwable/package-use.html | 10 +- .../petrinet/domain/version/QVersion.html | 10 +- .../version/StringToVersionConverter.html | 10 +- .../petrinet/domain/version/Version.html | 21 +- .../domain/version/class-use/QVersion.html | 10 +- .../class-use/StringToVersionConverter.html | 10 +- .../domain/version/class-use/Version.html | 10 +- .../domain/version/package-summary.html | 10 +- .../petrinet/domain/version/package-tree.html | 12 +- .../petrinet/domain/version/package-use.html | 10 +- .../domain/views/BooleanImageView.html | 10 +- .../petrinet/domain/views/EditorView.html | 10 +- .../petrinet/domain/views/HtmlEditorView.html | 10 +- .../petrinet/domain/views/ListView.html | 10 +- .../petrinet/domain/views/TableView.html | 10 +- .../petrinet/domain/views/TreeView.html | 10 +- .../engine/petrinet/domain/views/View.html | 10 +- .../views/class-use/BooleanImageView.html | 10 +- .../domain/views/class-use/EditorView.html | 10 +- .../views/class-use/HtmlEditorView.html | 10 +- .../domain/views/class-use/ListView.html | 10 +- .../domain/views/class-use/TableView.html | 10 +- .../domain/views/class-use/TreeView.html | 10 +- .../petrinet/domain/views/class-use/View.html | 10 +- .../domain/views/package-summary.html | 10 +- .../petrinet/domain/views/package-tree.html | 10 +- .../petrinet/domain/views/package-use.html | 10 +- .../engine/petrinet/service/ArcFactory.html | 10 +- .../service/PetriNetAuthorizationService.html | 10 +- .../service/PetriNetEventHandler.html | 329 + .../petrinet/service/PetriNetService.html | 243 +- .../petrinet/service/ProcessRoleService.html | 74 +- .../engine/petrinet/service/UriService.html | 64 +- .../service/class-use/ArcFactory.html | 10 +- .../PetriNetAuthorizationService.html | 10 +- .../class-use/PetriNetEventHandler.html | 150 + .../service/class-use/PetriNetService.html | 10 +- .../service/class-use/ProcessRoleService.html | 10 +- .../service/class-use/UriService.html | 10 +- .../IPetriNetAuthorizationService.html | 10 +- .../service/interfaces/IPetriNetService.html | 280 +- .../interfaces/IProcessRoleService.html | 64 +- .../service/interfaces/IUriService.html | 55 +- .../IPetriNetAuthorizationService.html | 10 +- .../class-use/IPetriNetService.html | 30 +- .../class-use/IProcessRoleService.html | 57 +- .../interfaces/class-use/IUriService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 14 +- .../petrinet/service/package-summary.html | 18 +- .../engine/petrinet/service/package-tree.html | 15 +- .../engine/petrinet/service/package-use.html | 10 +- .../petrinet/web/PetriNetController.html | 43 +- .../web/PetriNetControllerAdvice.html | 10 +- .../web/PublicPetriNetController.html | 16 +- .../engine/petrinet/web/UriController.html | 10 +- .../web/class-use/PetriNetController.html | 10 +- .../class-use/PetriNetControllerAdvice.html | 10 +- .../class-use/PublicPetriNetController.html | 10 +- .../petrinet/web/class-use/UriController.html | 10 +- .../engine/petrinet/web/package-summary.html | 10 +- .../engine/petrinet/web/package-tree.html | 10 +- .../engine/petrinet/web/package-use.html | 10 +- .../web/requestbodies/PetriNetCriteria.html | 10 +- .../web/requestbodies/UploadedFileMeta.html | 10 +- .../class-use/PetriNetCriteria.html | 10 +- .../class-use/UploadedFileMeta.html | 10 +- .../web/requestbodies/package-summary.html | 10 +- .../web/requestbodies/package-tree.html | 10 +- .../web/requestbodies/package-use.html | 10 +- .../responsebodies/ArcImportReference.html | 18 +- .../responsebodies/DataFieldReference.html | 10 +- .../DataFieldReferencesResource.html | 10 +- .../PetriNetImportReference.html | 10 +- .../web/responsebodies/PetriNetReference.html | 10 +- .../PetriNetReferenceResource.html | 10 +- .../PetriNetReferenceResourceAssembler.html | 30 +- .../PetriNetReferenceResources.html | 10 +- .../PetriNetReferenceWithMessage.html | 10 +- .../PetriNetReferenceWithMessageResource.html | 10 +- .../responsebodies/PlaceImportReference.html | 20 +- .../responsebodies/ProcessPermissions.html | 10 +- .../web/responsebodies/ProcessRole.html | 10 +- .../ProcessRolesAndPermissions.html | 10 +- .../responsebodies/ProcessRolesResource.html | 10 +- .../ProcessRolesUsersListResponse.html | 10 +- .../responsebodies/QArcImportReference.html | 10 +- .../responsebodies/QPlaceImportReference.html | 10 +- .../QTransitionImportReference.html | 10 +- .../web/responsebodies/Reference.html | 10 +- .../web/responsebodies/Transaction.html | 10 +- .../responsebodies/TransactionResource.html | 10 +- .../responsebodies/TransactionsResource.html | 10 +- .../TransitionImportReference.html | 20 +- .../responsebodies/TransitionReference.html | 10 +- .../TransitionReferencesResource.html | 10 +- .../web/responsebodies/UriNodeResource.html | 10 +- .../web/responsebodies/UriNodeResources.html | 10 +- .../class-use/ArcImportReference.html | 10 +- .../class-use/DataFieldReference.html | 10 +- .../DataFieldReferencesResource.html | 10 +- .../class-use/PetriNetImportReference.html | 10 +- .../class-use/PetriNetReference.html | 18 +- .../class-use/PetriNetReferenceResource.html | 14 +- .../PetriNetReferenceResourceAssembler.html | 10 +- .../class-use/PetriNetReferenceResources.html | 10 +- .../PetriNetReferenceWithMessage.html | 10 +- .../PetriNetReferenceWithMessageResource.html | 10 +- .../class-use/PlaceImportReference.html | 10 +- .../class-use/ProcessPermissions.html | 10 +- .../responsebodies/class-use/ProcessRole.html | 10 +- .../class-use/ProcessRolesAndPermissions.html | 10 +- .../class-use/ProcessRolesResource.html | 10 +- .../ProcessRolesUsersListResponse.html | 10 +- .../class-use/QArcImportReference.html | 10 +- .../class-use/QPlaceImportReference.html | 10 +- .../class-use/QTransitionImportReference.html | 10 +- .../responsebodies/class-use/Reference.html | 10 +- .../responsebodies/class-use/Transaction.html | 10 +- .../class-use/TransactionResource.html | 10 +- .../class-use/TransactionsResource.html | 10 +- .../class-use/TransitionImportReference.html | 10 +- .../class-use/TransitionReference.html | 10 +- .../TransitionReferencesResource.html | 10 +- .../class-use/UriNodeResource.html | 10 +- .../class-use/UriNodeResources.html | 10 +- .../web/responsebodies/package-summary.html | 10 +- .../web/responsebodies/package-tree.html | 12 +- .../web/responsebodies/package-use.html | 10 +- .../resource/domain/ExternalResource.html | 308 + .../domain/ExternalResourceLoader.html | 481 ++ .../domain/class-use/ExternalResource.html | 150 + .../class-use/ExternalResourceLoader.html | 150 + .../resource/domain/package-summary.html | 172 + .../engine/resource/domain/package-tree.html | 166 + .../engine/resource/domain/package-use.html | 150 + .../ExternalResourceLoaderProcessor.html | 338 + .../ExternalResourceLoaderProcessor.html | 150 + .../resource/service/package-summary.html | 168 + .../engine/resource/service/package-tree.html | 165 + .../engine/resource/service/package-use.html | 150 + .../security/service/EncryptionService.html | 10 +- .../security/service/IEncryptionService.html | 10 +- .../service/ISecurityContextService.html | 10 +- .../service/SecurityContextService.html | 10 +- .../service/class-use/EncryptionService.html | 10 +- .../service/class-use/IEncryptionService.html | 10 +- .../class-use/ISecurityContextService.html | 10 +- .../class-use/SecurityContextService.html | 10 +- .../security/service/package-summary.html | 10 +- .../engine/security/service/package-tree.html | 10 +- .../engine/security/service/package-use.html | 10 +- .../engine/settings/domain/Preferences.html | 10 +- .../domain/PreferencesRepository.html | 10 +- .../engine/settings/domain/QPreferences.html | 10 +- .../domain/class-use/Preferences.html | 10 +- .../class-use/PreferencesRepository.html | 10 +- .../domain/class-use/QPreferences.html | 10 +- .../settings/domain/package-summary.html | 10 +- .../engine/settings/domain/package-tree.html | 10 +- .../engine/settings/domain/package-use.html | 10 +- .../settings/service/IPreferencesService.html | 10 +- .../settings/service/PreferencesService.html | 10 +- .../class-use/IPreferencesService.html | 10 +- .../service/class-use/PreferencesService.html | 10 +- .../settings/service/package-summary.html | 10 +- .../engine/settings/service/package-tree.html | 10 +- .../engine/settings/service/package-use.html | 10 +- .../settings/web/PreferencesResource.html | 10 +- .../web/class-use/PreferencesResource.html | 10 +- .../engine/settings/web/package-summary.html | 10 +- .../engine/settings/web/package-tree.html | 10 +- .../engine/settings/web/package-use.html | 10 +- .../AbstractOrderedCommandLineRunner.html | 10 +- .../engine/startup/AnonymousRoleRunner.html | 10 +- .../engine/startup/AuthorityRunner.html | 10 +- .../engine/startup/DashboardRunner.html | 10 +- .../engine/startup/DefaultFiltersRunner.html | 10 +- .../engine/startup/DefaultRoleRunner.html | 10 +- .../engine/startup/DemoRunner.html | 10 +- .../engine/startup/ElasticsearchRunner.html | 10 +- .../engine/startup/FilterRunner.html | 28 +- .../engine/startup/FinisherRunner.html | 10 +- .../startup/FinisherRunnerSuperCreator.html | 10 +- .../engine/startup/FlushSessionsRunner.html | 10 +- .../engine/startup/FunctionsCacheRunner.html | 10 +- .../engine/startup/GroupRunner.html | 10 +- .../engine/startup/ImpersonationRunner.html | 10 +- .../engine/startup/ImportHelper.html | 98 +- .../engine/startup/MailRunner.html | 10 +- .../engine/startup/MongoDbRunner.html | 10 +- .../application/engine/startup/PdfRunner.html | 10 +- .../engine/startup/PostalCodeImporter.html | 10 +- .../engine/startup/QuartzSchedulerRunner.html | 10 +- .../engine/startup/RuleEngineRunner.html | 10 +- .../engine/startup/RunnerController.html | 10 +- .../engine/startup/StorageRunner.html | 10 +- .../engine/startup/SuperCreator.html | 10 +- .../engine/startup/SystemUserRunner.html | 10 +- .../application/engine/startup/UriRunner.html | 10 +- .../AbstractOrderedCommandLineRunner.html | 10 +- .../class-use/AnonymousRoleRunner.html | 10 +- .../startup/class-use/AuthorityRunner.html | 10 +- .../startup/class-use/DashboardRunner.html | 10 +- .../class-use/DefaultFiltersRunner.html | 10 +- .../startup/class-use/DefaultRoleRunner.html | 10 +- .../engine/startup/class-use/DemoRunner.html | 10 +- .../class-use/ElasticsearchRunner.html | 10 +- .../startup/class-use/FilterRunner.html | 10 +- .../startup/class-use/FinisherRunner.html | 10 +- .../class-use/FinisherRunnerSuperCreator.html | 10 +- .../class-use/FlushSessionsRunner.html | 10 +- .../class-use/FunctionsCacheRunner.html | 10 +- .../engine/startup/class-use/GroupRunner.html | 10 +- .../class-use/ImpersonationRunner.html | 10 +- .../startup/class-use/ImportHelper.html | 10 +- .../engine/startup/class-use/MailRunner.html | 10 +- .../startup/class-use/MongoDbRunner.html | 10 +- .../engine/startup/class-use/PdfRunner.html | 10 +- .../startup/class-use/PostalCodeImporter.html | 10 +- .../class-use/QuartzSchedulerRunner.html | 10 +- .../startup/class-use/RuleEngineRunner.html | 10 +- .../startup/class-use/RunnerController.html | 10 +- .../startup/class-use/StorageRunner.html | 10 +- .../startup/class-use/SuperCreator.html | 10 +- .../startup/class-use/SystemUserRunner.html | 10 +- .../engine/startup/class-use/UriRunner.html | 10 +- .../engine/startup/package-summary.html | 10 +- .../engine/startup/package-tree.html | 10 +- .../engine/startup/package-use.html | 10 +- .../application/engine/utils/DateUtils.html | 10 +- .../engine/utils/FullPageRequest.html | 10 +- .../engine/utils/InputStreamToString.html | 10 +- .../engine/utils/ResourceFileLoader.html | 34 +- .../engine/utils/SingleItemAsList.html | 10 +- .../utils/SingleItemAsListDeserializer.html | 12 +- .../engine/utils/class-use/DateUtils.html | 10 +- .../utils/class-use/FullPageRequest.html | 10 +- .../utils/class-use/InputStreamToString.html | 10 +- .../utils/class-use/ResourceFileLoader.html | 10 +- .../utils/class-use/SingleItemAsList.html | 10 +- .../SingleItemAsListDeserializer.html | 10 +- .../engine/utils/package-summary.html | 10 +- .../engine/utils/package-tree.html | 10 +- .../application/engine/utils/package-use.html | 10 +- .../domain/ValidationDataInput.html | 10 +- .../domain/class-use/ValidationDataInput.html | 10 +- .../validation/domain/package-summary.html | 10 +- .../validation/domain/package-tree.html | 10 +- .../engine/validation/domain/package-use.html | 10 +- .../models/AbstractFieldValidation.html | 18 +- .../models/BooleanFieldValidation.html | 16 +- .../models/DateFieldValidation.html | 16 +- .../models/DateTimeFieldValidation.html | 16 +- .../models/EnumerationFieldValidation.html | 16 +- .../models/I18nFieldValidation.html | 16 +- .../models/NumberFieldValidation.html | 16 +- .../models/TextFieldValidation.html | 16 +- .../class-use/AbstractFieldValidation.html | 10 +- .../class-use/BooleanFieldValidation.html | 10 +- .../models/class-use/DateFieldValidation.html | 10 +- .../class-use/DateTimeFieldValidation.html | 10 +- .../class-use/EnumerationFieldValidation.html | 10 +- .../models/class-use/I18nFieldValidation.html | 10 +- .../class-use/NumberFieldValidation.html | 10 +- .../models/class-use/TextFieldValidation.html | 10 +- .../validation/models/package-summary.html | 10 +- .../validation/models/package-tree.html | 12 +- .../engine/validation/models/package-use.html | 10 +- .../validation/service/ValidationService.html | 10 +- .../service/class-use/ValidationService.html | 10 +- .../interfaces/IValidationService.html | 10 +- .../class-use/IValidationService.html | 10 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../validation/service/package-summary.html | 10 +- .../validation/service/package-tree.html | 10 +- .../validation/service/package-use.html | 10 +- .../workflow/domain/AuthorizationType.html | 22 +- .../workflow/domain/CachedFunction.html | 10 +- .../engine/workflow/domain/Case.html | 29 +- .../engine/workflow/domain/DataField.html | 114 +- .../domain/EventNotExecutableException.html | 10 +- .../domain/FileStorageConfiguration.html | 10 +- .../engine/workflow/domain/Filter.html | 10 +- .../workflow/domain/FilterDeserializer.html | 12 +- ...galArgumentWithChangedFieldsException.html | 10 +- .../domain/IllegalFilterFileException.html | 10 +- .../domain/IllegalMenuFileException.html | 10 +- .../workflow/domain/MergeFilterOperation.html | 10 +- .../engine/workflow/domain/QCase.html | 40 +- .../engine/workflow/domain/QDataField.html | 72 +- .../engine/workflow/domain/QFilter.html | 10 +- .../engine/workflow/domain/QTask.html | 46 +- .../engine/workflow/domain/QTaskPair.html | 10 +- .../engine/workflow/domain/Task.Type.html | 10 +- .../engine/workflow/domain/Task.html | 21 +- .../domain/TaskNotFoundException.html | 300 + .../engine/workflow/domain/TaskPair.html | 21 +- .../domain/class-use/AuthorizationType.html | 10 +- .../domain/class-use/CachedFunction.html | 10 +- .../workflow/domain/class-use/Case.html | 1855 +++- .../workflow/domain/class-use/DataField.html | 16 +- .../EventNotExecutableException.html | 10 +- .../class-use/FileStorageConfiguration.html | 36 +- .../workflow/domain/class-use/Filter.html | 10 +- .../domain/class-use/FilterDeserializer.html | 10 +- ...galArgumentWithChangedFieldsException.html | 10 +- .../class-use/IllegalFilterFileException.html | 10 +- .../class-use/IllegalMenuFileException.html | 10 +- .../class-use/MergeFilterOperation.html | 10 +- .../workflow/domain/class-use/QCase.html | 10 +- .../workflow/domain/class-use/QDataField.html | 10 +- .../workflow/domain/class-use/QFilter.html | 10 +- .../workflow/domain/class-use/QTask.html | 10 +- .../workflow/domain/class-use/QTaskPair.html | 10 +- .../workflow/domain/class-use/Task.Type.html | 10 +- .../workflow/domain/class-use/Task.html | 549 +- .../class-use/TaskNotFoundException.html | 202 + .../workflow/domain/class-use/TaskPair.html | 10 +- .../domain/eventoutcomes/EventOutcome.html | 61 +- .../caseoutcomes/CaseEventOutcome.html | 20 +- .../caseoutcomes/CreateCaseEventOutcome.html | 20 +- .../caseoutcomes/DeleteCaseEventOutcome.html | 20 +- .../class-use/CaseEventOutcome.html | 10 +- .../class-use/CreateCaseEventOutcome.html | 97 +- .../class-use/DeleteCaseEventOutcome.html | 34 +- .../caseoutcomes/package-summary.html | 10 +- .../caseoutcomes/package-tree.html | 12 +- .../caseoutcomes/package-use.html | 10 +- .../eventoutcomes/class-use/EventOutcome.html | 113 +- .../dataoutcomes/GetDataEventOutcome.html | 20 +- .../GetDataGroupsEventOutcome.html | 20 +- .../dataoutcomes/SetDataEventOutcome.html | 20 +- .../class-use/GetDataEventOutcome.html | 36 +- .../class-use/GetDataGroupsEventOutcome.html | 10 +- .../class-use/SetDataEventOutcome.html | 206 +- .../dataoutcomes/package-summary.html | 10 +- .../dataoutcomes/package-tree.html | 12 +- .../dataoutcomes/package-use.html | 10 +- .../domain/eventoutcomes/package-summary.html | 10 +- .../domain/eventoutcomes/package-tree.html | 12 +- .../domain/eventoutcomes/package-use.html | 10 +- .../ImportPetriNetEventOutcome.html | 20 +- .../PetriNetEventOutcome.html | 20 +- .../class-use/ImportPetriNetEventOutcome.html | 80 +- .../class-use/PetriNetEventOutcome.html | 10 +- .../petrinetoutcomes/package-summary.html | 10 +- .../petrinetoutcomes/package-tree.html | 12 +- .../petrinetoutcomes/package-use.html | 10 +- .../response/EventOutcomeWithMessage.html | 10 +- .../EventOutcomeWithMessageResource.html | 10 +- .../class-use/EventOutcomeWithMessage.html | 68 +- .../EventOutcomeWithMessageResource.html | 10 +- .../response/package-summary.html | 10 +- .../eventoutcomes/response/package-tree.html | 10 +- .../eventoutcomes/response/package-use.html | 10 +- .../taskoutcomes/AssignTaskEventOutcome.html | 20 +- .../taskoutcomes/CancelTaskEventOutcome.html | 20 +- .../DelegateTaskEventOutcome.html | 20 +- .../taskoutcomes/FinishTaskEventOutcome.html | 20 +- .../taskoutcomes/TaskEventOutcome.html | 20 +- .../class-use/AssignTaskEventOutcome.html | 64 +- .../class-use/CancelTaskEventOutcome.html | 52 +- .../class-use/DelegateTaskEventOutcome.html | 26 +- .../class-use/FinishTaskEventOutcome.html | 64 +- .../class-use/TaskEventOutcome.html | 10 +- .../taskoutcomes/package-summary.html | 10 +- .../taskoutcomes/package-tree.html | 12 +- .../taskoutcomes/package-use.html | 10 +- .../workflow/domain/filter/Configuration.html | 10 +- .../domain/filter/DoubleValueHolder.html | 10 +- .../domain/filter/FilterImportExport.html | 10 +- .../domain/filter/FilterImportExportList.html | 10 +- .../domain/filter/FilterMetadataExport.html | 10 +- .../workflow/domain/filter/Predicate.html | 10 +- .../domain/filter/PredicateArray.html | 10 +- .../domain/filter/PredicateValue.html | 10 +- .../filter/class-use/Configuration.html | 10 +- .../filter/class-use/DoubleValueHolder.html | 10 +- .../filter/class-use/FilterImportExport.html | 10 +- .../class-use/FilterImportExportList.html | 10 +- .../class-use/FilterMetadataExport.html | 10 +- .../domain/filter/class-use/Predicate.html | 10 +- .../filter/class-use/PredicateArray.html | 10 +- .../filter/class-use/PredicateValue.html | 10 +- .../domain/filter/package-summary.html | 10 +- .../workflow/domain/filter/package-tree.html | 10 +- .../workflow/domain/filter/package-use.html | 10 +- .../engine/workflow/domain/menu/Menu.html | 10 +- .../workflow/domain/menu/MenuAndFilters.html | 10 +- .../workflow/domain/menu/MenuEntry.html | 10 +- .../workflow/domain/menu/MenuEntryRole.html | 10 +- .../workflow/domain/menu/MenuItemBody.html | 518 ++ .../domain/menu/MenuItemConstants.html | 953 +++ .../engine/workflow/domain/menu/MenuList.html | 10 +- .../workflow/domain/menu/class-use/Menu.html | 10 +- .../domain/menu/class-use/MenuAndFilters.html | 10 +- .../domain/menu/class-use/MenuEntry.html | 10 +- .../domain/menu/class-use/MenuEntryRole.html | 10 +- .../domain/menu/class-use/MenuItemBody.html | 304 + .../menu/class-use/MenuItemConstants.html | 204 + .../domain/menu/class-use/MenuList.html | 10 +- .../workflow/domain/menu/package-summary.html | 33 +- .../workflow/domain/menu/package-tree.html | 25 +- .../workflow/domain/menu/package-use.html | 43 +- .../workflow/domain/package-summary.html | 14 +- .../engine/workflow/domain/package-tree.html | 19 +- .../engine/workflow/domain/package-use.html | 99 +- .../domain/repositories/CaseRepository.html | 10 +- .../repositories/CaseRepositoryImpl.html | 10 +- .../domain/repositories/FilterRepository.html | 10 +- .../domain/repositories/TaskRepository.html | 10 +- .../repositories/TaskRepositoryImpl.html | 10 +- .../class-use/CaseRepository.html | 10 +- .../class-use/CaseRepositoryImpl.html | 10 +- .../class-use/FilterRepository.html | 10 +- .../class-use/TaskRepository.html | 10 +- .../class-use/TaskRepositoryImpl.html | 10 +- .../domain/repositories/package-summary.html | 10 +- .../domain/repositories/package-tree.html | 10 +- .../domain/repositories/package-use.html | 10 +- .../workflow/domain/triggers/AutoTrigger.html | 18 +- .../domain/triggers/DateTimeTrigger.html | 17 +- .../domain/triggers/DelayTimeTrigger.html | 17 +- .../domain/triggers/MessageTrigger.html | 18 +- .../domain/triggers/QAutoTrigger.html | 10 +- .../domain/triggers/QDateTimeTrigger.html | 10 +- .../domain/triggers/QDelayTimeTrigger.html | 10 +- .../domain/triggers/QMessageTrigger.html | 10 +- .../domain/triggers/QTimeTrigger.html | 10 +- .../workflow/domain/triggers/QTrigger.html | 10 +- .../domain/triggers/QUserTrigger.html | 10 +- .../workflow/domain/triggers/TimeTrigger.html | 18 +- .../domain/triggers/Trigger.Type.html | 10 +- .../workflow/domain/triggers/Trigger.html | 18 +- .../workflow/domain/triggers/UserTrigger.html | 18 +- .../triggers/class-use/AutoTrigger.html | 10 +- .../triggers/class-use/DateTimeTrigger.html | 10 +- .../triggers/class-use/DelayTimeTrigger.html | 10 +- .../triggers/class-use/MessageTrigger.html | 10 +- .../triggers/class-use/QAutoTrigger.html | 10 +- .../triggers/class-use/QDateTimeTrigger.html | 10 +- .../triggers/class-use/QDelayTimeTrigger.html | 10 +- .../triggers/class-use/QMessageTrigger.html | 10 +- .../triggers/class-use/QTimeTrigger.html | 10 +- .../domain/triggers/class-use/QTrigger.html | 10 +- .../triggers/class-use/QUserTrigger.html | 10 +- .../triggers/class-use/TimeTrigger.html | 10 +- .../triggers/class-use/Trigger.Type.html | 10 +- .../domain/triggers/class-use/Trigger.html | 10 +- .../triggers/class-use/UserTrigger.html | 10 +- .../domain/triggers/package-summary.html | 10 +- .../domain/triggers/package-tree.html | 12 +- .../workflow/domain/triggers/package-use.html | 10 +- .../service/AbstractAuthorizationService.html | 10 +- .../workflow/service/CaseEventHandler.html | 10 +- .../workflow/service/CaseSearchService.html | 48 +- .../service/ConfigurableMenuService.html | 82 +- .../engine/workflow/service/DataService.html | 495 +- .../DataValidationExpressionEvaluator.html | 10 +- .../engine/workflow/service/EventService.html | 100 +- .../service/FieldActionsCacheService.html | 10 +- .../service/FileFieldInputStream.html | 10 +- .../service/FilterAuthorizationService.html | 10 +- .../service/FilterImportExportService.html | 10 +- .../workflow/service/FilterSearchService.html | 10 +- .../workflow/service/FilterService.html | 10 +- .../service/IllegalQueryException.html | 10 +- .../service/InitValueExpressionEvaluator.html | 70 +- .../service/MenuImportExportService.html | 10 +- .../workflow/service/MongoSearchService.html | 168 +- .../service/TaskAuthorizationService.html | 10 +- .../workflow/service/TaskEventHandler.html | 10 +- .../workflow/service/TaskSearchService.html | 54 +- .../engine/workflow/service/TaskService.html | 425 +- .../service/UserFilterSearchService.html | 10 +- .../service/WorkflowAuthorizationService.html | 10 +- .../workflow/service/WorkflowService.html | 248 +- .../AbstractAuthorizationService.html | 10 +- .../service/class-use/CaseEventHandler.html | 10 +- .../service/class-use/CaseSearchService.html | 10 +- .../class-use/ConfigurableMenuService.html | 10 +- .../service/class-use/DataService.html | 10 +- .../DataValidationExpressionEvaluator.html | 10 +- .../service/class-use/EventService.html | 10 +- .../class-use/FieldActionsCacheService.html | 10 +- .../class-use/FileFieldInputStream.html | 84 +- .../class-use/FilterAuthorizationService.html | 10 +- .../class-use/FilterImportExportService.html | 10 +- .../class-use/FilterSearchService.html | 10 +- .../service/class-use/FilterService.html | 10 +- .../class-use/IllegalQueryException.html | 10 +- .../InitValueExpressionEvaluator.html | 10 +- .../class-use/MenuImportExportService.html | 10 +- .../service/class-use/MongoSearchService.html | 10 +- .../class-use/TaskAuthorizationService.html | 10 +- .../service/class-use/TaskEventHandler.html | 10 +- .../service/class-use/TaskSearchService.html | 10 +- .../service/class-use/TaskService.html | 10 +- .../class-use/UserFilterSearchService.html | 10 +- .../WorkflowAuthorizationService.html | 10 +- .../service/class-use/WorkflowService.html | 10 +- .../interfaces/IConfigurableMenuService.html | 16 +- .../service/interfaces/IDataService.html | 409 +- .../IDataValidationExpressionEvaluator.html | 10 +- .../service/interfaces/IEventService.html | 86 +- .../interfaces/IFieldActionsCacheService.html | 10 +- .../IFilterAuthorizationService.html | 10 +- .../IFilterImportExportService.html | 10 +- .../service/interfaces/IFilterService.html | 10 +- .../IInitValueExpressionEvaluator.html | 60 +- .../interfaces/IMenuImportExportService.html | 10 +- .../interfaces/ITaskAuthorizationService.html | 10 +- .../service/interfaces/ITaskService.html | 369 +- .../interfaces/IUserFilterSearchService.html | 10 +- .../IWorkflowAuthorizationService.html | 10 +- .../service/interfaces/IWorkflowService.html | 182 +- .../class-use/IConfigurableMenuService.html | 10 +- .../interfaces/class-use/IDataService.html | 10 +- .../IDataValidationExpressionEvaluator.html | 10 +- .../interfaces/class-use/IEventService.html | 10 +- .../class-use/IFieldActionsCacheService.html | 10 +- .../IFilterAuthorizationService.html | 10 +- .../class-use/IFilterImportExportService.html | 10 +- .../interfaces/class-use/IFilterService.html | 10 +- .../IInitValueExpressionEvaluator.html | 13 +- .../class-use/IMenuImportExportService.html | 10 +- .../class-use/ITaskAuthorizationService.html | 10 +- .../interfaces/class-use/ITaskService.html | 10 +- .../class-use/IUserFilterSearchService.html | 10 +- .../IWorkflowAuthorizationService.html | 10 +- .../class-use/IWorkflowService.html | 25 +- .../service/interfaces/package-summary.html | 10 +- .../service/interfaces/package-tree.html | 10 +- .../service/interfaces/package-use.html | 10 +- .../workflow/service/package-summary.html | 10 +- .../engine/workflow/service/package-tree.html | 10 +- .../engine/workflow/service/package-use.html | 10 +- .../workflow/web/AbstractTaskController.html | 30 +- .../web/ElasticCaseResourceAssembler.html | 10 +- .../engine/workflow/web/FilterController.html | 10 +- .../workflow/web/PublicTaskController.html | 115 +- .../web/PublicWorkflowController.html | 10 +- .../web/RestResponseExceptionHandler.html | 10 +- .../engine/workflow/web/TaskController.html | 121 +- .../workflow/web/TaskControllerAdvice.html | 10 +- .../workflow/web/WorkflowController.html | 20 +- .../web/class-use/AbstractTaskController.html | 10 +- .../ElasticCaseResourceAssembler.html | 10 +- .../web/class-use/FilterController.html | 10 +- .../web/class-use/PublicTaskController.html | 10 +- .../class-use/PublicWorkflowController.html | 10 +- .../RestResponseExceptionHandler.html | 10 +- .../web/class-use/TaskController.html | 10 +- .../web/class-use/TaskControllerAdvice.html | 10 +- .../web/class-use/WorkflowController.html | 10 +- .../engine/workflow/web/package-summary.html | 10 +- .../engine/workflow/web/package-tree.html | 10 +- .../engine/workflow/web/package-use.html | 10 +- .../web/requestbodies/CreateCaseBody.html | 10 +- .../web/requestbodies/CreateFilterBody.html | 10 +- .../web/requestbodies/ModifyDataBody.html | 10 +- .../web/requestbodies/SearchPetriNet.html | 10 +- .../web/requestbodies/TaskSearchRequest.html | 51 +- .../class-use/CreateCaseBody.html | 10 +- .../class-use/CreateFilterBody.html | 10 +- .../class-use/ModifyDataBody.html | 10 +- .../class-use/SearchPetriNet.html | 10 +- .../class-use/TaskSearchRequest.html | 10 +- .../requestbodies/file/FileFieldRequest.html | 270 + .../file/class-use/FileFieldRequest.html | 263 + .../requestbodies/file/package-summary.html | 168 + .../web/requestbodies/file/package-tree.html | 165 + .../web/requestbodies/file/package-use.html | 185 + .../web/requestbodies/package-summary.html | 10 +- .../web/requestbodies/package-tree.html | 12 +- .../web/requestbodies/package-use.html | 10 +- .../SingleTaskSearchRequestAsList.html | 10 +- .../SingleTaskSearchRequestAsList.html | 10 +- .../singleaslist/package-summary.html | 10 +- .../singleaslist/package-tree.html | 10 +- .../singleaslist/package-use.html | 10 +- .../requestbodies/taskSearch/PetriNet.html | 10 +- .../taskSearch/TaskSearchCaseRequest.html | 21 +- .../taskSearch/class-use/PetriNet.html | 10 +- .../class-use/TaskSearchCaseRequest.html | 10 +- .../taskSearch/package-summary.html | 10 +- .../taskSearch/package-tree.html | 12 +- .../requestbodies/taskSearch/package-use.html | 10 +- .../web/responsebodies/CaseFieldResponse.html | 10 +- .../web/responsebodies/CaseResource.html | 10 +- .../responsebodies/CaseResourceAssembler.html | 10 +- .../web/responsebodies/CountResponse.html | 10 +- .../responsebodies/DataFieldReference.html | 10 +- .../responsebodies/DataFieldsResource.html | 69 +- .../web/responsebodies/DataGroup.html | 10 +- .../responsebodies/DataGroupsResource.html | 10 +- .../responsebodies/ElasticCaseResource.html | 10 +- .../ElasticTaskResourceAssembler.html | 10 +- .../workflow/web/responsebodies/Filter.html | 10 +- .../FilterResourceAssembler.html | 10 +- .../responsebodies/LocalisedBooleanField.html | 18 +- .../responsebodies/LocalisedCaseField.html | 18 +- .../responsebodies/LocalisedChoiceField.html | 18 +- .../responsebodies/LocalisedDateField.html | 18 +- .../LocalisedDateTimeField.html | 18 +- .../LocalisedEnumerationField.html | 18 +- .../LocalisedEnumerationMapField.html | 18 +- .../web/responsebodies/LocalisedField.html | 21 +- .../responsebodies/LocalisedFieldFactory.html | 10 +- .../LocalisedFileListField.html | 18 +- .../responsebodies/LocalisedFilterField.html | 18 +- .../LocalisedFilterResource.html | 10 +- .../responsebodies/LocalisedI18nField.html | 18 +- .../LocalisedI18nStringField.html | 18 +- .../LocalisedMapOptionsField.html | 18 +- .../LocalisedMultichoiceField.html | 18 +- .../LocalisedMultichoiceMapField.html | 18 +- .../responsebodies/LocalisedNumberField.html | 18 +- .../responsebodies/LocalisedTaskResource.html | 10 +- .../responsebodies/LocalisedTextField.html | 18 +- .../responsebodies/LocalisedUserField.html | 18 +- .../LocalisedUserListField.html | 18 +- .../web/responsebodies/MessageResource.html | 10 +- .../responsebodies/QDataFieldsResource.html | 10 +- .../responsebodies/ResourceLinkAssembler.html | 10 +- .../web/responsebodies/ResponseMessage.html | 10 +- .../workflow/web/responsebodies/Task.html | 10 +- .../web/responsebodies/TaskReference.html | 10 +- .../responsebodies/TaskResourceAssembler.html | 10 +- .../class-use/CaseFieldResponse.html | 10 +- .../class-use/CaseResource.html | 10 +- .../class-use/CaseResourceAssembler.html | 10 +- .../class-use/CountResponse.html | 10 +- .../class-use/DataFieldReference.html | 10 +- .../class-use/DataFieldsResource.html | 10 +- .../responsebodies/class-use/DataGroup.html | 10 +- .../class-use/DataGroupsResource.html | 10 +- .../class-use/ElasticCaseResource.html | 10 +- .../ElasticTaskResourceAssembler.html | 10 +- .../web/responsebodies/class-use/Filter.html | 10 +- .../class-use/FilterResourceAssembler.html | 10 +- .../class-use/LocalisedBooleanField.html | 10 +- .../class-use/LocalisedCaseField.html | 10 +- .../class-use/LocalisedChoiceField.html | 10 +- .../class-use/LocalisedDateField.html | 10 +- .../class-use/LocalisedDateTimeField.html | 10 +- .../class-use/LocalisedEnumerationField.html | 10 +- .../LocalisedEnumerationMapField.html | 10 +- .../class-use/LocalisedField.html | 25 +- .../class-use/LocalisedFieldFactory.html | 10 +- .../class-use/LocalisedFileListField.html | 10 +- .../class-use/LocalisedFilterField.html | 10 +- .../class-use/LocalisedFilterResource.html | 10 +- .../class-use/LocalisedI18nField.html | 10 +- .../class-use/LocalisedI18nStringField.html | 10 +- .../class-use/LocalisedMapOptionsField.html | 10 +- .../class-use/LocalisedMultichoiceField.html | 10 +- .../LocalisedMultichoiceMapField.html | 10 +- .../class-use/LocalisedNumberField.html | 10 +- .../class-use/LocalisedTaskResource.html | 10 +- .../class-use/LocalisedTextField.html | 10 +- .../class-use/LocalisedUserField.html | 10 +- .../class-use/LocalisedUserListField.html | 10 +- .../class-use/MessageResource.html | 10 +- .../class-use/QDataFieldsResource.html | 10 +- .../class-use/ResourceLinkAssembler.html | 10 +- .../class-use/ResponseMessage.html | 10 +- .../web/responsebodies/class-use/Task.html | 10 +- .../class-use/TaskReference.html | 10 +- .../class-use/TaskResourceAssembler.html | 10 +- .../LocalisedAssignTaskEventOutcome.html | 10 +- .../LocalisedCancelTaskEventOutcome.html | 10 +- .../LocalisedCreateCaseEventOutcome.html | 10 +- .../LocalisedDelegateTaskEventOutcome.html | 10 +- .../LocalisedDeleteCaseEventOutcome.html | 10 +- .../LocalisedFinishTaskEventOutcome.html | 10 +- .../LocalisedGetDataEventOutcome.html | 10 +- .../LocalisedGetDataGroupsEventOutcome.html | 10 +- .../LocalisedImportPetriNetEventOutcome.html | 10 +- .../LocalisedSetDataEventOutcome.html | 10 +- .../base/LocalisedCaseEventOutcome.html | 10 +- .../base/LocalisedEventOutcome.html | 10 +- .../base/LocalisedPetriNetEventOutcome.html | 10 +- .../base/LocalisedTaskEventOutcome.html | 10 +- .../class-use/LocalisedCaseEventOutcome.html | 10 +- .../base/class-use/LocalisedEventOutcome.html | 10 +- .../LocalisedPetriNetEventOutcome.html | 10 +- .../class-use/LocalisedTaskEventOutcome.html | 10 +- .../eventoutcomes/base/package-summary.html | 10 +- .../eventoutcomes/base/package-tree.html | 10 +- .../eventoutcomes/base/package-use.html | 10 +- .../LocalisedAssignTaskEventOutcome.html | 10 +- .../LocalisedCancelTaskEventOutcome.html | 10 +- .../LocalisedCreateCaseEventOutcome.html | 10 +- .../LocalisedDelegateTaskEventOutcome.html | 10 +- .../LocalisedDeleteCaseEventOutcome.html | 10 +- .../LocalisedFinishTaskEventOutcome.html | 10 +- .../LocalisedGetDataEventOutcome.html | 10 +- .../LocalisedGetDataGroupsEventOutcome.html | 10 +- .../LocalisedImportPetriNetEventOutcome.html | 10 +- .../LocalisedSetDataEventOutcome.html | 10 +- .../eventoutcomes/package-summary.html | 10 +- .../eventoutcomes/package-tree.html | 10 +- .../eventoutcomes/package-use.html | 10 +- .../web/responsebodies/package-summary.html | 10 +- .../web/responsebodies/package-tree.html | 14 +- .../web/responsebodies/package-use.html | 10 +- docs/javadoc/constant-values.html | 178 +- docs/javadoc/deprecated-list.html | 42 +- docs/javadoc/element-list | 9 + docs/javadoc/help-doc.html | 10 +- docs/javadoc/index-all.html | 1916 ++++- docs/javadoc/index.html | 286 +- docs/javadoc/jquery/jquery-3.7.1.min.js | 2 + docs/javadoc/legal/jquery.md | 50 +- docs/javadoc/member-search-index.js | 2 +- docs/javadoc/org/bson/types/QObjectId.html | 10 +- .../org/bson/types/class-use/QObjectId.html | 39 +- .../org/bson/types/package-summary.html | 10 +- docs/javadoc/org/bson/types/package-tree.html | 10 +- docs/javadoc/org/bson/types/package-use.html | 10 +- .../hateoas/QCollectionModel.html | 10 +- .../hateoas/QRepresentationModel.html | 10 +- .../hateoas/class-use/QCollectionModel.html | 10 +- .../class-use/QRepresentationModel.html | 10 +- .../hateoas/package-summary.html | 10 +- .../springframework/hateoas/package-tree.html | 10 +- .../springframework/hateoas/package-use.html | 10 +- docs/javadoc/overview-summary.html | 4 +- docs/javadoc/overview-tree.html | 145 +- docs/javadoc/package-search-index.js | 2 +- docs/javadoc/serialized-form.html | 7436 ++++++++++++----- docs/javadoc/type-search-index.js | 2 +- 2486 files changed, 69099 insertions(+), 19782 deletions(-) create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticPetriNet.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticPetriNetRepository.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticPetriNet.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticPetriNetRepository.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticPetriNetMappingService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticPetriNetService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticPetriNetMappingService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticPetriNetService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticPetriNetMappingService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticPetriNetService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticPetriNetMappingService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticPetriNetService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/IStorageResolverService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/StorageResolverService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/class-use/IStorageResolverService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/class-use/StorageResolverService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/interfaces/IStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/interfaces/class-use/IStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/interfaces/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/interfaces/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/interfaces/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/local/LocalStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/local/class-use/LocalStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/local/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/local/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/local/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/MinIoHostInfo.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/MinIoProperties.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/MinIoStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoHostInfo.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoProperties.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoStorageService.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/minio/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/BadRequestException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/ServiceErrorException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/StorageException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotEnabledException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotFoundException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/BadRequestException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/ServiceErrorException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotEnabledException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotFoundException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/files/throwable/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/Argument.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/Arguments.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/Storage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Argument.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Arguments.html create mode 100644 docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Storage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/I18nStringDeserializer.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/PetriNetSearch.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/QUriNode.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/I18nStringDeserializer.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/PetriNetSearch.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/QUriNode.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/MinIoStorage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStorage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStorageField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStringCollectionField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/Storage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StorageField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StringCollectionField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/MinIoStorage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStorage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStorageField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStringCollectionField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/Storage.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StorageField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StringCollectionField.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/StorageFactory.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/class-use/StorageFactory.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/FrontAction.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/FrontendActionOutcome.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/class-use/FrontendActionOutcome.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/class-use/FrontAction.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/service/PetriNetEventHandler.html create mode 100644 docs/javadoc/com/netgrif/application/engine/petrinet/service/class-use/PetriNetEventHandler.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/ExternalResource.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/ExternalResourceLoader.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResource.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResourceLoader.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/domain/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/service/ExternalResourceLoaderProcessor.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/service/class-use/ExternalResourceLoaderProcessor.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/service/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/service/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/resource/service/package-use.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/TaskNotFoundException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/class-use/TaskNotFoundException.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuItemBody.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuItemConstants.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuItemBody.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuItemConstants.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/FileFieldRequest.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/class-use/FileFieldRequest.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-summary.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-tree.html create mode 100644 docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-use.html create mode 100644 docs/javadoc/jquery/jquery-3.7.1.min.js diff --git a/docs/javadoc/allclasses-index.html b/docs/javadoc/allclasses-index.html index 684be1c20bc..2496d7ddb34 100644 --- a/docs/javadoc/allclasses-index.html +++ b/docs/javadoc/allclasses-index.html @@ -2,10 +2,10 @@ - -All Classes (NETGRIF Application Engine 6.3.3 API) + +All Classes (NETGRIF Application Engine 6.4.0 API) - + @@ -15,20 +15,20 @@ - + + @@ -57,6 +57,8 @@

All Classes

  • ArcImportReference
  • ArcOrderComparator
  • ArcType
  • +
  • Argument
  • +
  • Arguments
  • AssignedUser
  • AssignPolicy
  • AssignPolicy
  • @@ -77,6 +79,7 @@

    All Classes

  • AuthorizationType
  • AutoTrigger
  • AutowiringSpringBeanJobFactory
  • +
  • BadRequestException
  • BaseEvent
  • BaseEvent
  • BeatingAttributesException
  • @@ -217,6 +220,10 @@

    All Classes

  • ElasticController
  • ElasticIndexService
  • ElasticJob
  • +
  • ElasticPetriNet
  • +
  • ElasticPetriNetMappingService
  • +
  • ElasticPetriNetRepository
  • +
  • ElasticPetriNetService
  • ElasticQueryConstants
  • ElasticsearchConfiguration
  • ElasticsearchProperties
  • @@ -265,6 +272,9 @@

    All Classes

  • ExportService
  • Expression
  • Expression
  • +
  • ExternalResource
  • +
  • ExternalResourceLoader
  • +
  • ExternalResourceLoaderProcessor
  • Fact
  • FactRepository
  • FaviconConfiguration
  • @@ -285,6 +295,7 @@

    All Classes

  • FileField
  • FileFieldDataType
  • FileFieldInputStream
  • +
  • FileFieldRequest
  • FileFieldValue
  • FileGenerateReflection
  • FileListField
  • @@ -318,6 +329,8 @@

    All Classes

  • Format
  • FormatFactory
  • FormLayout
  • +
  • FrontAction
  • +
  • FrontendActionOutcome
  • FullPageRequest
  • Function
  • Function
  • @@ -349,6 +362,7 @@

    All Classes

  • I18nField
  • I18nFieldValidation
  • I18nString
  • +
  • I18nStringDeserializer
  • I18NStringType
  • I18NStringTypeWithExpression
  • IActionValidator
  • @@ -369,6 +383,8 @@

    All Classes

  • IElasticCasePrioritySearch
  • IElasticCaseService
  • IElasticIndexService
  • +
  • IElasticPetriNetMappingService
  • +
  • IElasticPetriNetService
  • IElasticTaskMappingService
  • IElasticTaskService
  • IEncryptionService
  • @@ -448,6 +464,8 @@

    All Classes

  • IRuleEvaluationScheduleService
  • ISecurityContextService
  • ISessionManagerService
  • +
  • IStorageResolverService
  • +
  • IStorageService
  • ITaskAuthorizationService
  • ITaskService
  • ITransitionValidator
  • @@ -526,6 +544,7 @@

    All Classes

  • LocalisedUserField
  • LocalisedUserListField
  • LocalizedValidation
  • +
  • LocalStorageService
  • LoggedUser
  • Logic
  • LogicNotApplicableException
  • @@ -549,6 +568,8 @@

    All Classes

  • MenuEntry
  • MenuEntryRole
  • MenuImportExportService
  • +
  • MenuItemBody
  • +
  • MenuItemConstants
  • MenuList
  • MergeFilterOperation
  • MessageLogoutResponse
  • @@ -557,6 +578,10 @@

    All Classes

  • Migration
  • MigrationOrderedCommandLineRunner
  • MigrationRepository
  • +
  • MinIoHostInfo
  • +
  • MinIoProperties
  • +
  • MinIoStorage
  • +
  • MinIoStorageService
  • MissingIconKeyException
  • MissingPetriNetMetaDataException
  • ModifyDataBody
  • @@ -617,6 +642,7 @@

    All Classes

  • PetriNetController
  • PetriNetControllerAdvice
  • PetriNetCriteria
  • +
  • PetriNetEventHandler
  • PetriNetEventLog
  • PetriNetEventOutcome
  • PetriNetFact
  • @@ -630,6 +656,7 @@

    All Classes

  • PetriNetReferenceWithMessageResource
  • PetriNetRepository
  • PetriNetRuleEvaluationJob
  • +
  • PetriNetSearch
  • PetriNetService
  • Place
  • Place
  • @@ -774,7 +801,10 @@

    All Classes

  • QrService
  • QRuleEvaluation
  • QScheduledRuleFact
  • +
  • QStorage
  • +
  • QStorageField
  • QStoredRule
  • +
  • QStringCollectionField
  • QTask
  • QTaskEventLog
  • QTaskField
  • @@ -789,6 +819,7 @@

    All Classes

  • QTrigger
  • QuartzConfiguration
  • QuartzSchedulerRunner
  • +
  • QUriNode
  • QUser
  • QUserEventLog
  • QUserField
  • @@ -845,6 +876,7 @@

    All Classes

  • SelectionFieldBuilder
  • SelectionFieldRenderer
  • ServerAuthProperties
  • +
  • ServiceErrorException
  • SessionConfiguration
  • SessionConfigurationStaticEnabled
  • SessionImpl
  • @@ -860,8 +892,17 @@

    All Classes

  • SingleItemAsList
  • SingleItemAsListDeserializer
  • SingleTaskSearchRequestAsList
  • +
  • Storage
  • +
  • Storage
  • +
  • StorageException
  • +
  • StorageFactory
  • +
  • StorageField
  • +
  • StorageNotEnabledException
  • +
  • StorageNotFoundException
  • +
  • StorageResolverService
  • StorageRunner
  • StoredRule
  • +
  • StringCollectionField
  • StringToDataSetConverter
  • StringToMapConverter
  • StringToVersionConverter
  • @@ -882,6 +923,7 @@

    All Classes

  • TaskExecutionConfiguration
  • TaskField
  • TaskLayout
  • +
  • TaskNotFoundException
  • TaskPair
  • TaskReference
  • TaskRepository
  • diff --git a/docs/javadoc/allpackages-index.html b/docs/javadoc/allpackages-index.html index bf578b65cf3..f6629cd3abf 100644 --- a/docs/javadoc/allpackages-index.html +++ b/docs/javadoc/allpackages-index.html @@ -2,10 +2,10 @@ - -All Packages (NETGRIF Application Engine 6.3.3 API) + +All Packages (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -93,7 +99,7 @@
  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • @@ -127,8 +133,8 @@

    Class ElasticsearchPrope @@ -258,7 +311,7 @@

    ElasticsearchProperties

  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • diff --git a/docs/javadoc/com/netgrif/application/engine/configuration/properties/ExecutorProperties.html b/docs/javadoc/com/netgrif/application/engine/configuration/properties/ExecutorProperties.html index 8da4edd9250..c4f2bf0ca3c 100644 --- a/docs/javadoc/com/netgrif/application/engine/configuration/properties/ExecutorProperties.html +++ b/docs/javadoc/com/netgrif/application/engine/configuration/properties/ExecutorProperties.html @@ -2,10 +2,10 @@ - -ExecutorProperties (NETGRIF Application Engine 6.3.3 API) + +ExecutorProperties (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ElasticPetriNet

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.elastic.domain.ElasticPetriNet
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class ElasticPetriNet
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        voidupdate​(ElasticPetriNet net) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ElasticPetriNet

          +
          public ElasticPetriNet​(PetriNet net)
          +
        • +
        +
      • +
      +
      + +
      + +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticPetriNetRepository.html b/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticPetriNetRepository.html new file mode 100644 index 00000000000..70459f13f2c --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticPetriNetRepository.html @@ -0,0 +1,307 @@ + + + + + +ElasticPetriNetRepository (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface ElasticPetriNetRepository

    +
    +
    +
    +
      +
    • +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.CrudRepository<ElasticPetriNet,​java.lang.String>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ElasticPetriNet,​java.lang.String>, org.springframework.data.repository.PagingAndSortingRepository<ElasticPetriNet,​java.lang.String>, org.springframework.data.repository.Repository<ElasticPetriNet,​java.lang.String>
      +
      +
      +
      @Repository
      +public interface ElasticPetriNetRepository
      +extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ElasticPetriNet,​java.lang.String>
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethodDescription
        voiddeleteAllByStringId​(java.lang.String id) 
        java.util.List<ElasticPetriNet>findAllByUriNodeId​(java.lang.String uriNodeId) 
        ElasticPetriNetfindByStringId​(java.lang.String stringId) 
        +
          +
        • + + +

          Methods inherited from interface org.springframework.data.repository.CrudRepository

          +count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
        • +
        +
          +
        • + + +

          Methods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository

          +searchSimilar
        • +
        +
          +
        • + + +

          Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

          +findAll, findAll
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          findByStringId

          +
          ElasticPetriNet findByStringId​(java.lang.String stringId)
          +
        • +
        + + + +
          +
        • +

          findAllByUriNodeId

          +
          java.util.List<ElasticPetriNet> findAllByUriNodeId​(java.lang.String uriNodeId)
          +
        • +
        + + + +
          +
        • +

          deleteAllByStringId

          +
          void deleteAllByStringId​(java.lang.String id)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticQueryConstants.html b/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticQueryConstants.html index e1e6848f793..b38263e8588 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticQueryConstants.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/domain/ElasticQueryConstants.html @@ -2,10 +2,10 @@ - -ElasticQueryConstants (NETGRIF Application Engine 6.3.3 API) + +ElasticQueryConstants (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.elastic.domain.ElasticPetriNet

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticPetriNetRepository.html b/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticPetriNetRepository.html new file mode 100644 index 00000000000..e4b145f26a5 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticPetriNetRepository.html @@ -0,0 +1,193 @@ + + + + + +Uses of Interface com.netgrif.application.engine.elastic.domain.ElasticPetriNetRepository (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    com.netgrif.application.engine.elastic.domain.ElasticPetriNetRepository

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticQueryConstants.html b/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticQueryConstants.html index 1e0334e351b..f9db114bc1b 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticQueryConstants.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/domain/class-use/ElasticQueryConstants.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.elastic.domain.ElasticQueryConstants (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.elastic.domain.ElasticQueryConstants (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ElasticPetriNetMappingService

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.elastic.service.ElasticPetriNetMappingService
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticPetriNetService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticPetriNetService.html new file mode 100644 index 00000000000..04bd14bfe3b --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticPetriNetService.html @@ -0,0 +1,408 @@ + + + + + +ElasticPetriNetService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ElasticPetriNetService

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.elastic.service.ElasticPetriNetService
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticTaskMappingService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticTaskMappingService.html index 252deef6cf5..2625a03ef59 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticTaskMappingService.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/ElasticTaskMappingService.html @@ -2,10 +2,10 @@ - -ElasticTaskMappingService (NETGRIF Application Engine 6.3.3 API) + +ElasticTaskMappingService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.elastic.service.ElasticPetriNetMappingService

    +
    +
    No usage of com.netgrif.application.engine.elastic.service.ElasticPetriNetMappingService
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticPetriNetService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticPetriNetService.html new file mode 100644 index 00000000000..c87a2bd8db8 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticPetriNetService.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.elastic.service.ElasticPetriNetService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.elastic.service.ElasticPetriNetService

    +
    +
    No usage of com.netgrif.application.engine.elastic.service.ElasticPetriNetService
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticTaskMappingService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticTaskMappingService.html index 7ba879707f1..90a27b0faa6 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticTaskMappingService.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/class-use/ElasticTaskMappingService.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.elastic.service.ElasticTaskMappingService (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.elastic.service.ElasticTaskMappingService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface IElasticPetriNetMappingService

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticPetriNetService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticPetriNetService.html new file mode 100644 index 00000000000..47d9d053e3f --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticPetriNetService.html @@ -0,0 +1,313 @@ + + + + + +IElasticPetriNetService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface IElasticPetriNetService

    +
    +
    +
    +
      +
    • +
      +
      All Known Implementing Classes:
      +
      ElasticPetriNetService
      +
      +
      +
      public interface IElasticPetriNetService
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + + + + + + + + + +
          +
        • +

          remove

          +
          void remove​(java.lang.String id)
          +
        • +
        + + + +
          +
        • +

          findUriNodeId

          +
          java.lang.String findUriNodeId​(PetriNet net)
          +
        • +
        + + + +
          +
        • +

          findAllByUriNodeId

          +
          java.util.List<PetriNet> findAllByUriNodeId​(java.lang.String uriNodeId)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticTaskMappingService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticTaskMappingService.html index 1f42d58ded1..9454800f024 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticTaskMappingService.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/IElasticTaskMappingService.html @@ -2,10 +2,10 @@ - -IElasticTaskMappingService (NETGRIF Application Engine 6.3.3 API) + +IElasticTaskMappingService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    com.netgrif.application.engine.elastic.service.interfaces.IElasticPetriNetMappingService

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticPetriNetService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticPetriNetService.html new file mode 100644 index 00000000000..af6c1aa8493 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticPetriNetService.html @@ -0,0 +1,220 @@ + + + + + +Uses of Interface com.netgrif.application.engine.elastic.service.interfaces.IElasticPetriNetService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    com.netgrif.application.engine.elastic.service.interfaces.IElasticPetriNetService

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticTaskMappingService.html b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticTaskMappingService.html index 966e706c433..9a6a8010746 100644 --- a/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticTaskMappingService.html +++ b/docs/javadoc/com/netgrif/application/engine/elastic/service/interfaces/class-use/IElasticTaskMappingService.html @@ -2,10 +2,10 @@ - -Uses of Interface com.netgrif.application.engine.elastic.service.interfaces.IElasticTaskMappingService (NETGRIF Application Engine 6.3.3 API) + +Uses of Interface com.netgrif.application.engine.elastic.service.interfaces.IElasticTaskMappingService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface IStorageResolverService

    +
    +
    +
    +
      +
    • +
      +
      All Known Implementing Classes:
      +
      StorageResolverService
      +
      +
      +
      public interface IStorageResolverService
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + + + + + +
          +
        • +

          availableStorageTypes

          +
          java.util.Set<java.lang.String> availableStorageTypes()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/StorageResolverService.html b/docs/javadoc/com/netgrif/application/engine/files/StorageResolverService.html new file mode 100644 index 00000000000..3b15b0128a0 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/StorageResolverService.html @@ -0,0 +1,336 @@ + + + + + +StorageResolverService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StorageResolverService

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.files.StorageResolverService
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/class-use/IStorageResolverService.html b/docs/javadoc/com/netgrif/application/engine/files/class-use/IStorageResolverService.html new file mode 100644 index 00000000000..948a6d0f4ff --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/class-use/IStorageResolverService.html @@ -0,0 +1,248 @@ + + + + + +Uses of Interface com.netgrif.application.engine.files.IStorageResolverService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    com.netgrif.application.engine.files.IStorageResolverService

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/class-use/StorageResolverService.html b/docs/javadoc/com/netgrif/application/engine/files/class-use/StorageResolverService.html new file mode 100644 index 00000000000..c1851d32ff9 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/class-use/StorageResolverService.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.StorageResolverService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.StorageResolverService

    +
    +
    No usage of com.netgrif.application.engine.files.StorageResolverService
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/interfaces/IStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/interfaces/IStorageService.html new file mode 100644 index 00000000000..382102949b2 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/interfaces/IStorageService.html @@ -0,0 +1,398 @@ + + + + + +IStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface IStorageService

    +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethodDescription
        StoragecreateStorage​(Data data) 
        voiddelete​(StorageField<?> field, + java.lang.String path) 
        java.io.InputStreamget​(StorageField<?> field, + java.lang.String path) 
        java.lang.StringgetPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetPreviewPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetType() 
        booleansave​(StorageField<?> field, + java.lang.String path, + java.io.InputStream stream) 
        booleansave​(StorageField<?> field, + java.lang.String path, + org.springframework.web.multipart.MultipartFile file) 
        +
      • +
      +
      +
    • +
    +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/interfaces/class-use/IStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/interfaces/class-use/IStorageService.html new file mode 100644 index 00000000000..9bda38ea8cf --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/interfaces/class-use/IStorageService.html @@ -0,0 +1,251 @@ + + + + + +Uses of Interface com.netgrif.application.engine.files.interfaces.IStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    com.netgrif.application.engine.files.interfaces.IStorageService

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-summary.html b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-summary.html new file mode 100644 index 00000000000..5fe64119c9b --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-summary.html @@ -0,0 +1,168 @@ + + + + + +com.netgrif.application.engine.files.interfaces (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.files.interfaces

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Interface Summary 
      InterfaceDescription
      IStorageService 
      +
    • +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-tree.html b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-tree.html new file mode 100644 index 00000000000..b3835e11817 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-tree.html @@ -0,0 +1,161 @@ + + + + + +com.netgrif.application.engine.files.interfaces Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.files.interfaces

    +Package Hierarchies: + +
    +
    +
    +

    Interface Hierarchy

    + +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-use.html b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-use.html new file mode 100644 index 00000000000..22e3ae5acb1 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/interfaces/package-use.html @@ -0,0 +1,227 @@ + + + + + +Uses of Package com.netgrif.application.engine.files.interfaces (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.files.interfaces

    +
    + +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/local/LocalStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/local/LocalStorageService.html new file mode 100644 index 00000000000..d7d3bfa2fda --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/local/LocalStorageService.html @@ -0,0 +1,541 @@ + + + + + +LocalStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class LocalStorageService

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.files.local.LocalStorageService
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      IStorageService
      +
      +
      +
      @Service
      +public class LocalStorageService
      +extends java.lang.Object
      +implements IStorageService
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        static java.lang.StringLOCAL_TYPE 
        +
      • +
      +
      + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        StoragecreateStorage​(Data data) 
        voiddelete​(StorageField<?> field, + java.lang.String path) 
        java.io.InputStreamget​(StorageField<?> field, + java.lang.String path) 
        java.lang.StringgetPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetPreviewPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetType() 
        booleansave​(StorageField<?> field, + java.lang.String path, + java.io.InputStream stream) 
        booleansave​(StorageField<?> field, + java.lang.String path, + org.springframework.web.multipart.MultipartFile file) 
        voidsetFileStorageConfiguration​(FileStorageConfiguration fileStorageConfiguration) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/local/class-use/LocalStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/local/class-use/LocalStorageService.html new file mode 100644 index 00000000000..4fedd5abb7b --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/local/class-use/LocalStorageService.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.local.LocalStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.local.LocalStorageService

    +
    +
    No usage of com.netgrif.application.engine.files.local.LocalStorageService
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/local/package-summary.html b/docs/javadoc/com/netgrif/application/engine/files/local/package-summary.html new file mode 100644 index 00000000000..2769fd8326f --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/local/package-summary.html @@ -0,0 +1,168 @@ + + + + + +com.netgrif.application.engine.files.local (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.files.local

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/local/package-tree.html b/docs/javadoc/com/netgrif/application/engine/files/local/package-tree.html new file mode 100644 index 00000000000..bc5312b5313 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/local/package-tree.html @@ -0,0 +1,165 @@ + + + + + +com.netgrif.application.engine.files.local Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.files.local

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    + +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/local/package-use.html b/docs/javadoc/com/netgrif/application/engine/files/local/package-use.html new file mode 100644 index 00000000000..3e10c259a78 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/local/package-use.html @@ -0,0 +1,150 @@ + + + + + +Uses of Package com.netgrif.application.engine.files.local (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.files.local

    +
    +
    No usage of com.netgrif.application.engine.files.local
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoHostInfo.html b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoHostInfo.html new file mode 100644 index 00000000000..78da131bb85 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoHostInfo.html @@ -0,0 +1,270 @@ + + + + + +MinIoHostInfo (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class MinIoHostInfo

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.files.minio.MinIoHostInfo
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class MinIoHostInfo
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        MinIoHostInfo() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MinIoHostInfo

          +
          public MinIoHostInfo()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoProperties.html b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoProperties.html new file mode 100644 index 00000000000..976059c3593 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoProperties.html @@ -0,0 +1,374 @@ + + + + + +MinIoProperties (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class MinIoProperties

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.files.minio.MinIoProperties
      • +
      +
    • +
    +
    +
      +
    • +
      +
      @Component
      +@ConfigurationProperties(prefix="nae.storage.minio")
      +public class MinIoProperties
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        static java.lang.StringDEFAULT_BUCKET 
        static java.lang.StringHOST 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        MinIoProperties() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        MinIoHostInfogetHosts​(java.lang.String host) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MinIoProperties

          +
          public MinIoProperties()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getHosts

          +
          public MinIoHostInfo getHosts​(java.lang.String host)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoStorageService.html new file mode 100644 index 00000000000..d07866ea0a6 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/MinIoStorageService.html @@ -0,0 +1,571 @@ + + + + + +MinIoStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class MinIoStorageService

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.files.minio.MinIoStorageService
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      IStorageService
      +
      +
      +
      @Service
      +@ConditionalOnProperty(value="nae.storage.minio.enabled",
      +                       havingValue="true")
      +public class MinIoStorageService
      +extends java.lang.Object
      +implements IStorageService
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        static java.lang.StringMINIO_TYPE 
        +
      • +
      +
      + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        protected io.minio.MinioClientclient​(java.lang.String host) 
        StoragecreateStorage​(Data data) 
        voiddelete​(StorageField<?> field, + java.lang.String path) 
        java.io.InputStreamget​(StorageField<?> field, + java.lang.String path) 
        static java.lang.StringgetBucketOrDefault​(java.lang.String bucket) 
        java.lang.StringgetPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetPreviewPath​(java.lang.String caseId, + java.lang.String fieldId, + java.lang.String name) 
        java.lang.StringgetType() 
        booleansave​(StorageField<?> field, + java.lang.String path, + java.io.InputStream stream) 
        booleansave​(StorageField<?> field, + java.lang.String path, + org.springframework.web.multipart.MultipartFile file) 
        voidsetProperties​(MinIoProperties properties) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    + +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoHostInfo.html b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoHostInfo.html new file mode 100644 index 00000000000..f919b1054fe --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoHostInfo.html @@ -0,0 +1,194 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.minio.MinIoHostInfo (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.minio.MinIoHostInfo

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoProperties.html b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoProperties.html new file mode 100644 index 00000000000..d83be7ce332 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoProperties.html @@ -0,0 +1,220 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.minio.MinIoProperties (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.minio.MinIoProperties

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoStorageService.html b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoStorageService.html new file mode 100644 index 00000000000..dbdfacf51b7 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/class-use/MinIoStorageService.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.minio.MinIoStorageService (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.minio.MinIoStorageService

    +
    +
    No usage of com.netgrif.application.engine.files.minio.MinIoStorageService
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/package-summary.html b/docs/javadoc/com/netgrif/application/engine/files/minio/package-summary.html new file mode 100644 index 00000000000..212257e29d9 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/package-summary.html @@ -0,0 +1,176 @@ + + + + + +com.netgrif.application.engine.files.minio (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.files.minio

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/package-tree.html b/docs/javadoc/com/netgrif/application/engine/files/minio/package-tree.html new file mode 100644 index 00000000000..31379c9a8dd --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/package-tree.html @@ -0,0 +1,167 @@ + + + + + +com.netgrif.application.engine.files.minio Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.files.minio

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    + +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/minio/package-use.html b/docs/javadoc/com/netgrif/application/engine/files/minio/package-use.html new file mode 100644 index 00000000000..259699d2ddd --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/minio/package-use.html @@ -0,0 +1,210 @@ + + + + + +Uses of Package com.netgrif.application.engine.files.minio (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.files.minio

    +
    + +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/package-summary.html b/docs/javadoc/com/netgrif/application/engine/files/package-summary.html new file mode 100644 index 00000000000..9596c855f0e --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/package-summary.html @@ -0,0 +1,183 @@ + + + + + +com.netgrif.application.engine.files (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.files

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/package-tree.html b/docs/javadoc/com/netgrif/application/engine/files/package-tree.html new file mode 100644 index 00000000000..47bb03aff16 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/package-tree.html @@ -0,0 +1,171 @@ + + + + + +com.netgrif.application.engine.files Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.files

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    + +
    +
    +

    Interface Hierarchy

    + +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/package-use.html b/docs/javadoc/com/netgrif/application/engine/files/package-use.html new file mode 100644 index 00000000000..a3c7e5d6fda --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/package-use.html @@ -0,0 +1,227 @@ + + + + + +Uses of Package com.netgrif.application.engine.files (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.files

    +
    + +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/BadRequestException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/BadRequestException.html new file mode 100644 index 00000000000..a4e81ef9511 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/BadRequestException.html @@ -0,0 +1,315 @@ + + + + + +BadRequestException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class BadRequestException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • java.lang.RuntimeException
          • +
          • +
              +
            • com.netgrif.application.engine.files.throwable.BadRequestException
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class BadRequestException
      +extends java.lang.RuntimeException
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        BadRequestException​(java.lang.String message) 
        BadRequestException​(java.lang.String message, + java.lang.Throwable cause) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          BadRequestException

          +
          public BadRequestException​(java.lang.String message)
          +
        • +
        + + + +
          +
        • +

          BadRequestException

          +
          public BadRequestException​(java.lang.String message,
          +                           java.lang.Throwable cause)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/ServiceErrorException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/ServiceErrorException.html new file mode 100644 index 00000000000..df743efdcd0 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/ServiceErrorException.html @@ -0,0 +1,315 @@ + + + + + +ServiceErrorException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ServiceErrorException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • java.lang.RuntimeException
          • +
          • +
              +
            • com.netgrif.application.engine.files.throwable.ServiceErrorException
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class ServiceErrorException
      +extends java.lang.RuntimeException
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        ServiceErrorException​(java.lang.String message) 
        ServiceErrorException​(java.lang.String message, + java.lang.Throwable cause) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ServiceErrorException

          +
          public ServiceErrorException​(java.lang.String message,
          +                             java.lang.Throwable cause)
          +
        • +
        + + + +
          +
        • +

          ServiceErrorException

          +
          public ServiceErrorException​(java.lang.String message)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageException.html new file mode 100644 index 00000000000..b4aa0c93ce3 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageException.html @@ -0,0 +1,297 @@ + + + + + +StorageException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StorageException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • com.netgrif.application.engine.files.throwable.StorageException
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class StorageException
      +extends java.lang.Exception
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        StorageException​(java.lang.String message, + java.lang.Throwable cause) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StorageException

          +
          public StorageException​(java.lang.String message,
          +                        java.lang.Throwable cause)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotEnabledException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotEnabledException.html new file mode 100644 index 00000000000..fae806ddf23 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotEnabledException.html @@ -0,0 +1,300 @@ + + + + + +StorageNotEnabledException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StorageNotEnabledException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • java.lang.RuntimeException
          • +
          • +
              +
            • com.netgrif.application.engine.files.throwable.StorageNotEnabledException
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class StorageNotEnabledException
      +extends java.lang.RuntimeException
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StorageNotEnabledException

          +
          public StorageNotEnabledException​(java.lang.String message)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotFoundException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotFoundException.html new file mode 100644 index 00000000000..d173753863e --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/StorageNotFoundException.html @@ -0,0 +1,300 @@ + + + + + +StorageNotFoundException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StorageNotFoundException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • java.lang.RuntimeException
          • +
          • +
              +
            • com.netgrif.application.engine.files.throwable.StorageNotFoundException
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class StorageNotFoundException
      +extends java.lang.RuntimeException
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        StorageNotFoundException​(java.lang.String message) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StorageNotFoundException

          +
          public StorageNotFoundException​(java.lang.String message)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/BadRequestException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/BadRequestException.html new file mode 100644 index 00000000000..e3f5c4b5789 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/BadRequestException.html @@ -0,0 +1,249 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.throwable.BadRequestException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.throwable.BadRequestException

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/ServiceErrorException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/ServiceErrorException.html new file mode 100644 index 00000000000..cc1b1195919 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/ServiceErrorException.html @@ -0,0 +1,249 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.throwable.ServiceErrorException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.throwable.ServiceErrorException

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageException.html new file mode 100644 index 00000000000..ace15883238 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageException.html @@ -0,0 +1,345 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.throwable.StorageException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.throwable.StorageException

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotEnabledException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotEnabledException.html new file mode 100644 index 00000000000..aced465ab6a --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotEnabledException.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.throwable.StorageNotEnabledException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.throwable.StorageNotEnabledException

    +
    +
    No usage of com.netgrif.application.engine.files.throwable.StorageNotEnabledException
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotFoundException.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotFoundException.html new file mode 100644 index 00000000000..5a67851a612 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/class-use/StorageNotFoundException.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.files.throwable.StorageNotFoundException (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.files.throwable.StorageNotFoundException

    +
    +
    No usage of com.netgrif.application.engine.files.throwable.StorageNotFoundException
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/package-summary.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-summary.html new file mode 100644 index 00000000000..d9731852ee2 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-summary.html @@ -0,0 +1,184 @@ + + + + + +com.netgrif.application.engine.files.throwable (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.files.throwable

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/package-tree.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-tree.html new file mode 100644 index 00000000000..f83c68d5ef2 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-tree.html @@ -0,0 +1,181 @@ + + + + + +com.netgrif.application.engine.files.throwable Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.files.throwable

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    + +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/files/throwable/package-use.html b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-use.html new file mode 100644 index 00000000000..5aa95c6403c --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/files/throwable/package-use.html @@ -0,0 +1,293 @@ + + + + + +Uses of Package com.netgrif.application.engine.files.throwable (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.files.throwable

    +
    + +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/history/domain/baseevent/EventLog.html b/docs/javadoc/com/netgrif/application/engine/history/domain/baseevent/EventLog.html index 6ab0cc6b4da..362b014187e 100644 --- a/docs/javadoc/com/netgrif/application/engine/history/domain/baseevent/EventLog.html +++ b/docs/javadoc/com/netgrif/application/engine/history/domain/baseevent/EventLog.html @@ -2,10 +2,10 @@ - -EventLog (NETGRIF Application Engine 6.3.3 API) + +EventLog (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.importer.model.Argument
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class Argument
      +extends java.lang.Object
      +

      Java class for argument complex type. + +

      The following schema fragment specifies the expected content contained within this class. + +

      + <complexType name="argument">
      +   <complexContent>
      +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      +       <sequence>
      +         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
      +         <element name="dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
      +         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
      +       </sequence>
      +     </restriction>
      +   </complexContent>
      + </complexType>
      + 
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        protected booleandynamic 
        protected java.lang.Stringkey 
        protected java.lang.Stringvalue 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        Argument() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.StringgetKey() +
        Gets the value of the key property.
        +
        java.lang.StringgetValue() +
        Gets the value of the value property.
        +
        booleanisDynamic() +
        Gets the value of the dynamic property.
        +
        voidsetDynamic​(boolean value) +
        Sets the value of the dynamic property.
        +
        voidsetKey​(java.lang.String value) +
        Sets the value of the key property.
        +
        voidsetValue​(java.lang.String value) +
        Sets the value of the value property.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          key

          +
          protected java.lang.String key
          +
        • +
        + + + +
          +
        • +

          dynamic

          +
          protected boolean dynamic
          +
        • +
        + + + +
          +
        • +

          value

          +
          protected java.lang.String value
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Argument

          +
          public Argument()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getKey

          +
          public java.lang.String getKey()
          +
          Gets the value of the key property.
          +
          +
          Returns:
          +
          possible object is + String
          +
          +
        • +
        + + + +
          +
        • +

          setKey

          +
          public void setKey​(java.lang.String value)
          +
          Sets the value of the key property.
          +
          +
          Parameters:
          +
          value - allowed object is + String
          +
          +
        • +
        + + + +
          +
        • +

          isDynamic

          +
          public boolean isDynamic()
          +
          Gets the value of the dynamic property.
          +
        • +
        + + + +
          +
        • +

          setDynamic

          +
          public void setDynamic​(boolean value)
          +
          Sets the value of the dynamic property.
          +
        • +
        + + + +
          +
        • +

          getValue

          +
          public java.lang.String getValue()
          +
          Gets the value of the value property.
          +
          +
          Returns:
          +
          possible object is + String
          +
          +
        • +
        + + + +
          +
        • +

          setValue

          +
          public void setValue​(java.lang.String value)
          +
          Sets the value of the value property.
          +
          +
          Parameters:
          +
          value - allowed object is + String
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/Arguments.html b/docs/javadoc/com/netgrif/application/engine/importer/model/Arguments.html new file mode 100644 index 00000000000..c83479ad1eb --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/Arguments.html @@ -0,0 +1,385 @@ + + + + + +Arguments (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class Arguments

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.importer.model.Arguments
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class Arguments
      +extends java.lang.Object
      +

      Java class for arguments complex type. + +

      The following schema fragment specifies the expected content contained within this class. + +

      + <complexType name="arguments">
      +   <complexContent>
      +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      +       <sequence>
      +         <element name="argument" type="{}argument" maxOccurs="unbounded" minOccurs="0"/>
      +       </sequence>
      +     </restriction>
      +   </complexContent>
      + </complexType>
      + 
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        protected java.util.List<Argument>argument 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        Arguments() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.util.List<Argument>getArgument() +
        Gets the value of the argument property.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          argument

          +
          protected java.util.List<Argument> argument
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Arguments

          +
          public Arguments()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getArgument

          +
          public java.util.List<Argument> getArgument()
          +
          Gets the value of the argument property. + +

          + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a set method for the argument property. + +

          + For example, to add a new item, do as follows: +

          +    getArgument().add(newItem);
          + 
          + + +

          + Objects of the following type(s) are allowed in the list + Argument

          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/AssignPolicy.html b/docs/javadoc/com/netgrif/application/engine/importer/model/AssignPolicy.html index 65bbc4fa889..8180f842f71 100644 --- a/docs/javadoc/com/netgrif/application/engine/importer/model/AssignPolicy.html +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/AssignPolicy.html @@ -2,10 +2,10 @@ - -AssignPolicy (NETGRIF Application Engine 6.3.3 API) + +AssignPolicy (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.importer.model.Storage
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class Storage
      +extends java.lang.Object
      +

      Java class for storage complex type. + +

      The following schema fragment specifies the expected content contained within this class. + +

      + <complexType name="storage">
      +   <complexContent>
      +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      +       <sequence>
      +         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
      +         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      +         <element name="bucket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      +       </sequence>
      +     </restriction>
      +   </complexContent>
      + </complexType>
      + 
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        protected java.lang.Stringbucket 
        protected java.lang.Stringhost 
        protected java.lang.Stringtype 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        Storage() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.StringgetBucket() +
        Gets the value of the bucket property.
        +
        java.lang.StringgetHost() +
        Gets the value of the host property.
        +
        java.lang.StringgetType() +
        Gets the value of the type property.
        +
        voidsetBucket​(java.lang.String value) +
        Sets the value of the bucket property.
        +
        voidsetHost​(java.lang.String value) +
        Sets the value of the host property.
        +
        voidsetType​(java.lang.String value) +
        Sets the value of the type property.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          type

          +
          protected java.lang.String type
          +
        • +
        + + + +
          +
        • +

          host

          +
          protected java.lang.String host
          +
        • +
        + + + +
          +
        • +

          bucket

          +
          protected java.lang.String bucket
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Storage

          +
          public Storage()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getType

          +
          public java.lang.String getType()
          +
          Gets the value of the type property.
          +
          +
          Returns:
          +
          possible object is + String
          +
          +
        • +
        + + + +
          +
        • +

          setType

          +
          public void setType​(java.lang.String value)
          +
          Sets the value of the type property.
          +
          +
          Parameters:
          +
          value - allowed object is + String
          +
          +
        • +
        + + + +
          +
        • +

          getHost

          +
          public java.lang.String getHost()
          +
          Gets the value of the host property.
          +
          +
          Returns:
          +
          possible object is + String
          +
          +
        • +
        + + + +
          +
        • +

          setHost

          +
          public void setHost​(java.lang.String value)
          +
          Sets the value of the host property.
          +
          +
          Parameters:
          +
          value - allowed object is + String
          +
          +
        • +
        + + + +
          +
        • +

          getBucket

          +
          public java.lang.String getBucket()
          +
          Gets the value of the bucket property.
          +
          +
          Returns:
          +
          possible object is + String
          +
          +
        • +
        + + + +
          +
        • +

          setBucket

          +
          public void setBucket​(java.lang.String value)
          +
          Sets the value of the bucket property.
          +
          +
          Parameters:
          +
          value - allowed object is + String
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/Tag.html b/docs/javadoc/com/netgrif/application/engine/importer/model/Tag.html index b5847109c07..c25268f09ba 100644 --- a/docs/javadoc/com/netgrif/application/engine/importer/model/Tag.html +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/Tag.html @@ -2,10 +2,10 @@ - -Tag (NETGRIF Application Engine 6.3.3 API) + +Tag (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.importer.model.Argument

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Arguments.html b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Arguments.html new file mode 100644 index 00000000000..88af6b39439 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Arguments.html @@ -0,0 +1,235 @@ + + + + + +Uses of Class com.netgrif.application.engine.importer.model.Arguments (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.importer.model.Arguments

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/AssignPolicy.html b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/AssignPolicy.html index 92ce1bcd594..2279f246119 100644 --- a/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/AssignPolicy.html +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/AssignPolicy.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.importer.model.AssignPolicy (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.importer.model.AssignPolicy (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.importer.model.Storage

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Tag.html b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Tag.html index 144a7c4761e..5be34989370 100644 --- a/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Tag.html +++ b/docs/javadoc/com/netgrif/application/engine/importer/model/class-use/Tag.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.importer.model.Tag (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.importer.model.Tag (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class I18nStringDeserializer

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.fasterxml.jackson.databind.JsonDeserializer<T>
      • +
      • +
          +
        • com.fasterxml.jackson.databind.deser.std.StdDeserializer<I18nString>
        • +
        • +
            +
          • com.netgrif.application.engine.petrinet.domain.I18nStringDeserializer
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
      +
      +
      +
      public class I18nStringDeserializer
      +extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<I18nString>
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Nested Class Summary

        +
          +
        • + + +

          Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

          +com.fasterxml.jackson.databind.JsonDeserializer.None
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Field Summary

        +
          +
        • + + +

          Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

          +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
        • +
        +
      • +
      +
      + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        I18nStringdeserialize​(com.fasterxml.jackson.core.JsonParser jp, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
        +
          +
        • + + +

          Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

          +_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
        • +
        +
          +
        • + + +

          Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

          +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          I18nStringDeserializer

          +
          public I18nStringDeserializer()
          +
        • +
        + + + +
          +
        • +

          I18nStringDeserializer

          +
          public I18nStringDeserializer​(java.lang.Class<?> vc)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          deserialize

          +
          public I18nString deserialize​(com.fasterxml.jackson.core.JsonParser jp,
          +                              com.fasterxml.jackson.databind.DeserializationContext ctxt)
          +                       throws java.io.IOException,
          +                              com.fasterxml.jackson.core.JsonProcessingException
          +
          +
          Specified by:
          +
          deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<I18nString>
          +
          Throws:
          +
          java.io.IOException
          +
          com.fasterxml.jackson.core.JsonProcessingException
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Icon.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Icon.html index 9eccf5e24bc..c019d6783bd 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Icon.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Icon.html @@ -2,10 +2,10 @@ - -Icon (NETGRIF Application Engine 6.3.3 API) + +Icon (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class PetriNetSearch

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.petrinet.domain.PetriNetSearch
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class PetriNetSearch
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        PetriNetSearch() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PetriNetSearch

          +
          public PetriNetSearch()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Place.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Place.html index 2c6ba9b7f06..7b97121b34a 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Place.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Place.html @@ -2,10 +2,10 @@ - -Place (NETGRIF Application Engine 6.3.3 API) + +Place (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.querydsl.core.types.dsl.DslExpression<T>
      • +
      • +
          +
        • com.querydsl.core.types.dsl.SimpleExpression<T>
        • +
        • +
            +
          • com.querydsl.core.types.dsl.BeanPath<T>
          • +
          • +
              +
            • com.querydsl.core.types.dsl.EntityPathBase<UriNode>
            • +
            • +
                +
              • com.netgrif.application.engine.petrinet.domain.QUriNode
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      com.querydsl.core.types.EntityPath<UriNode>, com.querydsl.core.types.Expression<UriNode>, com.querydsl.core.types.Path<UriNode>, java.io.Serializable
      +
      +
      +
      @Generated("com.querydsl.codegen.DefaultEntitySerializer")
      +public class QUriNode
      +extends com.querydsl.core.types.dsl.EntityPathBase<UriNode>
      +
      QUriNode is a Querydsl query type for UriNode
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        QObjectId_id 
        com.querydsl.core.types.dsl.SetPath<UriNode,​QUriNode>children 
        com.querydsl.core.types.dsl.SetPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath>childrenId 
        com.querydsl.core.types.dsl.SetPath<UriContentType,​com.querydsl.core.types.dsl.EnumPath<UriContentType>>contentTypes 
        com.querydsl.core.types.dsl.NumberPath<java.lang.Integer>level 
        com.querydsl.core.types.dsl.StringPathname 
        QUriNodeparent 
        com.querydsl.core.types.dsl.StringPathparentId 
        com.querydsl.core.types.dsl.StringPathstringId 
        static QUriNodeuriNode 
        com.querydsl.core.types.dsl.StringPathuriPath 
        +
          +
        • + + +

          Fields inherited from class com.querydsl.core.types.dsl.DslExpression

          +hashCode, mixin
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        QUriNode​(com.querydsl.core.types.Path<? extends UriNode> path) 
        QUriNode​(com.querydsl.core.types.PathMetadata metadata) 
        QUriNode​(com.querydsl.core.types.PathMetadata metadata, + com.querydsl.core.types.dsl.PathInits inits) 
        QUriNode​(java.lang.Class<? extends UriNode> type, + com.querydsl.core.types.PathMetadata metadata, + com.querydsl.core.types.dsl.PathInits inits) 
        QUriNode​(java.lang.String variable) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

          +getMetadata
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.BeanPath

          +accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

          +as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.DslExpression

          +equals, getType, hashCode, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Expression

          +accept, getType
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Path

          +getAnnotatedElement, getMetadata, getRoot
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          uriNode

          +
          public static final QUriNode uriNode
          +
        • +
        + + + + + + + +
          +
        • +

          children

          +
          public final com.querydsl.core.types.dsl.SetPath<UriNode,​QUriNode> children
          +
        • +
        + + + +
          +
        • +

          childrenId

          +
          public final com.querydsl.core.types.dsl.SetPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> childrenId
          +
        • +
        + + + +
          +
        • +

          contentTypes

          +
          public final com.querydsl.core.types.dsl.SetPath<UriContentType,​com.querydsl.core.types.dsl.EnumPath<UriContentType>> contentTypes
          +
        • +
        + + + +
          +
        • +

          level

          +
          public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> level
          +
        • +
        + + + +
          +
        • +

          name

          +
          public final com.querydsl.core.types.dsl.StringPath name
          +
        • +
        + + + +
          +
        • +

          parent

          +
          public final QUriNode parent
          +
        • +
        + + + +
          +
        • +

          parentId

          +
          public final com.querydsl.core.types.dsl.StringPath parentId
          +
        • +
        + + + +
          +
        • +

          stringId

          +
          public final com.querydsl.core.types.dsl.StringPath stringId
          +
        • +
        + + + +
          +
        • +

          uriPath

          +
          public final com.querydsl.core.types.dsl.StringPath uriPath
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          QUriNode

          +
          public QUriNode​(java.lang.String variable)
          +
        • +
        + + + +
          +
        • +

          QUriNode

          +
          public QUriNode​(com.querydsl.core.types.Path<? extends UriNode> path)
          +
        • +
        + + + +
          +
        • +

          QUriNode

          +
          public QUriNode​(com.querydsl.core.types.PathMetadata metadata)
          +
        • +
        + + + +
          +
        • +

          QUriNode

          +
          public QUriNode​(com.querydsl.core.types.PathMetadata metadata,
          +                com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        + + + +
          +
        • +

          QUriNode

          +
          public QUriNode​(java.lang.Class<? extends UriNode> type,
          +                com.querydsl.core.types.PathMetadata metadata,
          +                com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Transaction.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Transaction.html index 067559d3371..8acc2697746 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Transaction.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/Transaction.html @@ -2,10 +2,10 @@ - -Transaction (NETGRIF Application Engine 6.3.3 API) + +Transaction (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.I18nStringDeserializer

    +
    +
    No usage of com.netgrif.application.engine.petrinet.domain.I18nStringDeserializer
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Icon.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Icon.html index a9941d5b1f2..6eb0a437127 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Icon.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Icon.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.Icon (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.Icon (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.PetriNetSearch

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Place.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Place.html index 47405643bf5..28ae2c0d212 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Place.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Place.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.Place (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.Place (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.QUriNode

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Transaction.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Transaction.html index 08551070ae1..3a7fa2030ac 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Transaction.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/class-use/Transaction.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.Transaction (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.Transaction (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject, java.io.Serializable
      +
      +
      +
      public class MinIoStorage
      +extends Storage
      +implements groovy.lang.GroovyObject
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        MinIoStorage() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.StringgetBucket() 
        voidsetBucket​(java.lang.String bucket) 
        voidsetMetaClass​(groovy.lang.MetaClass mc) 
        + +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface groovy.lang.GroovyObject

          +getMetaClass, getProperty, invokeMethod, setProperty
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MinIoStorage

          +
          public MinIoStorage()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          Overrides:
          +
          setMetaClass in class Storage
          +
          +
        • +
        + + + +
          +
        • +

          getBucket

          +
          public java.lang.String getBucket()
          +
        • +
        + + + +
          +
        • +

          setBucket

          +
          public void setBucket​(java.lang.String bucket)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/MultichoiceField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/MultichoiceField.html index b0978ea4e89..0ce92e77372 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/MultichoiceField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/MultichoiceField.html @@ -2,10 +2,10 @@ - -MultichoiceField (NETGRIF Application Engine 6.3.3 API) + +MultichoiceField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.querydsl.core.types.dsl.DslExpression<T>
      • +
      • +
          +
        • com.querydsl.core.types.dsl.SimpleExpression<T>
        • +
        • +
            +
          • com.querydsl.core.types.dsl.BeanPath<Storage>
          • +
          • +
              +
            • com.netgrif.application.engine.petrinet.domain.dataset.QStorage
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      com.querydsl.core.types.Expression<Storage>, com.querydsl.core.types.Path<Storage>, java.io.Serializable
      +
      +
      +
      @Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
      +public class QStorage
      +extends com.querydsl.core.types.dsl.BeanPath<Storage>
      +
      QStorage is a Querydsl query type for Storage
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeFieldDescription
        com.querydsl.core.types.dsl.StringPathhost 
        static QStoragestorage 
        com.querydsl.core.types.dsl.StringPathtype 
        +
          +
        • + + +

          Fields inherited from class com.querydsl.core.types.dsl.DslExpression

          +hashCode, mixin
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        QStorage​(com.querydsl.core.types.Path<? extends Storage> path) 
        QStorage​(com.querydsl.core.types.PathMetadata metadata) 
        QStorage​(java.lang.String variable) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.BeanPath

          +accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

          +as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.DslExpression

          +equals, getType, hashCode, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Expression

          +getType
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          storage

          +
          public static final QStorage storage
          +
        • +
        + + + +
          +
        • +

          host

          +
          public final com.querydsl.core.types.dsl.StringPath host
          +
        • +
        + + + +
          +
        • +

          type

          +
          public final com.querydsl.core.types.dsl.StringPath type
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          QStorage

          +
          public QStorage​(java.lang.String variable)
          +
        • +
        + + + +
          +
        • +

          QStorage

          +
          public QStorage​(com.querydsl.core.types.Path<? extends Storage> path)
          +
        • +
        + + + +
          +
        • +

          QStorage

          +
          public QStorage​(com.querydsl.core.types.PathMetadata metadata)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStorageField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStorageField.html new file mode 100644 index 00000000000..e10fbdb2e06 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStorageField.html @@ -0,0 +1,813 @@ + + + + + +QStorageField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.querydsl.core.types.dsl.DslExpression<T>
      • +
      • +
          +
        • com.querydsl.core.types.dsl.SimpleExpression<T>
        • +
        • +
            +
          • com.querydsl.core.types.dsl.BeanPath<T>
          • +
          • +
              +
            • com.querydsl.core.types.dsl.EntityPathBase<StorageField<?>>
            • +
            • +
                +
              • com.netgrif.application.engine.petrinet.domain.dataset.QStorageField
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      com.querydsl.core.types.EntityPath<StorageField<?>>, com.querydsl.core.types.Expression<StorageField<?>>, com.querydsl.core.types.Path<StorageField<?>>, java.io.Serializable
      +
      +
      +
      @Generated("com.querydsl.codegen.DefaultEntitySerializer")
      +public class QStorageField
      +extends com.querydsl.core.types.dsl.EntityPathBase<StorageField<?>>
      +
      QStorageField is a Querydsl query type for StorageField
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        QStorageField​(com.querydsl.core.types.Path<? extends StorageField> path) 
        QStorageField​(com.querydsl.core.types.PathMetadata metadata) 
        QStorageField​(com.querydsl.core.types.PathMetadata metadata, + com.querydsl.core.types.dsl.PathInits inits) 
        QStorageField​(java.lang.Class<? extends StorageField<?>> type, + com.querydsl.core.types.PathMetadata metadata, + com.querydsl.core.types.dsl.PathInits inits) 
        QStorageField​(java.lang.String variable) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

          +getMetadata
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.BeanPath

          +accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

          +as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.DslExpression

          +equals, getType, hashCode, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Expression

          +accept, getType
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Path

          +getAnnotatedElement, getMetadata, getRoot
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          storageField

          +
          public static final QStorageField storageField
          +
        • +
        + + + +
          +
        • +

          _super

          +
          public final QField _super
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          component

          +
          public final QComponent component
          +
        • +
        + + + +
          +
        • +

          defaultValue

          +
          public final com.querydsl.core.types.dsl.SimplePath<java.lang.Object> defaultValue
          +
        • +
        + + + +
          +
        • +

          description

          +
          public final QI18nString description
          +
        • +
        + + + +
          +
        • +

          dynamicDefaultValue

          +
          public final com.querydsl.core.types.dsl.BooleanPath dynamicDefaultValue
          +
        • +
        + + + +
          +
        • +

          encryption

          +
          public final com.querydsl.core.types.dsl.StringPath encryption
          +
        • +
        + + + + + + + +
          +
        • +

          format

          +
          public final QFormat format
          +
        • +
        + + + +
          +
        • +

          immediate

          +
          public final com.querydsl.core.types.dsl.BooleanPath immediate
          +
        • +
        + + + +
          +
        • +

          importId

          +
          public final com.querydsl.core.types.dsl.StringPath importId
          +
        • +
        + + + +
          +
        • +

          initExpression

          +
          public final QExpression initExpression
          +
        • +
        + + + + + + + +
          +
        • +

          length

          +
          public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> length
          +
        • +
        + + + + + + + +
          +
        • +

          order

          +
          public final com.querydsl.core.types.dsl.NumberPath<java.lang.Long> order
          +
        • +
        + + + +
          +
        • +

          parentCaseId

          +
          public final com.querydsl.core.types.dsl.StringPath parentCaseId
          +
        • +
        + + + +
          +
        • +

          parentTaskId

          +
          public final com.querydsl.core.types.dsl.StringPath parentTaskId
          +
        • +
        + + + +
          +
        • +

          placeholder

          +
          public final QI18nString placeholder
          +
        • +
        + + + +
          +
        • +

          storage

          +
          public final QStorage storage
          +
        • +
        + + + +
          +
        • +

          storageType

          +
          public final com.querydsl.core.types.dsl.StringPath storageType
          +
        • +
        + + + +
          +
        • +

          stringId

          +
          public final com.querydsl.core.types.dsl.StringPath stringId
          +
        • +
        + + + +
          +
        • +

          type

          +
          public final com.querydsl.core.types.dsl.EnumPath<FieldType> type
          +
        • +
        + + + +
          +
        • +

          validations

          +
          public final com.querydsl.core.types.dsl.ListPath<Validation,​QValidation> validations
          +
        • +
        + + + +
          +
        • +

          value

          +
          public final com.querydsl.core.types.dsl.SimplePath<java.lang.Object> value
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          QStorageField

          +
          public QStorageField​(java.lang.String variable)
          +
        • +
        + + + +
          +
        • +

          QStorageField

          +
          public QStorageField​(com.querydsl.core.types.Path<? extends StorageField> path)
          +
        • +
        + + + +
          +
        • +

          QStorageField

          +
          public QStorageField​(com.querydsl.core.types.PathMetadata metadata)
          +
        • +
        + + + +
          +
        • +

          QStorageField

          +
          public QStorageField​(com.querydsl.core.types.PathMetadata metadata,
          +                     com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        + + + +
          +
        • +

          QStorageField

          +
          public QStorageField​(java.lang.Class<? extends StorageField<?>> type,
          +                     com.querydsl.core.types.PathMetadata metadata,
          +                     com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStringCollectionField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStringCollectionField.html new file mode 100644 index 00000000000..a6fa7579c55 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QStringCollectionField.html @@ -0,0 +1,785 @@ + + + + + +QStringCollectionField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class QStringCollectionField

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.querydsl.core.types.dsl.DslExpression<T>
      • +
      • +
          +
        • com.querydsl.core.types.dsl.SimpleExpression<T>
        • +
        • +
            +
          • com.querydsl.core.types.dsl.BeanPath<T>
          • +
          • +
              +
            • com.querydsl.core.types.dsl.EntityPathBase<StringCollectionField>
            • +
            • +
                +
              • com.netgrif.application.engine.petrinet.domain.dataset.QStringCollectionField
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      com.querydsl.core.types.EntityPath<StringCollectionField>, com.querydsl.core.types.Expression<StringCollectionField>, com.querydsl.core.types.Path<StringCollectionField>, java.io.Serializable
      +
      +
      +
      @Generated("com.querydsl.codegen.DefaultEntitySerializer")
      +public class QStringCollectionField
      +extends com.querydsl.core.types.dsl.EntityPathBase<StringCollectionField>
      +
      QStringCollectionField is a Querydsl query type for StringCollectionField
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

          +getMetadata
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.BeanPath

          +accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

          +as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
        • +
        +
          +
        • + + +

          Methods inherited from class com.querydsl.core.types.dsl.DslExpression

          +equals, getType, hashCode, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Expression

          +accept, getType
        • +
        +
          +
        • + + +

          Methods inherited from interface com.querydsl.core.types.Path

          +getAnnotatedElement, getMetadata, getRoot
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + + + + + +
          +
        • +

          _super

          +
          public final QField _super
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          component

          +
          public final QComponent component
          +
        • +
        + + + +
          +
        • +

          defaultValue

          +
          public final com.querydsl.core.types.dsl.ListPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> defaultValue
          +
        • +
        + + + +
          +
        • +

          description

          +
          public final QI18nString description
          +
        • +
        + + + +
          +
        • +

          dynamicDefaultValue

          +
          public final com.querydsl.core.types.dsl.BooleanPath dynamicDefaultValue
          +
        • +
        + + + +
          +
        • +

          encryption

          +
          public final com.querydsl.core.types.dsl.StringPath encryption
          +
        • +
        + + + + + + + +
          +
        • +

          format

          +
          public final QFormat format
          +
        • +
        + + + +
          +
        • +

          immediate

          +
          public final com.querydsl.core.types.dsl.BooleanPath immediate
          +
        • +
        + + + +
          +
        • +

          importId

          +
          public final com.querydsl.core.types.dsl.StringPath importId
          +
        • +
        + + + +
          +
        • +

          initExpression

          +
          public final QExpression initExpression
          +
        • +
        + + + + + + + +
          +
        • +

          length

          +
          public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> length
          +
        • +
        + + + + + + + +
          +
        • +

          order

          +
          public final com.querydsl.core.types.dsl.NumberPath<java.lang.Long> order
          +
        • +
        + + + +
          +
        • +

          parentCaseId

          +
          public final com.querydsl.core.types.dsl.StringPath parentCaseId
          +
        • +
        + + + +
          +
        • +

          parentTaskId

          +
          public final com.querydsl.core.types.dsl.StringPath parentTaskId
          +
        • +
        + + + +
          +
        • +

          placeholder

          +
          public final QI18nString placeholder
          +
        • +
        + + + +
          +
        • +

          stringId

          +
          public final com.querydsl.core.types.dsl.StringPath stringId
          +
        • +
        + + + +
          +
        • +

          type

          +
          public final com.querydsl.core.types.dsl.EnumPath<FieldType> type
          +
        • +
        + + + +
          +
        • +

          validations

          +
          public final com.querydsl.core.types.dsl.ListPath<Validation,​QValidation> validations
          +
        • +
        + + + +
          +
        • +

          value

          +
          public final com.querydsl.core.types.dsl.ListPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> value
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          QStringCollectionField

          +
          public QStringCollectionField​(java.lang.String variable)
          +
        • +
        + + + +
          +
        • +

          QStringCollectionField

          +
          public QStringCollectionField​(com.querydsl.core.types.Path<? extends StringCollectionField> path)
          +
        • +
        + + + +
          +
        • +

          QStringCollectionField

          +
          public QStringCollectionField​(com.querydsl.core.types.PathMetadata metadata)
          +
        • +
        + + + +
          +
        • +

          QStringCollectionField

          +
          public QStringCollectionField​(com.querydsl.core.types.PathMetadata metadata,
          +                              com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        + + + +
          +
        • +

          QStringCollectionField

          +
          public QStringCollectionField​(java.lang.Class<? extends StringCollectionField> type,
          +                              com.querydsl.core.types.PathMetadata metadata,
          +                              com.querydsl.core.types.dsl.PathInits inits)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QTaskField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QTaskField.html index 28650bfceda..b1d17c46419 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QTaskField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/QTaskField.html @@ -2,10 +2,10 @@ - -QTaskField (NETGRIF Application Engine 6.3.3 API) + +QTaskField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.petrinet.domain.dataset.Storage
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject, java.io.Serializable
      +
      +
      +
      Direct Known Subclasses:
      +
      MinIoStorage
      +
      +
      +
      public class Storage
      +extends java.lang.Object
      +implements java.io.Serializable, groovy.lang.GroovyObject
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        Storage() 
        Storage​(java.lang.String type) 
        Storage​(java.lang.String type, + java.lang.String host) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.StringgetHost() 
        groovy.lang.MetaClassgetMetaClass() 
        static longgetSerialVersionUID() 
        java.lang.StringgetType() 
        voidsetHost​(java.lang.String host) 
        voidsetMetaClass​(groovy.lang.MetaClass mc) 
        voidsetType​(java.lang.String type) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface groovy.lang.GroovyObject

          +getProperty, invokeMethod, setProperty
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Storage

          +
          public Storage()
          +
        • +
        + + + +
          +
        • +

          Storage

          +
          public Storage​(java.lang.String type)
          +
        • +
        + + + +
          +
        • +

          Storage

          +
          public Storage​(java.lang.String type,
          +               java.lang.String host)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        + + + +
          +
        • +

          getSerialVersionUID

          +
          public static long getSerialVersionUID()
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public java.lang.String getType()
          +
        • +
        + + + +
          +
        • +

          setType

          +
          public void setType​(java.lang.String type)
          +
        • +
        + + + +
          +
        • +

          getHost

          +
          public java.lang.String getHost()
          +
        • +
        + + + +
          +
        • +

          setHost

          +
          public void setHost​(java.lang.String host)
          +
        • +
        + + + +
          +
        • +

          getMetaClass

          +
          @QueryType(NONE)
          +public groovy.lang.MetaClass getMetaClass()
          +
          +
          Specified by:
          +
          getMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StorageField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StorageField.html new file mode 100644 index 00000000000..84c0f87684a --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StorageField.html @@ -0,0 +1,473 @@ + + + + + +StorageField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StorageField<T>

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject, java.io.Serializable
      +
      +
      +
      Direct Known Subclasses:
      +
      FileField, FileListField
      +
      +
      +
      public abstract class StorageField<T>
      +extends Field<T>
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StorageField

          +
          public StorageField()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          Overrides:
          +
          setMetaClass in class Field<T>
          +
          +
        • +
        + + + +
          +
        • +

          getStorageType

          +
          public java.lang.String getStorageType()
          +
        • +
        + + + +
          +
        • +

          setStorageType

          +
          public void setStorageType​(java.lang.String storageType)
          +
        • +
        + + + +
          +
        • +

          getStorage

          +
          public Storage getStorage()
          +
        • +
        + + + +
          +
        • +

          setStorage

          +
          public void setStorage​(Storage storage)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StringCollectionField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StringCollectionField.html new file mode 100644 index 00000000000..34be7dcfa9e --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/StringCollectionField.html @@ -0,0 +1,449 @@ + + + + + +StringCollectionField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class StringCollectionField

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject, java.io.Serializable
      +
      +
      +
      public class StringCollectionField
      +extends Field<java.util.List<java.lang.String>>
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StringCollectionField

          +
          public StringCollectionField()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          Overrides:
          +
          setMetaClass in class Field<java.util.List<java.lang.String>>
          +
          +
        • +
        + + + +
          +
        • +

          getType

          +
          public FieldType getType()
          +
          +
          Specified by:
          +
          getType in class Field<java.util.List<java.lang.String>>
          +
          +
        • +
        + + + +
          +
        • +

          clearValue

          +
          public void clearValue()
          +
          +
          Overrides:
          +
          clearValue in class Field<java.util.List<java.lang.String>>
          +
          +
        • +
        + + + +
          +
        • +

          clone

          +
          public Field clone()
          +
          +
          Specified by:
          +
          clone in class Field<java.util.List<java.lang.String>>
          +
          +
        • +
        + + + +
          +
        • +

          setDefaultValue

          +
          public void setDefaultValue​(java.util.List<java.lang.String> defaultValue)
          +
          +
          Overrides:
          +
          setDefaultValue in class Field<java.util.List<java.lang.String>>
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/TaskField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/TaskField.html index bd955048ae1..178b7146a1c 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/TaskField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/TaskField.html @@ -2,10 +2,10 @@ - -TaskField (NETGRIF Application Engine 6.3.3 API) + +TaskField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.MinIoStorage

    +
    +
    No usage of com.netgrif.application.engine.petrinet.domain.dataset.MinIoStorage
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/MultichoiceField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/MultichoiceField.html index 3c7240d6f20..449c604338a 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/MultichoiceField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/MultichoiceField.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.MultichoiceField (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.MultichoiceField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.QStorage

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStorageField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStorageField.html new file mode 100644 index 00000000000..2126b39aca6 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStorageField.html @@ -0,0 +1,204 @@ + + + + + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.QStorageField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.QStorageField

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStringCollectionField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStringCollectionField.html new file mode 100644 index 00000000000..b98cab94976 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QStringCollectionField.html @@ -0,0 +1,194 @@ + + + + + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.QStringCollectionField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.QStringCollectionField

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QTaskField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QTaskField.html index 56ec90ad6ce..1772f0ec5be 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QTaskField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/QTaskField.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.QTaskField (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.QTaskField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.Storage

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StorageField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StorageField.html new file mode 100644 index 00000000000..207a35b45cc --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StorageField.html @@ -0,0 +1,359 @@ + + + + + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.StorageField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.StorageField

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StringCollectionField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StringCollectionField.html new file mode 100644 index 00000000000..4a3fccb3643 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/StringCollectionField.html @@ -0,0 +1,198 @@ + + + + + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.StringCollectionField (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.StringCollectionField

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/TaskField.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/TaskField.html index f8dfc03f477..48e40b0d20f 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/TaskField.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/class-use/TaskField.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.TaskField (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.TaskField (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.petrinet.domain.dataset.factory.StorageFactory
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class StorageFactory
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        StorageFactory() 
        +
      • +
      +
      + +
      + +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          StorageFactory

          +
          public StorageFactory()
          +
        • +
        +
      • +
      +
      + +
      + +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/class-use/StorageFactory.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/class-use/StorageFactory.html new file mode 100644 index 00000000000..96aee8646cb --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/class-use/StorageFactory.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.factory.StorageFactory (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.factory.StorageFactory

    +
    +
    No usage of com.netgrif.application.engine.petrinet.domain.dataset.factory.StorageFactory
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-summary.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-summary.html new file mode 100644 index 00000000000..b3bf702f01d --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-summary.html @@ -0,0 +1,168 @@ + + + + + +com.netgrif.application.engine.petrinet.domain.dataset.factory (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.petrinet.domain.dataset.factory

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      StorageFactory 
      +
    • +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-tree.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-tree.html new file mode 100644 index 00000000000..e6fd4f000c8 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-tree.html @@ -0,0 +1,165 @@ + + + + + +com.netgrif.application.engine.petrinet.domain.dataset.factory Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.petrinet.domain.dataset.factory

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • com.netgrif.application.engine.petrinet.domain.dataset.factory.StorageFactory
      • +
      +
    • +
    +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-use.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-use.html new file mode 100644 index 00000000000..9cd9c560d8b --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/factory/package-use.html @@ -0,0 +1,150 @@ + + + + + +Uses of Package com.netgrif.application.engine.petrinet.domain.dataset.factory (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.petrinet.domain.dataset.factory

    +
    +
    No usage of com.netgrif.application.engine.petrinet.domain.dataset.factory
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/CaseChangedFields.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/CaseChangedFields.html index a2cd4aad3b7..c510e9f323a 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/CaseChangedFields.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/CaseChangedFields.html @@ -2,10 +2,10 @@ - -CaseChangedFields (NETGRIF Application Engine 6.3.3 API) + +CaseChangedFields (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.petrinet.domain.dataset.logic.FrontAction
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject, java.io.Serializable
      +
      +
      +
      public class FrontAction
      +extends java.lang.Object
      +implements java.io.Serializable, groovy.lang.GroovyObject
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        FrontAction​(java.lang.String id, + java.lang.Object args) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.ObjectgetArgs() 
        java.lang.StringgetId() 
        groovy.lang.MetaClassgetMetaClass() 
        voidsetArgs​(java.lang.Object args) 
        voidsetId​(java.lang.String id) 
        voidsetMetaClass​(groovy.lang.MetaClass mc) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
          +
        • + + +

          Methods inherited from interface groovy.lang.GroovyObject

          +getProperty, invokeMethod, setProperty
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          FrontAction

          +
          public FrontAction​(java.lang.String id,
          +                   java.lang.Object args)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getMetaClass

          +
          public groovy.lang.MetaClass getMetaClass()
          +
          +
          Specified by:
          +
          getMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        + + + +
          +
        • +

          getId

          +
          public java.lang.String getId()
          +
        • +
        + + + +
          +
        • +

          setId

          +
          public void setId​(java.lang.String id)
          +
        • +
        + + + +
          +
        • +

          getArgs

          +
          public java.lang.Object getArgs()
          +
        • +
        + + + +
          +
        • +

          setArgs

          +
          public void setArgs​(java.lang.Object args)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/IllegalVariableTypeException.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/IllegalVariableTypeException.html index 0325af96ecc..26483df8fa9 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/IllegalVariableTypeException.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/IllegalVariableTypeException.html @@ -2,10 +2,10 @@ - -IllegalVariableTypeException (NETGRIF Application Engine 6.3.3 API) + +IllegalVariableTypeException (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.petrinet.domain.dataset.logic.action.FrontendActionOutcome
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      groovy.lang.GroovyObject
      +
      +
      +
      public class FrontendActionOutcome
      +extends java.lang.Object
      +implements groovy.lang.GroovyObject
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          FrontendActionOutcome

          +
          public FrontendActionOutcome​(Case useCase,
          +                             java.util.Optional<Task> task,
          +                             java.util.List<EventOutcome> outcomes)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getMetaClass

          +
          public groovy.lang.MetaClass getMetaClass()
          +
          +
          Specified by:
          +
          getMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        + + + +
          +
        • +

          setMetaClass

          +
          public void setMetaClass​(groovy.lang.MetaClass mc)
          +
          +
          Specified by:
          +
          setMetaClass in interface groovy.lang.GroovyObject
          +
          +
        • +
        + + + +
          +
        • +

          getUseCase

          +
          public Case getUseCase()
          +
        • +
        + + + +
          +
        • +

          setUseCase

          +
          public void setUseCase​(Case value)
          +
        • +
        + + + +
          +
        • +

          getTask

          +
          public java.util.Optional<Task> getTask()
          +
        • +
        + + + +
          +
        • +

          setTask

          +
          public void setTask​(java.util.Optional<Task> value)
          +
        • +
        + + + +
          +
        • +

          getOutcomes

          +
          public java.util.List<EventOutcome> getOutcomes()
          +
        • +
        + + + +
          +
        • +

          setOutcomes

          +
          public void setOutcomes​(java.util.List<EventOutcome> value)
          +
        • +
        + + + +
          +
        • +

          methodMissing

          +
          public java.lang.Object methodMissing​(java.lang.String name,
          +                                      java.lang.Object args)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/QAction.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/QAction.html index 3d5882250cf..3c97619c46e 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/QAction.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/QAction.html @@ -2,10 +2,10 @@ - -QAction (NETGRIF Application Engine 6.3.3 API) + +QAction (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.logic.action.FrontendActionOutcome

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/class-use/QAction.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/class-use/QAction.html index 168594f9c47..7a7dda96aa7 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/class-use/QAction.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/class-use/QAction.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.domain.dataset.logic.FrontAction

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/class-use/IllegalVariableTypeException.html b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/class-use/IllegalVariableTypeException.html index b21409dca10..56c4817d233 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/class-use/IllegalVariableTypeException.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/domain/dataset/logic/class-use/IllegalVariableTypeException.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.logic.IllegalVariableTypeException (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.domain.dataset.logic.IllegalVariableTypeException (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class PetriNetEventHandler

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<PetriNet>
      • +
      • +
          +
        • com.netgrif.application.engine.petrinet.service.PetriNetEventHandler
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent<?>>
      +
      +
      +
      @Component
      +public class PetriNetEventHandler
      +extends org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<PetriNet>
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        voidonAfterDelete​(org.springframework.data.mongodb.core.mapping.event.AfterDeleteEvent<PetriNet> event) 
        +
          +
        • + + +

          Methods inherited from class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener

          +onAfterConvert, onAfterLoad, onAfterSave, onApplicationEvent, onBeforeConvert, onBeforeDelete, onBeforeSave
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PetriNetEventHandler

          +
          public PetriNetEventHandler()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          onAfterDelete

          +
          public void onAfterDelete​(org.springframework.data.mongodb.core.mapping.event.AfterDeleteEvent<PetriNet> event)
          +
          +
          Overrides:
          +
          onAfterDelete in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<PetriNet>
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/service/PetriNetService.html b/docs/javadoc/com/netgrif/application/engine/petrinet/service/PetriNetService.html index fbdeeae71ec..80415777b44 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/service/PetriNetService.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/service/PetriNetService.html @@ -2,10 +2,10 @@ - -PetriNetService (NETGRIF Application Engine 6.3.3 API) + +PetriNetService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,20 +15,20 @@ - + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.petrinet.service.PetriNetEventHandler

    +
    +
    No usage of com.netgrif.application.engine.petrinet.service.PetriNetEventHandler
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/petrinet/service/class-use/PetriNetService.html b/docs/javadoc/com/netgrif/application/engine/petrinet/service/class-use/PetriNetService.html index 8775e5a07e9..d684ad8626c 100644 --- a/docs/javadoc/com/netgrif/application/engine/petrinet/service/class-use/PetriNetService.html +++ b/docs/javadoc/com/netgrif/application/engine/petrinet/service/class-use/PetriNetService.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.petrinet.service.PetriNetService (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.petrinet.service.PetriNetService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ExternalResource

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.resource.domain.ExternalResource
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class ExternalResource
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        ExternalResource() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        org.springframework.core.io.ResourcegetResource​(java.lang.String filePath) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ExternalResource

          +
          public ExternalResource()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getResource

          +
          public org.springframework.core.io.Resource getResource​(java.lang.String filePath)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/ExternalResourceLoader.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/ExternalResourceLoader.html new file mode 100644 index 00000000000..93ecbb8b55a --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/ExternalResourceLoader.html @@ -0,0 +1,481 @@ + + + + + +ExternalResourceLoader (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ExternalResourceLoader

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.resource.domain.ExternalResourceLoader
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      org.springframework.core.io.ResourceLoader
      +
      +
      +
      public class ExternalResourceLoader
      +extends java.lang.Object
      +implements org.springframework.core.io.ResourceLoader
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        ExternalResourceLoader​(org.springframework.core.io.ResourceLoader delegate) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        java.lang.ClassLoadergetClassLoader() 
        static java.util.Optional<java.lang.String>getExternalResourcePrefix​(java.lang.String location) +
        Get detected resource prefix if the location is an external resource.
        +
        org.springframework.core.io.ResourcegetResource​(java.lang.String location) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          RESOURCES_FOLDER

          +
          public static final java.lang.String RESOURCES_FOLDER
          +
          +
          See Also:
          +
          Constant Field Values
          +
          +
        • +
        + + + +
          +
        • +

          RESOURCE_PREFIXES

          +
          public static final java.lang.String[] RESOURCE_PREFIXES
          +
        • +
        + + + +
          +
        • +

          DEFAULT_RESOURCE_PREFIX

          +
          public static final java.lang.String DEFAULT_RESOURCE_PREFIX
          +
        • +
        + + + +
          +
        • +

          NAE_RESOURCE_PREFIX

          +
          public static final java.lang.String NAE_RESOURCE_PREFIX
          +
        • +
        + + + +
          +
        • +

          NAE_RESOURCE_RESOURCE_PREFIX

          +
          public static final java.lang.String NAE_RESOURCE_RESOURCE_PREFIX
          +
        • +
        + + + +
          +
        • +

          NR_RESOURCE_PREFIX

          +
          public static final java.lang.String NR_RESOURCE_PREFIX
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ExternalResourceLoader

          +
          public ExternalResourceLoader​(org.springframework.core.io.ResourceLoader delegate)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getResource

          +
          public org.springframework.core.io.Resource getResource​(java.lang.String location)
          +
          +
          Specified by:
          +
          getResource in interface org.springframework.core.io.ResourceLoader
          +
          +
        • +
        + + + +
          +
        • +

          getClassLoader

          +
          public java.lang.ClassLoader getClassLoader()
          +
          +
          Specified by:
          +
          getClassLoader in interface org.springframework.core.io.ResourceLoader
          +
          +
        • +
        + + + +
          +
        • +

          getExternalResourcePrefix

          +
          public static java.util.Optional<java.lang.String> getExternalResourcePrefix​(java.lang.String location)
          +
          Get detected resource prefix if the location is an external resource.
          +
          +
          Parameters:
          +
          location - Resource location
          +
          Returns:
          +
          Optional of resource prefix. If the location is not external resource, empty Optional is returned.
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResource.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResource.html new file mode 100644 index 00000000000..0d56c4e54d2 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResource.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.resource.domain.ExternalResource (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.resource.domain.ExternalResource

    +
    +
    No usage of com.netgrif.application.engine.resource.domain.ExternalResource
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResourceLoader.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResourceLoader.html new file mode 100644 index 00000000000..53c1c76d052 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/class-use/ExternalResourceLoader.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.resource.domain.ExternalResourceLoader (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.resource.domain.ExternalResourceLoader

    +
    +
    No usage of com.netgrif.application.engine.resource.domain.ExternalResourceLoader
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/package-summary.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-summary.html new file mode 100644 index 00000000000..775fceb7fc6 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-summary.html @@ -0,0 +1,172 @@ + + + + + +com.netgrif.application.engine.resource.domain (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.resource.domain

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/package-tree.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-tree.html new file mode 100644 index 00000000000..b974b7f4b0d --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-tree.html @@ -0,0 +1,166 @@ + + + + + +com.netgrif.application.engine.resource.domain Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.resource.domain

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • com.netgrif.application.engine.resource.domain.ExternalResource
      • +
      • com.netgrif.application.engine.resource.domain.ExternalResourceLoader (implements org.springframework.core.io.ResourceLoader)
      • +
      +
    • +
    +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/domain/package-use.html b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-use.html new file mode 100644 index 00000000000..3f3abbbfa73 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/domain/package-use.html @@ -0,0 +1,150 @@ + + + + + +Uses of Package com.netgrif.application.engine.resource.domain (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.resource.domain

    +
    +
    No usage of com.netgrif.application.engine.resource.domain
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/service/ExternalResourceLoaderProcessor.html b/docs/javadoc/com/netgrif/application/engine/resource/service/ExternalResourceLoaderProcessor.html new file mode 100644 index 00000000000..c1ad836cfe5 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/service/ExternalResourceLoaderProcessor.html @@ -0,0 +1,338 @@ + + + + + +ExternalResourceLoaderProcessor (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class ExternalResourceLoaderProcessor

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      org.springframework.beans.factory.Aware, org.springframework.context.ResourceLoaderAware, org.springframework.core.io.ProtocolResolver
      +
      +
      +
      @Component
      +public class ExternalResourceLoaderProcessor
      +extends java.lang.Object
      +implements org.springframework.context.ResourceLoaderAware, org.springframework.core.io.ProtocolResolver
      +
    • +
    +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethodDescription
        org.springframework.core.io.Resourceresolve​(java.lang.String location, + org.springframework.core.io.ResourceLoader resourceLoader) 
        voidsetResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader) 
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ExternalResourceLoaderProcessor

          +
          public ExternalResourceLoaderProcessor()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setResourceLoader

          +
          public void setResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader)
          +
          +
          Specified by:
          +
          setResourceLoader in interface org.springframework.context.ResourceLoaderAware
          +
          +
        • +
        + + + +
          +
        • +

          resolve

          +
          public org.springframework.core.io.Resource resolve​(java.lang.String location,
          +                                                    org.springframework.core.io.ResourceLoader resourceLoader)
          +
          +
          Specified by:
          +
          resolve in interface org.springframework.core.io.ProtocolResolver
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/service/class-use/ExternalResourceLoaderProcessor.html b/docs/javadoc/com/netgrif/application/engine/resource/service/class-use/ExternalResourceLoaderProcessor.html new file mode 100644 index 00000000000..a8cad4df484 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/service/class-use/ExternalResourceLoaderProcessor.html @@ -0,0 +1,150 @@ + + + + + +Uses of Class com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor

    +
    +
    No usage of com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/service/package-summary.html b/docs/javadoc/com/netgrif/application/engine/resource/service/package-summary.html new file mode 100644 index 00000000000..fd90e9f34e5 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/service/package-summary.html @@ -0,0 +1,168 @@ + + + + + +com.netgrif.application.engine.resource.service (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.resource.service

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/service/package-tree.html b/docs/javadoc/com/netgrif/application/engine/resource/service/package-tree.html new file mode 100644 index 00000000000..3696a6d88fd --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/service/package-tree.html @@ -0,0 +1,165 @@ + + + + + +com.netgrif.application.engine.resource.service Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.resource.service

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor (implements org.springframework.core.io.ProtocolResolver, org.springframework.context.ResourceLoaderAware)
      • +
      +
    • +
    +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/resource/service/package-use.html b/docs/javadoc/com/netgrif/application/engine/resource/service/package-use.html new file mode 100644 index 00000000000..05d70afb1ef --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/resource/service/package-use.html @@ -0,0 +1,150 @@ + + + + + +Uses of Package com.netgrif.application.engine.resource.service (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.resource.service

    +
    +
    No usage of com.netgrif.application.engine.resource.service
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/security/service/EncryptionService.html b/docs/javadoc/com/netgrif/application/engine/security/service/EncryptionService.html index 67157d87b89..b7e91cfd28d 100644 --- a/docs/javadoc/com/netgrif/application/engine/security/service/EncryptionService.html +++ b/docs/javadoc/com/netgrif/application/engine/security/service/EncryptionService.html @@ -2,10 +2,10 @@ - -EncryptionService (NETGRIF Application Engine 6.3.3 API) + +EncryptionService (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class TaskNotFoundException

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Throwable
      • +
      • +
          +
        • java.lang.Exception
        • +
        • +
            +
          • java.lang.RuntimeException
          • +
          • +
              +
            • com.netgrif.application.engine.workflow.domain.TaskNotFoundException
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable
      +
      +
      +
      public class TaskNotFoundException
      +extends java.lang.RuntimeException
      +
      +
      See Also:
      +
      Serialized Form
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        TaskNotFoundException​(java.lang.String message) 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Throwable

          +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          TaskNotFoundException

          +
          public TaskNotFoundException​(java.lang.String message)
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/TaskPair.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/TaskPair.html index 9db399b543d..0a4f7cf6afa 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/domain/TaskPair.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/TaskPair.html @@ -2,10 +2,10 @@ - -TaskPair (NETGRIF Application Engine 6.3.3 API) + +TaskPair (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.workflow.domain.TaskNotFoundException

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/class-use/TaskPair.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/class-use/TaskPair.html index bbf6211e5f7..35da44a5cc6 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/domain/class-use/TaskPair.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/class-use/TaskPair.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.workflow.domain.TaskPair (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.workflow.domain.TaskPair (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.workflow.domain.menu.MenuItemBody
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class MenuItemBody
      +extends java.lang.Object
      +
      Class, that holds configurable attributes of menu item. In case of attribute addition, please update also + toDataSet(String, String, boolean) method.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(I18nString name,
          +                    java.lang.String icon)
          +
        • +
        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(I18nString menuName,
          +                    I18nString tabName,
          +                    java.lang.String menuIcon,
          +                    java.lang.String tabIcon)
          +
        • +
        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(java.lang.String uri,
          +                    java.lang.String identifier,
          +                    I18nString name,
          +                    java.lang.String icon)
          +
        • +
        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(java.lang.String uri,
          +                    java.lang.String identifier,
          +                    I18nString menuName,
          +                    I18nString tabName,
          +                    java.lang.String menuIcon,
          +                    java.lang.String tabIcon)
          +
        • +
        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(java.lang.String uri,
          +                    java.lang.String identifier,
          +                    java.lang.String name,
          +                    java.lang.String icon)
          +
        • +
        + + + +
          +
        • +

          MenuItemBody

          +
          public MenuItemBody​(java.lang.String uri,
          +                    java.lang.String identifier,
          +                    java.lang.String menuName,
          +                    java.lang.String tabName,
          +                    java.lang.String menuIcon,
          +                    java.lang.String tabIcon)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getIdentifier

          +
          public java.lang.String getIdentifier()
          +
        • +
        + + + +
          +
        • +

          setMenuName

          +
          public void setMenuName​(I18nString name)
          +
        • +
        + + + +
          +
        • +

          setMenuName

          +
          public void setMenuName​(java.lang.String name)
          +
        • +
        + + + +
          +
        • +

          setTabName

          +
          public void setTabName​(I18nString name)
          +
        • +
        + + + +
          +
        • +

          setTabName

          +
          public void setTabName​(java.lang.String name)
          +
        • +
        + + + + + + + +
          +
        • +

          toDataSet

          +
          public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> toDataSet​(java.lang.String parentId,
          +                                                                                                              java.lang.String nodePath)
          + +
          +
          Parameters:
          +
          parentId - id of parent menu item instance
          +
          nodePath - uri, that represents the menu item (f.e.: "/myItem1/myItem2")
          +
          Returns:
          +
          created dataSet from attributes
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuItemConstants.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuItemConstants.html new file mode 100644 index 00000000000..46e1027e091 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuItemConstants.html @@ -0,0 +1,953 @@ + + + + + +MenuItemConstants (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Enum MenuItemConstants

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • java.lang.Enum<MenuItemConstants>
      • +
      • +
          +
        • com.netgrif.application.engine.workflow.domain.menu.MenuItemConstants
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.io.Serializable, java.lang.Comparable<MenuItemConstants>
      +
      +
      +
      public enum MenuItemConstants
      +extends java.lang.Enum<MenuItemConstants>
      +
      Enumeration for menu items. It contains any constants needed in application.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Enum Constant Detail

        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_NEW_FILTER_ID

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_NEW_FILTER_ID
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_FILTER_CASE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_FILTER_CASE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_PARENT_ID

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_PARENT_ID
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CHILD_ITEM_IDS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CHILD_ITEM_IDS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_HAS_CHILDREN

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_HAS_CHILDREN
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_DEFAULT_HEADERS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_DEFAULT_HEADERS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_DEFAULT_HEADERS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_DEFAULT_HEADERS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_IDENTIFIER

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_IDENTIFIER
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_APPEND_MENU_ITEM

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_APPEND_MENU_ITEM
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_ALLOWED_ROLES

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_ALLOWED_ROLES
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_BANNED_ROLES

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_BANNED_ROLES
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_MENU_NAME

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_MENU_NAME
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_MENU_ICON

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_MENU_ICON
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TAB_NAME

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TAB_NAME
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_USE_TAB_ICON

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_USE_TAB_ICON
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TAB_ICON

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TAB_ICON
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_NODE_PATH

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_NODE_PATH
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_NODE_NAME

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_NODE_NAME
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_DUPLICATE_TITLE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_DUPLICATE_TITLE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_DUPLICATE_IDENTIFIER

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_DUPLICATE_IDENTIFIER
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_DUPLICATE_RESET_CHILD_ITEM_IDS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_DUPLICATE_RESET_CHILD_ITEM_IDS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_REQUIRE_TITLE_IN_CREATION

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_REQUIRE_TITLE_IN_CREATION
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_USE_CUSTOM_VIEW

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_USE_CUSTOM_VIEW
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CUSTOM_VIEW_SELECTOR

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CUSTOM_VIEW_SELECTOR
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_VIEW_SEARCH_TYPE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_VIEW_SEARCH_TYPE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CREATE_CASE_BUTTON_TITLE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CREATE_CASE_BUTTON_TITLE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CREATE_CASE_BUTTON_ICON

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CREATE_CASE_BUTTON_ICON
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_BANNED_NETS_IN_CREATION

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_BANNED_NETS_IN_CREATION
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_SHOW_CREATE_CASE_BUTTON

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_SHOW_CREATE_CASE_BUTTON
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_SHOW_MORE_MENU

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_SHOW_MORE_MENU
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_ALLOW_HEADER_TABLE_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_ALLOW_HEADER_TABLE_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_HEADERS_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_HEADERS_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_HEADERS_DEFAULT_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_HEADERS_DEFAULT_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_CASE_IS_HEADER_MODE_CHANGEABLE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_CASE_IS_HEADER_MODE_CHANGEABLE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_USE_CASE_DEFAULT_HEADERS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_USE_CASE_DEFAULT_HEADERS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_ADDITIONAL_FILTER_CASE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_ADDITIONAL_FILTER_CASE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_MERGE_FILTERS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_MERGE_FILTERS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_VIEW_SEARCH_TYPE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_VIEW_SEARCH_TYPE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_HEADERS_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_HEADERS_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_HEADERS_DEFAULT_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_HEADERS_DEFAULT_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_IS_HEADER_MODE_CHANGEABLE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_IS_HEADER_MODE_CHANGEABLE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_ALLOW_HEADER_TABLE_MODE

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_ALLOW_HEADER_TABLE_MODE
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_USE_TASK_DEFAULT_HEADERS

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_USE_TASK_DEFAULT_HEADERS
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_TASK_SHOW_MORE_MENU

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_TASK_SHOW_MORE_MENU
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_SETTINGS_TRANS_ID

          +
          public static final MenuItemConstants PREFERENCE_ITEM_SETTINGS_TRANS_ID
          +
        • +
        + + + +
          +
        • +

          PREFERENCE_ITEM_FIELD_INIT_TRANS_ID

          +
          public static final MenuItemConstants PREFERENCE_ITEM_FIELD_INIT_TRANS_ID
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static MenuItemConstants[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (MenuItemConstants c : MenuItemConstants.values())
          +    System.out.println(c);
          +
          +
          +
          Returns:
          +
          an array containing the constants of this enum type, in the order they are declared
          +
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static MenuItemConstants valueOf​(java.lang.String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
          +
          java.lang.NullPointerException - if the argument is null
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuList.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuList.html index 1641978cbfa..c6f11dd5d49 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuList.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/MenuList.html @@ -2,10 +2,10 @@ - -MenuList (NETGRIF Application Engine 6.3.3 API) + +MenuList (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.workflow.domain.menu.MenuItemBody

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuItemConstants.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuItemConstants.html new file mode 100644 index 00000000000..7e758d464a0 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuItemConstants.html @@ -0,0 +1,204 @@ + + + + + +Uses of Class com.netgrif.application.engine.workflow.domain.menu.MenuItemConstants (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.workflow.domain.menu.MenuItemConstants

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuList.html b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuList.html index 8412d9a6c36..59124d7463e 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuList.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/domain/menu/class-use/MenuList.html @@ -2,10 +2,10 @@ - -Uses of Class com.netgrif.application.engine.workflow.domain.menu.MenuList (NETGRIF Application Engine 6.3.3 API) + +Uses of Class com.netgrif.application.engine.workflow.domain.menu.MenuList (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.netgrif.application.engine.workflow.web.requestbodies.file.FileFieldRequest
      • +
      +
    • +
    +
    +
      +
    • +
      +
      public class FileFieldRequest
      +extends java.lang.Object
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Summary

        + + + + + + + + + + +
        Constructors 
        ConstructorDescription
        FileFieldRequest() 
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Summary

        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          FileFieldRequest

          +
          public FileFieldRequest()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/class-use/FileFieldRequest.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/class-use/FileFieldRequest.html new file mode 100644 index 00000000000..a6f0e6e4bdb --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/class-use/FileFieldRequest.html @@ -0,0 +1,263 @@ + + + + + +Uses of Class com.netgrif.application.engine.workflow.web.requestbodies.file.FileFieldRequest (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    com.netgrif.application.engine.workflow.web.requestbodies.file.FileFieldRequest

    +
    +
    + +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-summary.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-summary.html new file mode 100644 index 00000000000..12e7565abec --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-summary.html @@ -0,0 +1,168 @@ + + + + + +com.netgrif.application.engine.workflow.web.requestbodies.file (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package com.netgrif.application.engine.workflow.web.requestbodies.file

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      FileFieldRequest 
      +
    • +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-tree.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-tree.html new file mode 100644 index 00000000000..aa5f500a907 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-tree.html @@ -0,0 +1,165 @@ + + + + + +com.netgrif.application.engine.workflow.web.requestbodies.file Class Hierarchy (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package com.netgrif.application.engine.workflow.web.requestbodies.file

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • com.netgrif.application.engine.workflow.web.requestbodies.file.FileFieldRequest
      • +
      +
    • +
    +
    +
    +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-use.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-use.html new file mode 100644 index 00000000000..fa78a367437 --- /dev/null +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/file/package-use.html @@ -0,0 +1,185 @@ + + + + + +Uses of Package com.netgrif.application.engine.workflow.web.requestbodies.file (NETGRIF Application Engine 6.4.0 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    com.netgrif.application.engine.workflow.web.requestbodies.file

    +
    + +
    + + + diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/package-summary.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/package-summary.html index 47dd3a34bfe..9c077c24bd0 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/package-summary.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/requestbodies/package-summary.html @@ -2,10 +2,10 @@ - -com.netgrif.application.engine.workflow.web.requestbodies (NETGRIF Application Engine 6.3.3 API) + +com.netgrif.application.engine.workflow.web.requestbodies (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -93,7 +99,7 @@
  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • @@ -138,11 +144,16 @@

    Class DataFieldsResource

  • All Implemented Interfaces:
    -
    java.lang.Iterable<LocalisedField>, org.springframework.core.ResolvableTypeProvider
    +
    java.io.Serializable, java.lang.Iterable<LocalisedField>, org.springframework.core.ResolvableTypeProvider

    public class DataFieldsResource
    -extends org.springframework.hateoas.CollectionModel<LocalisedField>
    +extends org.springframework.hateoas.CollectionModel<LocalisedField> +implements java.io.Serializable, java.lang.Iterable<LocalisedField> +
    +
    See Also:
    +
    Serialized Form
    +
  • @@ -178,12 +189,25 @@

    Constructor Summary

    Method Summary

    + + + + + + + + + + + + +
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethodDescription
    java.util.Iterator<LocalisedField>iterator() 
    + +
    + +
    @@ -293,7 +342,7 @@

    DataFieldsResource

  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • diff --git a/docs/javadoc/com/netgrif/application/engine/workflow/web/responsebodies/DataGroup.html b/docs/javadoc/com/netgrif/application/engine/workflow/web/responsebodies/DataGroup.html index 558d110b466..a9823933540 100644 --- a/docs/javadoc/com/netgrif/application/engine/workflow/web/responsebodies/DataGroup.html +++ b/docs/javadoc/com/netgrif/application/engine/workflow/web/responsebodies/DataGroup.html @@ -2,10 +2,10 @@ - -DataGroup (NETGRIF Application Engine 6.3.3 API) + +DataGroup (NETGRIF Application Engine 6.4.0 API) - + @@ -15,14 +15,14 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +