|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityLevel | |
|---|---|
| base.jdbs | |
| Uses of SecurityLevel in base.jdbs |
|---|
| Methods in base.jdbs that return SecurityLevel | |
|---|---|
static SecurityLevel |
SecurityLevel.fromStringToSecurityLevel(java.lang.String value)
|
SecurityLevel |
ConfigurationManager.getDefaultBackupSecurityLevel()
|
SecurityLevel |
Backup.getSecurityLevel()
|
static SecurityLevel |
SecurityLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SecurityLevel[] |
SecurityLevel.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in base.jdbs with parameters of type SecurityLevel | |
|---|---|
static java.lang.String |
SecurityLevel.fromSecurityLevelToString(SecurityLevel value)
|
static Backup |
BackupFactory.newBackup(java.lang.String name,
java.lang.String description,
java.util.Date expirationDate,
SecurityLevel securityLevel)
|
void |
ConfigurationManager.setDefaultBackupSecurityLevel(SecurityLevel defaultBackupSecurityLevel)
|
void |
Backup.setSecurityLevel(SecurityLevel securityLevel)
|
| Constructors in base.jdbs with parameters of type SecurityLevel | |
|---|---|
Backup(java.lang.String guId,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.util.Date expirationDate,
SecurityLevel securityLevel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||