Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
2
votes
1 answer

Alfresco Aikau Login with existing ticket

I have a webscript to upload and list files which I authenticate via alf_ticket generated using login api of alfresco. I redirect my existing webscript to another webscript which is created using Aikau framework and is a stanalone Aikau Client app…
2
votes
2 answers

How to get rendition copy of word document from alfresco repository using CMIS

I created one custom web application. through that i am uploading some document to alfresco repository. i also created one PDF viewer to view document in UI. Now the problem is, i am only able to view PDF type of document, but i am uploading…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
2
votes
0 answers

Tracking failed org.alfresco.error.AlfrescoRuntimeException: 06280119 api/solr/aclchangesets return status:404

we have installing alfresco 5.1 version.we have followed the below steps as per docs for Generating Secure Keys for Solr 4 Communication.We have different servers for Solr application and different server for Alfresco application.as per docs ,we…
user739115
  • 1,117
  • 5
  • 20
  • 41
2
votes
1 answer

Alfresco: The item cannot be found after create a link

I am trying to create shortcut or link of a document in Alfresco using apache-chemistry. Using below code I am trying to create link or shortcut properties = new HashMap(); properties.put(PropertyIds.BASE_TYPE_ID,…
deen
  • 2,185
  • 7
  • 29
  • 53
2
votes
2 answers

CMIS:document query error

I need all documents under specific folder path My Query is : query = "SELECT cmis:name FROM cmis:document WHERE CONTAINS('PATH:\"/app:Company Home/st:Sites/*\"')" The following exception…
user3370281
  • 121
  • 1
  • 9
2
votes
1 answer

Lucene Query in alfresco for Exact property match only

I am using below query to search document. My first query is= TYPE:"hr:hrdoctype" AND @cm\:name:"E1" and my second query is= TYPE:"hr:hrdoctype" AND @cm\:name:"E2" Here its giving the proper result. But there is one problem, that if i will use…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
2
votes
1 answer

Replace Data to word Document In Alfresco using java code excluding junk characters

I am doing Bulk Upload Task in Alfresco. Before this i created custom action to call java code, i also successfully read data from excel sheet, and i found node reference of target document as well as source Document. Using that node reference i am…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
2
votes
2 answers

Alfresco Community edition-5.1 in workflow form text field show and hide for conditions

I am using Alfresco Community Edition 5.1.x. I have created a workflow using kick-start where I have used drop-down list. When selecting the drop-down value, text-field should be enabled based on conditions otherwise the text-field is not showing in…
Paul
  • 141
  • 1
  • 11
2
votes
4 answers

Task edit document preview component Alfresco

First question: I want to implement a preview of the document in the form of the task-edit of the workflows... How can I do this? I try to adapt the document-details.xml and document-details.ftl to workflow-details.xml and workflow-details.ftl but…
2
votes
1 answer

Changing the default page for a custom site type in Alfresco Share

I want to change the default page for a site of a custom type that I've defined, I know that the default page in defined in the slingshot.site.configuration.xml but it changes the default page to all sites, is there any way to customize this for my…
Basil
  • 845
  • 9
  • 24
2
votes
1 answer

Alfresco multi-select - Disable delete option based on a aspect

In Alfresco, how to disable actions in multiselect drop down. Assume I have delete couple of files. So i am selecting all those files. Now, if any of the selected files have a specific aspect then the delete option should not be enabled. How can I…
sabtharishi
  • 3,141
  • 5
  • 24
  • 27
2
votes
1 answer

Overriding an OOTB component in Share

I'm trying to override one of the OOTB components in alfresco to modify some of its behavior, where should I place my files in the alfresco SDK2.0 project? I placed them is the web/ folder but it didn't override the default one. To give more…
Basil
  • 845
  • 9
  • 24
2
votes
1 answer

In Alfresco, creating folders under a site or under the document library of a site?

I am new to Alfresco. Using version 5.0.d. I am developing CMIS based application code to index and access documents into Alfresco repository. All these documents that our application would be storing is mainly by/for our application. So probably a…
gsakthivel
  • 365
  • 3
  • 17
2
votes
0 answers

setting rowsPerPageOptions in alfresco share document library pagination section

I need to enable rowsPerPageOptions in documentLibrary paginator section.I found that paginator is configured in _setupHistoryManagers function in OOTB documentlist.js. so I have created documentlist-custom.js and overwrite entire…
user739115
  • 1,117
  • 5
  • 20
  • 41
2
votes
1 answer

Afresco Web Editor (AWE) vs Alfresco Web Quick Start (WQS)

I am referring the Alfresco docs and I have already gone through the Alfresco Web Quick Start. At the end of reading the docs I am still confuse that What is conceptual different between Afresco Web Editor (AWE) vs Alfresco Web Quick Start (WQS)?…
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82