// 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() 메소드로 전달하여 지정된 특성을 읽을 수 있습니다.