Uses of Interface
de.mid.innovator.srv2api.icw2db.DBRoleAuthorization
Packages that use DBRoleAuthorization
Package
Description
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 DBRoleAuthorizationModifier and TypeMethodDescriptionstatic 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 DBRoleAuthorizationModifier and TypeMethodDescriptionDBRole.getRoleAuthorization()List of all role authorizations ofDBRole.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBRoleAuthorizationModifier and TypeMethodDescriptionvoidDBRole.setRoleAuthorization(List<? extends DBRoleAuthorization> values) Set the value of Primary Key RoleAuthorization.