org.apache.chemistry.opencmis.inmemory
Class DataObjectCreator

java.lang.Object
  extended by org.apache.chemistry.opencmis.inmemory.DataObjectCreator

public class DataObjectCreator
extends java.lang.Object

Author:
Jens A collection of utility functions to fill the data objects used as return values for the service object calls

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

Field Detail

MINUS_ONE

public static java.math.BigInteger MINUS_ONE
Method Detail

fillAllowableActions

public static AllowableActions fillAllowableActions(StoredObject so,
                                                    java.lang.String user)

fillACL

public static Acl fillACL(StoredObject so)

fillPolicyIds

public static PolicyIdList fillPolicyIds(StoredObject so)

fillRelationships

public static java.util.List<ObjectData> fillRelationships(IncludeRelationships includeRelationships,
                                                           StoredObject so,
                                                           java.lang.String user)

fillRenditions

public static java.util.List<RenditionData> fillRenditions(StoredObject so)

fillChangeEventInfo

public static ChangeEventInfo fillChangeEventInfo(StoredObject so)

getRelationships

public static java.util.List<ObjectData> getRelationships(IncludeRelationships includeRelationships,
                                                          StoredObject spo,
                                                          java.lang.String user)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.