Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.FormElement
-
Packages that use FormElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of FormElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return FormElement Modifier and Type Method Description FormElementDisplayApplicationInterface. getFormByGUID(String userId, String guid)Retrieve the form metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>DisplayApplicationInterface. findForms(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of form metadata elements that contain the search string.List<FormElement>DisplayApplicationInterface. getFormsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of form metadata elements with a matching qualified or display name.List<FormElement>DisplayApplicationInterface. getFormsForApplication(String userId, String applicationGUID, String applicationName, int startFrom, int pageSize)Retrieve the list of forms created by this caller. -
Uses of FormElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type FormElement Constructor Description FormElement(FormElement template)Copy/clone constructor -
Uses of FormElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return FormElement Modifier and Type Method Description FormElementFormResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>FormsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type FormElement Modifier and Type Method Description voidFormResponse. setElement(FormElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type FormElement Modifier and Type Method Description voidFormsResponse. setElementList(List<FormElement> elementList)Set up the metadata element to return.
-