Package com.salesforce.ide.core.remote

Examples of com.salesforce.ide.core.remote.MetadataStubExt.listMetadata()


        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 {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.