cancel
Showing results for 
Search instead for 
Did you mean: 

Create custom space hierarchy

pjanuario
Champ in-the-making
Champ in-the-making
Hi,

I'm new to Alfresco and i'm looking for some support and how tos.
I'm looking for some way to implement the spaces in bootstrap.
I have a folder structure that i wont to use in my alfresco application, but i don't know how to set that structure in xml code extension or something like that.
I don't want to create the structure in the alfresco front-end site.

I wont to build the tree:
Space company home (default space of alfresco)
  - Folder X
     - Folder XX
     - Folder XY
  - Folder Y
Something like that.

Thanks for the help.

Regards,
Pedro Januário
6 REPLIES 6

cheffilet
Champ in-the-making
Champ in-the-making
Had you ever thought about the option to export a particular space as AMP and make this "Bootstrapable"?

pjanuario
Champ in-the-making
Champ in-the-making
Hi Cheffilet,

As i said previously i'm new to alfresco.
Can you provided me some references to look in.
I believe this should something easy, but i don't know how do it correctly.

Thanks in advance.

Regards,

cheffilet
Champ in-the-making
Champ in-the-making
Logon into your Alfresco account and delegate to Company Home. On the top panel click "Create" -> "Advanced Space Wizard". Now you have three options to create a space.

1. Based on nothing as your input space name
2. Based on a whole space hierachy
3. Template based (stored upon the folder    /Company Home/Data Dictionary/Space Templates)

Happy clicking Smiley Happy

pjanuario
Champ in-the-making
Champ in-the-making
Ok, that i already have seen it…
But i would like to do it deployable code.

cheffilet
Champ in-the-making
Champ in-the-making
Please review CreateSpaceWizard.finishImpl(FacesContext context, String outcome) code on how the implementation will be done.

pjanuario
Champ in-the-making
Champ in-the-making
Thank you, i will take loke on it!