-
-
Uses of VWFaultDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWFaultDefinition Modifier and Type Method and Description VWFaultDefinitionVWInvokeInstruction. createFault(java.lang.String theName, java.lang.String theFaultMessage, java.lang.String theFaultMapName)Creates a fault in this instance.VWFaultDefinitionVWInvokeInstruction. getCatchAllFault()Gets the general fault-handling (catch all) fault for this instance.VWFaultDefinitionVWInvokeInstruction. 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 Modifier and Type Method and Description voidVWInvokeInstruction. setFaults(VWFaultDefinition[] theFaults)Sets the faults contained in this instance.
-