◆ getAllowNew()
static boolean org.turro.jobboard.PracticalWorkContext.getAllowNew |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 57 of file PracticalWorkContext.java.
59 return (Strings.isBlank(newRoles) ?
false : constructor.isInRole(newRoles));
static String getPracticalWorkContextAttribute(String attribute, String defaultValue)
◆ getAllowQuestion()
static boolean org.turro.jobboard.PracticalWorkContext.getAllowQuestion |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 62 of file PracticalWorkContext.java.
64 return (Strings.isBlank(questionRoles) ?
false : constructor.isInRole(questionRoles));
◆ getAllowSingle()
static boolean org.turro.jobboard.PracticalWorkContext.getAllowSingle |
( |
| ) |
|
|
static |
◆ getAttribute() [1/2]
String org.turro.jobboard.PracticalWorkContext.getAttribute |
( |
String |
attribute | ) |
|
◆ getAttribute() [2/2]
String org.turro.jobboard.PracticalWorkContext.getAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
◆ getPracticalWorkContextAttribute()
static String org.turro.jobboard.PracticalWorkContext.getPracticalWorkContextAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
|
static |
Definition at line 45 of file PracticalWorkContext.java.
46 return ElephantProperties.getContextProperty(PRACTICAL_WORK_CONTEXT, attribute, defaultValue);
◆ getPracticalWorkTypeList()
static List<String> org.turro.jobboard.PracticalWorkContext.getPracticalWorkTypeList |
( |
| ) |
|
|
static |
Definition at line 49 of file PracticalWorkContext.java.
50 return ElephantProperties.getContextPrefixedProperties(PRACTICAL_WORK_CONTEXT,
"type_");
◆ getRecipients()
static List<String> org.turro.jobboard.PracticalWorkContext.getRecipients |
( |
IConstructor |
constructor | ) |
|
|
static |
The documentation for this class was generated from the following file: