Uses of Class
org.molgenis.data.security.permission.model.LabelledType
-
Packages that use LabelledType Package Description org.molgenis.data.security.permission org.molgenis.data.security.permission.model -
-
Uses of LabelledType in org.molgenis.data.security.permission
Methods in org.molgenis.data.security.permission that return types with arguments of type LabelledType Modifier and Type Method Description Set<LabelledType>PermissionService. getLabelledTypes()Retrieves the types that are available in the systemSet<LabelledType>PermissionServiceDecorator. getLabelledTypes()Set<LabelledType>PermissionServiceImpl. getLabelledTypes() -
Uses of LabelledType in org.molgenis.data.security.permission.model
Methods in org.molgenis.data.security.permission.model that return LabelledType Modifier and Type Method Description static LabelledTypeLabelledType. create(String typeId, String entityType, String label)
-