|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityDefinition.JoinType | |
---|---|
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.JoinType in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return ActivityDefinition.JoinType | |
---|---|
ActivityDefinition.JoinType |
ActivityDefinition.getJoinType()
Returns Join Type definition. |
static ActivityDefinition.JoinType |
ActivityDefinition.JoinType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActivityDefinition.JoinType[] |
ActivityDefinition.JoinType.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.JoinType | |
---|---|
void |
ActivityDefinition.setJoinType(ActivityDefinition.JoinType join)
|
Uses of ActivityDefinition.JoinType in org.ow2.bonita.facade.def.majorElement.impl |
---|
Fields in org.ow2.bonita.facade.def.majorElement.impl declared as ActivityDefinition.JoinType | |
---|---|
protected ActivityDefinition.JoinType |
ActivityDefinitionImpl.joinType
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return ActivityDefinition.JoinType | |
---|---|
ActivityDefinition.JoinType |
ActivityDefinitionImpl.getJoinType()
|
Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition.JoinType | |
---|---|
void |
ActivityDefinitionImpl.setJoinType(ActivityDefinition.JoinType join)
|
Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition.JoinType | |
---|---|
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.JoinType in org.ow2.bonita.util |
---|
Methods in org.ow2.bonita.util with parameters of type ActivityDefinition.JoinType | |
---|---|
ProcessBuilder |
ProcessBuilder.addJoinType(ActivityDefinition.JoinType join)
Defines the join type of an activity |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |