protected class JCRLocalCMISDrive.FileAPI.ContextLocalFile extends Object implements JCRLocalCMISDrive.LocalFile
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileId |
protected javax.jcr.Node |
fileNode |
| Modifier | Constructor and Description |
|---|---|
protected |
JCRLocalCMISDrive.FileAPI.ContextLocalFile(String fileId,
javax.jcr.Node fileNode) |
| Modifier and Type | Method and Description |
|---|---|
String |
findRemoteParent(Set<String> remoteParents)
Find an Id of remote parent not containing in locals of the file referenced by this file Id.
|
String |
findVersionSeriesCheckedOutId()
Latest known locally id of checked-out document (cmiscd:versionSeriesCheckedOutId) or
or
null if such property not found (it is a folder or
versioning not available for the document). |
String |
findVersionSeriesId()
Latest known locally version series id (cmiscd:versionSeriesId) of the document or
null if
it such property not found (it is a folder or versioning not available for the document). |
protected final String fileId
protected final javax.jcr.Node fileNode
protected JCRLocalCMISDrive.FileAPI.ContextLocalFile(String fileId, javax.jcr.Node fileNode)
public String findRemoteParent(Set<String> remoteParents) throws CMISException
findRemoteParent in interface JCRLocalCMISDrive.LocalFileremoteParents - Set of strings with Ids of remote parentsnull if remote parent not foundCMISExceptionpublic String findVersionSeriesId()
null if
it such property not found (it is a folder or versioning not available for the document).findVersionSeriesId in interface JCRLocalCMISDrive.LocalFilenull if it cannot be found or error happenedpublic String findVersionSeriesCheckedOutId()
null if such property not found (it is a folder or
versioning not available for the document).findVersionSeriesCheckedOutId in interface JCRLocalCMISDrive.LocalFilenull if it cannot be found or error happenedCopyright © 2003–2015 eXo Platform SAS. All rights reserved.