|
||||||||||
| 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,
java.lang.String aModelVersion)
returns the ActivityList for a specific model version |
EntityCollection |
getEnvironmentList()
returns the EnvironmentList for the highest model version |
EntityCollection |
getEnvironmentListByVersion(java.lang.String aModelVersion)
returns the EnvironmentList for a specific model version |
EntityCollection |
getProcessList()
returns the processList for the highest model version |
EntityCollection |
getProcessListByVersion(java.lang.String aModelVersion)
returns the processList for a specific model version |
void |
removeModelVersion(java.lang.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 java.lang.Exception
java.lang.Exception
EntityCollection getActivityList(int aProcessID)
throws java.lang.Exception
aProcessID -
java.lang.Exception
void updateProcessList(EntityCollection aProcessList)
throws java.lang.Exception
aProcessList -
java.lang.Exception
void updateActivityList(int aProcessID,
EntityCollection aActivityList)
throws java.lang.Exception
aProcessID - aActivityList -
java.lang.Exception
EntityCollection getEnvironmentList()
throws java.lang.Exception
java.lang.Exception
void updateEnvironmentList(EntityCollection aEnvironmentList)
throws java.lang.Exception
aEnvironmentList -
java.lang.Exception
EntityCollection getProcessListByVersion(java.lang.String aModelVersion)
throws java.lang.Exception
aModelVersion -
java.lang.Exception
EntityCollection getActivityListByVersion(int aProcessID,
java.lang.String aModelVersion)
throws java.lang.Exception
aProcessID - aModelVersion -
java.lang.Exception
EntityCollection getEnvironmentListByVersion(java.lang.String aModelVersion)
throws java.lang.Exception
aModelVersion -
java.lang.Exception
void removeModelVersion(java.lang.String aModelVersion)
throws java.lang.Exception
aModelVersion -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||