Package ca.cdr.api.security.permission
Interface PermissionArgumentFormat.IExportResourceTypesRestriction
- All Superinterfaces:
PermissionArgumentFormat.IPermissionComponent
- All Known Subinterfaces:
PermissionArgumentFormat.ICompartmentsWithExportResourceTypesRestriction
- All Known Implementing Classes:
CompartmentsWithExportResourceTypes
,ExportResourceTypes
- Enclosing interface:
- PermissionArgumentFormat<F extends PermissionArgumentValue>
public static interface PermissionArgumentFormat.IExportResourceTypesRestriction
extends PermissionArgumentFormat.IPermissionComponent
-
Method Summary
Modifier and TypeMethodDescriptionboolean
indicates that the user has permission to export all typesthe names of the types that the user has permission to export
-
Method Details
-
canExportAllResourceTypes
boolean canExportAllResourceTypes()indicates that the user has permission to export all types -
getResourceTypes
the names of the types that the user has permission to export
-