public class CmisRepositoryConnectorUtils extends Object
Constructor and Description |
---|
CmisRepositoryConnectorUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
existsInSelectClause(String cmisQuery,
String propertyId)
Utility method to understand if a property must be indexed or not
|
static String |
getCmisQueryWithObjectId(String cmisQuery)
Utility method to consider the objectId whenever it is not present in the select clause
|
static String |
getDocumentURL(org.apache.chemistry.opencmis.client.api.Document document,
org.apache.chemistry.opencmis.client.api.Session session) |
public static final String getDocumentURL(org.apache.chemistry.opencmis.client.api.Document document, org.apache.chemistry.opencmis.client.api.Session session)
public static String getCmisQueryWithObjectId(String cmisQuery)
cmisQuery
- public static boolean existsInSelectClause(String cmisQuery, String propertyId)
cmisQuery
- propertyId
-