// Create a PropertyRequest - specify the names of // properties wanted from the resource. PropertyRequest myPropList1 = new PropertyRequest(Resource.COMMENT, Resource.CONTENT_LENGTH, Resource.CONTENT_TYPE, Resource.CREATOR_DISPLAY_NAME, Resource.DISPLAY_NAME);
PropertyRequest myPropListr = new PropertyRequest(StpResource.USER_FRIENDLY_LOCATION, Resource.DISPLAY_NAME, // include properties specific to the Query CqQuery.DISPLAY_FIELDS, CqQuery.DYNAMIC_FILTERS);
プロパティ名を PropertyRequest に組み込んだ後、その要求を リソース プロキシの doReadProperties() メソッドに渡して、 指定したプロパティを読み取ることができます。