Uses of Interface
org.alfresco.repo.forms.FormService
-
Packages that use FormService Package Description org.alfresco.repo.forms org.alfresco.repo.forms.script org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of FormService in org.alfresco.repo.forms
Classes in org.alfresco.repo.forms that implement FormService Modifier and Type Class Description classFormServiceImplForm Service Implementation. -
Uses of FormService in org.alfresco.repo.forms.script
Methods in org.alfresco.repo.forms.script with parameters of type FormService Modifier and Type Method Description voidScriptFormService. setFormService(FormService formService)Set the form service -
Uses of FormService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return FormService Modifier and Type Method Description FormServiceServiceDescriptorRegistry. getFormService() -
Uses of FormService in org.alfresco.service
Methods in org.alfresco.service that return FormService Modifier and Type Method Description FormServiceServiceRegistry. getFormService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-