Process API

Uses of Class
filenet.vw.api.VWFaultDefinition

Uses of VWFaultDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWFaultDefinition
 VWFaultDefinition VWInvokeInstruction.createFault(java.lang.String theName, java.lang.String theFaultMessage, java.lang.String theFaultMapName)
          Creates a fault in this instance.
 VWFaultDefinition VWInvokeInstruction.getCatchAllFault()
          Gets the general fault-handling (catch all) fault for this instance.
 VWFaultDefinition VWInvokeInstruction.getFault(java.lang.String theName)
          Retrieves a fault definition, specified by name.
 VWFaultDefinition[] VWInvokeInstruction.getFaults()
          Gets the faults contained in this instance.
 

Methods in filenet.vw.api with parameters of type VWFaultDefinition
 void VWInvokeInstruction.setFaults(VWFaultDefinition[] theFaults)
          Sets the faults contained in this instance.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.