|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
public class ForeachActivityInstanceImpl
Field Summary |
---|
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl |
---|
enclosedActivitiesUUID |
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl |
---|
definitionUUID, lastException, uuid |
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl |
---|
activityState, endedDate, instanceUUID, processUUID, startedDate |
Constructor Summary | |
---|---|
ForeachActivityInstanceImpl(ForeachActivityInstance record)
|
Method Summary | |
---|---|
java.lang.Integer |
getCompletionConditionValue()
|
int |
getStartValue()
|
int |
getStopValue()
|
ActivityType |
getType()
Get the type of the activity instance. |
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl |
---|
getEnclosedActivitiesUUID |
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl |
---|
equals, getDefinitionUUID, getLastException, getUUID, hashCode, toString |
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl |
---|
end, getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance |
---|
getEnclosedActivitiesUUID |
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance |
---|
getDefinitionUUID, getLastException, getUUID |
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord |
---|
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState |
Constructor Detail |
---|
public ForeachActivityInstanceImpl(ForeachActivityInstance record)
Method Detail |
---|
public ActivityType getType()
ActivityInstance
ActivityType
getType
in interface ActivityInstance
ActivityType
)public java.lang.Integer getCompletionConditionValue()
getCompletionConditionValue
in interface ForeachActivityInstance
public int getStartValue()
getStartValue
in interface ForeachActivityInstance
public int getStopValue()
getStopValue
in interface ForeachActivityInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |