Modifier and Type | Method and Description |
---|---|
protected OwAOConfiguration |
OwManagedAOProvider.createConfiguration(OwXMLUtil configuration,
OwAOContext context) |
OwAOProvider |
OwAOProviderFactory.createProvider(OwConfiguration configuration,
OwAOContext context) |
String |
OwAOConfigurationPart.getParameterValue(String name) |
String |
OwAOConfigurationPart.getParameterValue(String name,
String defaultValue) |
void |
OwConfigurableManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwSearchTemplatesManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwSupportBasedManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwAttributeBagsManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwVirtualFoldersManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwConfigurableSupport.init(OwSupportConfiguration configuration,
OwAOContext context) |
void |
OwFileAOSupport.init(OwSupportConfiguration configuration,
OwAOContext context) |
void |
OwRepositoryAOSupport.init(OwSupportConfiguration configuration,
OwAOContext context) |
void |
OwAOConfigurableProvider.init(OwXMLUtil configuration,
OwAOContext context) |
void |
OwManagedAOProvider.init(OwXMLUtil configuration,
OwAOContext context) |
protected Class<?> |
OwAOConfigurationPart.safeClassFromName(String name,
Class<?> superClass) |
protected <I> I |
OwAOConfigurationPart.safeInstanceFromName(String name,
Class<I> instanceClass) |
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 | Method and Description |
---|---|
static void |
OwConfiguration.applicationInitalize(OwBaseInitializer initializer_p)
Init application config data upon startup,
make sure the servlet listener
OwConfigurationInitialisingContextListener is configured for your application. |
protected OwAOProvider |
OwMainAppContext.createAOProvider() |
String |
OwMainAppContext.createTempDir(String strPrefix_p)
creates a unique temp directory
|
String |
OwMainRoleManagerContext.createTempDir(String strPrefix_p) |
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.
|
OwAOProvider |
OwMainRoleManagerContext.getUnmanagedAOProvider() |
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
|
Modifier and Type | Method and Description |
---|---|
OwAuthentication |
OwAuthenticator.authenticate(OwAuthentication authentication)
Authenticate with provided information.
|
Constructor and Description |
---|
OwGroupPropertiesConfiguration(OwXMLUtil node_p,
OwMainAppContext context_p)
Deprecated.
Constructor
|
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 | Method and Description |
---|---|
protected int |
OwStandardSearchTemplate.convertOperator(String strOperator_p)
Operator conversion utility
|
static Map<String,OwSemiVirtualRecordClass> |
OwSemiVirtualRecordClass.createVirtualRecordClasses(OwXMLUtil configuration_p) |
static Map<String,OwSemiVirtualRecordClass> |
OwSemiVirtualRecordClass.createVirtualRecordClasses(OwXMLUtil configuration_p,
Collection<String> selectiveConfigurationIds_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
|
void |
OwAutoAttributeBagSupport.init(OwSupportConfiguration configuration,
OwAOContext context) |
protected boolean |
OwStandardSearchTemplate.isOperator(String strOperator_p) |
Constructor and Description |
---|
OwManagedSemiVirtualRecordConfiguration() |
OwSemiVirtualRecordClass(Node n_p) |
Modifier and Type | Method and Description |
---|---|
void |
OwBackwardsCompatibilityAOProvider.init(OwXMLUtil configuration,
OwAOContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OwTouchConfiguration.init(Node touchConfigurationNode_p,
Locale locale_p)
Initialize this configuration element.
|
Constructor and Description |
---|
OwTouchConfiguration(boolean shouldReadIcons_p,
Node touchConfigurationNode_p,
Locale locale_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
OwConfigurationInitialisingContextListener.applicationInitalize() |
protected abstract void |
OwInitialisingContextListener.applicationInitalize()
init function for derived classes
|
protected void |
OwStandardRoleManagerInitialisingContextListener.applicationInitalize() |
Modifier and Type | Method and Description |
---|---|
OwMouseSetting |
OwStaticMouseSettingsConfiguration.getSetting(String actionId) |
OwEventSetting |
OwEventSettingsConfiguration.getSetting(String actionId) |
OwKeySetting |
OwKeySettingsConfiguration.getSetting(String actionId) |
OwMouseSetting |
OwMouseSettingsConfiguration.getSetting(String actionId) |
OwKeySetting |
OwStaticKeySettingsConfiguration.getSetting(String actionId) |
Modifier and Type | Method and Description |
---|---|
protected OwXMLUtil |
OwSimpleIntegratedPreview.findMatchingRendererConfig(List<String> mimeType_p)
Find matching rendering configuration.
|
Modifier and Type | Method and Description |
---|---|
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 |
OwADSchemaInterpreter.init(Properties ldapProperties_p,
Properties adminLdapProperties_p) |
void |
OwBasicLdapSchemaInterpreter.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) |
Modifier and Type | Method and Description |
---|---|
static OwProviderConfiguration |
OwProviderConfiguration.fromXML(OwXMLUtil rootConf) |
protected OwXMLUtil |
OwSimpleRenditionServiceProvider.readConfiguration(String resourceName) |
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.