Uses of Class
org.ow2.bonita.facade.exception.ActivityDefNotFoundException

Packages that use ActivityDefNotFoundException
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.exception Contains exception classes thrown by Nova Bonita APIs. 
 

Uses of ActivityDefNotFoundException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw ActivityDefNotFoundException
 DataFieldDefinition QueryDefinitionAPI.getActivityDataField(ActivityDefinitionUUID activityDefinitionUUID, java.lang.String dataFieldId)
          Returns the DataField definition that has been defined as local to the given activity.
 java.util.Set<DataFieldDefinition> QueryDefinitionAPI.getActivityDataFields(ActivityDefinitionUUID activityDefinitionUUID)
          Returns the set of dataField definitions that have been defined as local to the given activity.
 

Uses of ActivityDefNotFoundException in org.ow2.bonita.facade.exception
 

Methods in org.ow2.bonita.facade.exception that return ActivityDefNotFoundException
static ActivityDefNotFoundException ActivityDefNotFoundException.build(java.lang.Throwable e)
           
 

Constructors in org.ow2.bonita.facade.exception with parameters of type ActivityDefNotFoundException
ActivityDefNotFoundException(ActivityDefNotFoundException e)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.