Uses of Class
com.wewebu.ow.server.exceptions.OwConfigurationException

Packages that use OwConfigurationException
com.wewebu.ow.server.app   
com.wewebu.ow.server.auth   
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views.classes   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.history   
com.wewebu.ow.server.role   
com.wewebu.ow.server.servlets   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.util.ldap   
 

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

Methods in com.wewebu.ow.server.app that throw OwConfigurationException
static void OwConfiguration.applicationInitalize(OwBaseInitializer initializer_p)
          Init application config data upon startup, make sure the servlet listener OwConfigurationInitialisingContextListener is configured for your application.
 String OwMainAppContext.createTempDir(String strPrefix_p)
          creates a unique temp directory
 String OwMainAppContext.getDNDDocumentImportTempDir()
           
protected  Set OwFunction.getSupportedObjectClassesFromDescriptor(String strKey_p)
          utility function to retrieve a set of object class names from a descriptor definition with the given key
protected  Set OwFunction.getSupportedObjectTypesFromDescriptor(String strKey_p)
          utility function to retrieve a set of object types from a descriptor definition with the given key The object types can either be the numbers as defined in OwObjectReference or you can use the field names directly, which will then be converted to the integer numbers.
 String OwConfiguration.getTempDir()
          Get the temp dir defined in bootstrap configuration, that can be used for upload.
 void OwDocumentImporter.init(OwMainAppContext context_p, OwXMLUtil config_p)
          Initialize this document importer from the XML fragment in the OwXMLUtil.
 void OwMainAppContext.onLogin(OwBaseUserInfo user_p)
          called when user gets logged in
 void OwConfiguration.refreshStaticConfiguration()
          update the configuration data
 

Uses of OwConfigurationException in com.wewebu.ow.server.auth
 

Methods in com.wewebu.ow.server.auth that throw OwConfigurationException
 OwAuthentication OwAuthenticator.authenticate(OwAuthentication authentication)
          Authenticate with provided information.
 

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

Constructors in com.wewebu.ow.server.dmsdialogs that throw OwConfigurationException
OwGroupPropertiesConfiguration(OwXMLUtil node_p, OwMainAppContext context_p)
          Constructor
 

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

Methods in com.wewebu.ow.server.dmsdialogs.views.classes that throw OwConfigurationException
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 OwConfigurationException in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that throw OwConfigurationException
protected  int OwStandardSearchTemplate.convertOperator(String strOperator_p)
          Operator conversion utility
static Map<String,OwSemiVirtualRecordClass> OwSemiVirtualRecordClass.createVirtualRecordClasses(OwXMLUtil configuration_p)
           
 Collection OwStandardSearchTemplate.getColumnInfoList()
          get the cached list of the column info tuple, which describe the result view
 String OwStandardCrossMappings.getIClass(String className_p)
           
 String OwExtendedCrossMappings.getIClass(String className_p)
          maps the given classes to their configured I peers
protected  Map<String,String> OwStandardCrossMappings.getIClassMappings()
          map of class names
protected  Map OwStandardCrossMappings.getInternalPropertyMappings()
           
 Collection OwStandardCrossMappings.getIProperties(Collection propertyNames_p)
          maps the given X classes to their configured I(nternal) peers
 Collection OwExtendedCrossMappings.getIProperties(Collection propertyNames_p)
          maps the given X classes to their configured I(nternal) peers
 String OwStandardCrossMappings.getIProperty(String xPropertyName_p)
          maps the given X classes to their configured I(nternal) peers
 String OwExtendedCrossMappings.getIProperty(String xPropertyName_p)
          maps the given X classes to their configured I(nternal) peers
protected  Map OwStandardCrossMappings.getPropertyMappings()
          map of property names
protected  int OwStandardSearchTemplate.getSearchAttributeFromNode(Node node_p, int iDefaultEditAttribute_p)
          compute the criteria attributes from a p8 XML node
 String OwStandardCrossMappings.getXClass(String className_p)
           
 String OwExtendedCrossMappings.getXClass(String className_p)
          maps the given classes to their configured X peers
 OwClass[] OwStandardCrossMappings.getXClasses(OwClass[] classes_p)
           
 OwClass[] OwExtendedCrossMappings.getXClasses(OwClass[] classes_p)
          maps the given classes to their configured X peers
protected  Map<String,String> OwStandardCrossMappings.getXClassMappings()
          map of class names
 Collection OwStandardCrossMappings.getXProperties(Collection propertyNames_p)
          map the given property names
 Collection OwCrossMappings.getXProperties(Collection propertyNames_p)
          map the given property names
 String OwStandardCrossMappings.getXProperty(String name_p)
          map the given property name
 String OwCrossMappings.getXProperty(String name_p)
          map the given property name
 OwSort OwStandardCrossMappings.getXSort(OwSort sort_p)
           
 OwSort OwCrossMappings.getXSort(OwSort searchNode_p)
          map the given search
protected  boolean OwStandardSearchTemplate.isOperator(String strOperator_p)
           
 OwSemiVirtualRecordClass OwManagedSemiVirtualRecordConfiguration.semiVirtualFolderForObjectClass(String className_p, OwRoleManager roleManager_p)
          Retrieve the virtual folder configuration for a given object class.
 

Constructors in com.wewebu.ow.server.ecm that throw OwConfigurationException
OwManagedSemiVirtualRecordConfiguration(OwXMLUtil ecmAdapterConfiguration_p)
           
OwSemiVirtualRecordClass(Node n_p)
           
 

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

Methods in com.wewebu.ow.server.history that throw OwConfigurationException
 void OwTouchConfiguration.init(Node touchConfigurationNode_p, Locale locale_p)
          Initialize this configuration element.
 

Constructors in com.wewebu.ow.server.history that throw OwConfigurationException
OwTouchConfiguration(boolean shouldReadIcons_p, Node touchConfigurationNode_p, Locale locale_p)
          Constructor
 

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

Methods in com.wewebu.ow.server.role that throw OwConfigurationException
static void OwStandardRoleManager.applicationInitalize(OwBaseInitializer initializer_p)
          Init role config data upon startup, make sure the servlet listener OwStandardRoleManagerInitialisingContextListener is configured for your application.
 String OwRoleManagerContext.createTempDir(String strPrefix_p)
          creates a unique temp directory
 void OwStandardRoleManager.refreshStaticConfiguration()
          update the configuration data
 

Uses of OwConfigurationException in com.wewebu.ow.server.servlets
 

Methods in com.wewebu.ow.server.servlets that throw OwConfigurationException
protected  void OwStandardRoleManagerInitialisingContextListener.applicationInitalize()
           
protected abstract  void OwInitialisingContextListener.applicationInitalize()
          init function for derived classes
protected  void OwConfigurationInitialisingContextListener.applicationInitalize()
           
 

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

Methods in com.wewebu.ow.server.ui that throw OwConfigurationException
 OwKeySetting OwStaticKeySettingsConfiguration.getKeySetting(String actionId)
           
 OwKeySetting OwKeySettingsConfiguration.getKeySetting(String actionId)
           
 

Uses of OwConfigurationException in com.wewebu.ow.server.util.ldap
 

Methods in com.wewebu.ow.server.util.ldap that throw OwConfigurationException
 void OwLdapConnector.authenticate(String userName_p, String password_p)
          Authenticates a user using LDAP.
The user name and password are stored for further operations.
 InitialLdapContext OwLdapConnection.createInitialDirContext()
           
 String OwLdapConnector.findDistinguishedNameAnonymously(String user_p)
          Returns the full distinguished name for the login user to use for authentication later.
 String OwLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p, OwLdapConnection connection_p)
          Returns the full distinguished name for the login user to use for authentication later.
 String OwBasicLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p, OwLdapConnection connection_p)
           
 Collection<String> OwStandardSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
          Reads all groups from the LDAP (e.g.
 Collection<String> OwADSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p)
          Get the attribute value for given attribute name.
 String OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p, boolean trimmCommonName_p)
           
 Collection<String> OwStandardSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
          Returns the group names of the user.
 Collection<String> OwADSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getUserAttributeValue(String attributeName_p)
           
 String OwLdapConnection.getUserAttributeValue(String attributeName_p, boolean trimmCommonName_p)
           
 String OwLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
          Get the user display name, or a null value.
 String OwBasicLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
           
 String OwStandardSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserId(OwLdapConnection connection_p)
          Returns a unique ID of the user
 String OwADSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwStandardSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
          Gets the user's long name
 String OwADSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwStandardSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
          Get the user short name, or a null value.
 String OwADSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
 void OwLdapSchemaInterpreter.init(Properties ldapProperties_p, Properties adminLdapProperties_p)
          Properties initialization method used to make schema specific initializations of the directory properties
 void OwBasicLdapSchemaInterpreter.init(Properties ldapProperties_p, Properties adminLdapProperties_p)
           
 void OwADSchemaInterpreter.init(Properties ldapProperties_p, Properties adminLdapProperties_p)
           
protected  void OwLdapConnector.prepareForAuthentication(String userName_p, String password_p)
          Called before authentication method to prepare configuration for
 NamingEnumeration<SearchResult> OwLdapConnection.search(String searchBase_p, String[][] attributeValues_p, String[] returnIds_p)
          Searches the LDAP repository for records matching the given pattern.
 Collection<String> OwLdapConnection.searchAttributeValues(String searchBase_p, String[][] matchAttrs_p, String attribute_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.