Modifier and Type | Method and Description |
---|---|
protected VdcReturnValueBase |
BackendResource.doAction(VdcActionType task,
VdcActionParametersBase params) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
AbstractBackendActionableResource.actionAsync(VdcReturnValueBase actionResult,
Action action) |
protected String |
AbstractBackendCollectionResource.asString(VdcReturnValueBase result) |
protected CreationStatus |
AbstractBackendResource.awaitCompletion(VdcReturnValueBase result) |
protected CreationStatus |
AbstractBackendResource.getAsynchronousStatus(VdcReturnValueBase result) |
protected void |
AbstractBackendCollectionResource.handleAsynchrony(VdcReturnValueBase result,
R model) |
protected R |
AbstractBackendCollectionResource.resolveCreated(VdcReturnValueBase result,
AbstractBackendResource.EntityIdResolver entityResolver) |
Modifier and Type | Method and Description |
---|---|
ArrayList<VdcReturnValueBase> |
MultipleActionsRunner.Execute() |
ArrayList<VdcReturnValueBase> |
Backend.runInternalMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
ArrayList<VdcReturnValueBase> |
Backend.RunMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
ArrayList<VdcReturnValueBase> |
BackendRemote.RunMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
ArrayList<VdcReturnValueBase> |
Backend.runMultipleActionsImpl(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters,
boolean isInternal) |
ArrayList<VdcReturnValueBase> |
Backend.RunUserMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
Modifier and Type | Method and Description |
---|---|
VdcReturnValueBase |
BackendInternal.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.
|
VdcReturnValueBase |
BackendInternal.runInternalAction(VdcActionType actionType,
VdcActionParametersBase parameters) |
VdcReturnValueBase |
BackendInternal.runInternalAction(VdcActionType actionType,
VdcActionParametersBase parameters,
CompensationContext context) |
Modifier and Type | Method and Description |
---|---|
ArrayList<VdcReturnValueBase> |
BackendInternal.runInternalMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
Modifier and Type | Method and Description |
---|---|
ArrayList<VdcReturnValueBase> |
AttachStorageDomainsMultipleActionRunner.Execute() |
Modifier and Type | Class and Description |
---|---|
class |
VdcLoginReturnValueBase |
Modifier and Type | Method and Description |
---|---|
VdcReturnValueBase |
IUserHandler.Login(LoginUserParameters parameters) |
VdcReturnValueBase |
IUserHandler.Logoff(LogoutUserParameters parameters) |
Modifier and Type | Method and Description |
---|---|
VdcReturnValueBase |
BackendLocal.EndAction(VdcActionType actionType,
VdcActionParametersBase parameters) |
VdcReturnValueBase |
BackendLocal.Login(LoginUserParameters parameters) |
VdcReturnValueBase |
BackendLocal.Logoff(LogoutUserParameters parameters) |
VdcReturnValueBase |
BackendLocal.RunAction(VdcActionType actionType,
VdcActionParametersBase parameters) |
VdcReturnValueBase |
BackendLocal.RunAutoAction(VdcActionType actionType,
VdcActionParametersBase parameters) |
Modifier and Type | Method and Description |
---|---|
ArrayList<VdcReturnValueBase> |
BackendLocal.RunMultipleActions(VdcActionType actionType,
ArrayList<VdcActionParametersBase> parameters) |
Copyright © 2012. All Rights Reserved.