Uses of Interface
de.mid.innovator.srv2api.icw2db.DBRoleAuthorization
-
Packages that use DBRoleAuthorization Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database. -
-
Uses of DBRoleAuthorization in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBRoleAuthorization Modifier and Type Method Description static DBRoleAuthorizationDBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Role Authorization (in Database System) with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBRoleAuthorization Modifier and Type Method Description java.util.List<DBRoleAuthorization>DBRole. getRoleAuthorization(K_CONTROL_OPTION... behaviourFlags)List of all role authorizations ofDBRole.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBRoleAuthorization Modifier and Type Method Description voidDBRole. setRoleAuthorization(java.util.List<? extends DBRoleAuthorization> values)Set the value of Primary Key RoleAuthorization.
-