Modifier and Type | Method and Description |
---|---|
<T extends Session> |
Repository.createSession()
Creates a session for this repository.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactory.createSession(Map<String,String> parameters)
Creates a new session.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectFactory.initialize(Session session,
Map<String,String> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
Persistent model session.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactoryImpl.createSession(Map<String,String> parameters) |
Session |
SessionFactoryImpl.createSession(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
|
Session |
SessionFactoryImpl.createSession(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Creates a new session.
|
Constructor and Description |
---|
QueryResultImpl(Session session,
ObjectData objectData)
Constructor.
|
QueryStatementImpl(Session session,
Collection<String> selectPropertyIds,
Map<String,String> fromTypes,
String whereClause,
List<String> orderByPropertyIds)
Creates a QueryStatement object for a query of one primary type joined by
zero or more secondary types.
|
QueryStatementImpl(Session session,
String statement)
Creates a QueryStatement object with a given statement.
|
RenditionImpl(Session session,
String objectId,
String streamId,
String renditionDocumentId,
String kind,
long length,
String mimeType,
String title,
int height,
int width)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
NoCacheImpl.initialize(Session session,
Map<String,String> parameters) |
void |
CacheImpl.initialize(Session session,
Map<String,String> parameters) |
void |
Cache.initialize(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Session |
ObjectTypeHelper.getSession() |
Constructor and Description |
---|
DocumentTypeImpl(Session session,
DocumentTypeDefinition typeDefinition) |
FolderTypeImpl(Session session,
FolderTypeDefinition typeDefinition) |
ItemTypeImpl(Session session,
ItemTypeDefinition typeDefinition) |
ObjectTypeHelper(Session session,
ObjectType objectType) |
PolicyTypeImpl(Session session,
PolicyTypeDefinition typeDefinition) |
RelationshipTypeImpl(Session session,
RelationshipTypeDefinition typeDefinition) |
SecondaryTypeImpl(Session session,
SecondaryTypeDefinition typeDefinition) |
Modifier and Type | Method and Description |
---|---|
<T extends Session> |
RepositoryImpl.createSession() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectFactoryImpl.initialize(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
static Document |
FileUtils.createDocumentFromFile(String parentIdOrPath,
File file,
String type,
VersioningState versioningState,
Session session)
Creates a document from a file.
|
static Folder |
FileUtils.createFolder(String parentIdOrPath,
String name,
String type,
Session session)
Creates a folder using a String identifier.
|
static Document |
FileUtils.createTextDocument(String parentIdOrPath,
String name,
String content,
String type,
VersioningState versioningState,
Session session)
Creates a text document from a string.
|
static void |
FileUtils.delete(String pathOrIdOfObject,
Session session)
Deletes an object by path or id (string identifier).
|
static void |
FileUtils.download(String docIdOrPath,
String destinationPath,
Session session)
Downloads a document by its id or path.
|
static Folder |
FileUtils.getFolder(String pathOrIdOfObject,
Session session)
Gets a folder by path or object id.
|
static CmisObject |
FileUtils.getObject(String pathOrIdOfObject,
Session session)
Gets an object by path or object id.
|
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.checkACL(Session session,
Acl acl,
String message) |
protected CmisTestResult |
AbstractSessionTest.checkChildren(Session session,
Folder folder,
String message) |
protected CmisTestResult |
AbstractSessionTest.checkObject(Session session,
CmisObject object,
String[] properties,
String message) |
protected CmisTestResult |
AbstractSessionTest.checkRenditions(Session session,
CmisObject object,
String message) |
protected CmisTestResult |
AbstractSessionTest.checkTypeDefinition(Session session,
TypeDefinition type,
String message) |
protected CmisTestResult |
AbstractSessionTest.checkVersionHistory(Session session,
CmisObject object,
String[] properties,
String message) |
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
String name,
String content)
Creates a document.
|
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
String name,
String objectTypeId,
String[] secondaryTypeIds,
String content)
Creates a document.
|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name)
Creates a folder.
|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name,
String objectTypeId)
Creates a folder.
|
protected Item |
AbstractSessionTest.createItem(Session session,
Folder parent,
String name)
Creates a item.
|
protected Item |
AbstractSessionTest.createItem(Session session,
Folder parent,
String name,
String objectTypeId)
Creates a item.
|
protected Relationship |
AbstractSessionTest.createRelationship(Session session,
String name,
ObjectId source,
ObjectId target)
Creates a relationship.
|
protected Relationship |
AbstractSessionTest.createRelationship(Session session,
String name,
ObjectId source,
ObjectId target,
String objectTypeId)
Creates a relationship.
|
protected Folder |
AbstractSessionTest.createTestFolder(Session session)
Creates a test folder.
|
protected ObjectType |
AbstractSessionTest.createType(Session session,
TypeDefinition typeDef)
Creates a new type.
|
protected void |
AbstractSessionTest.deleteType(Session session,
String typeId)
Deletes a type.
|
protected RepositoryInfo |
AbstractSessionTest.getRepositoryInfo(Session session) |
protected boolean |
AbstractSessionTest.hasItems(Session session) |
protected boolean |
AbstractSessionTest.hasPolicies(Session session) |
protected boolean |
AbstractSessionTest.hasRelationships(Session session) |
protected boolean |
AbstractSessionTest.hasSecondaries(Session session) |
protected boolean |
AbstractSessionTest.isGetDescendantsSupported(Session session) |
protected boolean |
AbstractSessionTest.isGetFolderTreeSupported(Session session) |
protected boolean |
AbstractSessionTest.isOrderByNameSupported(Session session) |
abstract void |
AbstractSessionTest.run(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTest.run(Session session) |
void |
RootFolderTest.run(Session session) |
void |
RepositoryInfoTest.run(Session session) |
Modifier and Type | Method and Description |
---|---|
protected CapabilityAcl |
ACLSmokeTest.getAclCapability(Session session) |
void |
ACLSmokeTest.run(Session session) |
protected boolean |
ACLSmokeTest.supportsACLs(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSmokeTest.run(Session session) |
void |
SetAndDeleteContentTest.run(Session session) |
void |
PropertyFilterTest.run(Session session) |
void |
OperationContextTest.run(Session session) |
void |
NameCharsetTest.run(Session session) |
void |
MoveTest.run(Session session) |
void |
DeleteTreeTest.run(Session session) |
void |
CreateInvalidTypeTest.run(Session session) |
void |
CreateDocumentWithoutContent.run(Session session) |
void |
CreateBigDocument.run(Session session) |
void |
CreateAndDeleteRelationshipTest.run(Session session) |
void |
CreateAndDeleteItemTest.run(Session session) |
void |
CreateAndDeleteFolderTest.run(Session session) |
void |
CreateAndDeleteDocumentTest.run(Session session) |
void |
CopyTest.run(Session session) |
void |
ContentRangesTest.run(Session session) |
void |
ChangeTokenTest.run(Session session) |
void |
BulkUpdatePropertiesTest.run(Session session) |
void |
OperationContextTest.runHighLevelApiTests(Session session,
Folder testFolder,
Document testDocument)
Checks for not requested properties, Allowable Actions, ACLs, renditions,
relationships, and policies.
|
void |
OperationContextTest.runLowLevelApiTests(Session session,
Folder testFolder,
Document testDocument)
Checks for change events and path segments.
|
Modifier and Type | Method and Description |
---|---|
void |
UnfilingTest.run(Session session) |
void |
MultifilingTest.run(Session session) |
protected boolean |
MultifilingTest.supportsMultifiling(Session session) |
protected boolean |
UnfilingTest.supportsUnfiling(Session session) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentChangesSmokeTest.checkChangeEvent(Session session,
ChangeEvent event) |
protected CmisTestResult |
QuerySmokeTest.checkQueryResult(Session session,
QueryResult qr,
ObjectType type,
String message) |
protected boolean |
AbstractQueryTest.isFulltextOnly(Session session) |
protected void |
QueryRootFolderTest.queryByDate(Session session) |
protected void |
QueryRootFolderTest.queryById(Session session) |
void |
QuerySmokeTest.run(Session session) |
void |
QueryRootFolderTest.run(Session session) |
void |
QueryLikeTest.run(Session session) |
void |
QueryInFolderTest.run(Session session) |
void |
QueryForObject.run(Session session) |
void |
ContentChangesSmokeTest.run(Session session) |
void |
QueryForObject.runDocumentQuery(Session session,
Document testDocument) |
void |
QueryForObject.runFolderQuery(Session session,
Folder testFolder) |
protected boolean |
ContentChangesSmokeTest.supportsContentChanges(Session session) |
protected boolean |
AbstractQueryTest.supportsQuery(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
SecondaryTypesTest.run(Session session) |
void |
CreateAndDeleteTypeTest.run(Session session) |
void |
BaseTypesTest.run(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
VersioningStateCreateTest.run(Session session) |
void |
VersioningSmokeTest.run(Session session) |
void |
VersionDeleteTest.run(Session session) |
void |
CheckedOutTest.run(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataParserTika.extractMetadata(File f,
TypeDefinition td,
Session session) |
void |
MetadataParserExif.extractMetadata(File f,
TypeDefinition td,
Session session) |
void |
MetadataParser.extractMetadata(File f,
TypeDefinition td,
Session session)
Parse a file and extract all metadata and store them in a CMIS property bag
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoginTab.afterLogin(Session session)
Called after the Workbench session has been created.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectComplianceCheck.run(Session session) |
Modifier and Type | Method and Description |
---|---|
Session |
ClientSession.createSession(int index) |
Session |
ClientSession.getSession() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.