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

Packages that use DataFieldNotFoundException
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. 
org.ow2.bonita.facade.remote All interfaces in this package are for internal use only. 
 

Uses of DataFieldNotFoundException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw DataFieldNotFoundException
 DataFieldDefinition QueryDefinitionAPI.getActivityDataField(ActivityDefinitionUUID activityDefinitionUUID, java.lang.String dataFieldId)
          Returns the DataField definition that has been defined as local to the given activity.
 DataFieldDefinition QueryDefinitionAPI.getProcessDataField(ProcessDefinitionUUID processDefinitionUUID, java.lang.String dataFieldId)
          Returns the DataField definition defined within the specified processDefinition UUID for the given dataField Id
 

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

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

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

Uses of DataFieldNotFoundException in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote that throw DataFieldNotFoundException
 DataFieldDefinition RemoteQueryDefinitionAPI.getActivityDataField(ActivityDefinitionUUID activityDefinitionUUID, java.lang.String dataFieldId)
           
 DataFieldDefinition RemoteQueryDefinitionAPI.getProcessDataField(ProcessDefinitionUUID processDefinitionUUID, java.lang.String dataFieldId)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.