Uses of Interface
com.ibm.etools.sfm.sfpi.SFOperation

Uses of SFOperation in com.ibm.etools.sfm.sfpi
 

Subinterfaces of SFOperation in com.ibm.etools.sfm.sfpi
 interface SFChannelOperation
          SFChannelOperation represents an operation that can have 0 or more inputs and 0 or more outputs.
 

Methods in com.ibm.etools.sfm.sfpi that return SFOperation
static SFOperation SFOperationFactory.createOperation(java.lang.String name)
          Creates an operation without the input or output set yet.
static SFOperation SFOperationFactory.createOperation(java.lang.String name, SFInput input, SFOutput output, java.util.List<SFFault> faults)
          Creates an operation.
 

Methods in com.ibm.etools.sfm.sfpi that return types with arguments of type SFOperation
 java.util.List<SFOperation> SFOperationsFile.getOperations()
           
 

Methods in com.ibm.etools.sfm.sfpi with parameters of type SFOperation
 void SFOperationsFile.addOperation(SFOperation operation)
          Adds an operation to this operations file.
static SFGenerationProperties SFOperationFactory.createGenerationProperties(SFOperation operation, java.lang.String runtime, java.lang.String invokeType)
          Creates generation properties for the given operation.