Uses of Class
ru.slie.luna.exception.ValidateException
Packages that use ValidateException
Package
Description
-
Uses of ValidateException in ru.slie.luna.agile.board
Methods in ru.slie.luna.agile.board that throw ValidateExceptionModifier and TypeMethodDescriptionBoardManager.createKanbanBoard(User user, String name, SearchFilter searchFilter) BoardManager.createScrumBoard(User user, String name, SearchFilter searchFilter) void -
Uses of ValidateException in ru.slie.luna.agile.sprint
Methods in ru.slie.luna.agile.sprint that throw ValidateExceptionModifier and TypeMethodDescriptionvoidComplete sprintSprintManager.create(User author, Board board, String name, String goal, LocalDateTime startDate, LocalDateTime finishDate) voidvoid -
Uses of ValidateException in ru.slie.luna.dashboard
Methods in ru.slie.luna.dashboard that throw ValidateExceptionModifier and TypeMethodDescriptionvoidDashboardManager.addWidget(Dashboard dashboard, String dashboardWidgetId, List<Integer> columns, List<Integer> rows) voidDashboardManager.addWidget(Dashboard dashboard, DashboardWidgetDescriptor widgetDescriptor, List<Integer> columns, List<Integer> rows) voidvoidDashboardManager.updateWidget(User user, Dashboard dashboard, Long userWidgetId, List<Integer> columns, List<Integer> rows, Map<String, String> params) voidDashboardManager.updateWidgetParams(User user, Dashboard dashboard, Long userWidgetId, Map<String, String> params) voidDashboardManager.updateWidgetPosition(Dashboard dashboard, Long userWidgetId, List<Integer> columns, List<Integer> rows) voidDashboardManager.updateWidgetsPosition(Dashboard dashboard, Map<Long, DashboardWidgetPosition> positionMap) voidDashboardWidgetDescriptor.validateParams(User user, Map<String, String> params) voidDashboardWidgetType.validateParams(User user, Map<String, String> params) -
Uses of ValidateException in ru.slie.luna.directory
Methods in ru.slie.luna.directory that throw ValidateExceptionModifier and TypeMethodDescriptionDirectoryType.createUser(Directory directory, DirectoryUser directoryUser) voidDirectoryType.updateUser(Directory directory, DirectoryUser directoryUser) voidDirectoryType.validateAttributes(Map<String, String> attributes) -
Uses of ValidateException in ru.slie.luna.exception
Methods in ru.slie.luna.exception that throw ValidateException -
Uses of ValidateException in ru.slie.luna.group
Subclasses of ValidateException in ru.slie.luna.group -
Uses of ValidateException in ru.slie.luna.issue
Methods in ru.slie.luna.issue that throw ValidateExceptionModifier and TypeMethodDescriptionvoidIssueManager.createIssue(User user, MutableIssue issue) voidIssueManager.createIssue(User user, MutableIssue issue, Boolean fireEvent, Boolean sendNotify) voidIssueManager.updateIssue(User user, MutableIssue issue) voidIssueManager.updateIssue(User user, MutableIssue issue, Boolean fireEvent, Boolean sendNotify) voidIssueManager.validateIssue(User user, MutableIssue issue, boolean changedOnly) voidIssueManager.validateIssue(User user, MutableIssue issue, Collection<String> fieldList) -
Uses of ValidateException in ru.slie.luna.issue.bulk
Methods in ru.slie.luna.issue.bulk that throw ValidateException -
Uses of ValidateException in ru.slie.luna.issue.comment
Methods in ru.slie.luna.issue.comment that throw ValidateException -
Uses of ValidateException in ru.slie.luna.issue.export
Methods in ru.slie.luna.issue.export that throw ValidateExceptionModifier and TypeMethodDescriptionIssuesExportModule.getExportFileInfo(ExportParams exportParams) -
Uses of ValidateException in ru.slie.luna.issue.field
Methods in ru.slie.luna.issue.field that throw ValidateExceptionModifier and TypeMethodDescriptionFieldManager.create(String name, String description, FieldTypeDescriptor<?, ?> fieldType, FieldSearcherDescriptor fieldSearcherDescriptor) FieldManager.createContext(IssueField field, String name, String description, List<Project> projects, List<IssueType> issueTypes, Object defaultValue) voidFieldManager.update(IssueField field, String name, String description, String fieldSearcherKey) FieldManager.updateContext(IssueField field, Long contextId, String name, String description, List<Project> projects, List<IssueType> issueTypes, Object defaultValue) -
Uses of ValidateException in ru.slie.luna.issue.field.layout
Methods in ru.slie.luna.issue.field.layout that throw ValidateExceptionModifier and TypeMethodDescriptionFieldLayoutManager.createLayout(String name, String description) FieldLayoutManager.createSchema(String name, String description, FieldLayout defaultLayout) voidFieldLayoutManager.save(FieldLayout fieldLayout) voidFieldLayoutManager.save(FieldLayoutSchema fieldLayoutSchema) -
Uses of ValidateException in ru.slie.luna.issue.field.options
Methods in ru.slie.luna.issue.field.options that throw ValidateExceptionModifier and TypeMethodDescriptionOptionsManager.createOption(IssueField field, Long contextId, String name, String iconName) OptionsManager.updateOption(IssueField field, Long contextId, Long optionId, String name, String iconName) -
Uses of ValidateException in ru.slie.luna.issue.field.searcher
Methods in ru.slie.luna.issue.field.searcher that throw ValidateExceptionModifier and TypeMethodDescriptionprotected abstract FieldSearchRepresentationAbstractFieldSearcherBasic.getRepresentation(QueryContext context, IssueField field, T formParams) AbstractFieldSearcherBasic.getRepresentationFromParams(QueryContext context, IssueField field, Object formParams) FieldSearcherBasic.getRepresentationFromParams(QueryContext context, IssueField field, Object formParams) -
Uses of ValidateException in ru.slie.luna.issue.field.type
Methods in ru.slie.luna.issue.field.type with parameters of type ValidateExceptionModifier and TypeMethodDescriptionvoidFieldType.validateValue(IssueField field, Object value, ValidateException exception) -
Uses of ValidateException in ru.slie.luna.issue.issuetype
Methods in ru.slie.luna.issue.issuetype that throw ValidateExceptionModifier and TypeMethodDescriptionIssueTypeManager.createIssueTypeSchema(String name, String description, List<IssueType> issueTypes) voidvoidIssueTypeManager.updateIssueTypeSchema(IssueTypeSchema issueTypeSchema, String name, String description) voidIssueTypeManager.updateIssueTypeSchema(IssueTypeSchema issueTypeSchema, String name, String description, List<IssueType> issueTypes) voidIssueTypeManager.updateIssueTypeSchema(IssueTypeSchema issueTypeSchema, List<IssueType> issueTypes) -
Uses of ValidateException in ru.slie.luna.issue.link
Methods in ru.slie.luna.issue.link that throw ValidateExceptionModifier and TypeMethodDescriptionIssueLinkManager.createLink(User user, Issue source, Issue target, IssueLinkType linkType) voidIssueLinkTypeManager.update(IssueLinkType linkType, String name, String outgoingName, String incomingName) -
Uses of ValidateException in ru.slie.luna.issue.priority
Methods in ru.slie.luna.issue.priority that throw ValidateExceptionModifier and TypeMethodDescriptionPriorityManager.createPrioritySchema(String name, String description, List<Priority> priorities) voidvoidPriorityManager.updatePrioritySchema(PrioritySchema prioritySchema, String name, String description) voidPriorityManager.updatePrioritySchema(PrioritySchema prioritySchema, String name, String description, List<Priority> priorities) voidPriorityManager.updatePrioritySchema(PrioritySchema prioritySchema, List<Priority> priorities) -
Uses of ValidateException in ru.slie.luna.issue.resolution
Methods in ru.slie.luna.issue.resolution that throw ValidateExceptionModifier and TypeMethodDescriptionResolutionManager.createResolution(String name, String description) ResolutionManager.createResolutionSchema(String name, String description, List<Resolution> resolutions) voidResolutionManager.updateResolution(Resolution resolution, String name, String description) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, String name, String description) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, String name, String description, List<Resolution> resolutions) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, List<Resolution> resolutions) -
Uses of ValidateException in ru.slie.luna.issue.screen
Methods in ru.slie.luna.issue.screen that throw ValidateExceptionModifier and TypeMethodDescriptionScreenManager.createIssueTypeScreenSchema(String name, String description, ScreenSchema defaultScreenSchema) ScreenManager.createScreen(String name, String description) ScreenManager.createScreenSchema(String name, String description, Screen defaultScreen) ScreenManager.createScreenSchema(String name, String description, Screen defaultScreen, Screen createScreen, Screen viewScreen, Screen editScreen) ScreenManager.createScreenTab(Screen screen, String name) voidScreenManager.updateIssueTypeScreenSchema(IssueTypeScreenSchema issueTypeScreenSchema, String name, String description, ScreenSchema defaultScreenSchema) voidScreenManager.updateScreen(Screen screen, String name, String description) voidScreenManager.updateScreenSchema(ScreenSchema screenSchema, String name, String description) voidScreenManager.updateScreenSchema(ScreenSchema screenSchema, String name, String description, Screen defaultScreen, Screen createScreen, Screen viewScreen, Screen editScreen) voidScreenManager.updateScreenTab(Screen screen, Long tabId, String name) -
Uses of ValidateException in ru.slie.luna.issue.search
Methods in ru.slie.luna.issue.search that throw ValidateExceptionModifier and TypeMethodDescriptionvoidSearchFilterManager.canDelete(SearchFilter searchFilter) SearchFilterManager.delete(SearchFilter searchFilter) voidSearchFilterManager.save(User user, SearchFilter searchFilter) -
Uses of ValidateException in ru.slie.luna.issue.status
Methods in ru.slie.luna.issue.status that throw ValidateExceptionModifier and TypeMethodDescriptionStatusManager.create(String name, String description, StatusCategory category) voidStatusManager.update(Status status, String name, String description, StatusCategory category) -
Uses of ValidateException in ru.slie.luna.issue.workflow
Subclasses of ValidateException in ru.slie.luna.issue.workflowMethods in ru.slie.luna.issue.workflow that throw ValidateExceptionModifier and TypeMethodDescriptionWorkflowManager.addActionSource(Workflow workflow, int actionId, Status source) WorkflowManager.addCondition(Workflow workflow, int actionId, String className, Map<String, String> params, String containerGroupId) WorkflowManager.addGlobalAction(Workflow workflow, String name, Status target) WorkflowManager.addPostfunction(Workflow workflow, int actionId, String className, Map<String, String> params) voidWorkflowManager.addValidator(Workflow workflow, int actionId, String className, Map<String, String> params) voidvoidWorkflowManager.changeActionSource(Workflow workflow, int actionId, Status oldSource, Status newSource) WorkflowManager.changeActionTarget(Workflow workflow, int actionId, Status target) WorkflowManager.createSchema(String name, String description, Workflow defaultWorkflow) WorkflowManager.createWorkflow(User user, String name, String description, Status initStatus) voidWorkflowManager.deleteAction(Workflow workflow, int actionId) voidWorkflowManager.deleteStatus(Workflow workflow, Status status) WorkflowManager.moveConditionGroup(Workflow workflow, int actionId, String conditionGroupId, String containerGroupId, String afterConditionGroupId) WorkflowManager.movePostfunction(Workflow workflow, int actionId, String postfunctionId, String afterPostfunctionId) WorkflowManager.moveValidator(Workflow workflow, int actionId, String validatorId, String afterValidatorId) voidWorkflowManager.removeActionSource(Workflow workflow, int actionId, Status source) WorkflowManager.removeCondition(Workflow workflow, int actionId, String groupId) WorkflowManager.removePostfunction(Workflow workflow, int actionId, String postfunctionId) WorkflowManager.removeValidator(Workflow workflow, int actionId, String validatorId) voidWorkflowManager.setActionSourcePort(Workflow workflow, String actionKey, NodePort source) voidWorkflowManager.setActionTargetPort(Workflow workflow, String actionKey, NodePort target) WorkflowManager.setConditionGroupOperator(Workflow workflow, int actionId, String conditionGroupId, WorkflowActionConditionGroupOperator operator) WorkflowManager.updateAction(Workflow workflow, int actionId, String name) WorkflowManager.updateAction(Workflow workflow, int actionId, Screen screen) WorkflowManager.updateCondition(Workflow workflow, int actionId, String groupId, Map<String, String> params) WorkflowManager.updatePostfunction(Workflow workflow, int actionId, String postfunctionId, Map<String, String> params) WorkflowManager.updateValidator(Workflow workflow, int actionId, String validatorId, Map<String, String> params) voidWorkflowManager.updateWorkflow(Workflow workflow, String name, String description) voidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, String name, String description) voidWorkflowFunction.validateParams(Map<String, String> params) Constructors in ru.slie.luna.issue.workflow with parameters of type ValidateException -
Uses of ValidateException in ru.slie.luna.issue.workflow.validator
Methods in ru.slie.luna.issue.workflow.validator that throw ValidateException -
Uses of ValidateException in ru.slie.luna.issue.worklog
Methods in ru.slie.luna.issue.worklog that throw ValidateException -
Uses of ValidateException in ru.slie.luna.license
Methods in ru.slie.luna.license that throw ValidateExceptionModifier and TypeMethodDescriptionLicenseManager.addLicense(LicensedApp app, String licenseString) -
Uses of ValidateException in ru.slie.luna.mail.incoming
Methods in ru.slie.luna.mail.incoming that throw ValidateExceptionModifier and TypeMethodDescriptionvoidIncomingMailServerManager.checkServer(IncomingMailServer mailServer) voidIncomingMailServerManager.save(IncomingMailServer mailServer) -
Uses of ValidateException in ru.slie.luna.mail.incoming.handler
Methods in ru.slie.luna.mail.incoming.handler that throw ValidateExceptionModifier and TypeMethodDescriptionMessageHandlerHelper.createComment(jakarta.mail.Message message, User commentAuthor, Issue issue, boolean createAttachments) MessageHandlerHelper.createIssue(jakarta.mail.Message message, Project project, IssueType issueType, User defaultAuthor, User defaultAssignee, boolean createAttachments) voidMessageHandlerManager.save(MessageHandlerModel handlerModel) voidMessageHandlerFactory.validateParams(Map<String, String> params) -
Uses of ValidateException in ru.slie.luna.mail.outgoing
Methods in ru.slie.luna.mail.outgoing that throw ValidateExceptionModifier and TypeMethodDescriptionvoidOutgoingMailServerManager.save(OutgoingMailServer mailServer) voidOutgoingMailServerManager.validate(OutgoingMailServer mailServer) -
Uses of ValidateException in ru.slie.luna.notification
Methods in ru.slie.luna.notification that throw ValidateExceptionModifier and TypeMethodDescriptionvoidNotificationSchemaManager.addGroups(NotificationSchema schema, IssueEventType eventType, Collection<Group> groups) voidNotificationSchemaManager.addRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) voidNotificationSchemaManager.addUserFields(NotificationSchema schema, IssueEventType eventType, Collection<IssueField> fields) voidNotificationSchemaManager.addUsers(NotificationSchema schema, IssueEventType eventType, Collection<User> users) NotificationSchemaManager.createSchema(String name, String description) voidNotificationSchemaManager.removeGroups(NotificationSchema schema, IssueEventType eventType, Collection<Group> groups) voidNotificationSchemaManager.removeRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) voidNotificationSchemaManager.removeUserFields(NotificationSchema schema, IssueEventType eventType, Collection<IssueField> fields) voidNotificationSchemaManager.removeUsers(NotificationSchema schema, IssueEventType eventType, Collection<User> users) voidNotificationSchemaManager.updateSchema(NotificationSchema notificationSchema, String name, String description) -
Uses of ValidateException in ru.slie.luna.permission
Methods in ru.slie.luna.permission that throw ValidateExceptionModifier and TypeMethodDescriptionvoidPermissionSchemaManager.addGroups(PermissionSchema schema, PermissionKey permissionKey, Collection<Group> groups) voidPermissionSchemaManager.addRoles(PermissionSchema schema, PermissionKey permissionKey, Collection<ProjectRole> roles) voidPermissionSchemaManager.addUserFields(PermissionSchema schema, PermissionKey permissionKey, Collection<IssueField> fields) voidPermissionSchemaManager.addUsers(PermissionSchema schema, PermissionKey permissionKey, Collection<User> users) PermissionSchemaManager.createSchema(String name, String description) voidPermissionSchemaManager.removeGroups(PermissionSchema schema, PermissionKey permissionKey, Collection<Group> groups) voidPermissionSchemaManager.removeRoles(PermissionSchema schema, PermissionKey permissionKey, Collection<ProjectRole> roles) voidPermissionSchemaManager.removeUserFields(PermissionSchema schema, PermissionKey permissionKey, Collection<IssueField> fields) voidPermissionSchemaManager.removeUsers(PermissionSchema schema, PermissionKey permissionKey, Collection<User> users) voidPermissionSchemaManager.updateSchema(PermissionSchema permissionSchema, String name, String description) -
Uses of ValidateException in ru.slie.luna.project
Methods in ru.slie.luna.project that throw ValidateException -
Uses of ValidateException in ru.slie.luna.project.exception
Subclasses of ValidateException in ru.slie.luna.project.exception -
Uses of ValidateException in ru.slie.luna.project.role
Methods in ru.slie.luna.project.role that throw ValidateExceptionModifier and TypeMethodDescriptionProjectRoleManager.createRole(String name, String description) voidProjectRoleManager.updateRole(ProjectRole role, String name, String description) -
Uses of ValidateException in ru.slie.luna.system
Methods in ru.slie.luna.system that throw ValidateExceptionModifier and TypeMethodDescriptionvoidApplicationProperties.setApplicationTitle(String title) voidApplicationProperties.setBaseUrl(String baseUrl) -
Uses of ValidateException in ru.slie.luna.system.backup
Methods in ru.slie.luna.system.backup that throw ValidateExceptionModifier and TypeMethodDescriptionBackupManager.startBackup(String fileName, boolean overrideExists) -
Uses of ValidateException in ru.slie.luna.system.restore
Methods in ru.slie.luna.system.restore that throw ValidateExceptionModifier and TypeMethodDescriptionProjectImportManager.getImportProjectSession(String backupName) ProjectImportManager.importProject(String backupName, String projectKey) ProjectImportManager.parseBackup(String backupName) ProjectImportManager.validateProject(String backupName, String projectKey) -
Uses of ValidateException in ru.slie.luna.user
Subclasses of ValidateException in ru.slie.luna.userModifier and TypeClassDescriptionclassclassclassMethods in ru.slie.luna.user that throw ValidateExceptionModifier and TypeMethodDescriptionUserManager.create(Directory directory, DirectoryUser directoryUser) voidUserManager.save(MutableUser user)