Uses of Class
org.jboss.hal.dmr.Composite
-
Packages that use Composite Package Description org.jboss.hal.core org.jboss.hal.core.runtime org.jboss.hal.dmr org.jboss.hal.dmr.dispatch -
-
Uses of Composite in org.jboss.hal.core
Methods in org.jboss.hal.core that return Composite Modifier and Type Method Description CompositeOperationFactory. fromChangeSet(ResourceAddress address, Map<String,Object> changeSet, Metadata metadata)Turns a change-set into a composite operation containing write-attribute and undefine-attribute operations.Methods in org.jboss.hal.core with parameters of type Composite Modifier and Type Method Description voidCrudOperations. save(String type, String name, Composite operations, Callback successCallback)Writes the changed values to the specified resource.voidCrudOperations. save(Composite operations, com.google.gwt.safehtml.shared.SafeHtml successMessage, Callback successCallback)Writes the changed values to the specified resource.voidCrudOperations. save(Composite operations, com.google.gwt.safehtml.shared.SafeHtml successMessage, Callback successCallback, Callback errorCallback)Writes the changed values to the specified resource.voidPropertiesOperations. saveWithProperties(String type, String name, ResourceAddress address, Composite operations, String psr, Map<String,String> properties, Callback callback)Saves the changed values and its properties (if modified) to the specified resource. -
Uses of Composite in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime that return types with arguments of type Composite Modifier and Type Method Description static Map<String,Composite>TopologyTasks. startedServerOperations(List<Server> serverConfigs)Returns a map of composite operations to read the runtime attributes of started servers.Methods in org.jboss.hal.core.runtime with parameters of type Composite Modifier and Type Method Description static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatCompositeUntil(Dispatcher dispatcher, Composite composite, int timeout)Executes the composite operation until the operation successfully returns.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatCompositeUntil(Dispatcher dispatcher, Composite composite, Predicate<CompositeResult> until, int timeout)Executes the composite operation until the predicate no longer is true. -
Uses of Composite in org.jboss.hal.dmr
Methods in org.jboss.hal.dmr that return Composite Modifier and Type Method Description CompositeComposite. add(Operation operation)Adds the specified operation to this composite.CompositeComposite. addHeader(String name, boolean value)CompositeComposite. addHeader(String name, int value)CompositeComposite. addHeader(String name, String value)CompositeComposite. runAs(Set<String> runAs) -
Uses of Composite in org.jboss.hal.dmr.dispatch
Methods in org.jboss.hal.dmr.dispatch with parameters of type Composite Modifier and Type Method Description elemental2.promise.Promise<CompositeResult>Dispatcher. execute(Composite operations)voidDispatcher. execute(Composite operations, Consumer<CompositeResult> success)voidDispatcher. execute(Composite operations, Consumer<CompositeResult> success, Dispatcher.ErrorCallback errorCallback)
-