|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityInstantiator
Method Summary | |
---|---|
ActivityInstantiatorDescriptor |
execute(QueryAPIAccessor accessor,
ProcessInstanceUUID instanceUUID,
java.lang.String activityId,
java.lang.String iterationId)
Method of the interface to be implemented. |
Method Detail |
---|
ActivityInstantiatorDescriptor execute(QueryAPIAccessor accessor, ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String iterationId) throws java.lang.Exception
accessor
- The QueryAPIAccessor interface to access: QueryRuntimeAPI or QueryDefinitionAPI.instanceUUID
- Id of the instance.activityId
- Id of the activity.iterationId
- Id of the iteration.
ActivityInstantiatorDescriptor
that describes the number of activities to instantiate.
java.lang.Exception
- If an Exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |