Uses of Interface
org.jboss.hal.core.CrudOperations.ReadChildrenCallback
-
Packages that use CrudOperations.ReadChildrenCallback Package Description org.jboss.hal.core -
-
Uses of CrudOperations.ReadChildrenCallback in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type CrudOperations.ReadChildrenCallback Modifier and Type Method Description voidCrudOperations. readChildren(ResourceAddress address, String resource, int depth, CrudOperations.ReadChildrenCallback callback)Executes anModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATIONon the specified address and passes the result asList<Property>to the specified callback.voidCrudOperations. readChildren(ResourceAddress address, String resource, CrudOperations.ReadChildrenCallback callback)Executes anModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATIONon the specified address and passes the result asList<Property>to the specified callback.voidCrudOperations. readChildren(AddressTemplate template, String childType, int depth, CrudOperations.ReadChildrenCallback callback)Executes anModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATIONon the specified template and passes the result asList<Property>to the specified callback.voidCrudOperations. readChildren(AddressTemplate template, String childType, CrudOperations.ReadChildrenCallback callback)Executes anModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATIONon the specified template and passes the result asList<Property>to the specified callback.
-