Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3412 questions
0
votes
2 answers

How can I add a custom Page to Alfresco share that copies the the look/feel of Alfresco Share?

Link to Project: https://github.com/raystorm/Alfresco-Smalgyax I am trying to: Upload Documents into Alfresco/Share Set a custom Document Type Set Metadata Use a Form that matches the Look/Feel of Alfresco/Share I have Added a menu Item to the…
Raystorm
  • 5,244
  • 4
  • 30
  • 52
0
votes
1 answer

Custom Alfresco Model with UUID default value

I want to add a new property to the alfresco model which will have the node-uuid as default value. Dossier Nemo cm:folder
0
votes
1 answer

Installing alfresco 3.4 on jboss with mysql

I am trying to install alfresco 3.4 into an already existent jboss instance but the documentation I have followed appears to be incorrect. First issue is the docs mention an extensions folder that does not exist in any of the Alfresco downloads that…
startoftext
  • 3,632
  • 4
  • 36
  • 48
0
votes
1 answer

overide site notice dashlet to user dashboard

I tried to do a wellcome notes dashlet into my alfresco share user dashboard, that is edited by the admin. so i just overide the site notice dashlet, but i cant figured out how to save the components properties like the text and title. now when i…
shiru-kun
  • 13
  • 4
0
votes
2 answers

How to query the relationship between alfresco's metadata and content in the database

How to query the relationship between alfresco's metadata and content in the database This URL address is seen on the alfresco webpage: the content file is a binary format file. How to find the relationship between the two in the database.
jln
  • 1
  • 1
0
votes
1 answer

Converting RTF to PDF from System

I've createad a rule to transform any file to PDF and copy this one to another folder. So i can add a file named: "test.rtf" and then the rule create a test.pdf into folder "PDF".. Till here its ok. If i add a file through alfresco (add content…
Igor
  • 1,297
  • 3
  • 19
  • 49
0
votes
1 answer

What are the officialy supported search languages in Alfreso?

I have heard a rumor: ""solr-alfresco" is a technical query language - it is not officially supported. Only "fts-alfresco" and "cmis-alfresco" are supported and recommended. I.e. "fts-alfresco" is the high-level language, and depending on query and…
0
votes
0 answers

Aikau Override/Extend QuickShare

I am using alfresco 5.2 version in production system with https. When I am sharing link using search result Quickshare, it is generating http instead of https. I want to change it. How Can I override that component?
0
votes
1 answer

Is it possible to add or update workflow from the client side by using REST Apis in Alfresco Activiti

I am using activiti 5.22. I would like to show the bpmn diagram in frontend and also give the permissions to users to add or update Activiti workflow from frontend side(Reactjs/Angularjs) ? Please help.
Diksha
  • 1
0
votes
0 answers

Alfresco " Error while execution change document action"

Getting error while executing action. I am new to Alfresco. 800 INFO [exchange.beans.ExchangeServiceImpl] [pool-16-thread-1] Lnd Replication Service: Sending to portal document workspace://SpacesStore/8a601057-f904-48be-ab0b-b42acb8df047 822 …
john2994
  • 145
  • 8
0
votes
1 answer

provide custom namespace while configuring Alfresco LDAP integration

I have an Alfresco Community 5.2 installation with ldap-ad users/group syncrhonization and all works well. Now I have to add an aspect with some properties and let ldap handle them, adding them to the cm:person. So I have customized the…
Fjordo
  • 586
  • 13
  • 34
0
votes
1 answer

Get opencmis documents by query with all properties without content stream

At the moment I'm getting Alfresco documents by queries like that: select cmis:objectId from cmis:document ... then I get the document itself by the following code: String objectId = qresult.getPropertyValueByQueryName("d.cmis:objectId"); Document…
0
votes
2 answers

How to get current login and password in Alfresco (Java code)?

I need current login and username in Alfresco to construct org.apache.chemistry.opencmis.client.api.Session instance as described here https://docs.alfresco.com/6.1/concepts/opencmis-ext-intro.html but I don't know how to do that, could you tell…
0
votes
1 answer

Alfresco folder rule to create publicly sharable link for the children

I am using Enterprise Alfresco. I want to have a rule on my folder that will create a publicly shareable link whenever a new document created in the folder. The sharable should be the same as what we can create using the share ui. Any help will be…
Sam
  • 2,476
  • 2
  • 25
  • 42
0
votes
2 answers

Deleted old version of Documents do not appear in the Trashcan

Using Alfresco Community 6.2.2. I'm deleting only old versions of the document: CmisObject obj = session.getObject("9c5e6f3f-effd-448d-8946-13d16a46b28d;1.16"); obj.delete(false); As the result, they deleted in the UI but not appear in the…
kostepanych
  • 1,589
  • 7
  • 24
  • 39