|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsi.wfcidata.AFPDEManager
public class AFPDEManager
AFPDEManager
| Constructor Summary | |
|---|---|
AFPDEManager(WFCI wfci,
WFDI wfdi)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
deleteCompany(Company company)
Delete a Company in organization. |
boolean |
deleteDepartment(Department dep)
Delete a Department in organization. |
boolean |
deleteMemberRecord(MemberRecord mbr)
Delete a MemberRecord in organization. |
boolean |
deleteProjectRole(ProjectRole role)
Delete a ProjectRole. |
boolean |
deleteRole(Role role)
Delete a Role in organization. |
AFProcess |
getAFProcess(java.lang.String proID)
Get AFProcess with the ID. |
AFProject |
getAFProject(java.lang.String prjID)
Get AFProject with the ID. |
java.util.Vector |
getAFProjectOfCompany()
Get AFProject list of the company. |
Artifact |
getArtifact(java.lang.String artID)
Get Artifact with the ID. |
AFSize |
getArtifactSize(java.lang.String artID)
Get AFSize of the Artifact with the ID. |
PASEartState |
getArtifactState(java.lang.String astID)
Get PASEartState with the ID. |
java.util.Vector |
getDepartmentList()
Get Department list of the company. |
java.util.Vector |
getMemberList()
Get MemberRecord list of the company. |
java.util.Vector |
getProjectRoleList(java.lang.String prj)
Get AFProjectRole list of the Project. |
java.util.Vector |
getRoleList()
Get Role list of the company. |
boolean |
insertCompany(Company company)
Insert a Company to organization. |
boolean |
insertDepartment(Department dep)
Insert a Department to organization. |
boolean |
insertMemberRecord(MemberRecord mbr)
Insert a MemberRecord to organization. |
boolean |
insertProjectRole(ProjectRole role)
Insert a ProjectRole to organization. |
boolean |
insertRole(Role role)
Insert a Role to organization. |
Department |
newDepartment()
Create a Department instance. |
MemberRecord |
newMemberRecord()
Create a MemberRecord instance. |
ProjectRole |
newProjectRole()
Create a ProjectRole instance. |
Role |
newRole()
Create a Role instance. |
boolean |
updateAFProcess(AFProcess pro)
Update AFProcess instance in database. |
boolean |
updateArtifactState(PASEartState state)
Update PASEartState instance in database. |
boolean |
updateCompany(Company company)
Update a Company in organization. |
boolean |
updateDepartment(Department dep)
Update a Department in organization. |
boolean |
updateMemberRecord(MemberRecord mbr)
Update a MemberRecord in organization. |
boolean |
updateProjectRole(ProjectRole role)
Update a ProjectRole in organization. |
boolean |
updateRole(Role role)
Update a Role in organization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AFPDEManager(WFCI wfci,
WFDI wfdi)
wfci - WFCI interface| Method Detail |
|---|
public boolean deleteCompany(Company company)
throws WFCIException
company - Company instance
WFCIExceptionCompany
public boolean deleteDepartment(Department dep)
throws WFCIException
dep - Department instance
WFCIExceptionDepartment
public boolean deleteMemberRecord(MemberRecord mbr)
throws WFCIException
mbr - MemberRecord instance
WFCIExceptionMemberRecord
public boolean deleteProjectRole(ProjectRole role)
throws WFCIException
role - ProjectRole instance
WFCIExceptionProjectRole
public boolean deleteRole(Role role)
throws WFCIException
role - Role instance
WFCIExceptionRole
public AFProcess getAFProcess(java.lang.String proID)
throws WFCIException
WFCIExceptionAFProcess
public AFProject getAFProject(java.lang.String prjID)
throws WFCIException
WFCIExceptionAFProject
public java.util.Vector getAFProjectOfCompany()
throws WFCIException
WFCIExceptionAFProject
public Artifact getArtifact(java.lang.String artID)
throws WFCIException
WFCIExceptionArtifact
public AFSize getArtifactSize(java.lang.String artID)
throws WFCIException
WFCIExceptionAFSize
public PASEartState getArtifactState(java.lang.String astID)
throws WFCIException
WFCIExceptionPASEartState
public java.util.Vector getDepartmentList()
throws WFCIException
WFCIExceptionDepartment
public java.util.Vector getMemberList()
throws WFCIException
WFCIExceptionMemberRecord
public java.util.Vector getProjectRoleList(java.lang.String prj)
throws WFCIException
WFCIExceptionAFProjectRole
public java.util.Vector getRoleList()
throws WFCIException
WFCIExceptionRole
public boolean insertCompany(Company company)
throws WFCIException
company - Company instance
WFCIExceptionCompany
public boolean insertDepartment(Department dep)
throws WFCIException
dep - Department instance
WFCIExceptionDepartment
public boolean insertMemberRecord(MemberRecord mbr)
throws WFCIException
mbr - MemberRecord instance
WFCIExceptionMemberRecord
public boolean insertProjectRole(ProjectRole role)
throws WFCIException
role - ProjectRole instance
WFCIExceptionProjectRole
public boolean insertRole(Role role)
throws WFCIException
role - Role instance
WFCIExceptionRole
public Department newDepartment()
throws WFCIException
WFCIExceptionDepartment
public MemberRecord newMemberRecord()
throws WFCIException
WFCIExceptionMemberRecord
public ProjectRole newProjectRole()
throws WFCIException
WFCIExceptionProjectRole
public Role newRole()
throws WFCIException
WFCIExceptionRole
public boolean updateAFProcess(AFProcess pro)
throws WFCIException
WFCIExceptionAFProcess
public boolean updateArtifactState(PASEartState state)
throws WFCIException
WFCIExceptionPASEartState
public boolean updateCompany(Company company)
throws WFCIException
company - Company instance
WFCIExceptionCompany
public boolean updateDepartment(Department dep)
throws WFCIException
dep - Department instance
WFCIExceptionDepartment
public boolean updateMemberRecord(MemberRecord mbr)
throws WFCIException
mbr - MemberRecord instance
WFCIExceptionMemberRecord
public boolean updateProjectRole(ProjectRole role)
throws WFCIException
role - ProjectRole instance
WFCIExceptionProjectRole
public boolean updateRole(Role role)
throws WFCIException
role - Role instance
WFCIExceptionRole
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||