This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print u"このスクリプト名は%sです" % service.getScriptName() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exists(select 1 from maxuser where userid = :&USERNAME& and express = 1) and owner <> :&PERSONID& |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exists(select 1 from maxuser where userid = :&USERNAME& and express = 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MboSetRemote assetSet = getMboSet(relationship); | |
| if(assetSet != null) | |
| { | |
| MboRemote asset = null; | |
| for(int pos = 0; (asset = assetSet.getMbo(pos)) != null; pos++) | |
| { | |
| // some logic here | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.tumblr.nishi2go.app.asset.virtual; | |
| import java.rmi.RemoteException; | |
| import psdi.mbo.MboRemote; | |
| import psdi.mbo.MboSetRemote; | |
| import psdi.mbo.MboValue; | |
| import psdi.mbo.MboValueAdapter; | |
| import psdi.util.MXException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <presentation beanclass="psdi.webclient.beans.action.ActionAppBean" | |
| id="action" mboname="ACTION" resultstableid="results_showlist" version="6.0.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :status = '承認済み' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| maximo.workorder.statuschange.* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| maximo.オブジェクト名.statuschange.* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| custom('psdi.common.parse.InternalValue', ドメインID, 外部値) |
NewerOlder