Uses of Class
planetj.dataengine.PropertyRow

Packages that use PropertyRow
planetj.database.flatfile   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.possiblevalues   
planetj.dataengine.security.http   
planetj.dataengine.sqloperation   
planetj.dataengine.theme   
 

Uses of PropertyRow in planetj.database.flatfile
 

Subclasses of PropertyRow in planetj.database.flatfile
 class FileServerOperation
           
 

Uses of PropertyRow in planetj.dataengine
 

Methods in planetj.dataengine with parameters of type PropertyRow
protected  void PropertyRow.transferPropertiesTo(PropertyRow pDestinationRow)
          Transfers the property group info from this row into another PropertyRow.
 

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)
 class DynamicConnectionApplication
           
 

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 AssociatedExecutionGroupOperation
           
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 class Operation
          Represents an operation that can be executed.
 class OperationBuilderCreateDataInquiryOp
           
 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.possiblevalues
 

Subclasses of PropertyRow in planetj.dataengine.possiblevalues
 class PossibleValuesOperation
           
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 

Uses of PropertyRow in planetj.dataengine.security.http
 

Subclasses of PropertyRow in planetj.dataengine.security.http
 class RequireSignonAlways
           
 

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 MultiSystemSQLOperation
           
 class SQLOperation
          Represents an operation that can be run against a databse.
 class TabbedOperation
           
 

Uses of PropertyRow in planetj.dataengine.theme
 

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