Uses of Class
org.opencastproject.runtimeinfo.rest.RestEndpointData
Packages that use RestEndpointData
-
Uses of RestEndpointData in org.opencastproject.runtimeinfo.rest
Methods in org.opencastproject.runtimeinfo.rest that return types with arguments of type RestEndpointDataModifier and TypeMethodDescriptionRestEndpointHolderData.getEndpoints()Gets the list of endpoints in this endpoint holder.Methods in org.opencastproject.runtimeinfo.rest with parameters of type RestEndpointDataModifier and TypeMethodDescriptionvoidRestEndpointHolderData.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 RestEndpointDataModifierConstructorDescriptionRestFormData(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.