|
||||||||||
| 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,
java.lang.String modelVersion)
Finds and returns the ActivityEntity for a processid and a activityid inside the Model. |
java.util.Collection<ItemCollection> |
getActivityEntityListByVersion(int processid,
java.lang.String modelVersion)
retruns a collection of ActivityEntities for a specivic ProcessID. |
ItemCollection |
getProcessEntityByVersion(int processid,
java.lang.String modelVersion)
Finds and returns the ProcessEntity for a processid inside the Model. |
java.util.Collection<ItemCollection> |
getProcessEntityListByVersion(java.lang.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,
java.lang.String modelVersion)
throws java.lang.Exception
processid -
java.lang.Exception
ItemCollection getActivityEntityByVersion(int processid,
int activityid,
java.lang.String modelVersion)
throws java.lang.Exception
processid - activityid -
java.lang.Exception
java.util.Collection<ItemCollection> getProcessEntityListByVersion(java.lang.String modelVersion)
throws java.lang.Exception
java.lang.Exception
java.util.Collection<ItemCollection> getActivityEntityListByVersion(int processid,
java.lang.String modelVersion)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||