Uses of Interface
de.mid.innovator.srv2api.icw2db.DBRole
-
Packages that use DBRole Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of DBRole in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBRole Modifier and Type Method Description static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role (in Database System) with template and container.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role (in Database System) with stereotype and container.DBRole
DBRoleAuthorization. getRole()
Reference to theDBRole
of thisDBRoleAuthorization
. -
Uses of DBRole in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type DBRole Modifier and Type Method Description java.util.List<DBRole>
MMCreateTemplate. getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags)
All DB roles owned by thisMMCreateTemplate
.
-