public class InMemoryVersioningServiceImpl extends InMemoryAbstractServiceImpl
fStoreManager, validator
Constructor and Description |
---|
InMemoryVersioningServiceImpl(StoreManager storeManager,
InMemoryObjectServiceImpl objectService) |
Modifier and Type | Method and Description |
---|---|
void |
cancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
void |
checkIn(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean majorParam,
Properties properties,
ContentStream contentStreamParam,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
void |
checkOut(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension,
Holder<Boolean> contentCopied,
ObjectInfoHandler objectInfos) |
List<ObjectData> |
getAllVersions(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
ObjectData |
getObjectOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
Properties |
getPropertiesOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
ExtensionsData extension) |
checkHasUser, checkIsVersionableObject, getTypeDefinition, getTypeDefinition, getTypeDefinition, getVersionedDocumentOfObjectId, isCheckedOut, testCheckedOutByCurrentUser, testHasProperCheckedOutStatus, testIsCheckedOut, testIsNotCheckedOutBySomeoneElse
public InMemoryVersioningServiceImpl(StoreManager storeManager, InMemoryObjectServiceImpl objectService)
public void cancelCheckOut(CallContext context, String repositoryId, String objectId, ExtensionsData extension)
public void checkIn(CallContext context, String repositoryId, Holder<String> objectId, Boolean majorParam, Properties properties, ContentStream contentStreamParam, String checkinComment, List<String> policies, Acl addAces, Acl removeAces, ExtensionsData extension, ObjectInfoHandler objectInfos)
public void checkOut(CallContext context, String repositoryId, Holder<String> objectId, ExtensionsData extension, Holder<Boolean> contentCopied, ObjectInfoHandler objectInfos)
public List<ObjectData> getAllVersions(CallContext context, String repositoryId, String objectId, String versionSeriesId, String filter, Boolean includeAllowableActions, ExtensionsData extension, ObjectInfoHandler objectInfos)
public ObjectData getObjectOfLatestVersion(CallContext context, String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension, ObjectInfoHandler objectInfos)
public Properties getPropertiesOfLatestVersion(CallContext context, String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, ExtensionsData extension)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.