org.apache.chemistry.opencmis.inmemory
Class DataObjectCreator
java.lang.Object
org.apache.chemistry.opencmis.inmemory.DataObjectCreator
public class DataObjectCreator
- extends Object
- Author:
- Jens A collection of utility functions to fill the data objects used
as return values for the service object calls
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fillAllowableActions
public static AllowableActions fillAllowableActions(StoredObject so,
String user)
fillACL
public static Acl fillACL(StoredObject so)
fillPolicyIds
public static PolicyIdList fillPolicyIds(StoredObject so)
fillRelationships
public static List<ObjectData> fillRelationships(IncludeRelationships includeRelationships,
StoredObject so)
fillRenditions
public static List<RenditionData> fillRenditions(StoredObject so)
fillChangeEventInfo
public static ChangeEventInfo fillChangeEventInfo(StoredObject so)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.