Uses of Class
com.soffid.iam.am.api.VaultFolder
Packages that use VaultFolder
-
Uses of VaultFolder in com.soffid.iam.am.api
Methods in com.soffid.iam.am.api that return VaultFolderMethods in com.soffid.iam.am.api with parameters of type VaultFolderModifier and TypeMethodDescriptionvoidVaultElement.setFolder(VaultFolder folder) Sets value for attribute folderConstructors in com.soffid.iam.am.api with parameters of type VaultFolderModifierConstructorDescriptionVaultElement(Long id, Long parentId, String type, Account account, VaultFolder folder) VaultFolder(VaultFolder otherBean) -
Uses of VaultFolder in com.soffid.iam.am.service
Methods in com.soffid.iam.am.service that return VaultFolderModifier and TypeMethodDescriptionVaultService.create(VaultFolder folder) Operation createVaultService.findFolder(long id) Operation findFolderVaultService.getPersonalFolder()Operation getPersonalFolderVaultService.update(VaultFolder folder) Operation updateMethods in com.soffid.iam.am.service that return types with arguments of type VaultFolderModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<VaultFolder>VaultService.findFolders(com.soffid.zkdb.api.Query q) Operation findFoldersVaultService.findFolders(String filter) Operation findFoldersVaultService.getChildren(VaultFolder parent) Operation getChildrenVaultService.getPublicRootFolders()Operation getPublicRootFoldersVaultService.getRootFolders()Operation getRootFoldersMethods in com.soffid.iam.am.service with parameters of type VaultFolderModifier and TypeMethodDescriptionVaultService.create(VaultFolder folder) Operation createVaultService.getChildren(VaultFolder parent) Operation getChildrenVaultService.getFolderPermissions(VaultFolder folder) Operation getFolderPermissionsVaultService.list(VaultFolder folder) Operation listvoidVaultService.remove(VaultFolder folder) Operation removeVaultService.update(VaultFolder folder) Operation update -
Uses of VaultFolder in com.soffid.iam.am.service.ejb
Methods in com.soffid.iam.am.service.ejb that return VaultFolderModifier and TypeMethodDescriptionVaultService.create(VaultFolder folder) VaultService.findFolder(long id) VaultService.getPersonalFolder()VaultService.update(VaultFolder folder) Methods in com.soffid.iam.am.service.ejb that return types with arguments of type VaultFolderModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<VaultFolder>VaultService.findFolders(com.soffid.zkdb.api.Query q) VaultService.findFolders(String filter) VaultService.getChildren(VaultFolder parent) VaultService.getPublicRootFolders()VaultService.getRootFolders()Methods in com.soffid.iam.am.service.ejb with parameters of type VaultFolderModifier and TypeMethodDescriptionVaultService.create(VaultFolder folder) VaultService.getChildren(VaultFolder parent) VaultService.getFolderPermissions(VaultFolder folder) VaultService.list(VaultFolder folder) voidVaultService.remove(VaultFolder folder) VaultService.update(VaultFolder folder)