Uses of Class
org.alfresco.repo.forms.Item
-
-
Uses of Item in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms declared as Item Modifier and Type Field Description protected ItemForm. itemMethods in org.alfresco.repo.forms that return Item Modifier and Type Method Description ItemForm. getItem()Returns the item the form is forMethods in org.alfresco.repo.forms with parameters of type Item Modifier and Type Method Description FormFormService. getForm(Item item)Returns a form representation of the given item, all known fields for the item are included.FormFormService. getForm(Item item, java.util.List<java.lang.String> fields)Returns a form representation of the given item consisting only of the given fields.FormFormService. getForm(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields)Returns a form representation of the given item consisting only of the given fields.FormFormService. getForm(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields, java.util.Map<java.lang.String,java.lang.Object> context)Returns a form representation of the given item consisting only of the given fields.FormFormService. getForm(Item item, java.util.List<java.lang.String> fields, java.util.Map<java.lang.String,java.lang.Object> context)Returns a form representation of the given item consisting only of the given fields.FormFormService. getForm(Item item, java.util.Map<java.lang.String,java.lang.Object> context)Returns a form representation of the given item, all known fields for the item are included.FormFormServiceImpl. getForm(Item item)FormFormServiceImpl. getForm(Item item, java.util.List<java.lang.String> fields)FormFormServiceImpl. getForm(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields)FormFormServiceImpl. getForm(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields, java.util.Map<java.lang.String,java.lang.Object> context)FormFormServiceImpl. getForm(Item item, java.util.List<java.lang.String> fields, java.util.Map<java.lang.String,java.lang.Object> context)FormFormServiceImpl. getForm(Item item, java.util.Map<java.lang.String,java.lang.Object> context)java.lang.ObjectFormService. saveForm(Item item, FormData data)Persists the given form representation for the given item.java.lang.ObjectFormServiceImpl. saveForm(Item item, FormData data)Constructors in org.alfresco.repo.forms with parameters of type Item Constructor Description Form(Item item)Constructs a FormFormNotFoundException(Item item)FormNotFoundException(Item item, java.lang.Throwable cause) -
Uses of Item in org.alfresco.repo.forms.processor
Methods in org.alfresco.repo.forms.processor with parameters of type Item Modifier and Type Method Description FormFilteredFormProcessor. generate(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields, java.util.Map<java.lang.String,java.lang.Object> context)Returns a Form representation for an itemFormFormProcessor. generate(Item item, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> forcedFields, java.util.Map<java.lang.String,java.lang.Object> context)Returns a Form representation for an itemFormProcessorFormProcessorRegistry. 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 itemjava.lang.ObjectFilteredFormProcessor. persist(Item item, FormData data)Persists the given form data for the given item, completed by calling each applicable registered handlerjava.lang.ObjectFormProcessor. persist(Item item, FormData data)Persists 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 Item Modifier and Type Method Description protected 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 Item Modifier and Type Method Description protected org.alfresco.service.cmr.repository.NodeRefNodeFormProcessor. getTypedItem(Item item)protected org.alfresco.service.cmr.dictionary.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 Item Modifier and Type Method Description protected ItemTypeAbstractWorkflowFormProcessor. getTypedItem(Item item)
-