public static class LegacyMonitorData.JobInfoModel extends Object
Constructor and Description |
---|
JobInfoModel(Job<?,?> validJob,
boolean regularAccess,
String jobFullName)
ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobFullName() |
Job<?,?> |
getValidJob() |
boolean |
isAutoMigratable() |
boolean |
isRegularAccess()
Check wheter the current user have read permission to that job.
|
@CheckForNull public Job<?,?> getValidJob()
null
if the job doesn't exist.public boolean isRegularAccess()
false
also if the job no longer exists.true
if the current user can access.@NonNull public String getJobFullName()
public boolean isAutoMigratable()
true
if auto-migration is applicable.Copyright © 2016–2022. All rights reserved.