Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Alfresco 4 Enterprise Content Management Implementation

You're reading from   Alfresco 4 Enterprise Content Management Implementation With Alfresco 4 you can manage content across the enterprise more effectively and corroboratively. This book helps you achieve great results, however basic or sophisticated your needs, with a hands-on, training course approach.

Arrow left icon
Product type Paperback
Published in Jul 2013
Publisher Packt
ISBN-13 9781782160021
Length 514 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Preface 1. Introduction to Alfresco FREE CHAPTER 2. Installing Alfresco 3. Getting Started with Alfresco 4. Implementing Membership and Security 5. Implementing Document Management 6. Implementing Business Rules 7. Extending Alfresco Content Model 8. Implementing Workflow 9. Integrating External Applications with Alfresco 10. Alfresco Administration Operations Using Alfresco Share 11. Customizing the User Interface 12. Search in Alfresco 13. Implementing Imaging and Forms Processing 14. Administering and Maintaining the System Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Alfresco comes with a property called policy.content.update.ignoreEmpty, which controls the execution behavior of a rule."

A block of code is set as follows:

<config evaluator="string-compare" condition="Advanced Search">
  <advanced-search>
    <content-types>
      <type name="custom:pressrelease" />
    </content-types>
    <custom-properties>
      <meta-data type="custom:pressrelease"
                                          property="custom:PRDate" />
      <meta-data aspect="custom:CustomerDetails"
                                    property="custom:CustomerName" />
       <meta-data aspect="custom:CustomerDetails" 
                                     property="custom:NewCustomer" />
    </custom-properties>
  </advanced-search>
</config>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<property name="custom:CustomerName">
    <title>Customer Name</title>
    <type>d:text</type>
    <protected>false</protected>
    <mandatory>false</mandatory>
    <multiple>false</multiple>
   <index enabled="true">
       <atomic>false</atomic>
       <stored>false</stored>
       <tokenised>true</tokenised>
   </index>
    <constraints>
        <constraint ref="custom:name_length"/>
    </constraints>
</property>

Any command-line input or output is written as follows:

export -user admin -pwd admin -s workspace://SpacesStore –path /companyhome -verbose Intranet.acp 

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the More Actions | View Details link to view the Details page of the space."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime