|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwAOType | |
---|---|
com.wewebu.ow.server.ao | |
com.wewebu.ow.server.ecmimpl |
Uses of OwAOType in com.wewebu.ow.server.ao |
---|
Subinterfaces of OwAOType in com.wewebu.ow.server.ao | |
---|---|
interface |
OwRoleManagedAOType<T>
Extension of OwAOType for role managed application objects . |
Classes in com.wewebu.ow.server.ao that implement OwAOType | |
---|---|
class |
OwAOTypeImpl<T>
Simple implementation of OwAOType. |
class |
OwRoleManagedAOImpl<T>
Simple implementation of OwAOType for role managed application objects. |
Methods in com.wewebu.ow.server.ao with parameters of type OwAOType | ||
---|---|---|
|
OwAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting)
get a Objects for the application to work, like search templates, preferences... |
|
|
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... |
|
|
OwAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj)
get a list of Objects for the application to work, like search templates, preferences... |
Uses of OwAOType in com.wewebu.ow.server.ecmimpl |
---|
Fields in com.wewebu.ow.server.ecmimpl declared as OwAOType | |
---|---|
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<OwVirtualFolderObject> |
OwAOConstants.AO_VIRTUAL_FOLDER
|
static OwAOType<Node> |
OwAOConstants.AO_XML_DOCUMENT
|
Methods in com.wewebu.ow.server.ecmimpl with parameters of type OwAOType | ||
---|---|---|
|
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting)
|
|
|
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting)
|
|
|
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting)
|
|
|
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting)
|
|
|
OwFileBasedAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj)
|
|
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |