Uses of Class
org.jboss.hal.dmr.Operation
-
-
Uses of Operation in org.jboss.hal.client.configuration.subsystem.modcluster
Methods in org.jboss.hal.client.configuration.subsystem.modcluster that return Operation Modifier and Type Method Description OperationModclusterPresenter. loadProviderDynamicOperation()OperationModclusterPresenter. loadProviderSimpleOperation() -
Uses of Operation in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type Operation Modifier and Type Method Description voidCrudOperations. addSingleton(String type, Operation operation, CrudOperations.AddSingletonCallback callback)Executes the specified add operation. -
Uses of Operation in org.jboss.hal.core.finder
Constructors in org.jboss.hal.core.finder with parameters of type Operation Constructor Description ResourceDescriptionPreview(String header, Dispatcher dispatcher, Operation rrd) -
Uses of Operation in org.jboss.hal.core.mbui.form
Method parameters in org.jboss.hal.core.mbui.form with type arguments of type Operation Modifier and Type Method Description ModelNodeForm.Builder<T>ModelNodeForm.Builder. singleton(Supplier<Operation> ping, EmptyState emptyState)Use this method if you want to manage a singleton resource.ModelNodeForm.Builder<T>ModelNodeForm.Builder. singleton(Supplier<Operation> ping, Callback addAction)Use this method if you want to manage a singleton resource. -
Uses of Operation in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime with parameters of type Operation Modifier and Type Method Description static voidTopologyTasks. reloadBlocking(Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, Operation operation, String type, String name, String urlConsole, Resources resources)Show a blocking verification dialog and executes the specified operation.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatOperationUntil(Dispatcher dispatcher, Operation operation, Predicate<ModelNode> until, int timeout)Executes the operation until the predicate no longer is true.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatUntilTimeout(Dispatcher dispatcher, Operation operation, int timeout)Executes the operation until it successfully returns. -
Uses of Operation in org.jboss.hal.dmr
Subclasses of Operation in org.jboss.hal.dmr Modifier and Type Class Description classCompositeRepresents a composite operation consisting of nOperations.Methods in org.jboss.hal.dmr that return Operation Modifier and Type Method Description OperationOperation.Builder. build()OperationOperation. runAs(Set<String> runAs)Methods in org.jboss.hal.dmr that return types with arguments of type Operation Modifier and Type Method Description Iterator<Operation>Composite. iterator()Methods in org.jboss.hal.dmr with parameters of type Operation Modifier and Type Method Description CompositeComposite. add(Operation operation)Adds the specified operation to this composite.Constructors in org.jboss.hal.dmr with parameters of type Operation Constructor Description Composite(Operation first, Operation... rest)Constructor parameters in org.jboss.hal.dmr with type arguments of type Operation Constructor Description Composite(List<Operation> operations) -
Uses of Operation in org.jboss.hal.dmr.dispatch
Methods in org.jboss.hal.dmr.dispatch with parameters of type Operation Modifier and Type Method Description elemental2.promise.Promise<ModelNode>Dispatcher. dmr(Operation operation)Executes the operation and upon successful result, returns the response results, but doesn't retrieve the "result" payload as the other execute methods does.voidDispatcher. dmr(Operation operation, Consumer<ModelNode> success, Dispatcher.ErrorCallback errorCallback)Executes the operation and upon successful result, calls the success function with the response results, but doesn't retrieve the "result" payload as the other execute methods does.voidDispatcher. download(Operation operation, Consumer<String> success)StringDispatcher. downloadUrl(Operation operation)elemental2.promise.Promise<ModelNode>Dispatcher. execute(Operation operation)voidDispatcher. execute(Operation operation, Consumer<ModelNode> success)voidDispatcher. execute(Operation operation, Consumer<ModelNode> success, Dispatcher.ErrorCallback errorCallback)voidDispatcher.ErrorCallback. onError(Operation operation, String error)elemental2.promise.Promise<ModelNode>Dispatcher. upload(elemental2.dom.FileList files, Operation operation)elemental2.promise.Promise<ModelNode>Dispatcher. upload(elemental2.dom.File file, Operation operation) -
Uses of Operation in org.jboss.hal.dmr.macro
Methods in org.jboss.hal.dmr.macro that return Operation Modifier and Type Method Description OperationMacroOperationEvent. getOperation()Methods in org.jboss.hal.dmr.macro that return types with arguments of type Operation Modifier and Type Method Description List<Operation>Macro. getOperations()Methods in org.jboss.hal.dmr.macro with parameters of type Operation Modifier and Type Method Description voidMacro. addOperation(Operation operation)static voidMacroOperationEvent. fire(com.google.gwt.event.shared.HasHandlers source, Macro macro, Operation operation)Constructors in org.jboss.hal.dmr.macro with parameters of type Operation Constructor Description MacroOperationEvent(Macro macro, Operation operation)
-