|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOperationContext | |
planetj.dataengine.application | |
planetj.dataengine.operation | |
planetj.dataengine.possiblevalues | |
planetj.dataengine.sqloperation | |
planetj.dataengine.sqloperation.http |
Uses of IOperationContext in planetj.dataengine.application |
Classes in planetj.dataengine.application that implement IOperationContext | |
class |
ApplicationSQLContext
SQLContext used for queries which correspond to a specific Application or Operation |
Uses of IOperationContext in planetj.dataengine.operation |
Classes in planetj.dataengine.operation that implement IOperationContext | |
class |
HTMLOperationContext
|
class |
JavaOperationContext
|
class |
URLOperationContext
!!A WK (6/26/2003 8:50:25 PM) this class is work in progress. |
Methods in planetj.dataengine.operation that return IOperationContext | |
protected IOperationContext |
OperationBuilderCreateDataInquiryOp.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
IOperationContext |
Operation.getNewContext()
Gets a new IOperationContext for this operation. |
IOperationContext |
Operation.getNewContext(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
protected IOperationContext |
Operation.getNewContextInternal()
Deprecated. |
protected IOperationContext |
Operation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
protected IOperationContext |
HTMLOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
Methods in planetj.dataengine.operation with parameters of type IOperationContext | |
boolean |
Operation.isContextCurrent(IOperationContext context)
Test if the context was created from this operation, and if the contents of the context are still valid. |
void |
Operation.prepareForRun(IOperationContext context,
ExecutingContext ec)
Invoked on an operation each time prior to its being run. |
Uses of IOperationContext in planetj.dataengine.possiblevalues |
Methods in planetj.dataengine.possiblevalues that return IOperationContext | |
protected IOperationContext |
PossibleValuesOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
Uses of IOperationContext in planetj.dataengine.sqloperation |
Methods in planetj.dataengine.sqloperation that return IOperationContext | |
protected IOperationContext |
SQLOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
protected IOperationContext |
JavaOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
Uses of IOperationContext in planetj.dataengine.sqloperation.http |
Methods in planetj.dataengine.sqloperation.http that return IOperationContext | |
IOperationContext |
HttpOperationManager.getContext(Operation operation,
java.lang.String contextKey,
HttpServletRequest request)
Gets the SQLOperation's ApplicationSQLContext. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |