com.wewebu.ow.server.util
Class OwTransientBagRepository
java.lang.Object
com.wewebu.ow.server.util.OwTransientBagRepository
public class OwTransientBagRepository
- extends Object
In memory storage of attribute bags.
Should only be used for testing as it stores all attribute bags in memory.
- Since:
- 3.1.0.0
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static OwTransientBagRepository getInstance()
- Returns:
- singleton instance of this attribute bags repository
getBag
public OwSimpleAttributeBagWriteable getBag(String userID_p,
String bagName_p)
- Parameters:
userID_p
- bagName_p
-
- Returns:
- an
OwSimpleAttributeBagWriteable
for the given name and user ID
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.