|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedModel
A ExtendedModel extends the Model Interface and supports a multi-model concept
Model| Method Summary | |
|---|---|
ItemCollection |
getActivityEntityByVersion(int processid,
int activityid,
String modelVersion)
Finds and returns the ActivityEntity for a processid and a activityid inside the Model. |
Collection<ItemCollection> |
getActivityEntityListByVersion(int processid,
String modelVersion)
retruns a collection of ActivityEntities for a specivic ProcessID. |
ItemCollection |
getProcessEntityByVersion(int processid,
String modelVersion)
Finds and returns the ProcessEntity for a processid inside the Model. |
Collection<ItemCollection> |
getProcessEntityListByVersion(String modelVersion)
retruns a collection of ProcessEntities |
| Methods inherited from interface org.imixs.workflow.Model |
|---|
getActivityEntity, getActivityEntityList, getProcessEntity, getProcessEntityList |
| Method Detail |
|---|
ItemCollection getProcessEntityByVersion(int processid,
String modelVersion)
throws Exception
processid -
Exception
ItemCollection getActivityEntityByVersion(int processid,
int activityid,
String modelVersion)
throws Exception
processid - activityid -
Exception
Collection<ItemCollection> getProcessEntityListByVersion(String modelVersion)
throws Exception
Exception
Collection<ItemCollection> getActivityEntityListByVersion(int processid,
String modelVersion)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||