Modifier and Type | Method and Description |
---|---|
OwAttributeBagWriteable |
OwDBAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwMasterDocument
Document Module base class for the Main Area Plugins.
|
Modifier and Type | Method and Description |
---|---|
OwAttributeBagWriteable |
OwMainAppContext.createUserAttributeBag(String sName_p)
create a attribute bag for scalar settings specific for the current user.
|
protected OwAttributeBagWriteable |
OwAttrBagBasedUserOperationListener.getAttributeBag(String userName_p,
String bagName_p,
String tableName_p)
Deprecated.
|
OwAttributeBagWriteable |
OwMasterDocument.getPersistentAttributeBagWriteable()
get the plugin scalar settings specific for the current user.
|
OwAttributeBagWriteable |
OwConfiguration.getUserAttributeBag()
get the application wide scalar settings specific for the current user.
|
Modifier and Type | Class and Description |
---|---|
class |
OwObjectLinksDocument
Document class of
OwObjectLinksView . |
class |
OwPermissionsDocument
OwPermissionCollection facade document. |
class |
OwPolicyLevelDocument
OwPermissionCollection policy facade document for OwPolicyLevelView |
class |
OwPrivilegesDocument
OwPermissionCollection privilege facade document for OwPrivilegesView |
class |
OwPrivilegeSetEditorDocument
OwPrivilegeSet document facade for the OwPrivilegeSetEditor view. |
class |
OwSplitObjectListDocument
Models several object collections called splits.
|
Modifier and Type | Method and Description |
---|---|
void |
OwObjectListView.OwFilter.load(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
set this filter from the given attribute bag
|
void |
OwObjectListView.OwFilter.save(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
persist this filter to the given attribute bag
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
static OwAOType<OwAttributeBagWriteable> |
OwAOConstants.AO_ATTRIBUTE_BAG_WRITABLE |
static OwAOType<OwAttributeBagWriteable> |
OwAOConstants.AO_INVERTED_ATTRIBUTE_BAG |
Modifier and Type | Class and Description |
---|---|
class |
OwDocument
Document Base Class.
|
Modifier and Type | Method and Description |
---|---|
OwAttributeBagWriteable |
OwDocument.getPersistentAttributeBagWriteable()
(overridable) get a persistent OwAttributeBagWriteable (application scope)
NOTE: use the OwAttributeBagWriteable implementation of this class to access non persistent (session scope) scalars
|
Modifier and Type | Class and Description |
---|---|
class |
OwSimpleAttributeBagWriteable
Implements a simple writable attribute bag that writes to internal memory.
|
class |
OwStandardDBAttributeBagWriteable
Implements a writable attribute bag for DBs.
Uses the following attribute scheme to access the database e.g.: | (Number) | UserName (String) | BagName (String) | AttributeName (String) | AttributeValue (String) | | 1 | OW_SITE_USER | ViewerSize | X | 100 | | 2 | OW_SITE_USER | ViewerSize | Y | 100 | | 3 | UserName | SelectedClass | Konto | 1 | | 4 | UserName | SelectedClass | Kredit | 1 | | 5 | UserName | SelectedClass | Depot | 1 | |
Modifier and Type | Method and Description |
---|---|
OwAttributeBagWriteable |
OwStandardDBAttributeBagWriteableFactory.getBag(String sBagName_p)
get a specific attribute bag
|
Modifier and Type | Method and Description |
---|---|
protected OwAttributeBagWriteable |
OwNetworkAttributeBagCodec.getBag(String bagName_p,
boolean create_p) |
protected abstract OwAttributeBagWriteable |
OwAttributeBagCodec.getBag(String bagName_p,
boolean create_p) |
protected OwAttributeBagWriteable |
OwAppCounterBag.getBag(String bagName_p,
boolean create_p)
Get the bag from the network
|
protected OwAttributeBagWriteable |
OwAttributeBagCodec.getCookieBag(String cookieName_p,
boolean create_p) |
protected OwAttributeBagWriteable |
OwAttributeBagCodec.getCookieTableBag() |
protected OwAttributeBagWriteable |
OwAttributeBagCodec.getMasterBag() |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.