Uses of Interface
com.wewebu.ow.server.util.OwAttributeBag

Packages that use OwAttributeBag
com.wewebu.ow.server.ao   
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecmimpl   
com.wewebu.ow.server.mandator   
com.wewebu.ow.server.role   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.util   
 

Uses of OwAttributeBag in com.wewebu.ow.server.ao
 

Methods in com.wewebu.ow.server.ao that return OwAttributeBag
 OwAttributeBag OwDBAttributeBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p, String name_p, String userID_p)
           
 

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

Classes in com.wewebu.ow.server.app that implement OwAttributeBag
 class OwConfiguration
           Configuration class for the global application Configuration and Plugins.
 class OwMasterDocument
           Document Module base class for the Main Area Plugins.
 

Uses of OwAttributeBag in com.wewebu.ow.server.dmsdialogs.views
 

Classes in com.wewebu.ow.server.dmsdialogs.views that implement OwAttributeBag
 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.
 

Uses of OwAttributeBag in com.wewebu.ow.server.ecm
 

Subinterfaces of OwAttributeBag in com.wewebu.ow.server.ecm
 interface OwObjectCollection
           Base interface for object class descriptions.
 

Classes in com.wewebu.ow.server.ecm that implement OwAttributeBag
 class OwObjectCollectionDelegator
           An object list wrapper/delegate class.
 class OwQueriedCollection
           An OwObjectCollection that relates on an OwObjectsQuery for the default object contents.
 class OwStandardObjectCollection
           Standard Implementation for objects lists from the network.
 

Methods in com.wewebu.ow.server.ecm that return OwAttributeBag
 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
 

Uses of OwAttributeBag in com.wewebu.ow.server.ecmimpl
 

Fields in com.wewebu.ow.server.ecmimpl with type parameters of type OwAttributeBag
static OwAOType<OwAttributeBag> OwAOConstants.AO_ATTRIBUTE_BAG
           
 

Uses of OwAttributeBag in com.wewebu.ow.server.mandator
 

Subinterfaces of OwAttributeBag in com.wewebu.ow.server.mandator
 interface OwMandator
           Interface for mandators (multitenancy, multi-tenant) to specify the mandator configuration data.
To be implemented with the specific ECM system.

You get a instance of the mandator manager by calling getContext().getMandatorManager().getUserMandator()
 

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

Classes in com.wewebu.ow.server.role that implement OwAttributeBag
 class OwRoleOptionAttributeBag
           Since the role manager is only available after login and we need the option ID bag before, we use this delegate.
 

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

Classes in com.wewebu.ow.server.ui that implement OwAttributeBag
 class OwDocument
           Document Base Class.
 

Uses of OwAttributeBag in com.wewebu.ow.server.util
 

Subinterfaces of OwAttributeBag in com.wewebu.ow.server.util
 interface OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
 

Classes in com.wewebu.ow.server.util that implement OwAttributeBag
 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 |
 class OwStandardDBInvertedAttributeBag
          Implements a DB based read only attribute bag the inverts user- and attribute names.
Uses the following attribute scheme to access the database e.g.:

(Number)User (String)Name (String)AttributeName (String)AttributeValue (String) 1OW_SITE_USERViewerSizeX100 2OW_SITE_USERViewerSizeY100 3UserNameSelectedClassAccount1 4UserNameSelectedClassCredit1 5UserNameSelectedClassDepot1
 

Constructors in com.wewebu.ow.server.util with parameters of type OwAttributeBag
OwXMLUtilOptionAndPlaceholderFilter(Node node_p, OwAttributeBag placeholderattributeBag_p, OwAttributeBag optionsIDs_p)
          construct a template XML util node with option and placeholder configuration filter
OwXMLUtilOptionAndPlaceholderFilter(OwXMLUtil node_p, OwAttributeBag placeholderattributeBag_p, OwAttributeBag optionsIDs_p)
          construct a template XML util node with option and placeholder configuration filter
OwXMLUtilPlaceholderFilter(Node node_p, OwAttributeBag placeholderattributeBag_p)
          construct a template XML util node
OwXMLUtilPlaceholderFilter(OwXMLUtil node_p, OwAttributeBag placeholderattributeBag_p)
          construct a template XML util node
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.