Uses of Class
org.teiid.metadata.Role
-
Packages that use Role Package Description org.teiid.metadata -
-
Uses of Role in org.teiid.metadata
Fields in org.teiid.metadata with type parameters of type Role Modifier and Type Field Description protected LinkedHashMap<String,Role>MetadataStore. rolesMethods in org.teiid.metadata that return Role Modifier and Type Method Description RoleDatabase. findRole(String roleName)RoleDatabase. getRole(String roleName)Methods in org.teiid.metadata that return types with arguments of type Role Modifier and Type Method Description Collection<Role>Database. getRoles()Collection<Role>MetadataStore. getRoles()Methods in org.teiid.metadata with parameters of type Role Modifier and Type Method Description voidDatabase. addRole(Role role)voidRole. mergeInto(Role existing)Method parameters in org.teiid.metadata with type arguments of type Role Modifier and Type Method Description voidMetadataStore. mergeRoles(Collection<Role> toMerge)
-