@Unstable @Component @Named(value="recordConfiguration") @Singleton public class RecordConfigurationManagerScriptService extends Object implements org.xwiki.script.service.ScriptService
RecordConfiguration record configurations.| Constructor and Description |
|---|
RecordConfigurationManagerScriptService() |
| Modifier and Type | Method and Description |
|---|---|
RecordConfiguration |
getActiveConfiguration()
Deprecated.
since 1.4, use
getConfiguration(String) instead |
RecordConfiguration |
getConfiguration(String recordType)
Retrieves the
RecordConfiguration active for the current user on a specific record type. |
public RecordConfigurationManagerScriptService()
@Deprecated public RecordConfiguration getActiveConfiguration()
getConfiguration(String) insteadrecord configuration for patient records active for the current user.public RecordConfiguration getConfiguration(String recordType)
RecordConfiguration active for the current user on a specific record type.recordType - an identifier for the type of record whose configuration is requested, such as patient
or familyCopyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.