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(Collection<GroupPrivilege> gps)
Add the collection of group privileges to this table -
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 List<GroupPrivilege>
JavaBatchSchemaGenerator. generateGroupPrivilege()
protected List<GroupPrivilege>
OAuthSchemaGenerator. generateGroupPrivilege()
Constructor parameters in com.ibm.fhir.schema.control with type arguments of type GroupPrivilege Constructor Description FhirResourceTableGroup(PhysicalDataModel model, String schemaName, SessionVariableDef sessionVariable, Set<IDatabaseObject> procedureDependencies, Tablespace fhirTablespace, Collection<GroupPrivilege> privileges)
Public constructor
-