jp.co.joyzo.office.api.base
クラス BaseGetUserVersions

java.lang.Object
  上位を拡張 jp.co.joyzo.office.api.base.BaseGetUserVersions
すべての実装されたインタフェース:
Action

public class BaseGetUserVersions
extends java.lang.Object
implements Action

ユーザーの更新情報を取得します。
Office8がリクエストで受け取ったversionとOffice8が持つversionが異なる場合、レスポンスの operation は、”modify”となります。
Office8に存在するユーザーをリクエストで受け取らなかった場合、レスポンスの operationは、”add”となります。
Office8に存在しないユーザーをリクエストで受け取った場合、レスポンスのoperationは、”remove”となります。

バージョン:
$api_version ver 2.0.0$
作成者:
joyzo Corp,Inc.

コンストラクタの概要
BaseGetUserVersions()
           
 
メソッドの概要
 void addUserItem(ItemVersionType type)
          ユーザーIDとバージョン情報を追加します。
 java.lang.String getActionName()
          対応する API の名前を返します。
 APIType getAPIType()
          対応する API の種別を返します。
 org.apache.axiom.om.OMElement getParameters()
          parametersタグを生成します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BaseGetUserVersions

public BaseGetUserVersions()
メソッドの詳細

getActionName

public java.lang.String getActionName()
インタフェース Action の記述:
対応する API の名前を返します。

定義:
インタフェース Action 内の getActionName
戻り値:
String API名

getAPIType

public APIType getAPIType()
インタフェース Action の記述:
対応する API の種別を返します。

定義:
インタフェース Action 内の getAPIType
戻り値:
APIType

addUserItem

public void addUserItem(ItemVersionType type)
ユーザーIDとバージョン情報を追加します。

パラメータ:
ItemVersionType - ユーザーのItemVersionType

getParameters

public org.apache.axiom.om.OMElement getParameters()
parametersタグを生成します。

定義:
インタフェース Action 内の getParameters
戻り値:
OMElement 生成されたparametersタグ