Uses of Interface
io.adminshell.aas.v3.model.Permission
-
Packages that use Permission Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Permission in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type Permission Modifier and Type Method Description java.util.List<Permission>PermissionsPerObject. getPermissions()Permissions assigned to the object.Method parameters in io.adminshell.aas.v3.model with type arguments of type Permission Modifier and Type Method Description voidPermissionsPerObject. setPermissions(java.util.List<Permission> permissions)Permissions assigned to the object. -
Uses of Permission in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Permission Modifier and Type Class Description classPermissionBuilder<T extends Permission,B extends PermissionBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Permission Modifier and Type Method Description BPermissionsPerObjectBuilder. permission(Permission permission)This function allows adding a value to the List permissionsMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type Permission Modifier and Type Method Description BPermissionsPerObjectBuilder. permissions(java.util.List<Permission> permissions)This function allows setting a value for permissions -
Uses of Permission in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Permission Modifier and Type Class Description classDefaultPermissionDefault implementation of package io.adminshell.aas.v3.model.Permission Description of a single permission.Fields in io.adminshell.aas.v3.model.impl with type parameters of type Permission Modifier and Type Field Description protected java.util.List<Permission>DefaultPermissionsPerObject. permissionsMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type Permission Modifier and Type Method Description java.util.List<Permission>DefaultPermissionsPerObject. getPermissions()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type Permission Modifier and Type Method Description voidDefaultPermissionsPerObject. setPermissions(java.util.List<Permission> permissions)
-