Uses of Interface
com.wewebu.ow.server.ao.OwAOType

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
<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
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>
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
<T> T
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> type, String name, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> type, String name, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> aoType, String name, List<Object> params, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> aoType, String name, List<Object> params, boolean forceSpecificObj, boolean createNonExisting)
           
<T> List<T>
OwFileBasedAOProvider.getApplicationObjects(OwAOType<T> type, String name, boolean forceSpecificObj)
           
<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
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.