org.apache.chemistry.opencmis.inmemory
Class DataObjectCreator
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MINUS_ONE
public static java.math.BigInteger MINUS_ONE
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.