public class NodePickerControllerSettings extends Object implements org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
BASE_PATH |
static String |
BASE_UUID |
static String |
LAST_VISITED_ENABLED |
static String |
LAST_VISITED_KEY |
static String |
LAST_VISITED_NODETYPES |
static String |
SELECTABLE_NODETYPES |
Constructor and Description |
---|
NodePickerControllerSettings() |
Modifier and Type | Method and Description |
---|---|
static NodePickerControllerSettings |
fromPluginConfig(IPluginConfig config) |
String |
getBaseUUID() |
String |
getClusterName() |
IPluginConfig |
getClusterOptions() |
String |
getFolderServiceKey() |
String |
getLastVisitedKey() |
String[] |
getLastVisitedNodeTypes() |
String[] |
getSelectableNodeTypes() |
String |
getSelectionServiceKey() |
boolean |
hasBaseUUID() |
boolean |
hasLastVisitedNodeTypes() |
boolean |
hasSelectableNodeTypes() |
boolean |
isLastVisitedEnabled() |
void |
setClusterName(String clusterName) |
void |
setClusterOptions(IPluginConfig clusterOptions) |
void |
setDefaultModelUUID(String uuid) |
void |
setFolderServiceKey(String folderServiceKey) |
void |
setLastVisitedEnabled(boolean lastVisitedEnabled) |
void |
setLastVisitedKey(String name) |
void |
setLastVisitedNodeTypes(String[] lastVisitedNodeTypes) |
void |
setSelectableNodeTypes(String[] selectableNodeTypes) |
void |
setSelectionServiceKey(String selectionServiceKey) |
public static final String BASE_UUID
public static final String BASE_PATH
public static final String SELECTABLE_NODETYPES
public static final String LAST_VISITED_KEY
public static final String LAST_VISITED_ENABLED
public static final String LAST_VISITED_NODETYPES
public static NodePickerControllerSettings fromPluginConfig(IPluginConfig config)
public String getClusterName()
public void setClusterName(String clusterName)
public IPluginConfig getClusterOptions()
public void setClusterOptions(IPluginConfig clusterOptions)
public String getSelectionServiceKey()
public void setSelectionServiceKey(String selectionServiceKey)
public String getFolderServiceKey()
public void setFolderServiceKey(String folderServiceKey)
public boolean hasLastVisitedNodeTypes()
public String[] getLastVisitedNodeTypes()
public void setLastVisitedNodeTypes(String[] lastVisitedNodeTypes)
public boolean hasSelectableNodeTypes()
public String[] getSelectableNodeTypes()
public void setSelectableNodeTypes(String[] selectableNodeTypes)
public boolean isLastVisitedEnabled()
public void setLastVisitedEnabled(boolean lastVisitedEnabled)
public String getLastVisitedKey()
public void setLastVisitedKey(String name)
public String getBaseUUID()
public void setDefaultModelUUID(String uuid)
public boolean hasBaseUUID()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.