public class InMemoryNavigationServiceImpl extends InMemoryAbstractServiceImpl
fAtomLinkProvider, fStoreManager, validator
Constructor and Description |
---|
InMemoryNavigationServiceImpl(StoreManager storeManager) |
Modifier and Type | Method and Description |
---|---|
ObjectList |
getCheckedOutDocs(CallContext context,
String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
ObjectInFolderList |
getChildren(CallContext context,
String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
List<ObjectInFolderContainer> |
getDescendants(CallContext context,
String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
ObjectData |
getFolderParent(CallContext context,
String repositoryId,
String folderId,
String filter,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
List<ObjectInFolderContainer> |
getFolderTree(CallContext context,
String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
List<ObjectParentData> |
getObjectParents(CallContext context,
String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
checkHasUser, checkIsVersionableObject, getTypeDefinition, getTypeDefinition, getTypeDefinition, getVersionedDocumentOfObjectId, isCheckedOut, testCheckedOutByCurrentUser, testHasProperCheckedOutStatus, testIsCheckedOut, testIsNotCheckedOutBySomeoneElse
public InMemoryNavigationServiceImpl(StoreManager storeManager)
public ObjectList getCheckedOutDocs(CallContext context, String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension, ObjectInfoHandler objectInfos)
public ObjectInFolderList getChildren(CallContext context, String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension, ObjectInfoHandler objectInfos)
public List<ObjectInFolderContainer> getDescendants(CallContext context, String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension, ObjectInfoHandler objectInfos)
public ObjectData getFolderParent(CallContext context, String repositoryId, String folderId, String filter, ExtensionsData extension, ObjectInfoHandler objectInfos)
public List<ObjectInFolderContainer> getFolderTree(CallContext context, String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension, ObjectInfoHandler objectInfos)
public List<ObjectParentData> getObjectParents(CallContext context, String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension, ObjectInfoHandler objectInfos)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.