📄 organizationinfoejb.java
字号:
package cn.com.iaspec.workflow.organize.ejb;
/**
* <p>Title:取出机构角色人员 EJB控制类</p>
*
* <p>Description: 深圳市劳动仲裁信息管理系统</p>
*
* <p>Copyright: Copyright (c) 2005</p>
*
* <p>Company: 永泰软件工程有限公司</p>
*
* @author syj
* @version 1.0
*/
import java.rmi.*;
import java.util.*;
import javax.ejb.*;
import cn.com.iaspec.workflow.vo.workflow.*;
import cn.com.iaspec.workflow.organize.tree.SelectActorTree;
public interface OrganizationInfoEJB
extends EJBObject{
public ArrayList getOrgCollectionData(UserInfo userInfo,String orgRels,
String actorSelModes,String caseAreaId,String activityId)
throws RemoteException;
public List getChildTreeByTreeList(List treeList,String id,String type)
throws RemoteException;
public List getSelectActorTree(String userId,String areaId,
SelectActorParam actorParam)
throws Exception,RemoteException;
public List getSelectActorTree(String userId,String areaId,long activityId)
throws Exception,RemoteException;
public SelectActorTree getTreeByTreeList(List treeList,String treeId,
String treeType)
throws RemoteException;
public SelectActorParam getSelectActorParam(long activityId)
throws Exception,RemoteException;
public List getForwardUserTreeList(long workItemId,String areaId,
String userId)
throws Exception,RemoteException;
public ArrayList arrangeActorTree(ArrayList treeList)
throws RemoteException;
public ArrayList getReturnActorsActorTree(long proInstId,
long returnToActDefId)
throws Exception,RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -