작업
유형 이름: 작업
Event 또는 Thing을 확장합니다.
이름 |
유형 |
설명 |
작업 상태 |
ActionStatusType |
작업의 현재 처리를 나타냅니다. |
에이전트 |
Organization 또는 Person |
작업의 직접적인 연기자 또는 동인입니다 (애니메이션 또는 무생물). 예: John이 책을 쓴 경우 |
endTime |
DateTime |
항목의 endTime입니다. 예약된 이벤트 또는 서비스 (예: Food시설 예약)의 경우 종료 예정 시간입니다. 일정 기간에 걸친 작업의 경우(예: John은 1월부터 12월까지 책을 썼습니다. 이벤트는 시간이 있는 날짜를 설명할 때도 startTime/endTime 대신 startDate/endDate를 사용합니다. 향후 수정 버전에서 이러한 상황이 더 명확하게 해결될 수 있습니다. |
오류 |
사물 |
실패한 작업의 경우 실패 원인에 대한 자세한 정보를 확인하세요. |
handler |
HttpActionHandler |
회신요청 작업에서 지원하는 핸들러입니다. |
악기 |
사물 |
상담사가 작업을 수행하는 데 도움이 된 객체입니다. 예를 들어 John은 펜을 사용하여 책을 작성했습니다. |
위치 |
Place 또는 postalAddress |
이벤트, 조직 또는 작업의 위치입니다. |
이름 |
텍스트 |
작업에 연결된 UI 요소에서 사용자에게 표시되는 문자열입니다. |
객체 |
사물 |
작업 시 객체가 실행되어 상태가 그대로 유지되거나 변경됩니다. 환자의 영향을 받는 시맨틱 역할, 영향을 받는 환자 또는 질환이 있는 사람 (상태를 변경함) 또는 테마 (예: 변경되지 않음) 등입니다. 예: John은 책을 읽습니다. |
참여자 |
Organization 또는 Person |
작업에 간접적으로 참여한 다른 공동 대리인(예: 존이 스티브와 함께 책을 쓴 책) |
결과 |
사물 |
작업 결과입니다. 예: John은 책을 썼습니다. |
startTime |
DateTime |
항목의 startTime 예약된 이벤트 또는 서비스 (예: Food시설 예약)의 경우 시작이 예상되는 시간입니다. 일정 기간에 걸친 작업의 경우(예: John은 1월부터 12월까지 책을 썼습니다. 이벤트는 시간이 있는 날짜를 설명할 때도 startTime/endTime 대신 startDate/endDate를 사용합니다. 향후 수정 버전에서 이러한 상황이 더 명확하게 해결될 수 있습니다. |
target |
진입점 |
작업의 대상 진입점을 나타냅니다. |
url |
URL |
작업을 완료하기 위해 가져올 대상 URL입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["`Action` extends the `Event` or `Thing` type and describes activities or tasks performed."],["It includes properties like `actionStatus`, `agent`, `endTime`, `error`, and more to provide details about the action."],["`Action` can specify the involved parties, time, location, and outcome of an action."],["Properties like `object`, `instrument`, and `result` further elaborate on the action's context and effects."],["`Action` can also define a target URL or entry point for completing the action."]]],["The `Action` type details properties for describing actions, including their status, agent, and time frame. Key details involve the `actionStatus`, indicating the action's current state. The `agent` and `participant` identify performers and co-agents, while `startTime` and `endTime` mark the action's duration. Other relevant information include the `location`, `instrument`, the `object` acted upon, `result` and an `error` to specify a potential cause for failure. A `handler` is provided for the RSVP action, `target` EntryPoint, and the `url` to complete the action.\n"]]