• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Custom types and templates

 
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to know if we can have custom content types in Alfresco. For eg can we have a custom type with custom properties? Like pdf type or video types.

Also currently we can save new content only in either, html/plain text/xml format. Can we extend Alfresco to save file with different extension? for eg. .java


Regards,
Paras
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can store any kind of document in Alfresco which will be indexed and full text searchable.

You can define custom content type like LoanApplication which can have custom properties say.. ApplicationNumber, ApplicantName, Address etc.....

Navin
 
author
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can save any type of file in Alfresco. It is not limited to text files (HTML, TEXT etc).

Alfresco supports all types of mime-types to be stored in the repository and treats them the same.

You can extend the content types to have more meta-data (properties), business rules, transformations etc.

I would recommend you to download and try with various content types..... I am sure you will like it.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic