KR102214185B1 - Resource Retrieval Method - Google Patents

Resource Retrieval Method Download PDF

Info

Publication number
KR102214185B1
KR102214185B1 KR1020160160328A KR20160160328A KR102214185B1 KR 102214185 B1 KR102214185 B1 KR 102214185B1 KR 1020160160328 A KR1020160160328 A KR 1020160160328A KR 20160160328 A KR20160160328 A KR 20160160328A KR 102214185 B1 KR102214185 B1 KR 102214185B1
Authority
KR
South Korea
Prior art keywords
resource
resources
request message
platform
acquisition request
Prior art date
Application number
KR1020160160328A
Other languages
Korean (ko)
Other versions
KR20180060620A (en
Inventor
정승명
안일엽
김재호
최성찬
성낙명
Original Assignee
한국전자기술연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국전자기술연구원 filed Critical 한국전자기술연구원
Priority to KR1020160160328A priority Critical patent/KR102214185B1/en
Priority to PCT/KR2017/003180 priority patent/WO2018101547A1/en
Publication of KR20180060620A publication Critical patent/KR20180060620A/en
Application granted granted Critical
Publication of KR102214185B1 publication Critical patent/KR102214185B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

자원 획득 방법이 제공된다. 본 발명의 실시예에 따른 자원 획득 방법은, <latest> 자원, <oldest> 자원, <container> 자원, <flexContainer> 자원, <timeSeries> 자원 등에 대해 원하는 순서에 따라 복수 자원을 한 번에 획득한다. 이에 의해, 저장소에 있는 데이터를 특정 기준에 의해 정렬하여 특정 개수만큼 획득할 수 있다.A resource acquisition method is provided. A resource acquisition method according to an embodiment of the present invention acquires multiple resources at once in a desired order for <latest> resources, <oldest> resources, <container> resources, <flexContainer> resources, and <timeSeries> resources. . Accordingly, it is possible to obtain a specific number by sorting data in the storage according to a specific criterion.

Figure R1020160160328
Figure R1020160160328

Description

자원 획득 방법{Resource Retrieval Method}Resource Retrieval Method}

본 발명은 자원 획득 방법에 관한 것으로, 더욱 상세하게는 복수의 자원을 정렬하여 획득하는 방법에 관한 것이다.The present invention relates to a method of acquiring resources, and more particularly, to a method of arranging and acquiring a plurality of resources.

oneM2M 표준 기술은 기본적으로 1개 자원을 한 번의 요청으로 획득(RETRIEVE) 할 수 있으나 Result Content 요청 파라미터를 이용하면 N개의 자원을 동시에 획득 가능하다.The oneM2M standard technology basically allows one resource to be acquired (RETRIEVE) with a single request, but N resources can be acquired simultaneously by using the Result Content request parameter.

예를 들어 <container> 자원의 자녀 자원인 <contentInstance> 자원들을 한 번에 획득하기 위해서는 To 파라미터로 <container> 자원을 지시하고 Result Content 파라미터 값을 "child-resource"로 세팅하면 <container> 자원의 자녀 자원인 <contentInstances> 자원들을 한 번에 획득 가능하다.For example, in order to acquire <contentInstance> resources that are children of the <container> resource at once, indicate the <container> resource as the To parameter, and set the Result Content parameter value to "child-resource", the <container> resource <contentInstances> resources, which are children's resources, can be acquired at once.

이 때 Filter Criteria 요청 파라미터의 limit 과 level 조건을 함께 사용하면 결과로 수신받는 자원의 개수 및 범위를 제한할 수 있다. limit은 응답 메시지에 포함되는 자원의 개수를 지시하며 level은 대상 자원 (i.e. To 파라미터)으로부터 자원 트리의 depth를 의미한다.In this case, if the limit and level condition of the Filter Criteria request parameter are used together, the number and range of resources received as a result can be limited. The limit indicates the number of resources included in the response message, and the level indicates the depth of the resource tree from the target resource (i.e. To parameter).

상기와 같이 Result Content를 사용하는 경우 플랫폼은 요청자가 원하는 모든 자원을 한 번에 하나의 요청 메시지에 전달할 수도 있고 일부만을 전달할 수도 있다.When using Result Content as described above, the platform may deliver all the resources the requestor wants in one request message at a time, or only part of it.

이는 요청자가 수신하는 하나의 응답 메시지가 너무 커지는 것을 방지할 수도 있고, 다수의 요청자로부터 동시적으로 요청을 처리하는 플랫폼 입장에서는 하나의 요청자에 의해 한 번에 전체 자원에 대한 처리를 하는 것이 오버헤드가 될 수 있으므로 이를 선택적으로 수행할 수 있다.This can prevent a single response message received by the requestor from becoming too large, and for a platform that simultaneously processes requests from multiple requesters, it is overhead to process all resources by one requestor at once. Can be, so this can be done selectively.

만약 플랫폼이 전체 결과에서 일부 자원만 반환하는 경우 요청자가 추가 요청 메시지에 의해 다시 획득을 시작해야할 위치 정보(offset) 정보를 Content Offset 응답 파라미터로 전달한다. 이 때 또한 Content Status 값을 포함하며 이는 전체 결과가 아닌 부분(Partial) 결과만 응답 메시지에 포함되었음을 지시한다.If the platform returns only some resources from the overall result, the requestor transmits the location information (offset) to be re-acquired by an additional request message as a Content Offset response parameter. In this case, it also includes the Content Status value, indicating that only partial results, not all results, are included in the response message.

이러한 응답 메시지를 요청자가 수신하면 추가 획득 요청 메시지를 플랫폼에 보낼 수 있으며 플랫폼으로부터 수신한 Content Offset 값을 Filter Criteria의 offset 조건에 사용해서 추가 요청 메시지를 전송한다.When the requestor receives such a response message, an additional acquisition request message can be sent to the platform, and an additional request message is transmitted using the Content Offset value received from the platform in the offset condition of the Filter Criteria.

offset 조건은 상기와 같은 예제에서도 사용할 수 있으며 요청자가 임의의 위치로부터 일정 개수의 자원을 획득하려는 경우에도 이전에 수신한 플랫폼의 응답 메시지와 상관 없이 사용하는 예시도 가능하다.The offset condition can also be used in the above example, and even when the requestor attempts to acquire a certain number of resources from an arbitrary location, it is also possible to use the offset condition regardless of the previously received platform response message.

이 때 To 파라미터는 이전 요청 메시지와 동일한 값을 사용한다. 플랫폼은 이 요청을 수신 시 To 파라미터로부터 획득 동작을 내부적으로 수행하지만 offset에 해당하는 자원들은 응답 메시지에 포함하지 않고 offset이 가리키는 위치부터 자원 정보를 응답 메시지에 포함한다.In this case, the To parameter uses the same value as the previous request message. When receiving this request, the platform internally performs the acquisition operation from the To parameter, but does not include the resources corresponding to the offset in the response message, and includes resource information in the response message from the position indicated by the offset.

도 1에는 oneM2M에서 복수 자원을 한 번에 획득하는 방법을 나타내었다.1 shows a method of acquiring multiple resources at once in oneM2M.

<container> 자원에 Result Content 파라미터를 이용해서 다중 자원 획득을 요청하는 경우 플랫폼이 어떠한 순서를 적용해서 자원을 응답 메시지에 포함시키는지 예측할 수 없다.When requesting to acquire multiple resources using the Result Content parameter for <container> resources, it is not possible to predict what order the platform applies and includes the resources in the response message.

<container> 자원의 경우 자녀 자원으로 <latest> 및 <oldest> 가상 자원을 가지고 있다. 이는 생성된 시간 순서로 자원을 엑세스할 수 있는 방법을 제공한다. 하지만 <container> 자원의 자녀 중 1개의 가장 최신 또는 가장 오래된 <contentInstance> 자원만 엑세스할 수 있으며 시간 순서가 아닌 다른 기준으로는 정렬할 수 없는 단점이 있다.In the case of <container> resources, it has <latest> and <oldest> virtual resources as child resources. This provides a way to access resources in the chronological order they were created. However, only one of the children of the <container> resource can access the latest or oldest <contentInstance> resource, and has the disadvantage that it cannot be sorted by criteria other than chronological order.

<container>/<contentInstance> 자원과 유사하게 데이터를 저장하고 공유하는 데 관련된 자원 타입으로 <flexContainer> 및 <timeSeries>/<timeSeriesInstance> 자원이 있지만 이들은 제한적으로 순서를 지시할 수 있는 <oldest>, <latest> 자원마저도 가지고 있지 않다. 도 2에는 oneM2M에서의 문제점인 제한적인 순서 지시 방법을 나타내었다.Similar to the <container>/<contentInstance> resource, there are <flexContainer> and <timeSeries>/<timeSeriesInstance> resources as resource types related to storing and sharing data, but they are limited to <oldest>, < It doesn't even have the latest> resources. Fig. 2 shows a method for indicating a limited order, which is a problem in oneM2M.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 특정 순서에 따라 복수 자원을 한 번에 획득할 수 있는 방법을 제공함에 있다.The present invention has been conceived to solve the above problems, and an object of the present invention is to provide a method for acquiring a plurality of resources at once according to a specific order.

본 발명의 다른 목적은, 특정 위치(Filter Criteria의 offset 조건 사용 시)로부터 특정 개수(Filter Criteria의 limit 조건 사용 시)의 복수 자원을 한 번에 획득할 수 있는 방법을 제공함에 있다.Another object of the present invention is to provide a method capable of acquiring a plurality of resources of a specific number (when using a limit condition of Filter Criteria) from a specific location (when using an offset condition of Filter Criteria) at one time.

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 자원 획득 방법은, <latest> 자원, <oldest> 자원, <container> 자원, <flexContainer> 자원, <timeSeries> 자원 등에 대해 원하는 순서에 따라 복수 자원을 한 번에 획득한다.According to an embodiment of the present invention for achieving the above object, the resource acquisition method is, in a desired order, for <latest> resources, <oldest> resources, <container> resources, <flexContainer> resources, <timeSeries> resources, etc. Acquire multiple resources at once.

이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 저장소에 있는 데이터를 특정 기준에 의해 정렬하여 특정 위치로부터 특정 개수만큼 획득할 수 있다. 또한, 데이터를 저장하는 다양한 자원 타입에 상기 동작을 적용할 수 있다.As described above, according to the embodiments of the present invention, data in the storage may be sorted according to a specific criterion and obtained from a specific location by a specific number. In addition, the above operation can be applied to various resource types storing data.

도 1은 oneM2M에서 복수 자원을 한 번에 획득하는 방법을 나타낸 도면,
도 2는 oneM2M에서의 문제점인 제한적인 순서 지시 방법을 나타낸 도면,
도 3은 <latest>, <oldest> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건,
도 4는 <container> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건,
도 5는 <flexContainer> 자원을 순서 정렬하여 다중 획득하기 위해 사용되는 조건이다.
1 is a diagram showing a method of acquiring multiple resources at once in oneM2M;
2 is a diagram showing a method for indicating a limited order, which is a problem in oneM2M;
3 is a condition used to acquire multiple resources by ordering <latest> and <oldest> resources,
4 is a condition used to obtain multiple by ordering <container> resources,
5 is a condition used to obtain multiple <flexContainer> resources by ordering them.

이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in more detail with reference to the drawings.

1. <latest>, <oldest> 자원에 적용하는 방법1. How to apply to <latest>, <oldest> resources

종래에 Filter Criteria를 요청 메시지에 포함하는 경우 이는 대상으로 하는 가상 자원에 직접 적용되지 않는다. 예를 들어 <fanOutPoint> 자원에 fan-out할 요청 메시지를 Filter Criteria를 포함해서 전송하면 Group Hosting CSE는 이 파라미터를 fan-out되는 요청 메시지에 그대로 포함하여 Member Hosting CSE에 전송할 뿐 이를 자신이 가진 <fanOutPoint> 가상 자원의 기능인 fan-out 동작 자체에 적용하지는 않는다.Conventionally, when the Filter Criteria is included in the request message, this is not applied directly to the target virtual resource. For example, if a request message to be fan-out is transmitted to the <fanOutPoint> resource including Filter Criteria, the Group Hosting CSE includes this parameter in the fan-out request message and transmits it to Member Hosting CSE. fanOutPoint> It does not apply to the fan-out operation itself, which is a function of virtual resources.

따라서 <latest>, <oldest>와 같은 가상 자원에 Filter Criteria를 적용하기 위해, 도 3에 제시된 virtualResource와 같은 이름의 신규 조건(지시자)을 포함할 수 있다.Therefore, in order to apply Filter Criteria to virtual resources such as <latest> and <oldest>, a new condition (indicator) having the same name as the virtualResource shown in FIG. 3 may be included.

이 값이 요청 메시지에 다른 필터 조건과 함께 포함 (예를 들어 TRUE와 같은 Boolean 값)된 경우 플랫폼은 To 파라미터가 가리키는 대상 자원이 가상 자원일 때 가상 자원을 처리하는 과정에서 다른 필터 조건들도 함께 적용하며 가상 자원의 동작을 변경 적용할 수 있다.If this value is included with other filter conditions in the request message (for example, a Boolean value such as TRUE), the platform will also process other filter conditions in the process of processing the virtual resource when the target resource indicated by the To parameter is a virtual resource. It is applied, and the operation of the virtual resource can be changed and applied.

예를 들어 <latest> 자원의 경우 가장 최신의 형제(sibling) <contentInstance> 자원을 가리키는 동작을 수행하지만 상기의 virtualResource 조건이 포함된 요청의 경우 하나의 <contentInstance> 자원이 아닌 최신의 순서로 복수 자원에 다른 필터 조건들을 적용할 수 있다. 예를 들어 offset과 같은 값을 가장 최신의 <contentInstance> 자원부터 복수의 자원에 적용하여 반환할 수 있다.For example, in the case of <latest> resource, an operation that points to the most recent sibling <contentInstance> resource is performed, but in the case of a request that includes the above virtualResource condition, multiple resources in the latest order rather than one <contentInstance> resource Other filter conditions can be applied. For example, a value such as offset can be applied from the most recent <contentInstance> resource to multiple resources and returned.

이 때 복수 자원을 획득함을 지시하기 위해 종래의 Result Content 값이 사용될 수 있다. <latest>, <oldest>와 실제 반환되는 <contentInstance> 자원은 부모/자식 관계가 아닌 형제 관계이므로 이 때 Result Content 값은 종래의 값이 아닌 "sibling-resources"와 같은 값을 가질 수 있다.In this case, a conventional Result Content value may be used to indicate that multiple resources are acquired. Since the <latest>, <oldest> and the <contentInstance> resource actually returned are siblings rather than a parent/child relationship, the Result Content value may have the same value as "sibling-resources", not the conventional value.

2. <container> 자원에 적용하는 방법2. How to apply to <container> resources

<container> 자원을 다중 자원 획득 대상으로 사용하는 경우 Result Content 파라미터를 "child-resources" 값으로 사용하는데 이 때 자원 정렬 순서를 지시하기 위한 값을 Filter Criteria 조건에 포함하여 사용할 수 있다.When <container> resources are used as targets for obtaining multiple resources, the Result Content parameter is used as a "child-resources" value. In this case, a value for indicating the resource sorting order can be included in the Filter Criteria condition and used.

도 4는 이를 위한 신규 Filter Criteria 조건으로, 이는 정렬 조건을 지시할 수 있다. 이는 형제 자원 간의 정렬 순서를 지시하며 예를 들어 생성 시간 순, 생성 시간 역순 등의 값을 가질 수 있다. 이는 자원에 포함되는 공통 속성(creationTime, lastModifiedTime, stateTag) 등 순서를 적용할 수 있는 값과 관계된 값으로 정의될 수 있다.4 is a new Filter Criteria condition for this, which may indicate an alignment condition. This indicates the sorting order between sibling resources, and may have values such as in order of creation time and in reverse order of generation time. This may be defined as a value related to a value to which an order can be applied, such as common attributes (creationTime, lastModifiedTime, stateTag) included in the resource.

추가적으로 이 조건은 정렬을 적용하는 level 정보를 포함할 수 있다. 예를 들어 이 값이 all_level인 경우 대상인 <container> 자원이 다중 <container> 자원을 하위에 포함하는 경우에 모든 <contentInstance> 자원을 대상으로 order를 적용하여 결과를 반환할 수 있다. one_level인 경우는 트리 상 개별 <container> 자원마다 가지고 있는 <contentInstance> 자원 그룹 내에서 정렬을 수행할 수 있다.Additionally, this condition may include level information to which the alignment is applied. For example, if this value is all_level, when the target <container> resource includes multiple <container> resources under the order, the result can be returned by applying an order to all <contentInstance> resources. In the case of one_level, sorting can be performed within the <contentInstance> resource group that each individual <container> resource in the tree has.

