|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowModelService
Service Interface for the WorkflowModel
| Method Summary | |
|---|---|
EntityCollection |
getActivityList(int aProcessID)
returns the ActivityList for the highest model version |
EntityCollection |
getActivityListByVersion(int aProcessID,
String aModelVersion)
returns the ActivityList for a specific model version |
EntityCollection |
getEnvironmentList()
returns the EnvironmentList for the highest model version |
EntityCollection |
getEnvironmentListByVersion(String aModelVersion)
returns the EnvironmentList for a specific model version |
EntityCollection |
getProcessList()
returns the processList for the highest model version |
EntityCollection |
getProcessListByVersion(String aModelVersion)
returns the processList for a specific model version |
void |
removeModelVersion(String aModelVersion)
This method removes an existing model with the corresponding modelversion |
void |
updateActivityList(int aProcessID,
EntityCollection aActivityList)
Updates a ActivityList |
void |
updateEnvironmentList(EntityCollection aEnvironmentList)
updates the environmentList |
void |
updateProcessList(EntityCollection aProcessList)
Updates a ProcessList |
| Method Detail |
|---|
EntityCollection getProcessList()
throws Exception
Exception
EntityCollection getActivityList(int aProcessID)
throws Exception
aProcessID -
Exception
void updateProcessList(EntityCollection aProcessList)
throws Exception
aProcessList -
Exception
void updateActivityList(int aProcessID,
EntityCollection aActivityList)
throws Exception
aProcessID - aActivityList -
Exception
EntityCollection getEnvironmentList()
throws Exception
Exception
void updateEnvironmentList(EntityCollection aEnvironmentList)
throws Exception
aEnvironmentList -
Exception
EntityCollection getProcessListByVersion(String aModelVersion)
throws Exception
aModelVersion -
Exception
EntityCollection getActivityListByVersion(int aProcessID,
String aModelVersion)
throws Exception
aProcessID - aModelVersion -
Exception
EntityCollection getEnvironmentListByVersion(String aModelVersion)
throws Exception
aModelVersion -
Exception
void removeModelVersion(String aModelVersion)
throws Exception
aModelVersion -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||