Modifier and Type | Method and Description |
---|---|
OwAttributeBag |
OwDBAttributeBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwConfiguration
Configuration class for the global application Configuration and Plugins.
|
class |
OwMasterDocument
Document Module base class for the Main Area Plugins.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwIterable<T>
An iterable implementation with support for paging.
|
Modifier and Type | Class and Description |
---|---|
class |
OwAbstractIterable<T>
Abstarct implementation of
OwIterable . |
class |
OwAggregateIterable<T>
Trying to provide an aggregate
OwIterable . |
class |
OwCollectionIterable<T>
Iterable over the entire collection of objects.
|
class |
OwCollectionPageIterable<T>
Iterable over a single page of objects.
|
class |
OwEmptyIterable<T>
This is kind of "null object" implementation for
OwIterable . |
class |
OwFilteringIterable<T>
An
OwIterable implementation that accepts a filtering criteria. |
class |
OwIterableAttributeBag<T>
Abstract base class for
OwIterable implementations. |
class |
OwIterableObjectCollectionConverter
OwIterable based OwObjectCollection implementation. |
class |
OwObjectCollectionIterableAdapter<T>
Adapter from
OwObjectCollection to OwIterable . |
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 | Interface and Description |
---|---|
interface |
OwObjectCollection
Base interface for object class descriptions.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
static OwAOType<OwAttributeBag> |
OwAOConstants.AO_ATTRIBUTE_BAG |
Modifier and Type | Interface and Description |
---|---|
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() |
Modifier and Type | Class and Description |
---|---|
class |
OwRoleOptionAttributeBag
Since the role manager is only available after login and we need the option ID bag before, we use this delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
OwDocument
Document Base Class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwAttributeBagWriteable
Interface for writing Attributes, extends the OwAttributeBag interface.
|
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 | |
|||||
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.:
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved. |