|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.application.model.MatterPageModel
public class MatterPageModel
案件画面定義情報 モデルクラス。
各ノードで処理種別によって使用される画面情報を保存するモデルです。
このモデルには取得されたフローXML「flow.xml」のノード情報の画面関連情報が設定されます。
「MatterFlowModel
」、「MatterNodeConfigModel
」、「MatterNodeModel
」、「MatterNodeWithProcessTypeModel
」からもこのモデル情報は取得できます。
詳細については、使用されている各箇所を参照してください。
【 各項目の必須/任意 】 このモデルは値を取得する時にのみ使用しますので、全て任意項目となります。 ※新規作成、更新、削除には使用しません。
ActvMatterNode.getPageAvailable(String)
,
ActvMatterNode.getPageForApply(String)
,
ActvMatterNode.getPageForConfirm(String)
,
ActvMatterNode.getPageForProcess(String)
,
ActvMatterNode.getPageForReapply(String)
,
ActvMatterNode.getPageForTempSave(String)
,
MatterFlowModel
,
MatterNodeConfigModel
,
MatterNodeModel
,
MatterNodeWithProcessTypeModel
コンストラクタの概要 | |
---|---|
MatterPageModel()
コンストラクタ 案件画面定義情報 モデルクラスを新しく生成します。 |
メソッドの概要 | |
---|---|
String |
getApplicationId()
アプリケーションIDを取得します。 |
String |
getPagePath()
ページパスを取得します。 |
String |
getPageType()
画面種別を取得します。 |
String |
getPathType()
パス種別を取得します。 |
String |
getScriptPath()
スクリプトパスを取得します。 |
String |
getServiceId()
サービスIDを取得します。 |
void |
setApplicationId(String applicationId)
アプリケーションIDを設定します。 |
void |
setPagePath(String pagePath)
ページパスを設定します。 |
void |
setPageType(String pageType)
画面種別を設定します。 |
void |
setPathType(String pathType)
パス種別を設定します。 |
void |
setScriptPath(String scriptPath)
スクリプトパスを設定します。 |
void |
setServiceId(String serviceId)
サービスIDを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MatterPageModel()
メソッドの詳細 |
---|
public String getPageType()
public void setPageType(String pageType)
pageType
- 画面種別public String getPathType()
public void setPathType(String pathType)
pathType
- パス種別public String getScriptPath()
public void setScriptPath(String scriptPath)
scriptPath
- スクリプトパスpublic String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- アプリケーションIDpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- サービスIDpublic String getPagePath()
public void setPagePath(String pagePath)
pagePath
- ページパス
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |