Uses of Class
planetj.dataengine.PropertyRow

Packages that use PropertyRow
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.dataengine.theme   
 

Uses of PropertyRow in planetj.dataengine.application
 

Subclasses of PropertyRow in planetj.dataengine.application
 class Application
          Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM)
 

Uses of PropertyRow in planetj.dataengine.autorun
 

Subclasses of PropertyRow in planetj.dataengine.autorun
 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 PropertyRow in planetj.dataengine.operation
 

Subclasses of PropertyRow in planetj.dataengine.operation
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 class Operation
          Represents an operation that can be executed.
 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 PropertyRow in planetj.dataengine.sqloperation
 

Subclasses of PropertyRow in planetj.dataengine.sqloperation
 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 PropertyRow in planetj.dataengine.test
 

Subclasses of PropertyRow in planetj.dataengine.test
 class MyTestOp
           
 

Uses of PropertyRow in planetj.dataengine.theme
 

Subclasses of PropertyRow in planetj.dataengine.theme
 class Theme
          Contains information describing a DataEngine theme