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.
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
Modifier and Type | Method and Description |
---|---|
OwSimpleAttributeBagWriteable |
getBag(String userID_p,
String bagName_p) |
static OwTransientBagRepository |
getInstance() |
public static OwTransientBagRepository getInstance()
public OwSimpleAttributeBagWriteable getBag(String userID_p, String bagName_p)
userID_p
- bagName_p
- OwSimpleAttributeBagWriteable
for the given name and user IDCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.