Свойство | Type | Description | |
---|---|---|---|
Logger | log4net.ILog |
Méthode | Description | |
---|---|---|
CmisProfile ( ) : System | ||
ConfigureOperationContext ( IOperationContext operationContext ) : void |
Prepare the given OperationContext for use with this CMIS profile.
|
|
localFilename ( IDocument document ) : string |
Return the local filename to use for a CMIS document. This name must be unique in the folder, in practice it could be cmis:name or cmis:contentStreamFilename or cmis:objectId or a custom property. This name is then passed to the IPathRepresentationConverter which takes care of the peculiarities of the local filesystem.
|
Méthode | Description | |
---|---|---|
IsFileSystemCaseSensitive ( ) : bool |
Whether the operating system is case-sensitive. For instance on Linux you can have two files/folders called "test" and "TEST", but on Windows that does not work. CMIS allows for case-sensitive names. This method does not extend to mounted filesystems, which might have different properties.
|
public ConfigureOperationContext ( IOperationContext operationContext ) : void | ||
operationContext | IOperationContext | |
Résultat | void |
public localFilename ( IDocument document ) : string | ||
document | IDocument | |
Résultat | string |