Interface CoreAppPermissions
@PublicApi
public interface CoreAppPermissions
Core app-level permissions checked by Structure.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<StructureAppPermission>static final StructureAppPermissionPermission to use automation (generators and effectors).static final StructureAppPermissionPermission to create and configure effectors.static final StructureAppPermissionPermission to create and configure generators.static final StructureAppPermissionPermission to create new structures.static final StructureAppPermissionPermission to execute effectors installed in structures.static final StructureAppPermissionPermission to execute effectors on query results.static final StructureAppPermissionPermission to manage global saved columns: edit, remove, add new.static final StructureAppPermissionPermission to configure and control synchronizers.static final StructureAppPermissionPermission to use Structure. -
Method Summary
Static Methods
-
Field Details
-
USE
Permission to use Structure. -
CREATE_STRUCTURE
Permission to create new structures. The user must also have theUSEpermission. -
SYNCHRONIZATION
Permission to configure and control synchronizers. The user must also have theUSEpermission andPermissionLevel.ADMINaccess to the structure. -
AUTOMATION
Permission to use automation (generators and effectors). The user must also have theUSEpermission andPermissionLevel.AUTOMATEaccess to the structure. -
CONFIGURE_GENERATORS
Permission to create and configure generators. The user must also have theUSEandAUTOMATIONpermissions andPermissionLevel.AUTOMATEaccess to the structure. -
CONFIGURE_EFFECTORS
Permission to create and configure effectors. The user must also have theUSEandAUTOMATIONpermissions andPermissionLevel.AUTOMATEaccess to the structure. -
EXECUTE_EFFECTORS
Permission to execute effectors installed in structures. The user must also have theUSEpermission, theGlobalPermissionKey.BULK_CHANGEJira permission, andPermissionLevel.VIEWaccess to the structure. -
EXECUTE_EFFECTORS_ON_QUERIES
Permission to execute effectors on query results. The user must also have theUSE,AUTOMATION,CONFIGURE_EFFECTORS, andEXECUTE_EFFECTORSpermissions and theGlobalPermissionKey.BULK_CHANGEJira permission. -
MANAGE_GLOBAL_SAVED_COLUMNS
Permission to manage global saved columns: edit, remove, add new. The user must also have theUSEpermission and theGlobalPermissionKey.CREATE_SHARED_OBJECTSJira permission. -
ALL
-
-
Method Details
-
byKey
-