Uses of Class
org.alfresco.repo.forms.Item
Packages that use Item
Package
Description
-
Uses of Item in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms declared as ItemMethods in org.alfresco.repo.forms that return ItemMethods in org.alfresco.repo.forms with parameters of type ItemModifier 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) Persists the given form representation for the given item.Constructors in org.alfresco.repo.forms with parameters of type ItemModifierConstructorDescriptionConstructs a FormFormNotFoundException(Item item) FormNotFoundException(Item item, Throwable cause) -
Uses of Item in org.alfresco.repo.forms.processor
Methods in org.alfresco.repo.forms.processor with parameters of type ItemModifier 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 itemFormProcessorRegistry.getApplicableFormProcessor(Item item) Returns a FormProcessor for the provided item.protected abstract ItemTypeFilteredFormProcessor.getTypedItem(Item item) Returns a typed Object representing the given item.booleanAbstractFormProcessor.isApplicable(Item item) booleanFormProcessor.isApplicable(Item item) Determines whether this form processor is applicable for the supplied itemPersists the given form data for the given item, completed by calling each applicable registered handlerPersists the given object representing the form data for an item -
Uses of Item in org.alfresco.repo.forms.processor.action
Methods in org.alfresco.repo.forms.processor.action with parameters of type ItemModifier and TypeMethodDescriptionprotected ActionDefinitionActionFormProcessor.getTypedItem(Item item) -
Uses of Item in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node with parameters of type ItemModifier and TypeMethodDescriptionprotected NodeRefNodeFormProcessor.getTypedItem(Item item) protected TypeDefinitionTypeFormProcessor.getTypedItem(Item item) -
Uses of Item in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow with parameters of type ItemModifier and TypeMethodDescriptionprotected ItemTypeAbstractWorkflowFormProcessor.getTypedItem(Item item)