|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityDefinition | |
---|---|
org.ow2.bonita.facade | |
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.facade.internal | All interfaces in this package are for internal use only. |
Uses of ActivityDefinition in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return ActivityDefinition | |
---|---|
ActivityDefinition |
QueryDefinitionAPI.getProcessActivity(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String activityId)
Returns the definition for process activity of the specified process and activity Id. |
Methods in org.ow2.bonita.facade that return types with arguments of type ActivityDefinition | |
---|---|
java.util.Set<ActivityDefinition> |
QueryDefinitionAPI.getProcessActivities(ProcessDefinitionUUID processDefinitionUUID)
Returns the set of definitions for process activities of the specified processDefinition UUID. |
Uses of ActivityDefinition in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type ActivityDefinition | |
---|---|
java.util.Set<ActivityDefinition> |
ClientProcessDefinition.getActivities()
|
Methods in org.ow2.bonita.facade.def.majorElement with parameters of type ActivityDefinition | |
---|---|
void |
ProcessFullDefinition.addActivity(ActivityDefinition activity)
|
Uses of ActivityDefinition in org.ow2.bonita.facade.def.majorElement.impl |
---|
Classes in org.ow2.bonita.facade.def.majorElement.impl that implement ActivityDefinition | |
---|---|
class |
ActivityDefinitionImpl
|
Fields in org.ow2.bonita.facade.def.majorElement.impl with type parameters of type ActivityDefinition | |
---|---|
protected java.util.Set<ActivityDefinition> |
ProcessDefinitionImpl.activities
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return types with arguments of type ActivityDefinition | |
---|---|
java.util.Set<ActivityDefinition> |
ProcessDefinitionImpl.getActivities()
|
Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition | |
---|---|
void |
ProcessDefinitionImpl.addActivity(ActivityDefinition activity)
|
Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition | |
---|---|
ActivityDefinitionImpl(ActivityDefinition src)
|
Uses of ActivityDefinition in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal that return ActivityDefinition | |
---|---|
ActivityDefinition |
InternalQueryDefinitionAPI.getProcessActivity(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String activityId,
java.lang.String queryList)
|
Methods in org.ow2.bonita.facade.internal that return types with arguments of type ActivityDefinition | |
---|---|
java.util.Set<ActivityDefinition> |
InternalQueryDefinitionAPI.getProcessActivities(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String queryList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |