Uses of Interface
com.wewebu.ow.server.util.OwXMLUtil

Packages that use OwXMLUtil
com.wewebu.ow.server.app   
com.wewebu.ow.server.conf   
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.dmsdialogs.views.classes   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.field   
com.wewebu.ow.server.history   
com.wewebu.ow.server.mandator   
com.wewebu.ow.server.mandatorimpl.simplemandator   
com.wewebu.ow.server.plug.owutil   
com.wewebu.ow.server.role   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.util   
com.wewebu.ow.server.util.paramcodec   
 

Uses of OwXMLUtil in com.wewebu.ow.server.app
 

Fields in com.wewebu.ow.server.app declared as OwXMLUtil
protected  OwXMLUtil OwAbstractToolExtension.m_confignode
          the configuration node
 

Methods in com.wewebu.ow.server.app that return OwXMLUtil
static OwXMLUtil OwConfiguration.getBootstrap(OwBaseInitializer initializer_p)
           
 OwXMLUtil OwConfiguration.getBootstrapConfiguration()
          get the bootstrap Configuration DOM node
 OwXMLUtil OwPlugin.getConfigNode()
          get the plugin config node
 OwXMLUtil OwMasterView.getConfigNode()
          get the plugin description node
 OwXMLUtil OwMasterDocument.getConfigNode()
          get the plugin description node
 OwXMLUtil OwFunction.getConfigNode()
          get the reference to the plugin description node
protected  OwXMLUtil OwFieldManager.getConfigNode()
          get configuration node with XML config information
 OwXMLUtil OwConfiguration.OwMasterPluginInstance.getConfigNode()
          get the plugin config node
 OwXMLUtil OwConfiguration.getDefaultMIMENode(int iObjectType_p)
          get the default MIME XML Entry for the given object type.
 OwXMLUtil OwConfiguration.getFieldManagerConfiguration()
          get the fieldmanager configuration DOM node
 OwXMLUtil OwConfiguration.getHistoryManagerConfiguration()
          get the rolemanager configuration DOM node
 OwXMLUtil OwConfiguration.getMandatorManagerConfiguration()
          get the mandatormanager configuration DOM node
static OwXMLUtil OwMimeManager.getMimeNode(OwConfiguration configuration_p, OwObjectReference obj_p)
          get the MIME info node from the MIME table for the requested object
 OwXMLUtil OwConfiguration.getMIMENode(String strMIMEType_p)
          get the MIME XML Entry for the given MIMEType.
 OwXMLUtil OwConfiguration.getNetworkAdaptorConfiguration()
          get the Network Adaptor Configuration DOM node
 OwXMLUtil OwConfiguration.getPlugin(String strID_p)
          get a plugin description by its key
 OwXMLUtil OwConfiguration.getRoleManagerConfiguration()
          get the rolemanager configuration DOM node
 

Methods in com.wewebu.ow.server.app with parameters of type OwXMLUtil
protected  OwConfiguration.OwMasterPluginInstance OwConfiguration.createMasterPlugin(OwXMLUtil pluginNodeWrapper_p)
          create a single main plugin of the given plugin node wrapper
protected  OwConfiguration.OwMasterPluginInstance OwConfiguration.createMasterPlugin(String strDocClassName, String strViewClassName, OwXMLUtil pluginNodeWrapper_p)
          create a single main plugin of the given plugin node wrapper
static String OwMimeManager.getDownloadURL(OwMainAppContext context_p, OwObjectReference obj_p, int iContentType_p, int iPage_p, OwXMLUtil mimeNode_p)
          create a download URL where the content of the specified object, contenttype and page can be found
 String OwConfiguration.getLocalizedPluginDescription(OwXMLUtil pluginDescriptionNode_p)
          get the localized description of a plugin
 String OwConfiguration.getLocalizedPluginTitle(OwXMLUtil pluginDescriptionNode_p)
          get the localized title of a plugin
protected abstract  String OwMimeManager.OwReplaceScanner.getReplacement(OwMainAppContext context_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p)
          override with your replacement function
protected static String OwMimeManager.getServletReplacedTokenString(String servletURL_p, OwMainAppContext currentContext_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p, int page_p)
          Calls the OwMimeManager.getServletReplacedTokenString(String, OwMainAppContext, OwObjectReference, OwXMLUtil, int, int) method with following parameters
protected static String OwMimeManager.getServletReplacedTokenString(String servletURL_p, OwMainAppContext currentContext_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p, int page_p, int contentType_p)
          This method is a Helper and replace the most used placeholder in a URL string.
 void OwDocumentImporter.init(OwMainAppContext context_p, OwXMLUtil config_p)
          Initialize this document importer from the XML fragment in the OwXMLUtil.
 void OwFieldManager.init(OwXMLUtil configNode_p)
          init the field manager upon creation
 void OwToolExtension.init(OwXMLUtil confignode_p, OwMainAppContext context_p)
          Initializes the extension.
 void OwRecordFunction.init(OwXMLUtil node_p, OwMainAppContext context_p)
          set the plugin description node
 void OwFunction.init(OwXMLUtil node_p, OwMainAppContext context_p)
          set the plugin description node
 void OwDocumentFunction.init(OwXMLUtil node_p, OwMainAppContext context_p)
          set the plugin description node
 void OwAbstractToolExtension.init(OwXMLUtil confignode_p, OwMainAppContext context_p)
           
 String OwMimeManager.OwReplaceScanner.replace(OwMainAppContext context_p, OwObjectReference obj_p, String strIn_p, String strPattern_p, OwXMLUtil mimeNode_p)
          replace a string with the token from the overridden getReplacement method
 

Constructors in com.wewebu.ow.server.app with parameters of type OwXMLUtil
OwConfiguration.OwMasterPluginInstance(Exception e_p, OwXMLUtil configNode_p)
          signal an error occurred when loading / initializing the plugin
OwConfiguration.OwMasterPluginInstance(OwMasterView view_p, OwMasterDocument doc_p, OwXMLUtil configNode_p)
          construct a plugin instance
OwJspFormConfigurator(OwXMLUtil node_p)
          Create JSP Configurator based on plugin configuration.
 

Uses of OwXMLUtil in com.wewebu.ow.server.conf
 

Methods in com.wewebu.ow.server.conf with parameters of type OwXMLUtil
abstract  String OwBaseConfiguration.getLocalizedPluginDescription(OwXMLUtil pluginDescriptionNode_p)
          get the localized description of a plugin
abstract  String OwBaseConfiguration.getLocalizedPluginTitle(OwXMLUtil pluginDescriptionNode_p)
          get the localized title of a plugin
 

Uses of OwXMLUtil in com.wewebu.ow.server.dmsdialogs
 

Fields in com.wewebu.ow.server.dmsdialogs declared as OwXMLUtil
protected  OwXMLUtil OwCreateObjectDialog.m_configNode
          the configuration node
 

Methods in com.wewebu.ow.server.dmsdialogs that return OwXMLUtil
 OwXMLUtil OwCreateObjectDialog.getConfigNode()
           
 

Methods in com.wewebu.ow.server.dmsdialogs with parameters of type OwXMLUtil
 void OwCreateObjectDialog.setConfigNode(OwXMLUtil configNode_p)
           
 

Constructors in com.wewebu.ow.server.dmsdialogs with parameters of type OwXMLUtil
OwGroupPropertiesConfiguration(OwXMLUtil node_p, OwMainAppContext context_p)
          Constructor
 

Uses of OwXMLUtil in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwXMLUtil
 void OwObjectClassProcessor.init(OwXMLUtil configNode)
          Init method to for current processor.
 

Uses of OwXMLUtil in com.wewebu.ow.server.dmsdialogs.views.classes
 

Methods in com.wewebu.ow.server.dmsdialogs.views.classes with parameters of type OwXMLUtil
static OwObjectClassSelectionCfg OwObjectClassSelectionCfg.fromPluginXml(OwXMLUtil pluginXMLCfg)
          Creates an instance of this configuration from the plugin's XML configuration.
static OwRootClassCfg OwRootClassCfg.fromXml(OwXMLUtil xmlClass)
           
 

Uses of OwXMLUtil in com.wewebu.ow.server.ecm
 

Fields in com.wewebu.ow.server.ecm declared as OwXMLUtil
protected  OwXMLUtil OwStandardVirtualFolderObjectFactory.m_OpenFolderNode
          the OwXMLUtil wrapped DOM node of the currently opened sub folder
 

Methods in com.wewebu.ow.server.ecm that return OwXMLUtil
protected  OwXMLUtil OwStandardCrossMappings.getConfigNode()
           
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwXMLUtil
static Map<String,OwSemiVirtualRecordClass> OwSemiVirtualRecordClass.createVirtualRecordClasses(OwXMLUtil configuration_p, Collection<String> selectiveConfigurationIds_p)
           
protected  OwFieldDefinition OwStandardSearchTemplate.getPropertyClassInternal(String strClassName_p, OwXMLUtil node_p)
          resolve the requested search field definition or create a on the fly class description
 void OwNetwork.init(OwNetworkContext context_p, OwXMLUtil networkSettings_p)
          initialize the network Adapter
 OwSemiVirtualRecordClass OwManagedSemiVirtualRecordConfiguration.semiVirtualFolderForObjectClass(String className_p, OwRoleManager roleManager_p, OwXMLUtil configuration_p)
          Retrieve the virtual folder configuration for a given object class.
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwXMLUtil
OwObjectSkeleton(OwNetwork network_p, OwObjectClass objectClass_p, OwXMLUtil overrideDefaultValuesConfig_p)
          construct An Empty Object
OwStandardCrossMappings(OwXMLUtil config_p)
          creates a mapping with given configuration
 

Uses of OwXMLUtil in com.wewebu.ow.server.field
 

Methods in com.wewebu.ow.server.field with parameters of type OwXMLUtil
 Map OwPriorityRuleFactory.createRulesContainerMap(OwXMLUtil configNode_p, OwFieldDefinitionProvider fieldefinitionprovider_p)
          Multiple priority rule factory method.
 List OwPriorityRuleFactory.createRulesList(OwXMLUtil configNode_p, OwFieldDefinitionProvider fieldefinitionprovider_p)
           
 

Uses of OwXMLUtil in com.wewebu.ow.server.history
 

Methods in com.wewebu.ow.server.history that return OwXMLUtil
protected  OwXMLUtil OwStandardHistoryManager.getConfigNode()
          get configuration node with XML config information
 

Methods in com.wewebu.ow.server.history with parameters of type OwXMLUtil
 void OwStandardHistoryManager.init(OwHistoryManagerContext mainContext_p, OwXMLUtil configNode_p)
          init the manager, set context
 void OwHistoryManager.init(OwHistoryManagerContext mainContext_p, OwXMLUtil configNode_p)
          init the manager, set context
 

Uses of OwXMLUtil in com.wewebu.ow.server.mandator
 

Methods in com.wewebu.ow.server.mandator with parameters of type OwXMLUtil
 void OwMandatorManager.init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p)
          init the manager, set context
 

Uses of OwXMLUtil in com.wewebu.ow.server.mandatorimpl.simplemandator
 

Methods in com.wewebu.ow.server.mandatorimpl.simplemandator with parameters of type OwXMLUtil
 void OwSimpleMandatorManager.init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p)
           
 

Uses of OwXMLUtil in com.wewebu.ow.server.plug.owutil
 

Methods in com.wewebu.ow.server.plug.owutil with parameters of type OwXMLUtil
static int OwConfigUtils.computeReadOnlyViewMaskFromConfig(OwXMLUtil configNode_p, String strNodeName_p, int iMaskBit_p)
          get the view read-only mask bit from the config node for the given config node, only if read-only attribute is set
static int OwConfigUtils.computeViewMaskFromConfig(OwXMLUtil configNode_p, String strNodeName_p, int iMaskBit_p)
          helper function to get the view mask bit from the config node use this function to create mask bits out of XML descriptions to easily configure your dialogs and views.
This method assumes false as default value.
static int OwConfigUtils.computeViewMaskFromConfig(OwXMLUtil configNode_p, String strNodeName_p, int iMaskBit_p, boolean fDefault_p)
          helper function to get the view mask bit from the config node use this function to create mask bits out of XML descriptions to easily configure your dialogs and views.
The default value of this config option can be configured.
static int OwConfigUtils.computeViewMaskFromConfig(OwXMLUtil configNode, String nodeName, String showFlagAttribute, int maskBit, boolean defaultShowValue)
          helper function to get the view mask bit from the config node's show flag attribute use this function to create mask bits out of XML descriptions to easily configure your dialogs and views.
The default value of this config option can be configured.
static int OwMappingUtils.getObjectClassMap(OwXMLUtil confignode_p, Map objectclassmap_p)
          Compute a Map of object class - subfolder mappings reads the ObjectClassMapping section in the plugin descriptor List of object class mappings to be used.
static Map OwMappingUtils.getParameterMapValuesFromObject(OwXMLUtil confignode_p, OwObject sourceObject_p, String mappingElementName_p)
          Compute a Map of values derived from the parent and to be set in advance in the new object reads the ParameterMapping section in the plugin descriptor Each Parameter from the Parent Object is set to the parameter in the new Object
Example:
Instruction: Name=Customer.Name
The Parameter Name in the new object gets the value of the Parameter Customer.Name in the Parent object
where Customer is a Object Reference Property and Name is the property of that reference.
static Map OwMappingUtils.getParameterMapValuesFromRecord(OwXMLUtil confignode_p, OwObject rootObject_p, OwObject folderObject_p)
          Compute a Map of values derived from the parent and to be set in advance in the new object, reads the ParameterMapping section in the plugin descriptor.
 

Uses of OwXMLUtil in com.wewebu.ow.server.role
 

Fields in com.wewebu.ow.server.role declared as OwXMLUtil
protected  OwXMLUtil OwStandardRoleManager.m_ConfigNode
          configuration node with XML config information
 

Methods in com.wewebu.ow.server.role that return OwXMLUtil
protected  OwXMLUtil OwStandardRoleManager.getConfigNode()
          get configuration node with XML config information
 OwXMLUtil OwStandardRoleManager.getDefaultMIMENode(int iObjectType_p)
          get the default MIME XML Entry for the given object type.
 OwXMLUtil OwRoleManager.getDefaultMIMENode(int iObjectType_p)
          get the default MIME XML Entry for the given object type.
 OwXMLUtil OwStandardRoleManager.getMIMENode(String strMIMEType_p)
          get the MIME XML Entry for the given MIMEType.
 OwXMLUtil OwRoleManager.getMIMENode(String strMIMEType_p)
          get the MIME XML Entry for the given MIMEType.
 OwXMLUtil OwStandardRoleManager.getPlugin(String strID_p)
          get a plugin description by its key that are allowed for the logged on user.
 OwXMLUtil OwRoleManager.getPlugin(String strID_p)
          get a plugin description by its key that are allowed for the logged on user.
 

Methods in com.wewebu.ow.server.role with parameters of type OwXMLUtil
 void OwStandardRoleManager.init(OwRoleManagerContext mainContext_p, OwXMLUtil configNode_p)
          init the manager, set context optionally set a prefix to distinguish several different applications.
 void OwRoleManager.init(OwRoleManagerContext mainContext_p, OwXMLUtil configNode_p)
          init the manager, set context optionally set a prefix to distinguish several different applications.
 

Uses of OwXMLUtil in com.wewebu.ow.server.ui
 

Methods in com.wewebu.ow.server.ui that return OwXMLUtil
 OwXMLUtil OwConfigurableDialog.getConfigNode()
          Get the associated OwXMLUtil object.
 

Methods in com.wewebu.ow.server.ui with parameters of type OwXMLUtil
 void OwConfigurableDialog.setConfigNode(OwXMLUtil configNode_p)
          Set the associated OwXMLUtil object.
 

Uses of OwXMLUtil in com.wewebu.ow.server.util
 

Classes in com.wewebu.ow.server.util that implement OwXMLUtil
 class OwStandardOptionXMLUtil
           Extends OwStandardXMLUtil and keys selective nodes in the node map.
 class OwStandardXMLUtil
           Implements OwXMLUtil utility class for structured configuration data access.
 class OwXMLUtilOptionAndPlaceholderFilter
           Utility class for XML access and debugging.
Overrides OwXMLUtilPlaceholderFilter with option IDs.
Option ID's allow the selection of nodes through option ID attributes.
 class OwXMLUtilPlaceholderFilter
           Utility class for XML access and debugging.
Implements OwXMLUtil with a OwAttributeBag interface.
So the place holder values are converted with the given OwAttributeBag.
 

Fields in com.wewebu.ow.server.util declared as OwXMLUtil
protected  OwXMLUtil OwXMLUtilPlaceholderFilter.m_wrappednode
           
 

Methods in com.wewebu.ow.server.util that return OwXMLUtil
 OwXMLUtil OwNetworkConfiguration.getConfigNode()
          Return the current configuration node (owbootstrap.xml).
 OwXMLUtil OwAuthenticationConfiguration.getConfiguration()
          Get the helper which represents/hold the configuration for extended authentication.
 OwXMLUtil OwNetworkConfiguration.getCreationInitialValuesConfig(String objectClassName_p)
          Get the configuration node defining the initial values for new objects of a specific object class.
 OwXMLUtil OwXMLUtilPlaceholderFilter.getSubUtil(String nodeName_p)
           
 OwXMLUtil OwXMLUtil.getSubUtil(String nodeName_p)
          get a sub util node with the given name
 OwXMLUtil OwStandardXMLUtil.getSubUtil(String strName_p)
           
 

Methods in com.wewebu.ow.server.util with parameters of type OwXMLUtil
static void OwStringProperties.initialize(OwXMLUtil bootConfig)
          initialize custom localization files
 

Constructors in com.wewebu.ow.server.util with parameters of type OwXMLUtil
OwAuthenticationConfiguration(OwXMLUtil confUtil_p)
           
OwNetworkConfiguration(OwXMLUtil config)
           
OwXMLUtilOptionAndPlaceholderFilter(OwXMLUtil node_p, OwAttributeBag placeholderattributeBag_p, OwAttributeBag optionsIDs_p)
          construct a template XML util node with option and placeholder configuration filter
OwXMLUtilPlaceholderFilter(OwXMLUtil node_p, OwAttributeBag placeholderattributeBag_p)
          construct a template XML util node
 

Uses of OwXMLUtil in com.wewebu.ow.server.util.paramcodec
 

Methods in com.wewebu.ow.server.util.paramcodec with parameters of type OwXMLUtil
static String[] OwAttributeBagCodec.loadAttributeBagsConfiguation(OwXMLUtil codecConfiguration_p)
          Loads the AttributeBags XML configuration element.
The expected XML structure is the following : AttributeBags - tag
Configures the attribute bag storage name for the parameters maps.
In order to prevent name conflicts in attribute bags usage unique bag names prefixes should
be specified here.

Attributes :
codecprefix = a string prefix to be used in codec internal bag names
cookieprefix = a string prefix to be used in codec internal bag names that will store
cookie based parameter maps
user = user to be used when storing codec attribute bags
static long OwCookieStoreCodec.loadUrlLifeTimeConfig(OwXMLUtil codecConfiguration_p)
          Loads XML URLLifeTime configuration : URLLifeTime - tag
Configures the amount of time an encoded URL parameter map is valid.
After that the parameter map is considered expired and links that relay
on are considered out of date / expired and will not produce the desired response.

Attributes :
days = days until the parameter map expires considering the URL parameter map encoding time
hours = hours until the parameter map expires considering the URL parameter map encoding time
minutes = minutes until the parameter map expires considering the URL parameter map encoding time
seconds = seconds until the parameter map expires considering the URL parameter map encoding time
static String OwCookieStoreCodec.loadUrlParameterConfig(OwXMLUtil codecConfiguration_p)
          Loads URL parameter XML configuration : URLParameter - tag
The parameter map codec encodes a parameter map into another parameter map containing
one cookie defining parameter.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.