Process API

Uses of Class
filenet.vw.api.VWCompoundStepDefinition

Uses of VWCompoundStepDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWCompoundStepDefinition
 VWCompoundStepDefinition VWStepPaletteDefinition.createCompoundStep(java.lang.String theStepName)
          Creates a compound step on the step palette.
 VWCompoundStepDefinition VWMapDefinition.createCompoundStep(java.lang.String theStepName)
          Creates a compound step in this workflow map.
 VWCompoundStepDefinition VWInstructionDefinition.getStep()
          get a reference to the containing VWCompound step definition.
 

Methods in filenet.vw.api with parameters of type VWCompoundStepDefinition
 void VWFaultDefinition.toXPDL(java.lang.String indentA, java.lang.StringBuffer theBuffer, boolean isCatchAll, VWCompoundStepDefinition myCompoundStep)
          Appends an XPDL string representing this instance to the buffer specified.
 void VWWebServiceParameterDefinition.validate(java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWWFEInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWSimpleInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWRollbackInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWReplyInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWReceiveInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWInvokeInstruction.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
abstract  void VWInstructionDefinition.validate(VWSession theSession, java.util.Vector EDefHandler, VWCompoundStepDefinition myStep)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWFaultDefinition.validate(VWSession theSession, java.util.Vector EDefVector, VWCompoundStepDefinition myStep, int instId, int faultId)
          Validates this instance, appending any validation errors found to the specified Vector object.
 void VWEventDefinition.validate(VWSession theSession, VWWorkflowDefinition theWorkflow, java.util.Vector EDefVector, VWCompoundStepDefinition myStep, int instId, int eventId)
          Validates this instance, appending any validation errors found to the specified Vector object.
 


Process API

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