|
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 interfaceMethod Detail |
---|
public boolean deleteCompany(Company company) throws WFCIException
company
- Company instance
WFCIException
Company
public boolean deleteDepartment(Department dep) throws WFCIException
dep
- Department instance
WFCIException
Department
public boolean deleteMemberRecord(MemberRecord mbr) throws WFCIException
mbr
- MemberRecord instance
WFCIException
MemberRecord
public boolean deleteProjectRole(ProjectRole role) throws WFCIException
role
- ProjectRole instance
WFCIException
ProjectRole
public boolean deleteRole(Role role) throws WFCIException
role
- Role instance
WFCIException
Role
public AFProcess getAFProcess(java.lang.String proID) throws WFCIException
WFCIException
AFProcess
public AFProject getAFProject(java.lang.String prjID) throws WFCIException
WFCIException
AFProject
public java.util.Vector getAFProjectOfCompany() throws WFCIException
WFCIException
AFProject
public Artifact getArtifact(java.lang.String artID) throws WFCIException
WFCIException
Artifact
public AFSize getArtifactSize(java.lang.String artID) throws WFCIException
WFCIException
AFSize
public PASEartState getArtifactState(java.lang.String astID) throws WFCIException
WFCIException
PASEartState
public java.util.Vector getDepartmentList() throws WFCIException
WFCIException
Department
public java.util.Vector getMemberList() throws WFCIException
WFCIException
MemberRecord
public java.util.Vector getProjectRoleList(java.lang.String prj) throws WFCIException
WFCIException
AFProjectRole
public java.util.Vector getRoleList() throws WFCIException
WFCIException
Role
public boolean insertCompany(Company company) throws WFCIException
company
- Company instance
WFCIException
Company
public boolean insertDepartment(Department dep) throws WFCIException
dep
- Department instance
WFCIException
Department
public boolean insertMemberRecord(MemberRecord mbr) throws WFCIException
mbr
- MemberRecord instance
WFCIException
MemberRecord
public boolean insertProjectRole(ProjectRole role) throws WFCIException
role
- ProjectRole instance
WFCIException
ProjectRole
public boolean insertRole(Role role) throws WFCIException
role
- Role instance
WFCIException
Role
public Department newDepartment() throws WFCIException
WFCIException
Department
public MemberRecord newMemberRecord() throws WFCIException
WFCIException
MemberRecord
public ProjectRole newProjectRole() throws WFCIException
WFCIException
ProjectRole
public Role newRole() throws WFCIException
WFCIException
Role
public boolean updateAFProcess(AFProcess pro) throws WFCIException
WFCIException
AFProcess
public boolean updateArtifactState(PASEartState state) throws WFCIException
WFCIException
PASEartState
public boolean updateCompany(Company company) throws WFCIException
company
- Company instance
WFCIException
Company
public boolean updateDepartment(Department dep) throws WFCIException
dep
- Department instance
WFCIException
Department
public boolean updateMemberRecord(MemberRecord mbr) throws WFCIException
mbr
- MemberRecord instance
WFCIException
MemberRecord
public boolean updateProjectRole(ProjectRole role) throws WFCIException
role
- ProjectRole instance
WFCIException
ProjectRole
public boolean updateRole(Role role) throws WFCIException
role
- Role instance
WFCIException
Role
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |