Package com.germinus.ecm.bean

Examples of com.germinus.ecm.bean.ECMRepository.query()


        JSONObject metadataList = repoConfig.getJSONObject("metainfo").getJSONObject("metainfo-ctype"+ String.valueOf(i));
        JSONArray metadata = metadataList.getJSONArray("propertyStringDefinition");

                ecm = new ECMRepository(user, pwd);
        Feed feedResp = ecm.query(urlQueryService, contentType, rootFolderId, query, metadata, ticket);
System.out.println(feedResp.toString());
        List<Entry> contents = feedResp.getEntries();
        Entry content = null;

        for (int j=0; j<contents.size(); j++) {
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.