|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwNetworkContext | |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.server.ao | |
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm |
Uses of OwNetworkContext in com.wewebu.ow.csqlc |
---|
Methods in com.wewebu.ow.csqlc that return OwNetworkContext | |
---|---|
OwNetworkContext |
OwSQLEntitiesResolver.getNetworkContext()
Network context which is used for additional information. |
Uses of OwNetworkContext in com.wewebu.ow.server.ao |
---|
Methods in com.wewebu.ow.server.ao with parameters of type OwNetworkContext | |
---|---|
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)
|
Constructors in com.wewebu.ow.server.ao with parameters of type OwNetworkContext | |
---|---|
OwAttributeBagsManager(OwNetworkContext networkContext_p,
int type_p,
boolean nameKey_p,
OwAttributeBagsSupport attributeBagsSupport_p)
Constructor |
Uses of OwNetworkContext in com.wewebu.ow.server.app |
---|
Classes in com.wewebu.ow.server.app that implement OwNetworkContext | |
---|---|
class |
OwMainAppContext
Main Application Context Class Implementation. |
Uses of OwNetworkContext in com.wewebu.ow.server.ecm |
---|
Methods in com.wewebu.ow.server.ecm that return OwNetworkContext | |
---|---|
OwNetworkContext |
OwStandardVirtualFolderObjectFactory.getContext()
get context |
protected OwNetworkContext |
OwStandardSearchTemplate.getContext()
get a reference to the network context |
OwNetworkContext |
OwNetwork.getContext()
return the network context that was past during initialization |
Methods in com.wewebu.ow.server.ecm with parameters of type OwNetworkContext | |
---|---|
static OwAttributeBagResolver |
OwAttributeBagResolver.createAndCheckResolver(OwNetworkContext networkContext_p)
Returns an OwAttributeBagResolver instance if such
an attribute bag support is usable in the given context. |
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 |
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 |
Constructors in com.wewebu.ow.server.ecm with parameters of type OwNetworkContext | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |