Uses of Class
org.alfresco.repo.forms.FormData
Packages that use FormData
Package
Description
-
Uses of FormData in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms declared as FormDataMethods in org.alfresco.repo.forms that return FormDataMethods in org.alfresco.repo.forms with parameters of type FormData -
Uses of FormData in org.alfresco.repo.forms.processor
Methods in org.alfresco.repo.forms.processor with parameters of type FormDataModifier and TypeMethodDescriptionvoidFilter.afterPersist(ItemType item, FormData data, PersistType persistedObject) Callback used to indicate that the given form data was just persisted for the item and the given persistedObject was created or modified.voidFilter.beforePersist(ItemType item, FormData data) Callback used to indicate that the given form data is about to be persisted for the given item.protected abstract PersistTypeFilteredFormProcessor.internalPersist(ItemType item, FormData data) Persists the form data.Persists 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 FormData in org.alfresco.repo.forms.processor.action
Methods in org.alfresco.repo.forms.processor.action with parameters of type FormDataModifier and TypeMethodDescriptionprotected ActionFormResultActionFormProcessor.internalPersist(ActionDefinition item, FormData data) -
Uses of FormData in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node with parameters of type FormDataModifier and TypeMethodDescriptionprotected NodeRefTypeFormProcessor.createNode(TypeDefinition typeDef, FormData data) Creates a new instance of the given type.protected StringContentModelFormProcessor.determineDefaultMimetype(FormData data) Looks through the form data for the 'mimetype' transient field and returns it's value if found, otherwise the default 'text/plain' is returnedprotected NodeRefNodeFormProcessor.internalPersist(NodeRef item, FormData data) protected NodeRefTypeFormProcessor.internalPersist(TypeDefinition item, FormData data) protected voidContentModelFormProcessor.persistNode(NodeRef nodeRef, FormData data) Persists the given FormData on the given NodeRefprotected voidContentModelFormProcessor.processContentPropertyPersist(NodeRef nodeRef, FormData.FieldData fieldData, Map<QName, Serializable> propsToPersist, FormData data) Persists the given field data as the contentprotected voidContentModelFormProcessor.processPropertyPersist(NodeRef nodeRef, Map<QName, PropertyDefinition> propDefs, FormData.FieldData fieldData, Map<QName, Serializable> propsToPersist, FormData data) Processes the given field data for persistence as a property. -
Uses of FormData in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow with parameters of type FormDataModifier and TypeMethodDescriptionvoidWorkflowFormFilter.afterPersist(ItemType item, FormData data, PersistType persistedObject) voidWorkflowFormFilter.beforePersist(ItemType item, FormData data) protected PersistTypeAbstractWorkflowFormProcessor.internalPersist(ItemType item, FormData data) -
Uses of FormData in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type FormDataModifier and TypeMethodDescriptionbooleanMetaDataExtractAction.isContentChanged(String itemId, FormData formData) Check if the content has been updated in the form data compared to the existing content of the node.