Uses of Class
org.opencastproject.runtimeinfo.rest.RestEndpointData
-
Packages that use RestEndpointData Package Description org.opencastproject.runtimeinfo.rest -
-
Uses of RestEndpointData in org.opencastproject.runtimeinfo.rest
Methods in org.opencastproject.runtimeinfo.rest that return types with arguments of type RestEndpointData Modifier and Type Method Description List<RestEndpointData>RestEndpointHolderData. getEndpoints()Gets the list of endpoints in this endpoint holder.Methods in org.opencastproject.runtimeinfo.rest with parameters of type RestEndpointData Modifier and Type Method Description voidRestEndpointHolderData. addEndPoint(RestEndpointData endpoint)Add an endpoint to this holder and make sure the endpoints are sorted by their names.intRestEndpointData. compareTo(RestEndpointData otherEndpoint)Compares two RestEndpointData by their names so that the list of endpoints can be sorted.Constructors in org.opencastproject.runtimeinfo.rest with parameters of type RestEndpointData Constructor Description RestFormData(RestEndpointData endpoint)Constructor which will auto-populate the form using the data in the endpoint, this will enable the ajax submit if it is possible to do so.
-