public interface BackendInternal extends BackendLocal
Modifier and Type | Method and Description |
---|---|
VdcReturnValueBase |
endAction(VdcActionType actionType,
VdcActionParametersBase parameters,
CompensationContext compensationContext)
End the command with the passed compensation context, so that the calling command can compensate the internal
changes if need to.
|
DateTime |
getStartedAt() |
VdcReturnValueBase |
runInternalAction(VdcActionType actionType,
VdcActionParametersBase parameters) |
VdcReturnValueBase |
runInternalAction(VdcActionType actionType,
VdcActionParametersBase parameters,
CompensationContext context) |
ArrayList<VdcReturnValueBase> |
runInternalMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
VdcQueryReturnValue |
runInternalQuery(VdcQueryType actionType,
VdcQueryParametersBase parameters) |
EndAction, GetAsyncQueryResults, getErrorsTranslator, getResourceManager, getVdsErrorsTranslator, Initialize, Login, Logoff, RunAction, RunAsyncQuery, RunAutoAction, RunAutoQuery, RunMultipleActions, RunPublicQuery, RunQuery
VdcReturnValueBase runInternalAction(VdcActionType actionType, VdcActionParametersBase parameters)
VdcReturnValueBase runInternalAction(VdcActionType actionType, VdcActionParametersBase parameters, CompensationContext context)
VdcReturnValueBase endAction(VdcActionType actionType, VdcActionParametersBase parameters, CompensationContext compensationContext)
actionType
- The type of command to end.parameters
- The command's parameters.compensationContext
- The compensation context to use.VdcQueryReturnValue runInternalQuery(VdcQueryType actionType, VdcQueryParametersBase parameters)
ArrayList<VdcReturnValueBase> runInternalMultipleActions(VdcActionType actionType, ArrayList<VdcActionParametersBase> parameters)
DateTime getStartedAt()
Copyright © 2012. All Rights Reserved.