Constant Field Values

Contents

ca.corefacility.*

  • ca.corefacility.bioinformatics.irida.plugins.IridaPlugin 
    Modifier and Type Constant Field Value
    public static final java.lang.String PLUGIN_API_VERSION "1.1.0"
  • ca.corefacility.bioinformatics.irida.repositories.ProjectEventRepository 
    Modifier and Type Constant Field Value
    public static final java.lang.String GET_EVENTS_FOR_USER "SELECT e FROM ProjectEvent e INNER JOIN e.project as p WHERE ((p in (select puj.project from ProjectUserJoin puj where puj.user = :forUser)) or (p in (select ugpj.project from UserGroupJoin ugj, UserGroupProjectJoin ugpj where ugj.group = ugpj.userGroup and ugj.user = :forUser)))"
  • ca.corefacility.bioinformatics.irida.repositories.ProjectRepository 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXCLUDE_PROJECT "p != :exclude"
    public static final java.lang.String MANAGER_IN_GROUP "(p in (select ugpj.project from UserGroupJoin ugj, UserGroupProjectJoin ugpj where ugj.group = ugpj.userGroup and ugj.user = :forUser and ugpj.projectRole = ca.corefacility.bioinformatics.irida.model.enums.ProjectRole.PROJECT_OWNER))"
    public static final java.lang.String MANAGER_ON_PROJECT "(p in (select puj.project from ProjectUserJoin puj where puj.user = :forUser and puj.projectRole = ca.corefacility.bioinformatics.irida.model.enums.ProjectRole.PROJECT_OWNER))"
    public static final java.lang.String PROJECT_MANAGER_PERMISSION "((p in (select puj.project from ProjectUserJoin puj where puj.user = :forUser and puj.projectRole = ca.corefacility.bioinformatics.irida.model.enums.ProjectRole.PROJECT_OWNER)) or (p in (select ugpj.project from UserGroupJoin ugj, UserGroupProjectJoin ugpj where ugj.group = ugpj.userGroup and ugj.user = :forUser and ugpj.projectRole = ca.corefacility.bioinformatics.irida.model.enums.ProjectRole.PROJECT_OWNER)))"
    public static final java.lang.String PROJECT_NAME_LIKE "(p.name like CONCAT(\'%\', :projectName,\'%\'))"
    public static final java.lang.String PROJECT_PERMISSIONS "((p in (select puj.project from ProjectUserJoin puj where puj.user = :forUser)) or (p in (select ugpj.project from UserGroupJoin ugj, UserGroupProjectJoin ugpj where ugj.group = ugpj.userGroup and ugj.user = :forUser)))"
    public static final java.lang.String USER_IN_GROUP "(p in (select ugpj.project from UserGroupJoin ugj, UserGroupProjectJoin ugpj where ugj.group = ugpj.userGroup and ugj.user = :forUser))"
    public static final java.lang.String USER_ON_PROJECT "(p in (select puj.project from ProjectUserJoin puj where puj.user = :forUser))"
  • ca.corefacility.bioinformatics.irida.ria.config.thymeleaf.webpacker.WebpackerDialect 
    Modifier and Type Constant Field Value
    public static final java.lang.String ENTRY_ATTR "entry"
  • ca.corefacility.bioinformatics.irida.ria.web.BaseController 
    Modifier and Type Constant Field Value
    protected static final java.lang.String MODEL_ERROR_ATTR "errors"
  • ca.corefacility.bioinformatics.irida.ria.web.components.datatables.models.DataTablesResponseModel 
    Modifier and Type Constant Field Value
    public static final java.lang.String ROW_ID_PREFIX "row_"
  • ca.corefacility.bioinformatics.irida.ria.web.linelist.dto.UISampleMetadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String OWNER "owner"
  • ca.corefacility.bioinformatics.irida.ria.web.pipelines.PipelineController 
    Modifier and Type Constant Field Value
    public static final java.lang.String BASE_URL "/pipelines"
  • ca.corefacility.bioinformatics.irida.security.permissions.project.ReadProjectPermission 
    Modifier and Type Constant Field Value
    public static final java.lang.String PERMISSION_PROVIDED "canReadProject"
  • ca.corefacility.bioinformatics.irida.service.analysis.annotations.RunAsUserAspect 
    Modifier and Type Constant Field Value
    public static final int RUN_AS_USER_ORDER 999
  • ca.corefacility.bioinformatics.irida.web.spring.view.CSVView 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_CONTENT_TYPE "text/csv"
  • ca.corefacility.bioinformatics.irida.web.spring.view.FastaView 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_CONTENT_TYPE "application/fasta"
  • ca.corefacility.bioinformatics.irida.web.spring.view.FastqView 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_CONTENT_TYPE "application/fastq"
  • ca.corefacility.bioinformatics.irida.web.spring.view.GenbankView 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_CONTENT_TYPE "application/genbank"
  • ca.corefacility.bioinformatics.irida.web.spring.view.NewickFileView 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_CONTENT_TYPE "application/newick"