com.wewebu.ow.server.ao
Class OwSupportBasedManager
java.lang.Object
com.wewebu.ow.server.ao.OwSupportBasedManager
- All Implemented Interfaces:
- OwAOManager
- Direct Known Subclasses:
- OwDefaultAOManager, OwSearchTemplatesManager, OwVirtualFoldersManager, OwXMLAOManager
public abstract class OwSupportBasedManager
- extends Object
- implements OwAOManager
Base class for application object managers that relay on
OwAOSupports for persistence.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
OwSupportBasedManager
public OwSupportBasedManager(OwAOSupport aoSupport_p,
String basePath_p)
- Parameters:
aoSupport_p - the underlying persistence supportbasePath_p - path relative to the persistence support root of
the managed objects' container
getAOSupportObject
protected OwObject getAOSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
throws OwException
- Parameters:
strName_p - forceUserspecificObject_p - createIfNotExist_p -
- Returns:
- the persistent
OwObject as provided by the current OwAOSupport
form a basePath based location
- Throws:
OwException
getAOSupportObjects
protected OwObject[] getAOSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
throws OwException
- Parameters:
strName_p - forceUserspecificObject_p - createIfNotExist_p -
- Returns:
- the persistent
OwObject as provided by the current OwAOSupport
form a basePath based location
- Throws:
OwException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.