public interface ITucsonOperation extends ITupleCentreOperation
TucsonOperation
,
ITupleCentreOperation
Modifier and Type | Method and Description |
---|---|
Tuple |
getJTupleArgument() |
java.util.List<Tuple> |
getJTupleListResult() |
Tuple |
getJTupleResult() |
LogicTuple |
getLogicTupleArgument()
Gets the tuple argument used in the operation.
|
java.util.List<LogicTuple> |
getLogicTupleListResult()
Gets the list of tuples returned as the result of the requested
operation.
|
LogicTuple |
getLogicTupleResult()
Gets the tuple returned as the result of the requested operation.
|
boolean |
isResultSuccess()
Checks success of operation execution.
|
getId, getTemplateArgument, getTupleArgument, getTupleListArgument, getTupleListResult, getTupleResult, isGet, isGetS, isIn, isInAll, isInp, isNo, isNoAll, isNop, isOperationCompleted, isOut, isOutAll, isRd, isRdAll, isRdp, isResultFailure, isSet, isSetS, isUin, isUinp, isUrd, isUrdp, waitForOperationCompletion, waitForOperationCompletion
Tuple getJTupleArgument()
java.util.List<Tuple> getJTupleListResult()
Tuple getJTupleResult()
LogicTuple getLogicTupleArgument()
java.util.List<LogicTuple> getLogicTupleListResult()
LogicTuple getLogicTupleResult()
boolean isResultSuccess()
isResultSuccess
in interface ITupleCentreOperation
true
if the operation succeeded, false
otherwise (failure or undefined)