Class NodePickerControllerSettings
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.picker.NodePickerControllerSettings
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public class NodePickerControllerSettings extends Object implements org.apache.wicket.util.io.IClusterable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_PATH
static String
BASE_UUID
static String
CLUSTER_NAME
static String
CLUSTER_OPTIONS
static String
FOLDER_SERVICE_KEY
static String
LAST_VISITED_ENABLED
static String
LAST_VISITED_KEY
static String
LAST_VISITED_NODETYPES
static String
SELECTABLE_NODETYPES
static String
SELECTION_SERVICE_KEY
-
Constructor Summary
Constructors Constructor Description NodePickerControllerSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
BASE_UUID
public static final String BASE_UUID
- See Also:
- Constant Field Values
-
BASE_PATH
public static final String BASE_PATH
- See Also:
- Constant Field Values
-
CLUSTER_NAME
public static final String CLUSTER_NAME
- See Also:
- Constant Field Values
-
CLUSTER_OPTIONS
public static final String CLUSTER_OPTIONS
- See Also:
- Constant Field Values
-
FOLDER_SERVICE_KEY
public static final String FOLDER_SERVICE_KEY
- See Also:
- Constant Field Values
-
LAST_VISITED_KEY
public static final String LAST_VISITED_KEY
- See Also:
- Constant Field Values
-
LAST_VISITED_ENABLED
public static final String LAST_VISITED_ENABLED
- See Also:
- Constant Field Values
-
LAST_VISITED_NODETYPES
public static final String LAST_VISITED_NODETYPES
- See Also:
- Constant Field Values
-
SELECTABLE_NODETYPES
public static final String SELECTABLE_NODETYPES
- See Also:
- Constant Field Values
-
SELECTION_SERVICE_KEY
public static final String SELECTION_SERVICE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromPluginConfig
public static NodePickerControllerSettings fromPluginConfig(IPluginConfig config)
-
getClusterName
public String getClusterName()
-
setClusterName
public void setClusterName(String clusterName)
-
getClusterOptions
public IPluginConfig getClusterOptions()
-
setClusterOptions
public void setClusterOptions(IPluginConfig clusterOptions)
-
getSelectionServiceKey
public String getSelectionServiceKey()
-
setSelectionServiceKey
public void setSelectionServiceKey(String selectionServiceKey)
-
getFolderServiceKey
public String getFolderServiceKey()
-
setFolderServiceKey
public void setFolderServiceKey(String folderServiceKey)
-
hasLastVisitedNodeTypes
public boolean hasLastVisitedNodeTypes()
-
getLastVisitedNodeTypes
public String[] getLastVisitedNodeTypes()
-
setLastVisitedNodeTypes
public void setLastVisitedNodeTypes(String[] lastVisitedNodeTypes)
-
hasSelectableNodeTypes
public boolean hasSelectableNodeTypes()
-
getSelectableNodeTypes
public String[] getSelectableNodeTypes()
-
setSelectableNodeTypes
public void setSelectableNodeTypes(String[] selectableNodeTypes)
-
isLastVisitedEnabled
public boolean isLastVisitedEnabled()
-
setLastVisitedEnabled
public void setLastVisitedEnabled(boolean lastVisitedEnabled)
-
getLastVisitedKey
public String getLastVisitedKey()
-
setLastVisitedKey
public void setLastVisitedKey(String name)
-
getBaseUUID
public String getBaseUUID()
-
setDefaultModelUUID
public void setDefaultModelUUID(String uuid)
-
hasBaseUUID
public boolean hasBaseUUID()
-
-