Package | Description |
---|---|
com.wewebu.ow.server.ao | |
com.wewebu.ow.server.ecmimpl | |
com.wewebu.ow.server.role |
Modifier and Type | Interface and Description |
---|---|
interface |
OwRoleManagedAOType<T>
Extension of OwAOType for role managed application objects .
|
Modifier and Type | Class and Description |
---|---|
class |
OwAOTypeImpl<T>
Simple implementation of OwAOType.
|
class |
OwRoleManagedAOImpl<T>
Simple implementation of OwAOType for role
managed application objects.
|
Modifier and Type | Method and Description |
---|---|
OwAOType<?> |
OwDefaultAOManager.getType() |
OwAOType<?> |
OwXMLAOManager.getType() |
OwAOType<?> |
OwSearchTemplatesManager.getType() |
OwAOType<?> |
OwAttributeBagsManager.getType() |
OwAOType<?> |
OwVirtualFoldersManager.getType() |
Modifier and Type | Method and Description |
---|---|
<T> T |
OwManagedAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting)
get a Objects for the application to work, like search templates, preferences...
|
<T> T |
OwManagedAOProvider.getApplicationObject(OwAOType<T> type,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting)
get an application object with specific parameters, like search templates, preferences...
|
<T> List<T> |
OwManagedAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
<T> List<T> |
OwAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj)
get a list of Objects for the application to work, like search templates, preferences...
|
void |
OwConfigurableManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwSearchTemplatesManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwSupportBasedManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwAttributeBagsManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
void |
OwVirtualFoldersManager.init(OwAOType<?> type,
OwManagerConfiguration configuration,
OwSupportsConfiguration supports,
OwAOContext context) |
Constructor and Description |
---|
OwAttributeBagsManager(OwNetworkContext networkContext_p,
OwAOType<?> type_p,
boolean nameKey_p,
OwAttributeBagsSupport attributeBagsSupport_p)
Constructor
|
OwDefaultAOManager(OwAOType<?> type_p,
OwAOSupport aoSupport_p,
String basePath_p)
Constructor
|
Modifier and Type | Field and Description |
---|---|
static OwAOType<OwAttributeBag> |
OwAOConstants.AO_ATTRIBUTE_BAG |
static OwAOType<OwAttributeBagIterator> |
OwAOConstants.AO_ATTRIBUTE_BAG_ITERATOR |
static OwAOType<OwAttributeBagWriteable> |
OwAOConstants.AO_ATTRIBUTE_BAG_WRITABLE |
static OwAOType<OwSearchTemplate> |
OwAOConstants.AO_BPM_VIRTUAL_QUEUES |
static OwAOType<OwAttributeBagWriteable> |
OwAOConstants.AO_INVERTED_ATTRIBUTE_BAG |
static OwAOType<OwObject> |
OwAOConstants.AO_PREFERENCES |
static OwAOType<OwSearchTemplate> |
OwAOConstants.AO_SEARCHTEMPLATE |
static OwAOType<OwSearchTemplate> |
OwAOConstants.AO_SEARCHTEMPLATE_BPM |
static OwAOType<OwVirtualFolderObject> |
OwAOConstants.AO_VIRTUAL_FOLDER |
static OwAOType<Node> |
OwAOConstants.AO_XML_DOCUMENT |
Modifier and Type | Method and Description |
---|---|
static OwAOType<?> |
OwAOConstants.fromType(int type) |
static OwAOType<?> |
OwAOConstants.fromType(OwAOTypesEnum type) |
Modifier and Type | Method and Description |
---|---|
<T> T |
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> List<T> |
OwBackwardsCompatibilityAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
protected String |
OwBackwardsCompatibilityAOProvider.getDefaultLocation(OwAOType<?> aoType,
String name,
List<Object> params)
Return the default location for specific application object
|
Modifier and Type | Method and Description |
---|---|
protected <T> List<T> |
OwStandardRoleManager.getUnmamangedApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.