Package | Description |
---|---|
org.apache.chemistry.opencmis.util.repository |
Modifier and Type | Method and Description |
---|---|
ObjectGenerator.ContentKind |
ObjectGenerator.getContentKind() |
static ObjectGenerator.ContentKind |
ObjectGenerator.ContentKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectGenerator.ContentKind[] |
ObjectGenerator.ContentKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MultiThreadedObjectGenerator.ObjectGeneratorRunner |
MultiThreadedObjectGenerator.prepareForCreateDocument(CmisBinding provider,
String repoId,
String documentType,
int contentSizeInKB,
String rootFolderId,
int noDocuments,
ObjectGenerator.ContentKind contentKind,
boolean doCleanup) |
static MultiThreadedObjectGenerator.ObjectGeneratorRunner[] |
MultiThreadedObjectGenerator.prepareForCreateDocumentMT(int threadCount,
CmisBinding binding,
String repoId,
String documentType,
int contentSizeInKB,
String rootFolderId,
int noDocuments,
ObjectGenerator.ContentKind contentKind,
boolean doCleanup) |
static MultiThreadedObjectGenerator.ObjectGeneratorRunner |
MultiThreadedObjectGenerator.prepareForCreateTree(CmisBinding binding,
String repoId,
int docsPerFolder,
int foldersPerFolders,
int depth,
String documentType,
String folderType,
int contentSizeInKB,
String rootFolderId,
ObjectGenerator.ContentKind contentKind,
boolean doCleanup) |
static MultiThreadedObjectGenerator.ObjectGeneratorRunner[] |
MultiThreadedObjectGenerator.prepareForCreateTreeMT(CmisBinding provider,
String repoId,
int docsPerFolder,
int foldersPerFolders,
int depth,
String documentType,
String folderType,
int contentSizeInKB,
String[] rootFolderIds,
ObjectGenerator.ContentKind contentKind,
boolean doCleanup) |
void |
ObjectGenerator.setLoreIpsumGenerator(ObjectGenerator.ContentKind contentKind) |
Constructor and Description |
---|
ObjectGenerator(BindingsObjectFactory factory,
NavigationService navSvc,
ObjectService objSvc,
RepositoryService repSvc,
String repositoryId,
ObjectGenerator.ContentKind contentKind) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.