Uses of Class
it.uniroma2.art.semanticturkey.customform.DuplicateIdException
Packages that use DuplicateIdException
-
Uses of DuplicateIdException in it.uniroma2.art.semanticturkey.customform
Methods in it.uniroma2.art.semanticturkey.customform that throw DuplicateIdExceptionModifier and TypeMethodDescriptionCustomFormManager.createCustomFormGraph
(Project project, String id, String name, String description, String ref) Creates and adds a CustomFormGraph in the given project.CustomFormModel.createCustomFormGraph
(String id, String name, String description, String ref) CustomFormManager.createCustomFormNode
(Project project, String id, String name, String description, String ref) Creates and adds a CustomFormNode in the given project.CustomFormModel.createCustomFormNode
(String id, String name, String description, String ref) CustomFormManager.createFormCollection
(Project project, String id) Creates and adds a FormCollection in the given project.CustomFormModel.createFormCollection
(String id) Creates and adds a FormCollection.