3. <flexContainer> 자원에 적용하는 방법3. How to apply to <flexContainer> resources

<flexContainer> 부모 자원은 자녀 자원으로 <flexContainer> 자원을 가지며 여기에 실제 데이터를 저장할 수 있다. 또한 <flexContainer> 자원 타입이 실제 자원 인스턴스로 생성될 때는 <flexContainer> 자원 타입이 아닌 별도의 확장된(specialization) 타입으로 생성된다. 따라서 실제 타입을 지시하는 정보를 containerDefinition 속성으로 가지고 있다. The <flexContainer> parent resource has a <flexContainer> resource as a child resource, and actual data can be stored there. Also, when the <flexContainer> resource type is created as an actual resource instance, it is created as a separate specialization type rather than the <flexContainer> resource type. Therefore, it has the information indicating the actual type as containerDefinition property.

데이터 간의 정렬 순서를 적용하는 기법을 적용하기 위해서는 부모 <flexcontainer> 자원에 포함된 자녀 <flexcontainer> 자원 중 어떤 specialization 타입이 데이터를 가지는지 지시할 수 있다. 이는 도 5에 제시된 바와 같이 기존 Filter Criteria의 resourceType 조건에 추가되거나 별도의 specialization 조건으로 지시할 수 있다. 나머지 order 조건은 상기 <container> 자원에 적용하는 방법과 동일하다.In order to apply the technique of applying the sort order between data, it is possible to indicate which specialization type has data among the child <flexcontainer> resources included in the parent <flexcontainer> resource. This may be added to the resourceType condition of the existing Filter Criteria or indicated as a separate specialization condition as shown in FIG. 5. The remaining order conditions are the same as the method applied to the <container> resource.

4. <timeSeries> 자원에 적용하는 방법4. How to apply to <timeSeries> resources

<timeSeries> 자원은 하위 자원으로 <timeSeries> 자원을 가질 수 없는 구조이므로 상기 <container> 자원을 대상으로 하는 경우와 기본적으로 동일하나 order를 지시할 수 없다.Since the <timeSeries> resource is a sub-resource and cannot have the <timeSeries> resource, it is basically the same as the case targeting the <container> resource, but the order cannot be indicated.

한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.Meanwhile, it goes without saying that the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program that performs functions of the apparatus and method according to the present embodiment. Further, the technical idea according to various embodiments of the present disclosure may be implemented in the form of a computer-readable code recorded on a computer-readable recording medium. The computer-readable recording medium can be any data storage device that can be read by a computer and can store data. For example, a computer-readable recording medium may be a ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, or the like. Further, a computer-readable code or program stored in a computer-readable recording medium may be transmitted through a network connected between computers.

또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the preferred embodiments of the present invention have been illustrated and described above, the present invention is not limited to the specific embodiments described above, and the technical field to which the present invention belongs without departing from the gist of the present invention claimed in the claims. In addition, various modifications are possible by those of ordinary skill in the art, and these modifications should not be individually understood from the technical spirit or prospect of the present invention.

virtualResource
order
resourceType
specializationType
virtualResource
order
resourceType
specializationType

Claims (8)

M2M 플랫폼이, 획득 요청 메시지를 수신하는 단계;
M2M 플랫폼이, 획득 요청 메시지의 To 파라미터가 가리키는 대상 자원이 가상 자원인지 확인하는 제1 확인단계;
대상 자원이 가상 자원으로 확인되면, M2M 플랫폼이 가상 자원을 처리하는 과정에서 획득 요청 메시지에 포함된 필터 조건들을 적용하여 결과를 반환하는 제1 반환단계;를 포함하는 것을 특징으로 하는 자원 획득 방법.
Receiving, by the M2M platform, an acquisition request message;
A first verification step of confirming, by the M2M platform, whether the target resource indicated by the To parameter of the acquisition request message is a virtual resource;
And a first return step of returning a result by applying filter conditions included in the acquisition request message in the process of processing the virtual resource by the M2M platform when the target resource is identified as a virtual resource.
청구항 1에 있어서,
제1 확인단계는,
획득 요청 메시지에 가상 리소스를 가리키는 이름의 조건이 포함된 경우에, 대상 자원이 가상 자원인지 확인하는 것을 특징으로 하는 자원 획득 방법.
The method according to claim 1,
The first verification step,
When a condition of a name indicating a virtual resource is included in the acquisition request message, it is checked whether the target resource is a virtual resource.
청구항 2에 있어서,
제1 반환단계는,
대상 자원이 <latest> 자원인 경우, 최신의 순서로 복수의 형제 (sibling) 자원들에 필터 조건들을 적용하여 결과를 반환하는 것을 특징으로 하는 자원 획득 방법.
The method according to claim 2,
The first return step is,
When the target resource is a <latest> resource, a method of obtaining a resource, comprising applying filter conditions to a plurality of sibling resources in the latest order and returning a result.
청구항 3에 있어서,
제1 확인단계에서 획득 요청 메시지는,
Result Content가 형제 리소스를 가리키는 값으로 설정되어 있는 것을 특징으로 하는 자원 획득 방법.
The method of claim 3,
The acquisition request message in the first verification step,
A resource acquisition method, characterized in that Result Content is set to a value indicating a sibling resource.
청구항 1에 있어서,
M2M 플랫폼이, 획득 요청 메시지의 To 파라미터가 가리키는 대상 자원이 <container> 자원인지 확인하는 제2 확인단계;
대상 자원이 <container> 자원으로 확인되면, M2M 플랫폼이 <container> 자원을 처리하는 과정에서 획득 요청 메시지에 포함된 필터 조건들을 적용하여 결과를 반환하는 제2 반환단계;를 포함하고,
제2 반환단계에서 필터 조건들은,
형제 자원 간의 정렬 순서, 정렬을 적용하는 level 정보를 포함하는 것을 특징으로 하는 자원 획득 방법.
The method according to claim 1,
A second verification step of confirming, by the M2M platform, whether the target resource indicated by the To parameter of the acquisition request message is a <container>resource;
If the target resource is identified as a <container> resource, a second return step of returning a result by applying filter conditions included in the acquisition request message in the process of processing the <container> resource by the M2M platform; includes,
In the second return step, the filter conditions are,
A method of obtaining a resource, comprising: a sort order between sibling resources and level information for applying the sort.
청구항 5에 있어서,
level 정보는,
<container> 자원이 다중 <container> 자원을 하위에 포함하는 경우에 모든 <contentInstance> 자원을 대상으로 정렬 순서를 적용하는 level 정보와 트리 상 개별 <container> 자원 마다 가지고 있는 <contentInstance> 자원 그룹 내에서 정렬 순서를 적용하는 level 정보를 포함하는 것을 특징으로 하는 자원 획득 방법.
The method of claim 5,
level information,
When the <container> resource includes multiple <container> resources, level information that applies the sort order to all <contentInstance> resources and within the <contentInstance> resource group that each individual <container> resource has on the tree A method of acquiring a resource, comprising level information to which a sort order is applied.
청구항 1에 있어서,
M2M 플랫폼이, 획득 요청 메시지의 To 파라미터가 가리키는 대상 자원이 <flexContainer> 자원인지 확인하는 제3 확인단계;
대상 자원이 <flexContainer> 자원으로 확인되면, M2M 플랫폼이 <container> 자원을 처리하는 과정에서 획득 요청 메시지에 포함된 필터 조건들을 적용하여 결과를 반환하는 제3 반환단계;를 포함하고,
제3 반환단계에서 필터 조건들은,
resourceType 조건, specialization 조건을 포함하는 것
The method according to claim 1,
A third verification step of confirming, by the M2M platform, whether the target resource indicated by the To parameter of the acquisition request message is a <flexContainer>resource;
If the target resource is identified as a <flexContainer> resource, a third return step of returning a result by applying filter conditions included in the acquisition request message in the process of processing the <container> resource by the M2M platform; includes,
In the third return step, the filter conditions are:
including resourceType condition, specialization condition
M2M 플랫폼이, 획득 요청 메시지를 수신하는 단계;
M2M 플랫폼이, 획득 요청 메시지의 To 파라미터가 가리키는 대상 자원이 가상 자원인지 확인하는 제1 확인단계;
대상 자원이 가상 자원으로 확인되면, M2M 플랫폼이 가상 자원을 처리하는 과정에서 획득 요청 메시지에 포함된 필터 조건들을 적용하여 결과를 반환하는 제1 반환단계;를 포함하는 것을 특징으로 하는 자원 획득 방법을 수행할 수 있는 프로그램이 기록된 컴퓨터로 읽을 수 있는 기록매체.
Receiving, by the M2M platform, an acquisition request message;
A first verification step of confirming, by the M2M platform, whether the target resource indicated by the To parameter of the acquisition request message is a virtual resource;
If the target resource is identified as a virtual resource, a first return step of returning a result by applying filter conditions included in the acquisition request message in the process of processing the virtual resource by the M2M platform; a resource acquisition method comprising: A recording medium that can be read by a computer with a program that can be executed.
KR1020160160328A 2016-11-29 2016-11-29 Resource Retrieval Method KR102214185B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020160160328A KR102214185B1 (en) 2016-11-29 2016-11-29 Resource Retrieval Method
PCT/KR2017/003180 WO2018101547A1 (en) 2016-11-29 2017-03-24 Resource retrieval method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160160328A KR102214185B1 (en) 2016-11-29 2016-11-29 Resource Retrieval Method

