}
public ObjectData getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions,
IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds,
Boolean includeACL, ExtensionsData extension) {
ObjectServicePort port = portProvider.getObjectServicePort();
try {
return convert(port.getObjectByPath(repositoryId, path, filter, includeAllowableActions,
convert(EnumIncludeRelationships.class, includeRelationships), renditionFilter, includePolicyIds,
includeACL, convert(extension)));
} catch (CmisException e) {
throw convertException(e);
} catch (Exception e) {