|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.Role
si.wfcidata.AFRole
public class AFRole
AFRole
Constructor Summary | |
---|---|
AFRole(WFCI wfci)
Constructor |
|
AFRole(WFCI wfci,
Role role)
Constructor |
Method Summary | |
---|---|
AFMemberRecord |
getAFMember()
Get the first AFMemberRecord of this AFRole |
java.util.Vector |
getAFMemberList()
Get AFMemberRecord array of this AFRole |
java.util.Vector |
getAllSubAFDepartment()
Get all sub-department descendents of this AFRole |
java.util.Vector |
getAllSubAFRoleList()
Get all AFRoles descendents of the AFRole |
java.lang.Object |
getParent()
Get parent of this AFRole |
Role |
getRole()
Get the Role instance in order to comunucate with PASE server |
java.util.Vector |
getSubAFDepartment()
Get sub-AFDepartment of this AFRole |
java.util.Vector |
getSubAFRoleList()
Get sub-AFRoles of this AFRole |
Methods inherited from class pe.pase.Role |
---|
addMemberID, addRoleID, addSubDepartmentID, createAllEmployeeRole, getHashKey, getID, getMemberList, getMyID, getName, getParentID, getSiblingOrder, getSignLevel, getSubDepartmentList, getSubRoleList, getSynopsis, removeMemberID, removeRoleID, removeSubDepartmentID, setID, setMemberList, setMyID, setName, setParentID, setSiblingOrder, setSignLevel, setSubDepartmentList, setSubRoleList, setSynopsis, toString, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFRole(WFCI wfci)
wfci
- WFCI interfacepublic AFRole(WFCI wfci, Role role) throws WFCIException
wfci
- WFCI interfacerole
- Role object
WFCIException
Method Detail |
---|
public AFMemberRecord getAFMember()
public java.util.Vector getAFMemberList() throws WFCIException
WFCIException
public java.util.Vector getAllSubAFDepartment() throws WFCIException
WFCIException
public java.util.Vector getAllSubAFRoleList() throws WFCIException
WFCIException
public java.lang.Object getParent() throws WFCIException
WFCIException
public Role getRole() throws WFCIException
WFCIException
public java.util.Vector getSubAFDepartment() throws WFCIException
WFCIException
public java.util.Vector getSubAFRoleList() throws WFCIException
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |