if (Utils.isEmpty(queries)) {
queries = getListMetadataQueryArray(connection, true, monitor);
}
return new FileMetadataExt(metadataStubExt.listMetadata(queries, monitor));
}
public ListMetadataQuery[] getListMetadataQueryArray(Connection connection, boolean filter, IProgressMonitor monitor)
throws ForceConnectionException, ForceRemoteException, InterruptedException, FactoryException {