|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.Department
si.wfcidata.AFDepartment
public class AFDepartment
AFDepartment
Constructor Summary | |
---|---|
AFDepartment(WFCI wfci)
Constructor |
|
AFDepartment(WFCI wfci,
Department department)
Constructor |
Method Summary | |
---|---|
java.util.Vector |
getAFRoleList()
Get adjacent AFRoles of the AFDepartment |
java.util.Vector |
getAllAFRoleList()
Get all AFRoles descendents of the AFDepartment |
java.util.Vector |
getAllSubAFDepartment()
Get all sub-department descendents of this AFDepartment |
Department |
getDepartment()
Get the Department instance in order to comunucate with PASE server |
AFRole |
getManager()
Get the manager of the AFDepartment |
java.lang.Object |
getParent()
Get parent of this AFDepartment |
java.util.Vector |
getSubAFDepartment()
Get adjacent sub-department of this AFDepartment |
Methods inherited from class pe.pase.Department |
---|
addRoleID, addSubDepartmentID, getHashKey, getID, getManagerID, getMyID, getName, getParentID, getResopnsibility, getRoleList, getSiblingOrder, getSubDepartmentList, getSynopsis, getUnitID, removeRoleID, removeSubDepartmentID, setID, setManagerID, setMyID, setName, setParentID, setResopnsibility, setRoleList, setSiblingOrder, setSubDepartmentList, setSynopsis, setUnitID, toString, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFDepartment(WFCI wfci)
wfci
- WFCI interfacepublic AFDepartment(WFCI wfci, Department department) throws WFCIException
wfci
- WFCI interfacedepartment
- Department object
WFCIException
Method Detail |
---|
public java.util.Vector getAFRoleList() throws WFCIException
WFCIException
public java.util.Vector getAllAFRoleList() throws WFCIException
WFCIException
public java.util.Vector getAllSubAFDepartment() throws WFCIException
WFCIException
public Department getDepartment()
public AFRole getManager() throws WFCIException
WFCIException
public java.lang.Object getParent() throws WFCIException
WFCIException
public java.util.Vector getSubAFDepartment() throws WFCIException
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |