1

assigneesワークフローで作成するときのユーザー名を探しています...

私はこれを使用します:

public void notify(DelegateExecution execution) {
    // get value of property mymodel:myproperty 
    Object assignees = execution.getVariable("bpm_assignees"); 
}

私が得るとき、私bpm_assigneesはこれを得る:

bpm_assignees マップ値: [ノード タイプ: {alfresco.org/model/content/…}person、ノード アスペクト: [{alfresco.org/model/content/…}所有可能、{alfresco.org/model/system/1.0}参照可能、{alfresco.org/model/system/1.0}ローカライズ]、ノード タイプ: {alfresco.org/model/content/…}人、ノード アスペクト: [{alfresco.org/model/content/…}所有可能、{alfresco .org/model/system/1.0}参照可能、{alfresco.org/model/system/1.0}ローカライズ]]

どうすれば入手できusernameますか?

4

1 に答える 1