Uses of Class
org.alfresco.repo.forms.Form
Packages that use Form
Package
Description
-
Uses of Form in org.alfresco.repo.forms
Methods in org.alfresco.repo.forms that return FormModifier and TypeMethodDescriptionReturns a form representation of the given item, all known fields for the item are included.Returns a form representation of the given item consisting only of the given fields.Returns a form representation of the given item consisting only of the given fields.FormService.getForm(Item item, List<String> fields, List<String> forcedFields, Map<String, Object> context) Returns a form representation of the given item consisting only of the given fields.Returns a form representation of the given item consisting only of the given fields.Returns a form representation of the given item, all known fields for the item are included.FormServiceImpl.getForm(Item item, List<String> fields, List<String> forcedFields, Map<String, Object> context) -
Uses of Form in org.alfresco.repo.forms.processor
Methods in org.alfresco.repo.forms.processor that return FormModifier and TypeMethodDescriptionFilteredFormProcessor.generate(Item item, List<String> fields, List<String> forcedFields, Map<String, Object> context) Returns a Form representation for an itemFormProcessor.generate(Item item, List<String> fields, List<String> forcedFields, Map<String, Object> context) Returns a Form representation for an itemMethods in org.alfresco.repo.forms.processor with parameters of type FormModifier and TypeMethodDescriptionvoidFilter.afterGenerate(ItemType item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) Callback used to indicate that a form has just been generated for the given items and fields.voidFilter.beforeGenerate(ItemType item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) Callback used to indicate that a form is about to be generated for the given items and fields.protected voidFilteredFormProcessor.internalGenerate(ItemType item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) Generates the form.protected voidFilteredFormProcessor.populateForm(Form form, List<String> fields, FormCreationData data) This method generates all the fields to be added and adds them to the Form, together with the associated field data.protected voidAbstractFormProcessor.setFormItemType(Form form, String type) Gets the Item from theformparameter and sets its type field totype.protected voidAbstractFormProcessor.setFormItemUrl(Form form, String url) Gets the Item from theformparameter and sets its URL field tourl. -
Uses of Form in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node with parameters of type FormModifier and TypeMethodDescriptionprotected voidContentModelFormProcessor.addPropertyDataIfRequired(QName propName, Form form, ContentModelItemData<?> itemData) protected voidNodeFormProcessor.internalGenerate(NodeRef item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) protected voidNodeFormProcessor.processWorkingCopy(NodeRef nodeRef, Form form) Determines whether the given node represents a working copy, if it does the name field is searched for and set to protected as the name field should not be edited for a working copy. -
Uses of Form in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow with parameters of type FormModifier and TypeMethodDescriptionvoidWorkflowFormFilter.afterGenerate(ItemType item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) voidWorkflowFormFilter.beforeGenerate(ItemType item, List<String> fields, List<String> forcedFields, Form form, Map<String, Object> context) protected voidAbstractWorkflowFormProcessor.populateForm(Form form, List<String> fields, FormCreationData data)