|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.Company
si.wfcidata.AFCompany
public class AFCompany
AFCompany
Field Summary |
---|
Fields inherited from class pe.pase.Company |
---|
CACHE_HASHKEY |
Constructor Summary | |
---|---|
AFCompany(WFCI wfci)
Constructor |
|
AFCompany(WFCI wfci,
Company company)
Constructor |
Method Summary | |
---|---|
java.util.Vector |
getAFArtifactList()
Return all AFArtifacts of this AFCompany. |
java.util.Vector |
getAFDepartmentList()
Return AFDepartments of this AFCompany, only adjacent AFDepartment children of AFCompnay in the organization tree. |
java.util.Vector |
getAFRoleList()
Return AFRoles of this AFCompany, only adjacent AFRole children of AFCompnay in the organization tree. |
java.util.Vector |
getAllAFDepartmentList()
Return all AFDepartments of this AFCompany, all AFDepartment descendents in the organization tree. |
java.util.Vector |
getAllAFRoleList()
Return all AFRoles of this AFCompany, all AFRole descendents in the organization tree. |
Company |
getCompany()
Get the Company instance in order to comunucate with PASE server |
Methods inherited from class pe.pase.Company |
---|
addCompanyID, addDepartmentID, addRoleID, getCompanyList, getDepartmentList, getHashKey, getID, getManagerID, getMyID, getName, getParentID, getRoleList, getSiblingOrder, getSynopsis, getUnitID, removeCompanyID, removeDepartmentID, removeRoleID, setDepartmentList, setID, setManagerID, setMyID, setName, setParent, setRoleList, setSiblingOrder, setSynopsis, setUnitID, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFCompany(WFCI wfci)
wfci
- WFCI interfacepublic AFCompany(WFCI wfci, Company company) throws WFCIException
wfci
- WFCI interfacecompany
- Company object
WFCIException
Method Detail |
---|
public java.util.Vector getAFArtifactList() throws WFCIException
WFCIException
public java.util.Vector getAFDepartmentList() throws WFCIException
WFCIException
public java.util.Vector getAFRoleList() throws WFCIException
WFCIException
public java.util.Vector getAllAFDepartmentList() throws WFCIException
WFCIException
public java.util.Vector getAllAFRoleList() throws WFCIException
WFCIException
public Company getCompany()
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |