我正在搜索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/...} 人,节点方面:[{alfresco.org/model/content/...} 可拥有,{alfresco.org/model/system/1.0} 可参考,{alfresco.org/model/system/1.0}localized],节点类型:{alfresco.org/model/content/…}人,节点方面:[{alfresco.org/model/content/…}可拥有,{alfresco .org/model/system/1.0}可参考,{alfresco.org/model/system/1.0}本地化]]
我怎样才能得到username
?