Uses of Class
com.morpheusdata.model.User
Packages that use User
Package
Description
-
Uses of User in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type UserModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength) Create a url to copy a file to the target server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout) Create a url to copy a file to the target server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand) Create a url to copy a file to the target server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand, String contentType) Create a url to copy a file to the target server.io.reactivex.rxjava3.core.Single<String>MorpheusVirtualImageService.getCloudFileStreamUrl(VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFile cloudFile, User createdBy, Cloud cloud) Get a one-off url for an image to upload to it to a cloudio.reactivex.rxjava3.core.Single<String>MorpheusVirtualImageService.getCloudFileStreamUrl(VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFile cloudFile, User createdBy, Cloud cloud, String contentType) Get a one-off url for an image to upload to it to a cloudio.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessEvent.ProcessType processType, User user, String timerCategory) Deprecated.io.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessEvent.ProcessType processType, User user, String timerCategory, String eventTitle) Deprecated.io.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory) Start a new Process for the Workloadio.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory, String eventTitle) Start a new Process for the Workload -
Uses of User in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud with parameters of type UserModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Map>MorpheusCloudService.buildContainerUserGroups(Account account, VirtualImage virtualImage, List<UserGroup> userGroups, User user, Map opts) -
Uses of User in com.morpheusdata.core.costing
Methods in com.morpheusdata.core.costing with parameters of type UserModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<AccountInvoice>MorpheusAccountInvoiceService.listByApiParams(User user, ApiParameterMap<String, Object> parameters) -
Uses of User in com.morpheusdata.core.cypher
Fields in com.morpheusdata.core.cypher declared as UserConstructors in com.morpheusdata.core.cypher with parameters of type User -
Uses of User in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type UserModifier and TypeMethodDescriptionLocalizationProvider.getCustomLocales(User user) Get list of custom Locale Codes to be added to Global and User Morpheus Locale settings.Load data for the analytics page.AnalyticsProvider.renderTemplate(User user, Map<String, Object> analyticsData, Map<String, Object> params) Presents the HTML Rendered output of an analytics page.CatalogItemLayoutProvider.renderTemplate(CatalogItemType catalogItemType, User user) Render details provided to your rendering engineGlobalUIComponentProvider.renderTemplate(User user, Account account) The renderer for the global UI Component.Provide logic when tab should be displayed.BackupIntegrationTabProvider.show(BackupProvider backupProvider, User user, Account account) Provide logic when tab should be displayed.default BooleanProvide logic when costing cloud summary should be displayed.ClusterTabProvider.show(ComputeServerGroup cluster, User user, Account account) Provide logic when tab should be displayed.Provides logic to check for when this global ui component should be displayedProvide logic when tab should be displayed.NetworkServerTabProvider.show(NetworkServer networkServer, User user, Account account) Provide logic when tab should be displayed.Provide logic when tab should be displayed.Provide logic to determine when these details should be displayed.ServerTabProvider.show(ComputeServer server, User user, Account account) Provide logic when tab should be displayed. -
Uses of User in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type UserModifier and TypeMethodDescriptionMorpheusSynchronousFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength) Create a url to copy a file to the target server.MorpheusSynchronousFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout) Create a url to copy a file to the target server.MorpheusSynchronousFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand) Create a url to copy a file to the target server.MorpheusSynchronousFileCopyService.generateUrl(String fileName, User user, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand, String contentType) Create a url to copy a file to the target server.MorpheusSynchronousVirtualImageService.getCloudFileStreamUrl(VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFile cloudFile, User createdBy, Cloud cloud) Get a one-off url for an image to upload to it to a cloudMorpheusSynchronousProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory) Start a new Process for the WorkloadMorpheusSynchronousProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory, String eventTitle) Start a new Process for the Workload -
Uses of User in com.morpheusdata.model
Fields in com.morpheusdata.model declared as UserModifier and TypeFieldDescriptionprotected UserApp.createdByprotected UserAppTemplate.createdByprotected UserBackup.createdByprotected UserBackupResult.createdByprotected UserComputeServer.createdByprotected UserComputeServerGroup.createdByprotected UserDatastore.createdByprotected UserInstance.createdByprotected UserInstanceType.createdByprotected UserJobTarget.createdByprotected UserJobTemplate.createdByprotected UserNetworkDomainRecord.createdByprotected UserNetworkFloatingIp.createdByprotected UserNetworkLoadBalancerMember.createdByprotected UserNetworkLoadBalancerMonitor.createdByprotected UserNetworkLoadBalancerNode.createdByprotected UserNetworkLoadBalancerPolicy.createdByprotected UserNetworkLoadBalancerPool.createdByprotected UserNetworkLoadBalancerProfile.createdByprotected UserNetworkLoadBalancerRule.createdByprotected UserNetworkLoadBalancerScript.createdByprotected UserNetworkPoolIp.createdByprotected UserReplication.createdByprotected UserReportResult.createdByprotected UserTaskSet.createdByprotected UserAccountCredential.userprotected UserDashboard.userMethods in com.morpheusdata.model that return UserModifier and TypeMethodDescriptionApp.getCreatedBy()AppTemplate.getCreatedBy()Backup.getCreatedBy()BackupResult.getCreatedBy()ComputeServer.getCreatedBy()ComputeServerGroup.getCreatedBy()Datastore.getCreatedBy()Instance.getCreatedBy()InstanceType.getCreatedBy()JobTarget.getCreatedBy()JobTemplate.getCreatedBy()NetworkDomainRecord.getCreatedBy()NetworkFloatingIp.getCreatedBy()NetworkLoadBalancerMember.getCreatedBy()NetworkLoadBalancerMonitor.getCreatedBy()NetworkLoadBalancerNode.getCreatedBy()NetworkLoadBalancerPolicy.getCreatedBy()NetworkLoadBalancerPool.getCreatedBy()NetworkLoadBalancerProfile.getCreatedBy()NetworkLoadBalancerRule.getCreatedBy()NetworkLoadBalancerScript.getCreatedBy()NetworkPoolIp.getCreatedBy()Replication.getCreatedBy()ReportResult.getCreatedBy()TaskSet.getCreatedBy()WikiPage.getCreatedBy()WikiPage.getUpdatedBy()AccountCredential.getUser()Dashboard.getUser()Methods in com.morpheusdata.model with parameters of type UserModifier and TypeMethodDescriptionvoidApp.setCreatedBy(User createdBy) voidAppTemplate.setCreatedBy(User createdBy) voidBackup.setCreatedBy(User createdBy) voidBackupResult.setCreatedBy(User createdBy) voidComputeServer.setCreatedBy(User createdBy) voidComputeServerGroup.setCreatedBy(User createdBy) voidDatastore.setCreatedBy(User createdBy) voidInstance.setCreatedBy(User createdBy) voidInstanceType.setCreatedBy(User createdBy) voidJobTarget.setCreatedBy(User createdBy) voidJobTemplate.setCreatedBy(User createdBy) voidNetworkDomainRecord.setCreatedBy(User createdBy) voidNetworkFloatingIp.setCreatedBy(User createdBy) voidNetworkLoadBalancerMember.setCreatedBy(User createdBy) voidNetworkLoadBalancerMonitor.setCreatedBy(User createdBy) voidNetworkLoadBalancerNode.setCreatedBy(User createdBy) voidNetworkLoadBalancerPolicy.setCreatedBy(User createdBy) voidNetworkLoadBalancerPool.setCreatedBy(User createdBy) voidNetworkLoadBalancerProfile.setCreatedBy(User createdBy) voidNetworkLoadBalancerRule.setCreatedBy(User createdBy) voidNetworkLoadBalancerScript.setCreatedBy(User createdBy) voidNetworkPoolIp.setCreatedBy(User createdBy) voidReplication.setCreatedBy(User createdBy) voidReportResult.setCreatedBy(User createdBy) voidTaskSet.setCreatedBy(User createdBy) voidWikiPage.setCreatedBy(User createdBy) voidWikiPage.setUpdatedBy(User updatedBy) voidvoid -
Uses of User in com.morpheusdata.views
Fields in com.morpheusdata.views declared as User
MorpheusProcessService.startProcess(Workload, ProcessStepType, User, String)instead