|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operation in planetj.database |
Methods in planetj.database that return Operation | |
Operation |
Row.getAssociationOperation(String fieldName)
Gets the association's operation for the Field having the given name. |
Operation |
Field.getAssociationOperation()
Gets the data Operation of this Field's FieldDescriptor. |
Operation |
Field.getDataSQLOperation()
Deprecated. replaced with getAssociationOperation() |
Uses of Operation in planetj.database.field |
Methods in planetj.database.field with parameters of type Operation | |
static Object |
SQLAssociationField.getAssociation(Operation associationOp,
Row row,
ExecutingContext ec)
Get the association from the given operation. |
Uses of Operation in planetj.database.fielddescriptors |
Methods in planetj.database.fielddescriptors that return Operation | |
Operation |
FieldDescriptorRow.getAssociationOperation()
Gets the SQLOperation describing how the data for fields should be retrieved |
Uses of Operation in planetj.dataengine |
Methods in planetj.dataengine that return Operation | |
static Operation |
DataEngineManager.getCurrentOperation(javax.servlet.http.HttpServletRequest request)
Gets the current Operation from the request. |
Methods in planetj.dataengine with parameters of type Operation | |
static String |
DataEngineManager.getContextNavigationKey(Operation operation)
|
static String |
DataEngineManager.getNavigationSuffix(Operation operation)
|
static String |
DataEngineManager.getOperationNavigationKey(Operation operation)
|
static RowCollection |
DataEngineManager.getRowCollection(Operation operation,
javax.servlet.http.HttpServletRequest request)
Gets the RowCollection for the given Operation out of the request. |
static String |
DataEngineManager.getRowCollectionNavigationKey(Operation operation)
|
static String |
DataEngineManager.getRowNavigationKey(Operation operation)
|
static void |
DataEngineManager.setCurrentKeys(Operation operation,
javax.servlet.http.HttpServletRequest request)
Sets the current keys for objects associated with this operation. |
Uses of Operation in planetj.dataengine.application |
Methods in planetj.dataengine.application that return Operation | |
Operation |
ApplicationSQLContext.getOperation()
Gets this SQLContext's corresponding SQLOperation |
static Operation |
Application.getApplicationOperationByUsageId(int usageId,
ExecutingContext ec)
Gets this Operation with the given usage id from the Application in the current executing context. |
Operation |
Application.getInitialOperation()
Gets this application's initial operation (may be null) |
Operation |
Application.getOperationById(int opId)
Gets this application's operations for the given usage id. |
Operation |
Application.getOperationByUsageId(int usageId,
ExecutingContext executingContext)
Gets this application's operations for the given usage id. |
Methods in planetj.dataengine.application with parameters of type Operation | |
void |
Application.setInitialOperation(Operation operation)
Sets this Application's initial Operation |
Uses of Operation in planetj.dataengine.application.magic |
Methods in planetj.dataengine.application.magic that return Operation | |
Operation |
DirectOperationRequest.getOperation()
Gets the Operation in question |
Operation |
AbstractOperationRequest.getOperation()
Get the operation for this request. |
Methods in planetj.dataengine.application.magic with parameters of type Operation | |
void |
ViewHTMLOperationRequest.setNextURIs(Operation operation,
javax.servlet.http.HttpServletRequest request)
|
boolean |
DirectOperationRequest.processOutputClass(Operation op,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process output class parameter. |
void |
AbstractOperationRequest.setNextURIs(Operation operation,
javax.servlet.http.HttpServletRequest request)
|
Constructors in planetj.dataengine.application.magic with parameters of type Operation | |
ViewHTMLOperationRequest(String id,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new ViewSQLOperationRequest object |
|
ViewExecutionGroupRequest(String id,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new ViewSQLOperationRequest object |
|
RunJavaOperationRequest(String id,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
RunJavaOperationRequest constructor comment. |
|
PossibleValuesSearchOperationRequest(String id,
Operation pvSearchOperation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
RunJavaOperationRequest constructor comment. |
|
AbstractOperationRequest(String id,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
AbstractOperationRequest constructor comment. |
Uses of Operation in planetj.dataengine.autorun |
Subclasses of Operation 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 |
Methods in planetj.dataengine.autorun that return Operation | |
Operation |
AutoRunTask.getTargetOperation()
Gets this AutoRunTask's target operation |
Methods in planetj.dataengine.autorun with parameters of type Operation | |
AutoRunTask |
EmailOperation.createAutoRunTask(Operation o)
Creates a AutoRunTask which will be used to automatically run a specified operation (different than this operation) |
abstract AutoRunTask |
AutoRunOperation.createAutoRunTask(Operation pOperation)
Creates a AutoRunTask which will be used to automatically run a specified operation (different than this operation) |
void |
AutoRunManager.cancelTask(int pAutoRunId,
Operation pTargetOperation,
boolean pPermanently)
Cancels the task associated with the specified operations. |
void |
AutoRunManager.cancelTask(AutoRunOperation pOperation,
Operation pTargetOperation,
boolean pPermanently)
Cancels the task associated with the specified operations. |
void |
AutoRunManager.rescheduleTask(AutoRunOperation pOperation,
Operation pTargetOperation)
Cancels the task associated with the specified operations, and the reschedules it. |
void |
AutoRunManager.schedule(Operation o)
Schedules an operation to be run automatically. |
AutoRunTask |
AutoRunBatchProcessOperation.createAutoRunTask(Operation o)
Creates a BatchProcessTask which will be used to automatically run a process the results of another Operation this Operation describes. |
Constructors in planetj.dataengine.autorun with parameters of type Operation | |
EmailTask(EmailOperation emailOperation,
Operation targetOperation)
EMailTask constructor |
Uses of Operation in planetj.dataengine.operation |
Subclasses of Operation in planetj.dataengine.operation | |
class |
HTMLOperation
HTMLOperations allow entry and viewing of straight HTML from WOW. |
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. |
Methods in planetj.dataengine.operation that return Operation | |
Operation |
OperationManager.getOperation(int id,
String systemAlias)
Get an Operation for the given id |
Operation |
OperationManager.getOperation(int id,
String systemAlias,
List columnNames)
Returns A SQLOperation, based on its ID Creation date: (3/25/2002 1:48:24 PM) |
Operation |
Operation.getDependsOn()
Gets the Operation this Operation depends on (may be null if Operation does not depend on another Operation) |
Operation |
Operation.getParent()
Gets the parent Operation of this Operation (may be null if Operation does not have a parent) |
Operation |
JavaOperationContext.getOperation()
Get this context's operation. |
Operation |
IOperationContext.getOperation()
Get this context's operation. |
Operation |
HTMLOperationContext.getOperation()
Get this context's operation. |
Methods in planetj.dataengine.operation with parameters of type Operation | |
boolean |
OperationManager.isAuthorized(int action,
IUser user,
Operation operation)
Deprecated. - replaced by isAuthorized(int action, ExecutingContext ec, Operation operation) |
boolean |
OperationManager.isAuthorized(int pAction,
ExecutingContext pEc,
Operation pOperation)
Test to see if the given user is authorized to do the given action on the Operation. |
Uses of Operation in planetj.dataengine.security |
Methods in planetj.dataengine.security with parameters of type Operation | |
static boolean |
DESecurityManager.checkExecute(Operation operation,
ExecutingContext pEc)
Check to see if the given principal is allowed to view the given operation. |
static boolean |
DESecurityManager.checkExecute(IUser user,
Operation operation)
Deprecated. - replaced by checkExecute(Operation, ExecutingContext) cannot use operation based security with this method |
static DEAuthorization |
DESecurityManager.getAuthorization(IUser user,
Operation operation)
Check to see if the given principal is allowed to view the given operation. |
Uses of Operation in planetj.dataengine.sqloperation |
Subclasses of Operation 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 Operation in planetj.dataengine.sqloperation.http |
Methods in planetj.dataengine.sqloperation.http that return Operation | |
Operation |
HttpOperationManager.prepareOperation(Operation operation,
DataEngineServlet servlet,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
Operation |
HttpOperationManager.prepareOperation(Operation operation,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
Methods in planetj.dataengine.sqloperation.http with parameters of type Operation | |
StringBuffer |
HttpOperationManager.appendOperationInstructions(Operation operation,
StringBuffer html)
Deprecated. This method is no longer supported as of (5/23/2003). It was replaced with HTMLGenerator.appendParagraphHeading(String, StringBuffer). This method will be removed on (01/01/2004). |
StringBuffer |
HttpOperationManager.appendOperationURI(Operation operation,
StringBuffer sb)
Appends a complete URI that can be used to directly access the operation |
StringBuffer |
HttpOperationManager.appendOperationURI(Operation operation,
StringBuffer sb,
javax.servlet.http.HttpServletRequest req)
Appends a complete URI that can be used to directly access the operation |
IOperationContext |
HttpOperationManager.getContext(Operation operation,
String contextKey,
javax.servlet.http.HttpServletRequest request)
Gets the SQLOperation's ApplicationSQLContext. |
Operation |
HttpOperationManager.prepareOperation(Operation operation,
DataEngineServlet servlet,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
Operation |
HttpOperationManager.prepareOperation(Operation operation,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
Uses of Operation in planetj.dataengine.test |
Subclasses of Operation in planetj.dataengine.test | |
class |
MyTestOp
|
Uses of Operation in planetj.html |
Methods in planetj.html with parameters of type Operation | |
StringBuffer |
HTMLOperationGenerator.appendOperationInstructions(Operation operation,
StringBuffer html)
Appends the givin operation's instructions. |
StringBuffer |
HTMLOperationGenerator.appendOperationLink(Operation operation,
String styleClass,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Appends a html link to run the given Operation. |
String |
HTMLOperationGenerator.generateOperation(Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. (6/27/2003 1:04:59 PM) - this method has been here since Jan 28, 2003 and hasn't changed. |
void |
HTMLOperationGenerator.includeChildOperations(Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Includes the Operation's JSP file. |
void |
HTMLOperationGenerator.includeOperation(Row row,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Includes the Operation's JSP file. |
void |
HTMLOperationGenerator.includeOperation(Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Includes the Operation's JSP file. |
static StringBuffer |
HTMLField.appendAssociation(Field field,
Operation operation,
String linkText,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendAssociation(Field field,
Operation operation,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Uses of Operation in planetj.magic |
Methods in planetj.magic with parameters of type Operation | |
void |
ViewSelectionAssociationRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
Execute method comment. |
void |
BlobDownloadRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
|
void |
AssociationRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
|
void |
AssociationRequest.setNextURIs(Operation operation,
javax.servlet.http.HttpServletRequest request)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |