Uses of Interface
planetj.dataengine.operation.IOperation

Packages that use IOperation
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.magic   
 

Uses of IOperation in planetj.dataengine.autorun
 

Classes in planetj.dataengine.autorun that implement IOperation
 class AutoRunBatchProcessOperation
          This Operation describes how another operation should be automatically run using batch processing.
 class AutoRunOperation
          An Operation which describes how a different operation should be autorun
 class EmailOperation
          Describes how a operation (not this operation, another one) should be automatically emailed
 

Uses of IOperation in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement IOperation
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 class Operation
          Represents an operation that can be executed.
 class OperationManager
          Manages instances of Operations.
 class RefererAuthorizationOperation
          An operation for specifying http refers used for authorizing users
 class SelectionOperation
          A SelectionOperation is an Operation that carries out some Operation on the selected Row.
 class UserAuthenticationListOperation
          This operation simply holds a comma seperated list of user names.
 class UserAuthorizationListOperation
          This operation simply holds a comma seperated list of user names.
 class UserAuthorizationOperation
          This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization.
 

Uses of IOperation in planetj.dataengine.sqloperation
 

Subinterfaces of IOperation in planetj.dataengine.sqloperation
 interface ISQLOperation
          Constants associated with an SQLOperation
 

Classes in planetj.dataengine.sqloperation that implement IOperation
 class AuthenticationOperation
          This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application.
 class JavaOperation
          !!DA (6/2/2003 3:31:24 PM)
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 class SQLOperation
          Represents an operation that can be run against a databse.
 

Uses of IOperation in planetj.dataengine.test
 

Classes in planetj.dataengine.test that implement IOperation
 class MyTestOp
           
 

Uses of IOperation in planetj.magic
 

Classes in planetj.magic that implement IOperation
 class AssociationRequest
           
 class BlobDownloadRequest
           
 class ViewSelectionAssociationRequest
          Insert the type's description here.