public class NuxeoAliasBean extends Object implements Serializable
References to these variables mappers will be done from UI.
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
protected Map<String,AliasVariableMapper> |
vms |
Constructor and Description |
---|
NuxeoAliasBean() |
Modifier and Type | Method and Description |
---|---|
void |
add(AliasVariableMapper vm) |
AliasVariableMapper |
get(String id) |
Map<String,AliasVariableMapper> |
getValues() |
void |
init()
Init marked public for NXP-16182.
|
void |
remove(String id) |
public static final String NAME
protected Map<String,AliasVariableMapper> vms
public NuxeoAliasBean()
@PostConstruct @PreDestroy public void init()
public Map<String,AliasVariableMapper> getValues()
public AliasVariableMapper get(String id)
public void add(AliasVariableMapper vm)
Copyright © 2018 Nuxeo. All rights reserved.