org.apache.chemistry.opencmis.inmemory
Class DataObjectCreator

java.lang.Object
  extended by 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

Method Summary
static Acl fillACL(StoredObject so)
           
static AllowableActions fillAllowableActions(StoredObject so, String user)
           
static ChangeEventInfo fillChangeEventInfo(StoredObject so)
           
static PolicyIdList fillPolicyIds(StoredObject so)
           
static List<ObjectData> fillRelationships(IncludeRelationships includeRelationships, StoredObject so)
           
static List<RenditionData> fillRenditions(StoredObject so)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.