All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
private void |
addAction(Set<Action> aas,
Action action,
boolean condition) |
private void |
addPropertyBigInteger(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
BigInteger value,
CmisServiceFactory factory) |
private void |
addPropertyBoolean(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
boolean value,
CmisServiceFactory factory) |
private void |
addPropertyDateTime(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
GregorianCalendar value,
CmisServiceFactory factory) |
private void |
addPropertyId(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
String value,
CmisServiceFactory factory) |
private void |
addPropertyIdList(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
List<String> value,
CmisServiceFactory factory) |
private void |
addPropertyInteger(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
long value,
CmisServiceFactory factory) |
private void |
addPropertyString(org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props,
String typeId,
Set<String> filter,
String id,
String value,
CmisServiceFactory factory) |
void |
changeContentStream(CallContext context,
Project project,
Holder<String> objectIdHolder,
Boolean overwriteFlag,
ContentStream contentStream,
boolean append,
CmisServiceFactory factory)
CMIS setContentStream, deleteContentStream, and appendContentStream.
|
private boolean |
checkAddProperty(Properties properties,
String typeId,
Set<String> filter,
String id,
CmisServiceFactory factory) |
private void |
checkNewProperties(Properties properties,
BaseTypeId baseTypeId,
CmisServiceFactory factory) |
private void |
checkTypeProperties(Properties properties,
String typeId,
CmisServiceFactory factory,
boolean isCreate) |
private AllowableActions |
compileAllowableActions(AmetysObject file,
Project project,
CmisServiceFactory factory,
boolean userReadOnly) |
private ObjectData |
compileObjectData(CallContext context,
AmetysObject ametysObject,
Project project,
Set<String> filter,
boolean includeAllowableActions,
boolean includeAcl,
boolean userReadOnly,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory) |
private Properties |
compileProperties(CallContext context,
AmetysObject ametysObject,
Project project,
Set<String> orgfilter,
ObjectInfoImpl objectInfo,
CmisServiceFactory factory) |
String |
createDocument(CallContext context,
Properties properties,
Project project,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
CmisServiceFactory factory)
Create a new document in a folder
|
String |
createFolder(CallContext context,
Properties properties,
Project project,
String folderId,
CmisServiceFactory factory)
Create a new folder in another one
|
private RepositoryInfo |
createRepositoryInfo(Project project,
CmisServiceFactory factory,
CmisVersion cmisVersion) |
void |
deleteObject(CallContext context,
String objectId,
CmisServiceFactory factory)
CMIS deleteObject.
|
FailedToDeleteData |
deleteTree(CallContext context,
Project project,
String folderId,
CmisServiceFactory factory)
CMIS deleteTree.
|
ObjectInFolderList |
getChildren(CallContext context,
String folderId,
Project project,
String filter,
Boolean includeAllowableActions,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
get children of a folder
|
ContentStream |
getContentStream(CallContext context,
String objectId,
BigInteger offset,
BigInteger length,
CmisServiceFactory factory)
get the inputstream to read a file
|
ObjectData |
getFolderParent(CallContext context,
Project project,
String folderId,
String filter,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
CMIS getFolderParent.
|
ObjectData |
getObject(CallContext context,
Project project,
String objectId,
String versionServicesId,
String filter,
Boolean includeAllowableActions,
Boolean includeAcl,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
getObject
|
ObjectData |
getObjectByPath(CallContext context,
Project project,
String folderPath,
String filter,
boolean includeAllowableActions,
boolean includeACL,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
get an object by it's path
|
List<ObjectParentData> |
getObjectParents(CallContext context,
String objectId,
Project project,
String filter,
Boolean includeAllowableActions,
Boolean includeRelativePathSegment,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
get the parents of an object
|
RepositoryInfo |
getRepositoryInfo(CallContext context,
Project project,
CmisServiceFactory factory)
retreive informations for a repository
|
private ModifiableResourceCollection |
getRoot(Project project,
CmisServiceFactory factory) |
TypeDefinitionList |
getTypeChildren(CallContext context,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisServiceFactory factory)
getTypeChildren
|
TypeDefinition |
getTypeDefinition(CallContext context,
String typeId,
CmisServiceFactory factory)
getTypeDefinition
|
private Boolean |
isRoot(AmetysObject ametysObject,
Project project,
CmisServiceFactory factory) |
private Boolean |
isRoot(ModifiableResourceCollection object,
Project project,
DocumentWorkspaceModule documentModule) |
ObjectData |
moveObject(CallContext context,
Project project,
Holder<String> objectId,
String targetFolderId,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
CMIS moveObject.
|
ObjectData |
updateProperties(CallContext context,
Project project,
Holder<String> objectIdHolder,
Properties properties,
ObjectInfoHandler objectInfos,
CmisServiceFactory factory)
CMIS updateProperties.
|