public class AnalyticsUserTemplate
extends org.eurekaclinical.common.comm.UserTemplate
| Constructor and Description |
|---|
AnalyticsUserTemplate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriteria()
Gets the criteria for triggering auto-authorization.
|
boolean |
isAutoAuthorize() |
void |
setAutoAuthorize(boolean autoAuthorize) |
void |
setCriteria(String criteria)
Sets criteria for triggering auto-authorization.
|
String |
toString() |
public boolean isAutoAuthorize()
public void setAutoAuthorize(boolean autoAuthorize)
public String getCriteria()
null, which means that auto-authorization will always be
triggered when requested. The criteria are expressed as an expression in
Freemarker syntax.public void setCriteria(String criteria)
null, which means that auto-authorization will always be
triggered when requested.criteria - the criteria for triggering auto-authorization, expressed
using Freemarker expression syntax.public String toString()
toString in class org.eurekaclinical.common.comm.UserTemplateCopyright © 2016–2018 Emory University. All rights reserved.