|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityDefinition.SplitType | |
---|---|
org.ow2.bonita.facade.def.majorElement |
Contains interfaces for objects representing major XPDL elements returned
by the org.ow2.bonita.facade.QueryDefintionAPI . |
org.ow2.bonita.facade.def.majorElement.impl | |
org.ow2.bonita.util |
Uses of ActivityDefinition.SplitType in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return ActivityDefinition.SplitType | |
---|---|
ActivityDefinition.SplitType |
ActivityDefinition.getSplitType()
Returns Split Type definition. |
static ActivityDefinition.SplitType |
ActivityDefinition.SplitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActivityDefinition.SplitType[] |
ActivityDefinition.SplitType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.ow2.bonita.facade.def.majorElement with parameters of type ActivityDefinition.SplitType | |
---|---|
void |
ActivityDefinition.setSplitType(ActivityDefinition.SplitType split)
|
Uses of ActivityDefinition.SplitType in org.ow2.bonita.facade.def.majorElement.impl |
---|
Fields in org.ow2.bonita.facade.def.majorElement.impl declared as ActivityDefinition.SplitType | |
---|---|
protected ActivityDefinition.SplitType |
ActivityDefinitionImpl.splitType
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return ActivityDefinition.SplitType | |
---|---|
ActivityDefinition.SplitType |
ActivityDefinitionImpl.getSplitType()
|
Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition.SplitType | |
---|---|
void |
ActivityDefinitionImpl.setSplitType(ActivityDefinition.SplitType split)
|
Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition.SplitType | |
---|---|
ActivityDefinitionImpl(ActivityDefinitionUUID activityDefinitionUUID,
java.lang.String activityId,
ProcessDefinitionUUID processUUID,
java.util.Set<DeadlineDefinition> deadlines,
java.lang.String description,
ActivityDefinition.FinishMode finishMode,
java.lang.String name,
java.lang.String performer,
ActivityDefinition.StartMode startMode,
SubFlowDefinition subFlow,
boolean noImplementation,
boolean route,
java.util.Set<HookDefinition> hooks,
PerformerAssignDefinition performerAssign,
java.util.Set<DataFieldDefinition> dataFields,
java.util.Set<ActivityDefinition.IterationDef> iterations,
MultiInstantiationDefinition activityInstantiator,
boolean asynchronous,
ActivityDefinition.JoinType joinType,
ActivityDefinition.SplitType splitType)
|
Uses of ActivityDefinition.SplitType in org.ow2.bonita.util |
---|
Methods in org.ow2.bonita.util with parameters of type ActivityDefinition.SplitType | |
---|---|
ProcessBuilder |
ProcessBuilder.addSplitType(ActivityDefinition.SplitType split)
Defines the split type of an activity |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |