Modifier and Type | Method and Description |
---|---|
protected OwAOConfiguration |
OwManagedAOProvider.createConfiguration(OwXMLUtil configuration,
OwAOContext context) |
void |
OwAOConfigurableProvider.init(OwXMLUtil configuration,
OwAOContext context) |
void |
OwManagedAOProvider.init(OwXMLUtil configuration,
OwAOContext context) |
Constructor and Description |
---|
OwAOConfiguration(OwXMLUtil configuration,
OwAOContext context) |
OwAOConfigurationPart(OwXMLUtil configuration) |
OwManagerConfiguration(OwXMLUtil configuration) |
OwManagersConfiguration(OwXMLUtil configuration,
OwSupportsConfiguration supportsConfiguration,
OwAOContext context) |
OwSupportConfiguration(OwXMLUtil configuration) |
OwSupportsConfiguration(OwXMLUtil configuration,
OwAOContext context) |
Modifier and Type | Field and Description |
---|---|
protected OwXMLUtil |
OwAbstractToolExtension.m_confignode
the configuration node
|
Modifier and Type | Method and Description |
---|---|
static OwXMLUtil |
OwConfiguration.getBootstrap(OwBaseInitializer initializer_p) |
OwXMLUtil |
OwConfiguration.getBootstrapConfiguration()
get the bootstrap Configuration DOM node
|
protected OwXMLUtil |
OwFieldManager.getConfigNode()
Get configuration node for current manager instance.
|
OwXMLUtil |
OwFunction.getConfigNode()
get the reference to the plugin description node
|
OwXMLUtil |
OwMasterView.getConfigNode()
get the plugin description node
|
OwXMLUtil |
OwMasterDocument.getConfigNode()
get the plugin description node
|
OwXMLUtil |
OwConfiguration.OwMasterPluginInstance.getConfigNode()
get the plugin config node
|
OwXMLUtil |
OwPlugin.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
|
protected OwXMLUtil |
OwGlobalParametersConfiguration.getXMLUtil(String paramName)
Get the OwXMLUtil which is has the parameter name
|
Modifier and Type | Method and Description |
---|---|
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 |
OwDocumentFunction.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 |
OwToolExtension.init(OwXMLUtil confignode_p,
OwMainAppContext context_p)
Initializes the extension.
|
void |
OwAbstractToolExtension.init(OwXMLUtil confignode_p,
OwMainAppContext context_p) |
void |
OwRecordFunction.init(OwXMLUtil node_p,
OwMainAppContext context_p)
set the plugin description node
|
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
|
Constructor and Description |
---|
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
|
OwGlobalParametersConfiguration(OwXMLUtil root) |
OwJspFormConfigurator(OwXMLUtil node_p)
Create JSP Configurator based on plugin configuration.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected OwXMLUtil |
OwCreateObjectDialog.m_configNode
the configuration node
|
Modifier and Type | Method and Description |
---|---|
OwXMLUtil |
OwCreateObjectDialog.getConfigNode() |
Modifier and Type | Method and Description |
---|---|
void |
OwCreateObjectDialog.setConfigNode(OwXMLUtil configNode_p) |
Constructor and Description |
---|
OwGroupPropertiesConfiguration(OwXMLUtil node_p,
OwMainAppContext context_p)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwObjectListViewCombined.getConfigNode()
Simple getter of configuration
|
Modifier and Type | Method and Description |
---|---|
void |
OwObjectClassProcessor.init(OwXMLUtil configNode)
Init method to for current processor.
|
Modifier and Type | Method and Description |
---|---|
static OwObjectClassSelectionCfg |
OwObjectClassSelectionCfg.fromPluginXml(OwXMLUtil pluginXMLCfg)
Creates an instance of this configuration from the plugin's XML configuration.
|
static OwRootClassCfg |
OwRootClassCfg.fromXml(OwXMLUtil xmlClass) |
Modifier and Type | Field and Description |
---|---|
protected OwXMLUtil |
OwStandardVirtualFolderObjectFactory.m_OpenFolderNode
the OwXMLUtil wrapped DOM node of the currently opened sub folder
|
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwStandardCrossMappings.getConfigNode() |
Modifier and Type | Method and Description |
---|---|
static Map<String,OwSemiVirtualRecordClass> |
OwSemiVirtualRecordClass.createVirtualRecordClasses(OwXMLUtil configuration_p) |
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.
|
Constructor and Description |
---|
OwObjectSkeleton(OwNetwork network_p,
OwObjectClass objectClass_p,
OwXMLUtil overrideDefaultValuesConfig_p)
construct An Empty Object
|
OwStandardCrossMappings(OwXMLUtil config_p)
creates a mapping with given configuration
|
Modifier and Type | Method and Description |
---|---|
void |
OwBackwardsCompatibilityAOProvider.init(OwXMLUtil configuration,
OwAOContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<OwPriorityRule>> |
OwPriorityRuleFactory.createRulesContainerMap(OwXMLUtil configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p)
Multiple priority rule factory method.
|
List<OwPriorityRule> |
OwPriorityRuleFactory.createRulesList(OwXMLUtil configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p) |
static OwExpressionPriorityRule |
OwExpressionPriorityRule.newPriorityRule(OwXMLUtil config)
Instance creation helper.
|
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwDBDependentComboboxDataHandler.getConf() |
protected OwXMLUtil |
OwDependentComboboxFieldControl.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
OwDependentComboboxDataHandler.init(OwAppContext context,
OwXMLUtil configuration)
Init method called when OwFieldControl is successfully initialized
and attached to context.
|
void |
OwDBDependentComboboxDataHandler.init(OwAppContext context,
OwXMLUtil configuration) |
protected void |
OwDBDependentComboboxDataHandler.setConf(OwXMLUtil conf) |
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwStandardHistoryManager.getConfigNode()
get configuration node with XML config information
|
Modifier and Type | Method and Description |
---|---|
void |
OwHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context
|
void |
OwStandardHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context
|
Modifier and Type | Method and Description |
---|---|
void |
OwMandatorManager.init(OwMandatorManagerContext context_p,
OwXMLUtil configNode_p)
init the manager, set context
|
Modifier and Type | Method and Description |
---|---|
void |
OwSimpleMandatorManager.init(OwMandatorManagerContext context_p,
OwXMLUtil configNode_p) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OwXMLUtil |
OwStandardRoleManager.m_ConfigNode
configuration node with XML config information
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OwXMLUtil |
OwConfigurableDialog.getConfigNode()
Get the associated
OwXMLUtil object. |
Modifier and Type | Method and Description |
---|---|
void |
OwConfigurableDialog.setConfigNode(OwXMLUtil configNode_p)
Set the associated
OwXMLUtil object. |
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwSimpleIntegratedPreview.findMatchingRendererConfig(List<String> mimeType_p)
Find matching rendering configuration.
|
protected OwXMLUtil |
OwSimpleIntegratedPreview.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
abstract void |
OwIntegratedPreview.setConfiguration(OwXMLUtil configuration)
Set the configuration which was defined for preview.
|
void |
OwSimpleIntegratedPreview.setConfiguration(OwXMLUtil configuration) |
Constructor and Description |
---|
OwPreview(OwXMLUtil previewConfiguration,
OwObject object) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected OwXMLUtil |
OwXMLUtilPlaceholderFilter.m_wrappednode |
Modifier and Type | Method and Description |
---|---|
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 |
OwStandardXMLUtil.getSubUtil(String strName_p) |
OwXMLUtil |
OwXMLUtil.getSubUtil(String nodeName_p)
get a sub util node with the given name
|
OwXMLUtil |
OwXMLUtilPlaceholderFilter.getSubUtil(String nodeName_p) |
Modifier and Type | Method and Description |
---|---|
static OwTableSpec |
OwTableSpec.fromXML(OwXMLUtil attributeBagTableXML) |
static void |
OwStringProperties.initialize(OwXMLUtil bootConfig)
initialize custom localization files
|
Constructor and Description |
---|
OwAuthenticationConfiguration(OwXMLUtil confUtil_p) |
OwNetworkConfiguration(OwXMLUtil config)
Will build this instance from the provided XML.
|
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
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
OwConfigurableRenditionService.init(OwXMLUtil configuration) |
Modifier and Type | Method and Description |
---|---|
OwXMLUtil |
OwProviderConfiguration.getFallBackCfg() |
OwXMLUtil |
OwProviderConfiguration.getProviderCfgFor(String mappingPrefix) |
protected OwXMLUtil |
OwSimpleRenditionServiceProvider.readConfiguration(String resourceName) |
Modifier and Type | Method and Description |
---|---|
static OwProviderConfiguration |
OwProviderConfiguration.fromXML(OwXMLUtil rootConf) |
void |
OwSymbolicRenditionService.init(OwXMLUtil serviceXMLUtil) |
Modifier and Type | Method and Description |
---|---|
void |
OwPropertyListConfiguration.build(OwXMLUtil configuration)
Initialize/build instance from provided configuration.
|
protected OwPropertyGroup<OwPropertyInfo> |
OwPropertyListConfiguration.buildPropertyGroup(OwXMLUtil conf) |
protected OwPropertyInfo |
OwPropertyListConfiguration.buildPropertyInfo(OwXMLUtil conf) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.