Uses of Class
org.alfresco.repo.forms.processor.node.ContentModelItemData
Packages that use ContentModelItemData
Package
Description
-
Uses of ContentModelItemData in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node that return ContentModelItemDataModifier and TypeMethodDescriptionprotected ContentModelItemData<ItemType>ContentModelFormProcessor.makeItemData(ItemType item) Methods in org.alfresco.repo.forms.processor.node that return types with arguments of type ContentModelItemDataModifier and TypeMethodDescriptionprotected Class<ContentModelItemData<?>>QNameFieldProcessor.getExpectedDataType()Methods in org.alfresco.repo.forms.processor.node with parameters of type ContentModelItemDataModifier and TypeMethodDescriptionprotected voidContentModelFormProcessor.addPropertyDataIfRequired(QName propName, Form form, ContentModelItemData<?> itemData) DefaultFieldProcessor.generateField(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) QNameFieldProcessor.generateField(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) protected FieldQNameFieldProcessor.generateTypedField(String fieldName, FormCreationData formData, ContentModelItemData<?> typedData) protected AssociationDefinitionAssociationFieldProcessor.getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) protected ClassAttributeDefinitionDefaultFieldProcessor.getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) protected PropertyDefinitionPropertyFieldProcessor.getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) protected abstract TypeQNameFieldProcessor.getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField) protected ObjectAssociationFieldProcessor.getValue(QName name, ContentModelItemData<?> data) Gets the associated value from theContentModelItemData.protected ObjectDefaultFieldProcessor.getValue(QName fullName, ContentModelItemData<?> itemData) PropertyFieldProcessor.getValue(QName name, ContentModelItemData<?> data) protected abstract ObjectQNameFieldProcessor.getValue(QName fullName, ContentModelItemData<?> itemData) -
Uses of ContentModelItemData in org.alfresco.repo.forms.processor.workflow
Fields in org.alfresco.repo.forms.processor.workflow declared as ContentModelItemDataModifier and TypeFieldDescriptionprotected final ContentModelItemData<?>ContentModelFormPersister.itemDataMethods in org.alfresco.repo.forms.processor.workflow with parameters of type ContentModelItemDataModifier and TypeMethodDescriptionExtendedPropertyFieldProcessor.getValue(QName name, ContentModelItemData<?> data) Constructors in org.alfresco.repo.forms.processor.workflow with parameters of type ContentModelItemDataModifierConstructorDescriptionContentModelFormPersister(ContentModelItemData<?> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, org.apache.commons.logging.Log logger) TaskFormPersister(ContentModelItemData<WorkflowTask> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, AuthenticationService authenticationService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger) WorkflowFormPersister(ContentModelItemData<?> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger)