ARLO Nester
Namespaces | Functions
userPermissions.py File Reference

Namespaces

 workspace.tools.views.userPermissions
 

Functions

def workspace.tools.views.userPermissions.userHasProjectRead (user, project)
 
                      #

Object Permissions # # More...

 
def workspace.tools.views.userPermissions.userHasProjectWrite (user, project)
 Checks whether the user has write permissions to the indicated Project. More...
 
def workspace.tools.views.userPermissions.userHasProjectAdmin (user, project)
 Checks whether the user has admin permissions to the Project. More...
 
def workspace.tools.views.userPermissions.userHasMediaFileRead (user, mediaFile)
 Checks whether the user has read permissions to the indicated MediaFile. More...
 
def workspace.tools.views.userPermissions.userHasMediaFileWrite (user, mediaFile)
 Checks whether the user has write permissions to the indicated MediaFile. More...
 
def workspace.tools.views.userPermissions.userHasTagRead (user, tag)
 Checks whether the user has read permissions to the indicated Tag. More...
 
def workspace.tools.views.userPermissions.userHasTagWrite (user, tag)
 Checks whether the user has write permissions to the indicated Tag. More...
 
def workspace.tools.views.userPermissions.userHasJobRead (user, job)
 Checks whether the user has read permissions to the indicated Job. More...
 
def workspace.tools.views.userPermissions.userHasJobWrite (user, job)
 Checks whether the user has write permissions to the indicated Job. More...
 
def workspace.tools.views.userPermissions.userHasSensorArrayRead (user, sensorArray)
 Checks whether the user has read permissions to the indicated SensorArray. More...
 
def workspace.tools.views.userPermissions.userHasSensorArrayWrite (user, sensorArray)
 Checks whether the user has write permission to the indicated SensorArray. More...
 
def workspace.tools.views.userPermissions.userHasSensorRead (user, sensor)
 Checks whether the user has read permissions to the indicated Sensor. More...
 
def workspace.tools.views.userPermissions.userHasSensorWrite (user, sensor)
 Checks whether the user has write permission to the indicated SensorArray. More...
 
def workspace.tools.views.userPermissions.userHasRandomWindowRead (user, randomWindow)
 Checks whether the user has read permissions to the indicated RandomWindow. More...
 
def workspace.tools.views.userPermissions.userHasRandomWindowWrite (user, randomWindow)
 Checks whether the user has write permission to the indicated RandomWindow. More...
 
def workspace.tools.views.userPermissions.userHasJobParameterRead (user, jobParameter)
 Checks whether the user has read permissions to the indicated JobParameter. More...
 
def workspace.tools.views.userPermissions.userHasJobParameterWrite (user, jobParameter)
 Checks whether the user has write permission to the indicated JobParameter. More...
 
def workspace.tools.views.userPermissions.mediaFileInProject (mediaFile, project)
 Validate whether a MediaFile is in a Project. More...
 
def workspace.tools.views.userPermissions.userHasMediaFileUserMetaDataRead (user, userMetaData)
 Checks whether the user has read permissions to the indicated MediaFileUserMetaData. More...
 
def workspace.tools.views.userPermissions.userHasMediaFileUserMetaDataWrite (user, userMetaData)
 Checks whether the user has write permission to the indicated MediaFileUserMetaData. More...
 
def workspace.tools.views.userPermissions.getAdditionalProjectUsers (project)
 
                #

Data Queries # # More...

 
def workspace.tools.views.userPermissions.getUserProjects (user)
 Return a list of all Projects to which a user has read access. More...
 
def workspace.tools.views.userPermissions.getUserProjectsQuerySet (user)
 Return a list of all Projects to which a user has read access. More...
 
def workspace.tools.views.userPermissions.getUserAdminProjects (user)
 Return a list of all Projects to which a user has admin access. More...
 
def workspace.tools.views.userPermissions.userHasLibraryRead (user, library)
 Checks whether the user has read permissions to the indicated Library. More...
 
def workspace.tools.views.userPermissions.userHasLibraryWrite (user, library)
 Checks whether the user has write permissions to the indicated Library. More...
 
def workspace.tools.views.userPermissions.userHasLibraryUserMetaDataFieldRead (user, library)
 Checks whether the user has read access to the MediaFileUserMetaDataFields for the indicated Library. More...
 
def workspace.tools.views.userPermissions.userHasLibraryUserMetaDataFieldWrite (user, library)
 Checks whether the user has read access to the MediaFileUserMetaDataFields for the indicated Library. More...
 
def workspace.tools.views.userPermissions.getUserMediaFiles (user)
 Return a list of all MediaFiles to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserTagClasses (user)
 Return a list of all TagClasses to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserTagSets (user)
 Return a list of all TagSets to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserMediaFileMetaData (user)
 Return a list of all MediaFileMetaData to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserJobs (user)
 Return a list of all Jobs to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserJobLogs (user)
 Return a list of all JobLogs to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserJobResultFiles (user)
 Return a list of all JobResultFile to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserSensorArrays (user)
 Return a list of all SensorArrays to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserSensors (user)
 Return a list of all Sensors to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserRandomWindows (user)
 Return a list of all RandomWindows to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserJobParameters (user)
 Return a list of all JobParameters to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserLibraries (user)
 Return a list of all Libraries to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserMediaFileUserMetaDataFields (user)
 Return a list of all MediaFileUserMetaDataFields to which a user has access. More...
 
def workspace.tools.views.userPermissions.getUserMediaFileUserMetaData (user)
 Return a list of all MediaFileUserMetaData to which a user has access. More...