|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HookDefinition | |
---|---|
org.ow2.bonita.facade.def.element.impl | |
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 |
Uses of HookDefinition in org.ow2.bonita.facade.def.element.impl |
---|
Classes in org.ow2.bonita.facade.def.element.impl that implement HookDefinition | |
---|---|
class |
HookDefinitionImpl
|
Constructors in org.ow2.bonita.facade.def.element.impl with parameters of type HookDefinition | |
---|---|
HookDefinitionImpl(HookDefinition src)
|
Uses of HookDefinition in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type HookDefinition | |
---|---|
java.util.Set<HookDefinition> |
ActivityDefinition.getHooks()
Hooks are user defined logic that can be triggered at some points of the life of the activity. Those points are: taskOnReady taskOnStart taskOnFinish If the activity has startMode=Manual then these points of the life of the activity is synchronized with ones of the task. |
Methods in org.ow2.bonita.facade.def.majorElement with parameters of type HookDefinition | |
---|---|
void |
ActivityDefinition.addConnector(HookDefinition connector)
|
Uses of HookDefinition in org.ow2.bonita.facade.def.majorElement.impl |
---|
Fields in org.ow2.bonita.facade.def.majorElement.impl with type parameters of type HookDefinition | |
---|---|
protected java.util.Set<HookDefinition> |
ActivityDefinitionImpl.hooks
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return types with arguments of type HookDefinition | |
---|---|
java.util.Set<HookDefinition> |
ActivityDefinitionImpl.getHooks()
|
Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type HookDefinition | |
---|---|
void |
ActivityDefinitionImpl.addConnector(HookDefinition connector)
|
Constructor parameters in org.ow2.bonita.facade.def.majorElement.impl with type arguments of type HookDefinition | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |