Uses of Class
com.ibm.fhir.database.utils.model.GroupPrivilege
-
Packages that use GroupPrivilege Package Description com.ibm.fhir.database.utils.model com.ibm.fhir.schema.control -
-
Uses of GroupPrivilege in com.ibm.fhir.database.utils.model
Method parameters in com.ibm.fhir.database.utils.model with type arguments of type GroupPrivilege Modifier and Type Method Description Table.Builder
Table.Builder. addPrivileges(java.util.Collection<GroupPrivilege> gps)
Add the collection of group privileges to this tableView.Builder
View.Builder. addPrivileges(java.util.Collection<GroupPrivilege> gps)
Add the collection of group privileges to this view -
Uses of GroupPrivilege in com.ibm.fhir.schema.control
Methods in com.ibm.fhir.schema.control that return types with arguments of type GroupPrivilege Modifier and Type Method Description protected java.util.List<GroupPrivilege>
JavaBatchSchemaGenerator. generateGroupPrivilege()
protected java.util.List<GroupPrivilege>
OAuthSchemaGenerator. generateGroupPrivilege()
Constructor parameters in com.ibm.fhir.schema.control with type arguments of type GroupPrivilege Constructor Description FhirResourceTableGroup(PhysicalDataModel model, java.lang.String schemaName, boolean multitenant, SessionVariableDef sessionVariable, java.util.Set<IDatabaseObject> procedureDependencies, Tablespace fhirTablespace, java.util.Collection<GroupPrivilege> privileges, java.util.List<With> withs)
Public constructor
-