Uses of Class
org.craftercms.studio.api.v1.exception.security.UserNotFoundException
Packages that use UserNotFoundException
Package
Description
-
Uses of UserNotFoundException in org.craftercms.studio.api.v1.content.pipeline
Methods in org.craftercms.studio.api.v1.content.pipeline that throw UserNotFoundExceptionModifier and TypeMethodDescriptionDmContentProcessor.createMissingFoldersInPath(String site, String path, boolean isPreview) create missing folders in the given pathDmContentProcessor.fileToFolder(String site, String path) change file to folder content.voidContentProcessor.process(PipelineContent content, ResultTO result) process the content at the given path.voidContentProcessorPipeline.processContent(PipelineContent content, ResultTO result) process the given content through the executors chain -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.executor
Methods in org.craftercms.studio.api.v1.executor that throw UserNotFoundExceptionModifier and TypeMethodDescriptionProcessContentExecutor.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentTypeService.changeContentType(String site, String path, String contentType) ContentService.copyContent(String site, String fromPath, String toPath) copy content fromPath to toPathbooleanContentService.createFolder(String site, String path, String name) create a folderbooleanContentService.deleteContent(String site, String path, boolean generateActivity, String approver) booleanContentService.deleteContent(String site, String path, String approver) delete content at the pathvoidContentService.lockContent(String site, String path) ContentService.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String contentChainForm) booleanContentService.renameContent(String site, String path, String name) rename a content itembooleanContentService.revertContentItem(String site, String path, String version, boolean major, String comment) revert a version (create a new version based on an old version)booleanContentService.validateAndCreateFolder(String site, String path, String name) Validate the input and create a foldervoidContentService.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock) write contentvoidContentService.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean skipAuditLogInsert) write content -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidDeploymentService.delete(String site, List<String> paths, String approver, ZonedDateTime scheduledDate, String submissionComment) Delete contentvoidDeploymentService.deploy(String site, String environment, List<String> paths, ZonedDateTime scheduledDate, String approver, String submissionComment, boolean scheduleDateNow) PublishingManager.processItem(PublishRequest item) PublishingManager.processMandatoryDependencies(PublishRequest item, Set<String> pathsToDeploy, Set<String> missingDependenciesPaths) voidDeploymentService.publishCommits(String site, String environment, List<String> commitIds, String comment) Publish given commit IDs on given environment for given sitevoidDeploymentService.publishItems(String site, String environment, ZonedDateTime schedule, List<String> paths, String submissionComment) Publish items in given environment for given site -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.service.security
Methods in org.craftercms.studio.api.v1.service.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionSecurityService.getUserGlobalRoles(long userId, String username) SecurityService.getUserProfile(String user) SecurityService.getUserProfileByGitName(String gitName) Get user by git name. -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw UserNotFoundExceptionModifier and TypeMethodDescriptionSiteService.getSitesPerUser(int start, int number) Get sites that user is allowed access to for current userSiteService.getSitesPerUser(String username, int start, int number) Get sites that user is allowed access to for given usernameintSiteService.getSitesPerUserTotal()Get total number of sites that user is allowed access to for current userintSiteService.getSitesPerUserTotal(String username) Get total number of sites that user is allowed access to for given usernamebooleanSiteService.syncDatabaseWithRepo(String siteId, String fromCommitId, boolean generateAuditLog) Synchronize our internal database with the underlying repository. -
Uses of UserNotFoundException in org.craftercms.studio.api.v1.service.workflow
Methods in org.craftercms.studio.api.v1.service.workflow that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanWorkflowService.cleanWorkflow(String url, String site) WorkflowService.preDelete(Set<String> urisToDelete, GoLiveContext context, Set<String> rescheduledUris) booleanWorkflowService.removeFromWorkflow(String site, String path, boolean cancelWorkflow) cancel the workflow pending on the given item. -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.security
Methods in org.craftercms.studio.api.v2.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionlongSemanticsAvailableActionsResolver.calculateContentItemAvailableActions(String username, String siteId, Item item) Calculate available actions for given content itemlongSemanticsAvailableActionsResolver.calculateContentItemAvailableActions(String username, String siteId, DetailedItem detailedItem) Calculate available actions for given content itemlongAvailableActionsResolver.getContentItemAvailableActions(String username, String siteId, String path) Get content item available actions for given site and path -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.clipboard
Methods in org.craftercms.studio.api.v2.service.clipboard that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.clipboard.internal
Methods in org.craftercms.studio.api.v2.service.clipboard.internal that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.config
Methods in org.craftercms.studio.api.v2.service.config that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidConfigurationService.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) Write configuration file for given parameters -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentService.deleteContent(String siteId, String path, String submissionComment) Delete content for given path.booleanContentService.deleteContent(String siteId, List<String> paths, String submissionComment) Delete content for given paths.voidContentTypeService.deleteContentType(String siteId, String contentType, boolean deleteDependencies) Deletes all files related to a given content-typeContentService.getChildrenByPath(String siteId, String path, String locale, String keyword, List<String> types, List<String> excludes, String sortStrategy, String order, int offset, int limit) Get list of children for given pathContentService.getChildrenByPaths(String siteId, List<String> paths, Map<String, GetChildrenBulkRequest.PathParams> pathParams) Get children for paths bulk.ContentService.getItemByPath(String siteId, String path, boolean preferContent) Get detailed item for given pathContentService.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) Get sandbox items for given list of pathsvoidContentService.lockContent(String siteId, String path) Lock item by path for given sitebooleanContentService.renameContent(String site, String path, String name) Rename content for given path -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.content.internal
Methods in org.craftercms.studio.api.v2.service.content.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidContentTypeServiceInternal.deleteContentType(String siteId, String contentType, boolean deleteDependencies) Deletes all files related to a given content-typeContentServiceInternal.getChildrenByPath(String siteId, String path, String locale, String keyword, List<String> systemTypes, List<String> excludes, String sortStrategy, String order, int offset, int limit) Get list of children for given pathContentServiceInternal.getChildrenByPaths(String siteId, List<String> paths, Map<String, GetChildrenBulkRequest.PathParams> pathParams) Get children for paths bulk.ContentServiceInternal.getItemByPath(String siteId, String path, boolean preferContent) Get detailed for given pathContentServiceInternal.getItemsByStates(String siteId, long statesBitMap, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get a list of items by state and system types.ContentServiceInternal.getSandboxItemsById(String siteId, List<Long> ids, List<org.craftercms.commons.rest.parameters.SortField> sortFields, boolean preferContent) Get sandbox items for given list of pathsContentServiceInternal.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) Get sandbox items for given list of paths -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that throw UserNotFoundExceptionModifier and TypeMethodDescriptionDashboardService.getContentExpired(String siteId, int offset, int limit) Get content that expiredDashboardService.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get content that is expiringDashboardService.getContentPendingApproval(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get pending content for approvalDashboardService.getContentPendingApprovalDetail(String siteId, String publishingPackageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) Get content pending approval package detailsDashboardService.getContentUnpublished(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get unpublished content itemsDashboardService.getPublishingHistoryDetail(String siteId, String publishingPackageId, int offset, int limit) Get publishing package detailsDashboardService.getPublishingScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get publishing scheduledDashboardService.getPublishingScheduledDetail(String siteId, String publishingPackageId) Get publishing package details -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.item.internal
Methods in org.craftercms.studio.api.v2.service.item.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidItemServiceInternal.lockItemByPath(String siteId, String path, String username) Lock item for given lock ownervoidItemServiceInternal.persistItemAfterCreate(String siteId, String path, String username, String commitId, boolean unlock, Long parentId) Persist item metadata after createvoidItemServiceInternal.persistItemAfterCreateFolder(String siteId, String folderPath, String folderName, String username, String commitId, Long parentId) Persist item metadata after create foldervoidItemServiceInternal.persistItemAfterRenameContent(String siteId, String path, String name, String username, String commitId, String contentType) Persist item metadata after rename foldervoidItemServiceInternal.persistItemAfterWrite(String siteId, String path, String username, String commitId, boolean unlock) Persist item metadata after write -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceService.writePluginConfiguration(String siteId, String pluginId, String content) Writes the configuration for a given plugin -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternal.writePluginConfiguration(String siteId, String pluginId, String content) Writes the configuration for a given plugin -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.publish
Methods in org.craftercms.studio.api.v2.service.publish that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidPublishService.cancelPublishingPackages(String siteId, List<String> packageIds) Cancel publishing packagesPublishService.getDeploymentHistory(String siteId, int daysFromToday, int numberOfItems, String filterType) Get deployment historyPublishService.publishAll(String siteId, String publishingTarget, String comment) Publishes all changes for the given site & target -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionGroupService.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) Add users to the groupUserService.changePassword(String username, String current, String newPassword) User changes passwordvoidUserService.deleteUsers(List<Long> userIds, List<String> usernames) UserService.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) longSecurityService.getAvailableActions(String username, String site, String path) Get available actions for given user over content from site and specified pathUserService.getCurrentUserGlobalPermissions()Get global permissions of the current authenticated userUserService.getCurrentUserSitePermissions(String site) Get permissions of the current authenticated user for given siteUserService.getUserByIdOrUsername(long userId, String username) UserService.getUserSiteRoles(long userId, String username, String site) UserService.getUserSites(long userId, String username) UserService.hasCurrentUserGlobalPermissions(List<String> permissions) Check if the current authenticated user has given global permissionsUserService.hasCurrentUserSitePermissions(String site, List<String> permissions) Check if the current authenticated user has given permissions for given sitevoidGroupService.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) Remove users from the groupbooleanUserService.resetPassword(String username, String newPassword) Admin resets the user passwordUserService.setPassword(String token, String newPassword) Set user password - forgot password tokenvoidUserService.updateUser(User user) booleanUserService.validateToken(String token) Validate forgot password token -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceInternal.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) voidUserServiceInternal.deleteUsers(List<Long> userIds, List<String> usernames) UserServiceInternal.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceInternal.getUserByGitName(String gitName) Get user by git name.UserServiceInternal.getUserByIdOrUsername(long userId, String username) UserServiceInternal.getUserGroups(long userId, String username) UserServiceInternal.getUsersByIdOrUsername(List<Long> userIds, List<String> usernames) booleanUserServiceInternal.isUserMemberOfGroup(String username, String groupName) voidGroupServiceInternal.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) booleanUserServiceInternal.setUserPassword(String username, String newPassword) voidUserServiceInternal.updateUser(User user) -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.service.workflow
Methods in org.craftercms.studio.api.v2.service.workflow that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidWorkflowService.approve(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) Approve request for publishvoidWorkflowService.delete(String siteId, List<String> paths, List<String> optionalDependencies, String comment) Delete content itemsWorkflowService.getWorkflowAffectedPaths(String siteId, String path) Get workflow affected paths if content is editedvoidWorkflowService.publish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) Direct publish contentvoidReject request for publishvoidWorkflowService.requestPublish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment, boolean sendEmailNotifications) Request approval for content to be published -
Uses of UserNotFoundException in org.craftercms.studio.api.v2.utils
Methods in org.craftercms.studio.api.v2.utils that throw UserNotFoundExceptionModifier and TypeMethodDescriptionorg.eclipse.jgit.lib.PersonIdentGitRepositoryHelper.getAuthorIdent(String author) Return the author identity as a jgit PersonIdentorg.eclipse.jgit.lib.PersonIdentGitRepositoryHelper.getCurrentUserIdent()Return the current user identity as a jgit PersonIdent -
Uses of UserNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type UserNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleUserNotFoundException(javax.servlet.http.HttpServletRequest request, UserNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw UserNotFoundExceptionModifier and TypeMethodDescriptionGroupsController.addGroupMembers(int groupId, AddGroupMembers addGroupMembers) Add group members APIWorkflowController.approve(@Valid ApproveRequestBody approveRequestBody) PublishController.cancelPublishingPackages(@Valid CancelPublishingPackagesRequest cancelPublishingPackagesRequest) UsersController.changePassword(@Valid ChangePasswordRequest changePasswordRequest) UsersController.checkCurrentUserHasGlobalPermissions(@Valid HasPermissionsRequest permissionsRequest) Check if the current authenticated user has global permissionsUsersController.checkCurrentUserHasSitePermissions(String site, @Valid HasPermissionsRequest permissionsRequest) Check if user has permissions in a site of the current authenticated user API@Valid ResponseBodyContentController.delete(DeleteRequestBody deleteRequestBody) ConfigurationController.deleteContentType(@Valid ConfigurationController.DeleteContentTypeRequest request) UsersController.deleteUsers(List<@NotNull Long> userIds, List<@NotBlank String> usernames) Delete users APIUsersController.disableUsers(@Valid EnableUsers enableUsers) Disable users APIUsersController.enableUsers(@Valid EnableUsers enableUsers) Enable users API@Valid ResultContentController.getChildrenByPath(@Valid GetChildrenByPathRequestBody request) Deprecated.ContentController.getChildrenByPaths(String siteId, @Valid GetChildrenBulkRequest request) @Valid org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> ContentController.getContentByCommitId(String siteId, String path, String commitId) DashboardController.getContentExpired(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) DashboardController.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid PaginatedResultList<DetailedItem> DashboardController.getContentPendingApproval(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, List<org.craftercms.commons.rest.parameters.SortField> sortFields, List<String> systemTypes) @Valid ResultList<SandboxItem> DashboardController.getContentPendingApprovalDetail(String siteId, UUID packageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) @Valid PaginatedResultList<SandboxItem> DashboardController.getContentUnpublished(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, List<org.craftercms.commons.rest.parameters.SortField> sortFields, List<String> systemTypes) UsersController.getCurrentUserGlobalPermissions()Get the global permissions of the current authenticated user APIUsersController.getCurrentUserSitePermissions(String site) Get the permissions in a site of the current authenticated user API@Valid ResponseBodyContentController.getItemByPath(String siteId, String path, boolean preferContent) PublishController.getPublishingHistory(String siteId, @javax.validation.constraints.PositiveOrZero int daysFromToday, @javax.validation.constraints.PositiveOrZero int numberOfItems, String filterType) @Valid PaginatedResultList<SandboxItem> DashboardController.getPublishingHistoryDetail(String siteId, UUID packageId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid PaginatedResultList<DetailedItem> DashboardController.getPublishingScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, List<org.craftercms.commons.rest.parameters.SortField> sortFields, List<String> systemTypes) @Valid ResultList<SandboxItem> DashboardController.getPublishingScheduledDetail(String siteId, UUID packageId) ContentController.getSandboxItemsByPath(@Valid GetSandboxItemsByPathRequestBody request) Get user APIUsersController.getUserSiteRoles(@NotNull String userId, @NotNull String site) Get user roles for a site APIUsersController.getUserSites(@NotNull String userId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) Get user sites APIWorkflowController.getWorkflowAffectedPaths(String siteId, String path) @Valid ResponseBodyContentController.itemLockByPath(@Valid LockItemByPathRequest request) WorkflowController.publish(@Valid PublishRequestBody publishRequestBody) PublishController.publishAll(@Valid PublishAllRequest request) WorkflowController.reject(@Valid RejectRequestBody rejectRequestBody) GroupsController.removeGroupMembers(int groupId, List<Long> userIds, List<@NotBlank String> usernames) Remove group members APIContentController.rename(@Valid RenameRequestBody renameRequestBody) WorkflowController.requestPublish(@Valid RequestPublishRequestBody requestPublishRequestBody) UsersController.resetPassword(@NotBlank String userId, @Valid ResetPasswordRequest resetPasswordRequest) UsersController.setPassword(@Valid SetPasswordRequest setPasswordRequest) UsersController.updateUser(@Valid UpdateUserRequest user) Update user APIUsersController.validateToken(javax.servlet.http.HttpServletResponse response, @NotBlank String token) @Valid ResponseBodyConfigurationController.writeConfiguration(WriteConfigurationRequest wcRequest) PluginController.writeConfiguration(@Valid PluginController.WriteConfigurationRequest request) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline that throw UserNotFoundExceptionModifier and TypeMethodDescriptionFormDmContentProcessor.createMissingFoldersInPath(String site, String path, boolean isPreview) FormDmContentProcessor.fileToFolder(String site, String path) voidBaseContentProcessor.process(PipelineContent content, ResultTO result) voidPostActivityProcessor.process(PipelineContent content, ResultTO result) voidContentProcessorPipelineImpl.processContent(PipelineContent content, ResultTO result) protected voidAssetDmContentProcessor.updateFile(String site, String relativePath, InputStream input, String user, boolean isPreview, boolean unlock, ResultTO result) update the file at the given content nodeprotected voidFormDmContentProcessor.updateFile(String site, String path, InputStream input, String user, boolean isPreview, boolean unlock, ResultTO result) update the file at the given content nodeprotected ContentAssetInfoTOAssetDmContentProcessor.writeContentAsset(PipelineContent content, String site, String user, String path, String assetName, InputStream in, int width, int height, boolean createFolders, boolean isPreview, boolean unlock, boolean isSystemAsset, ResultTO result) upload content asset to the given path -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.executor
Methods in org.craftercms.studio.impl.v1.executor that throw UserNotFoundExceptionModifier and TypeMethodDescriptionProcessContentExecutorImpl.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.repository.job
Methods in org.craftercms.studio.impl.v1.repository.job that throw UserNotFoundExceptionModifier and TypeMethodDescriptionprotected booleanRebuildRepositoryMetadata.rebuildMetadata(String site) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that throw UserNotFoundExceptionModifier and TypeMethodDescription@javax.validation.Valid booleanContentTypeServiceImpl.changeContentType(String site, String path, String contentType) @Valid StringContentServiceImpl.copyContent(String site, String fromPath, String toPath) protected StringContentServiceImpl.copyContent(String site, String fromPath, String toPath, Set<String> processedPaths) internal method copy that handles Get dependencies is already recursive@javax.validation.Valid booleanContentServiceImpl.createFolder(String site, String path, String name) @javax.validation.Valid booleanContentServiceImpl.deleteContent(String site, String path, boolean generateActivity, String approver) @javax.validation.Valid booleanContentServiceImpl.deleteContent(String site, String path, String approver) protected voidContentServiceImpl.generateDeleteActivity(String site, String path, String approver) voidContentServiceImpl.lockContent(String site, String path) protected voidContentServiceImpl.populateMetadata(String site, ContentItemTO item) @Valid ResultTOContentServiceImpl.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String contentChainForm) @javax.validation.Valid booleanContentServiceImpl.renameContent(String site, String path, String name) @javax.validation.Valid booleanContentServiceImpl.revertContentItem(String site, String path, String version, boolean major, String comment) protected voidContentServiceImpl.updateChildrenOnMove(String site, String fromPath, String movePath) protected voidContentServiceImpl.updateDatabaseOnMove(String site, String fromPath, String movePath) protected voidContentServiceImpl.updateDatabaseOnMove(String site, String fromPath, String movePath, Long parentId, String label, String folderLabel) booleanContentServiceImpl.validateAndCreateFolder(String site, String path, String name) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean skipAuditLogInsert) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidDeploymentServiceImpl.delete(String site, List<String> paths, String approver, ZonedDateTime scheduledDate, String submissionComment) voidDeploymentServiceImpl.deploy(String site, String environment, List<String> paths, ZonedDateTime scheduledDate, String approver, String submissionComment, boolean scheduleDateNow) PublishingManagerImpl.processItem(PublishRequest item) PublishingManagerImpl.processMandatoryDependencies(PublishRequest item, Set<String> pathsToDeploy, Set<String> missingDependenciesPaths) voidDeploymentServiceImpl.publishCommits(String site, String environment, List<String> commitIds, String comment) voidDeploymentServiceImpl.publishItems(String site, String environment, ZonedDateTime schedule, List<String> paths, String submissionComment) protected voidDeploymentServiceImpl.sendContentApprovalEmail(List<PublishRequest> itemList, boolean scheduleDateNow) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.security
Methods in org.craftercms.studio.impl.v1.service.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionSecurityServiceImpl.getUserGlobalRoles(long userId, String username) SecurityServiceImpl.getUserProfile(String user) SecurityServiceImpl.getUserProfileByGitName(String gitName) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw UserNotFoundExceptionModifier and TypeMethodDescriptionSiteServiceImpl.getSitesPerUser(int start, int number) SiteServiceImpl.getSitesPerUser(String username, int start, int number) @javax.validation.Valid intSiteServiceImpl.getSitesPerUserTotal()@javax.validation.Valid intSiteServiceImpl.getSitesPerUserTotal(String username) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow that throw UserNotFoundExceptionModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl._cancelWorkflow(String site, String path) protected voidWorkflowServiceImpl.cleanUrisFromWorkflow(Set<String> uris, String site) @javax.validation.Valid booleanWorkflowServiceImpl.cleanWorkflow(String url, String site) protected voidWorkflowServiceImpl.doSubmit(String site, String dependency, ZonedDateTime scheduledDate, boolean sendEmail, String user, String submissionComment, String environment) WorkflowServiceImpl.getWorkflowAffectedPathsInternal(String site, String path) WorkflowServiceImpl.preDelete(Set<String> urisToDelete, GoLiveContext context, Set<String> rescheduledUris) protected voidWorkflowServiceImpl.reject(String site, List<DmDependencyTO> submittedItems, String reason, String approver) @javax.validation.Valid booleanWorkflowServiceImpl.removeFromWorkflow(String site, String path, boolean cancelWorkflow) protected booleanWorkflowServiceImpl.removeFromWorkflow(String site, String path, Set<String> processedPaths, boolean cancelWorkflow) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v1.service.workflow.operation
Methods in org.craftercms.studio.impl.v1.service.workflow.operation that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.job
Methods in org.craftercms.studio.impl.v2.job that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.security
Methods in org.craftercms.studio.impl.v2.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionlongSemanticsAvailableActionsResolverImpl.calculateContentItemAvailableActions(String username, String siteId, Item item) longSemanticsAvailableActionsResolverImpl.calculateContentItemAvailableActions(String username, String siteId, DetailedItem detailedItem) longAvailableActionsResolverImpl.getContentItemAvailableActions(String username, String siteId, String path) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.clipboard
Methods in org.craftercms.studio.impl.v2.service.clipboard that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.clipboard.internal
Methods in org.craftercms.studio.impl.v2.service.clipboard.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionClipboardServiceInternalImpl.duplicateItem(String siteId, String path) ClipboardServiceInternalImpl.pasteItems(String siteId, Operation operation, String targetPath, PasteItem item) protected voidClipboardServiceInternalImpl.pasteItemsInternal(String siteId, Operation operation, String targetPath, List<PasteItem> items, List<String> pastedItems) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.configuration
Methods in org.craftercms.studio.impl.v2.service.configuration that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidConfigurationServiceImpl.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.configuration.internal
Methods in org.craftercms.studio.impl.v2.service.configuration.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidConfigurationServiceInternalImpl.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentServiceImpl.deleteContent(String siteId, String path, String submissionComment) booleanContentServiceImpl.deleteContent(String siteId, List<String> paths, String submissionComment) voidContentTypeServiceImpl.deleteContentType(String siteId, String contentType, boolean deleteDependencies) Deletes all files related to a given content-typeContentServiceImpl.getChildrenByPath(String siteId, String path, String locale, String keyword, List<String> systemTypes, List<String> excludes, String sortStrategy, String order, int offset, int limit) ContentServiceImpl.getChildrenByPaths(String siteId, List<String> paths, Map<String, GetChildrenBulkRequest.PathParams> pathParams) ContentServiceImpl.getItemByPath(String siteId, String path, boolean preferContent) ContentServiceImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) voidContentServiceImpl.lockContent(String siteId, String path) booleanContentServiceImpl.renameContent(String site, String path, String name) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.content.internal
Methods in org.craftercms.studio.impl.v2.service.content.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidContentTypeServiceInternalImpl.deleteContentType(String siteId, String contentType, boolean deleteDependencies) ContentServiceInternalImpl.getChildrenByPath(String siteId, String path, String locale, String keyword, List<String> systemTypes, List<String> excludes, String sortStrategy, String order, int offset, int limit) ContentServiceInternalImpl.getChildrenByPaths(String siteId, List<String> paths, Map<String, GetChildrenBulkRequest.PathParams> pathParams) ContentServiceInternalImpl.getItemByPath(String siteId, String path, boolean preferContent) ContentServiceInternalImpl.getItemsByStates(String siteId, long statesBitMap, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) ContentServiceInternalImpl.getSandboxItemsById(String siteId, List<Long> ids, List<org.craftercms.commons.rest.parameters.SortField> sortFields, boolean preferContent) ContentServiceInternalImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that throw UserNotFoundExceptionModifier and TypeMethodDescriptionDashboardServiceImpl.getContentExpired(String siteId, int offset, int limit) DashboardServiceImpl.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) DashboardServiceImpl.getContentPendingApproval(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getContentPendingApprovalDetail(String siteId, String publishingPackageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) DashboardServiceImpl.getContentUnpublished(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getPublishingHistoryDetail(String siteId, String publishingPackageId, int offset, int limit) DashboardServiceImpl.getPublishingScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getPublishingScheduledDetail(String siteId, String publishingPackageId) protected ExpiringContentResultDashboardServiceImpl.processResults(String siteId, SearchResult results) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.item.internal
Methods in org.craftercms.studio.impl.v2.service.item.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidItemServiceInternalImpl.lockItemByPath(String siteId, String path, String username) voidItemServiceInternalImpl.persistItemAfterCreate(String siteId, String path, String username, String commitId, boolean unlock, Long parentId) voidItemServiceInternalImpl.persistItemAfterCreateFolder(String siteId, String folderPath, String folderName, String username, String commitId, Long parentId) voidItemServiceInternalImpl.persistItemAfterRenameContent(String siteId, String path, String name, String username, String commitId, String contentType) voidItemServiceInternalImpl.persistItemAfterWrite(String siteId, String path, String username, String commitId, boolean unlock) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.writePluginConfiguration(String siteId, String pluginId, String content) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionprotected voidMarketplaceServiceInternalImpl.commitChanges(String siteId, List<String> changedFiles, boolean update, boolean publish, String message) voidMarketplaceServiceInternalImpl.writePluginConfiguration(String siteId, String pluginId, String content) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.publish
Methods in org.craftercms.studio.impl.v2.service.publish that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidPublishServiceImpl.cancelPublishingPackages(String siteId, List<String> packageIds) PublishServiceImpl.getDeploymentHistory(String siteId, int daysFromToday, int numberOfItems, String filterType) PublishServiceImpl.publishAll(String siteId, String publishingTarget, String comment) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.repository.internal
Methods in org.craftercms.studio.impl.v2.service.repository.internal that throw UserNotFoundException -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) UserServiceImpl.changePassword(String username, String current, String newPassword) voidUserServiceImpl.deleteUsers(List<Long> userIds, List<String> usernames) UserServiceImpl.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) longSecurityServiceImpl.getAvailableActions(String username, String site, String path) UserServiceImpl.getCurrentUserGlobalPermissions()UserServiceImpl.getCurrentUserSitePermissions(String site) UserServiceImpl.getUserByIdOrUsername(long userId, String username) UserServiceImpl.getUserSiteRoles(long userId, String username, String site) UserServiceImpl.getUserSites(long userId, String username) UserServiceImpl.hasCurrentUserGlobalPermissions(List<String> permissions) UserServiceImpl.hasCurrentUserSitePermissions(String site, List<String> permissions) voidGroupServiceImpl.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) booleanUserServiceImpl.resetPassword(String username, String newPassword) UserServiceImpl.setPassword(String token, String newPassword) voidUserServiceImpl.updateUser(User user) protected booleanUserServiceImpl.validateDecryptedToken(String decryptedToken) booleanUserServiceImpl.validateToken(String token) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that throw UserNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceInternalImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) voidUserServiceInternalImpl.deleteUsers(List<Long> userIds, List<String> usernames) UserServiceInternalImpl.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceInternalImpl.getUserByGitName(String gitName) UserServiceInternalImpl.getUserByIdOrUsername(long userId, String username) UserServiceInternalImpl.getUserGroups(long userId, String username) UserServiceInternalImpl.getUsersByIdOrUsername(List<Long> userIds, List<String> usernames) booleanUserServiceInternalImpl.isUserMemberOfGroup(String username, String groupName) voidGroupServiceInternalImpl.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) booleanUserServiceInternalImpl.setUserPassword(String username, String newPassword) voidUserServiceInternalImpl.updateUser(User user) -
Uses of UserNotFoundException in org.craftercms.studio.impl.v2.service.workflow
Methods in org.craftercms.studio.impl.v2.service.workflow that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.approve(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) voidWorkflowServiceImpl.delete(String siteId, List<String> paths, List<String> optionalDependencies, String comment) WorkflowServiceImpl.getWorkflowAffectedPaths(String siteId, String path) voidWorkflowServiceImpl.publish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) voidvoidWorkflowServiceImpl.requestPublish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment, boolean sendEmailNotifications)