com.wewebu.ow.server.util
Class OwNetworkConfiguration

java.lang.Object
  extended by com.wewebu.ow.server.util.OwNetworkConfiguration

public class OwNetworkConfiguration
extends Object

Helper to wrap 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

Since:
3.2.0.0

Field Summary
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 Summary
OwNetworkConfiguration(OwXMLUtil config)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EL_OBJECT_CLASS

public static final String EL_OBJECT_CLASS
See Also:
Constant Field Values

EL_CREATION_INITIAL_VALUES

public static final String EL_CREATION_INITIAL_VALUES
See Also:
Constant Field Values

EL_PREFERREDPROPERTYTYPE

public static final String EL_PREFERREDPROPERTYTYPE
See Also:
Constant Field Values

EL_PROPERTY

public static final String EL_PROPERTY
See Also:
Constant Field Values

EL_OWAPPLICATIONOBJECTBASEDIR

public static final String EL_OWAPPLICATIONOBJECTBASEDIR
See Also:
Constant Field Values

EL_VIRTUALFOLDERSCONTAINER

public static final String EL_VIRTUALFOLDERSCONTAINER
See Also:
Constant Field Values

EL_AUTHENTICATION

public static final String EL_AUTHENTICATION
See Also:
Constant Field Values
Constructor Detail

OwNetworkConfiguration

public OwNetworkConfiguration(OwXMLUtil config)
Method Detail

getCreationInitialValuesConfig

public OwXMLUtil getCreationInitialValuesConfig(String objectClassName_p)
Get the configuration node defining the initial values for new objects of a specific object class.

Parameters:
objectClassName_p - The object class name to retrieve the initial values for
Returns:
An OwXMUtil of the configuration node

getConfigNode

public OwXMLUtil getConfigNode()
Return the current configuration node (owbootstrap.xml).

Returns:
OwXMLUtil

getApplicationObjectBaseDir

public String getApplicationObjectBaseDir(String defaultLocation_p)
Parameters:
defaultLocation_p -
Returns:
the configured OwApplicationObjectBaseDir value or the given default value if no OwApplicationObjectBaseDir configuration is found
Since:
4.0.0.0

getVirtualFoldersContainer

public String getVirtualFoldersContainer(String defaultContainer_p)
Parameters:
defaultContainer_p -
Returns:
the configured VirtualFoldersContainer value or the given default value if no VirtualFoldersContainer configuration is found
Since:
4.0.0.0

getAuthenticationConfiguration

public OwAuthenticationConfiguration getAuthenticationConfiguration()
Get a helper class which contains the configuration for authentication node.

Returns:
OwAuthenticationConfiguration or null if none found
Since:
4.1.0.0


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.