インタフェース
office.api.common.Action の使用

Action を使用しているパッケージ
office.api.base   
office.api.common   
office.api.schedule   
 

office.api.base での Action の使用
 

Action を実装している office.api.base のクラス
 class BaseGetUsersById
          ユーザーログイン名からユーザー内部IDを取得します。
 class BaseGetUsersByLoginName
          ユーザーログイン名からユーザー内部IDを取得します。
 

office.api.common での Action の使用
 

Action 型のパラメータを持つ office.api.common のメソッド
 org.apache.axiom.om.OMElement CBServiceClient.sendReceive(Action action)
          受け取ったアクションを送信し、結果を受け取ります。
 

office.api.schedule での Action の使用
 

Action を実装している office.api.schedule のクラス
 class ScheduleAddEvents
          予定の登録を行います。
 class ScheduleGetEventsByTarget