Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.server.ao | |
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm |
Modifier and Type | Method and Description |
---|---|
OwNetworkContext |
OwSQLEntitiesResolver.getNetworkContext()
Network context which is used for additional information.
|
Modifier and Type | Method and Description |
---|---|
static OwDBAttributeBagsSupport |
OwDBAttributeBagsSupport.createAndCheckDBSupport(OwNetworkContext networkContext_p)
Returns an
OwDBAttributeBagsSupport instance if such
an attribute bag support is usable in the given context. |
OwAttributeBag |
OwDBAttributeBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwAttributeBagWriteable |
OwDBAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
Constructor and Description |
---|
OwAttributeBagsManager(OwNetworkContext networkContext_p,
OwAOType<?> type_p,
boolean nameKey_p,
OwAttributeBagsSupport attributeBagsSupport_p)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OwMainAppContext
Main Application Context Class Implementation.
|
Modifier and Type | Method and Description |
---|---|
protected OwNetworkContext |
OwStandardSearchTemplate.getContext()
get a reference to the network context
|
OwNetworkContext |
OwNetwork.getContext()
return the network context that was past during initialization
|
OwNetworkContext |
OwStandardVirtualFolderObjectFactory.getContext()
get context
|
Modifier and Type | Method and Description |
---|---|
static OwAttributeBagResolver |
OwAttributeBagResolver.createAndCheckResolver(OwNetworkContext networkContext_p)
Returns an
OwAttributeBagResolver instance if such
an attribute bag support is usable in the given context. |
OwAttributeBag |
OwAutoAttributeBagSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwAttributeBag |
OwTransientBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwAttributeBag |
OwAttributeBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p)
get a inverted writable attribute bag based an a attribute name key
i.e.: the attributenames of the bag represent the users
|
OwAttributeBag |
OwAttributeBagResolver.getNameKeyAttributeBag(OwNetworkContext context_p,
String bagname_p,
String attributename_p)
get a inverted writable attribute bag based on a attribute name key
i.e.: the attributenames of the bag represent the users
|
OwAttributeBagWriteable |
OwAutoAttributeBagSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwAttributeBagWriteable |
OwTransientBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwAttributeBagWriteable |
OwAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p)
get a writable attribute bag based an a user key
i.e.: the attributenames of the bag represent the attribute names
|
OwAttributeBagWriteable |
OwAttributeBagResolver.getUserKeyAttributeBagWriteable(OwNetworkContext context_p,
String bagname_p,
String username_p)
get a writable attribute bag based an a user key
i.e.: the attributenames of the bag represent the attribute names
|
void |
OwVirtualFolderObjectFactory.init(OwNetworkContext context_p,
OwRepository repository_p,
String strBaseDMSID_p,
String virtualFolderName_p,
Node rootNode_p)
init a virtual folder object
|
void |
OwStandardVirtualFolderObjectFactory.init(OwNetworkContext context_p,
OwRepository repository_p,
String strBaseDMSID_p,
String virtualFolderName_p,
Node rootNode_p) |
void |
OwNetwork.init(OwNetworkContext context_p,
OwXMLUtil networkSettings_p)
initialize the network Adapter
|
Constructor and Description |
---|
OwStandardSearchTemplate(OwNetworkContext context_p,
Node xmlSearchTemplateNode_p,
String strName_p,
String strResourceName_p)
Creates a new search template with the given DOM node
|
OwStandardSearchTemplate(OwNetworkContext context_p,
Node xmlSearchTemplateNode_p,
String strName_p,
String strResourceName_p,
boolean useSearchPaths_p)
Deprecated.
|
OwStandardSearchTemplate(OwNetworkContext context_p,
OwObject obj_p)
Creates a new search template with the given object
NOTE: The syntax of the XML Template is compatible with FileNet P8 Search designer.
|
OwStandardSearchTemplate(OwNetworkContext context_p,
OwObject obj_p,
boolean useSearchPaths_p)
Deprecated.
since 4.0.0.0 use
OwStandardSearchTemplate.OwStandardSearchTemplate(OwNetworkContext, OwObject) constructor |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.