public class OwNetworkConfiguration extends Object
Helper class to wrap the <EcmAdapter> element from owbootstrap.xml.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
static String |
EL_AUTHENTICATION |
static String |
EL_CREATION_INITIAL_VALUES |
static String |
EL_OBJECT_CLASS |
static String |
EL_OWAPPLICATIONOBJECTBASEDIR |
static String |
EL_PREFERREDPROPERTYTYPE |
static String |
EL_PROPERTY |
static String |
EL_VIRTUALFOLDERSCONTAINER |
| Constructor and Description |
|---|
OwNetworkConfiguration(OwXMLUtil config)
Will build this instance from the provided XML.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationObjectBaseDir(String defaultLocation_p) |
OwAuthenticationConfiguration |
getAuthenticationConfiguration()
Get a helper class which contains the configuration for authentication node.
|
OwXMLUtil |
getConfigNode()
Return the current configuration node (owbootstrap.xml).
|
OwXMLUtil |
getCreationInitialValuesConfig(String objectClassName_p)
Get the configuration node defining the initial values for new objects of a specific object class.
|
String |
getVirtualFoldersContainer(String defaultContainer_p) |
public static final String EL_OBJECT_CLASS
public static final String EL_CREATION_INITIAL_VALUES
public static final String EL_PREFERREDPROPERTYTYPE
public static final String EL_PROPERTY
public static final String EL_OWAPPLICATIONOBJECTBASEDIR
public static final String EL_VIRTUALFOLDERSCONTAINER
public static final String EL_AUTHENTICATION
public OwNetworkConfiguration(OwXMLUtil config)
config - the <EcmAdapter> element.public OwXMLUtil getCreationInitialValuesConfig(String objectClassName_p)
objectClassName_p - The object class name to retrieve the initial values forpublic OwXMLUtil getConfigNode()
public String getApplicationObjectBaseDir(String defaultLocation_p)
defaultLocation_p - public String getVirtualFoldersContainer(String defaultContainer_p)
defaultContainer_p - public OwAuthenticationConfiguration getAuthenticationConfiguration()
OwAuthenticationConfiguration or null if none foundCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.