Publications (2)

Publication Number Publication Date
KR20180060620A KR20180060620A (en) 2018-06-07
KR102214185B1 true KR102214185B1 (en) 2021-02-09

Family

ID=62242152

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160160328A KR102214185B1 (en) 2016-11-29 2016-11-29 Resource Retrieval Method

Country Status (2)

Country Link
KR (1) KR102214185B1 (en)
WO (1) WO2018101547A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11948009B2 (en) * 2017-01-13 2024-04-02 Boe Technology Group Co., Ltd. Method and device for operating instance resources based on instance arranging property

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2829084B1 (en) * 2012-03-22 2021-05-05 Iot Holdings, Inc. Method and apparatus for supporting machine-to-machine caching at a service capability layer
KR101986851B1 (en) * 2013-02-19 2019-06-07 주식회사 케이티 A method for searching information of M2M systems and apparatus therefor
CN105210344B (en) * 2013-05-16 2018-09-18 Lg电子株式会社 Customization and notification method in M2M communication system and apparatus for the method
KR101931851B1 (en) * 2014-09-12 2018-12-21 주식회사 케이티 Methods for changing update period of location information in M2M system and Apparatus thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11948009B2 (en) * 2017-01-13 2024-04-02 Boe Technology Group Co., Ltd. Method and device for operating instance resources based on instance arranging property

Also Published As

Publication number Publication date
KR20180060620A (en) 2018-06-07
WO2018101547A1 (en) 2018-06-07

Similar Documents

Publication Publication Date Title
CN110837410B (en) Task scheduling method and device, electronic equipment and computer readable storage medium
US10235047B2 (en) Memory management method, apparatus, and system
EP3195573B1 (en) File reputation evaluation
KR101719500B1 (en) Acceleration based on cached flows
CN106712981B (en) Node change notification method and device
CN110609844A (en) Data updating method, device and system
JP6870466B2 (en) Control programs, control methods, controls, and database servers
WO2017092673A1 (en) Metadata access method, related apparatus and system
US20170153909A1 (en) Methods and Devices for Acquiring Data Using Virtual Machine and Host Machine
US11275795B2 (en) System and method for in-place record content management
US10242102B2 (en) Network crawling prioritization
US20170052979A1 (en) Input/Output (IO) Request Processing Method and File Server
KR101621385B1 (en) System and method for searching file in cloud storage service, and method for controlling file therein
CN106682167B (en) Statistical device and method for user behavior data
US20180331924A1 (en) System monitoring device
CN110381136B (en) Data reading method, terminal, server and storage medium
JP6307888B2 (en) Operation target management apparatus and program
KR102214185B1 (en) Resource Retrieval Method
CN107633080B (en) User task processing method and device
US20170132046A1 (en) Accessing resources across multiple tenants
US20150254102A1 (en) Computer-readable recording medium, task assignment device, task execution device, and task assignment method
CN115686746A (en) Access method, task processing method, computing device, and computer storage medium
US11113339B2 (en) System and method for federated content management using a federated library and federated metadata propagation
CN109558249B (en) Control method and device for concurrent operation
CA2518008A1 (en) System and method for determining target failback and target priority for a distributed file system

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant