Alfresco Connector

Alfresco is used in highly regulated environments, for managing governmental information or personnel records, or where information might be audited. The Alfresco connector can only be used as an Output connector. For read operations from Alfresco, use the CMIS connector. 3Sixty Discovery is available to help with mapping when setting up an integration job.

Tip:  BATCH API REQUIRED
This connector was built to work in tandem with the 3Sixty Batch API to offer a more performant migration.
If you're planning to use the Transparent Content Services for Manage In Place, this API is already included in that module. However, it can be installed separately for standard migrations.

Connector Compatibility  

 

 

 

Repo: No

Output: Yes

Content Service: No

Content Search: No

Manage In Place: No

More info on connection types


Authentication Connection

This connector require an Authentication Connection to function. Authentication connectors are used to authenticate repository/output connections that need certain authentication fields like access tokens or refresh tokens.

Authentication Connections Overview

Alfresco Webscript Auth Connector Configuration

This connector uses basic authentication to retrieve a ticket from Alfresco. That ticket will be used to perform operations. The authenticating user will need the rights to access the folder you're attempting to write to.

  • Name: The name of the authentication connection

  • Username: Name of the authenticating user

  • Password: Password of the authenticating user

  • Service URL: URL to contact Alfresco. Takes the form(Alfresco)/alfresco/service

Field

Description

Name

The name of the authentication connection

Username

Name of the authenticating user

Password

Password of the authenticating user

Service URL

URL to contact Alfresco. Takes the form:

(Alfresco)/alfresco/service


Discovery Connection

Discovery makes mapping to and from your sources easier for data migration and ensures the data gets connected to the right fields. Discovery requires an Authentication Connection

Guide to Discovery Connections

  • Name: Unique Name for the Discovery Connection to identify it in the UI.

  • Authentication Connection: The authentication connection you want to search for

  • Ignore Types (comma delimited list): Comma delimited list of types to ignore. Note that you can have regex as well. So to ignore all types with "workflow" in the name, you will enter(.)workflow(.) into the ignore types text box.

  • Alfresco Ticket Key: The ticket key is used to generate credentials.

Field

Description

Name

Unique Name for the Discovery Connection to identify it in the UI.

Authentication Connection

The authentication connection you want to search for

Ignore Types (comma delimited list)

Comma delimited list of types to ignore. Note that you can have regex as well. So to ignore all types with "workflow" in the name, you will enter(.)workflow(.) into the ignore types text box.

Alfresco Ticket Key

The ticket key is used to generate credentials.



Job Configuration

A 3Sixty Job is the process of moving or syncing content (including versions, ACL's, metadata) from one CMS (content management system) to another. Add tasks to your job to have better control over how your data gets migrated. Click here for details on how to set up an integration job.

Guide to Integration jobs

Output Specifications

When using this connector as a file destination, filling out the following fields will tell 3Sixty where you want the files integrated to.

Configuration

  • Alfresco Path: The output folder path in your alfresco repository.

  • Binary Output Path: Binary Output Path for Azure or S3. If populated and no Secondary Auth Connection is present, will output to the filesystem.

  • Create Content URL Always: Only used for Manage In Place (MIP). 3Sixty will generate an Alfresco Content Url based on a number of configuration:

    Be aware that these are checked in order

    • If the content service connector is set in the Details tab the content url will be
      connectorId://documentId

    • If the document has the metadata field simflofy.contenturl. It will be checked for validity and used.

    • If the secondary auth connection is for Amazon S3 the content url will be
      s3v2://documentId

    • If the secondary auth connection is for Azure Blob the content url will be
      azb://documentId

    • If none of these are true, the content url will be
      store://documentId

Field

Description

Alfresco Path

The output folder path in your alfresco repository.

Binary Output Path

Binary Output Path for Azure or S3. If populated and no Secondary Auth Connection is present, will output to the filesystem.

Create Content URL Always

Only used for Manage In Place (MIP). 3Sixty will generate an Alfresco Content Url based on a number of configuration:

Be aware that these are checked in order

  • If the content service connector is set in the Details tab the content url will be
    connectorId://documentId

  • If the document has the metadata field simflofy.contenturl. It will be checked for validity and used.

  • If the secondary auth connection is for Amazon S3 the content url will be
    s3v2://documentId

  • If the secondary auth connection is for Azure Blob the content url will be
    azb://documentId

  • If none of these are true, the content url will be
    store://documentId

Advanced Settings

  • Included Un-Mapped properties: Add all properties from the source to the target metadata. If unchecked, only mapped properties will be added

  • Do not convert metadata keys to lowercase: 3Sixty converts all type and field values to lowercase by default. If this is checked all fields will keep their original case

  • Debug mode: Each document's metadata will be output as json file to a specified location

  • Debug Path: Appears when debug mode is active. A path on the filesystem where the debug JSONs will go.

  • Alternative Thread Count: If using a secondary auth connections, this will control the number of worker threads. Should never be set to 0, or the job will fail

  • Multi-Value Separator: Multi-value fields will be combined into a list using this separator

  • Replace Existing Content: If a document already exists at the output location, it will be overwritten

  • Use File Hash: If checked, the file keys for documents will be an SHA Hash of their parent path + file name + modified date plus the extension '.sim'

  • Process ACLS: Requires the use of the ACL Mapper or ACL Conversion Task.

    • Will transform the product of these tasks into Alfresco's format for processing

  • Inherit ACLS: If processing ACLs, the parent folder's permissions will be merged into the list of acls.

  • Include Aspects with no Field Mappings: Mapped aspects will be applied even if none of the aspect's fields are present

  • Aspect Remove Field Mapping: Takes a JSON string. Remove aspects if the listed fields are not present. The example of the UI:
    {"myaspect:two":["field1","field2"],"myaspect:one":["field1","field2"]}

    Meaning that if field 1 or field 2 is not present, do not add the aspects.

  • Date Format: Date field mappings will be formatted this way.

  • Date Time Format: Date/Time field mappings will be formatted this way.

Field

Description

Included Un-Mapped properties

Add all properties from the source to the target metadata. If unchecked, only mapped properties will be added

Do not convert metadata keys to lowercase

3Sixty converts all type and field values to lowercase by default. If this is checked all fields will keep their original case

Debug mode

Each document's metadata will be output as json file to a specified location

Debug Path

Appears when debug mode is active. A path on the filesystem where the debug JSONs will go.

Alternative Thread Count

If using a secondary auth connections, this will control the number of worker threads. Should never be set to 0, or the job will fail

Multi-Value Separator

Multi-value fields will be combined into a list using this separator

Replace Existing Content

If a document already exists at the output location, it will be overwritten

Use File Hash

If checked, the file keys for documents will be an SHA Hash of their parent path + file name + modified date plus the extension '.sim'

Process ACLS

Requires the use of the ACL Mapper or ACL Conversion Task.

  • Will transform the product of these tasks into Alfresco's format for processing

Inherit ACLS

If processing ACLs, the parent folder's permissions will be merged into the list of acls.

Include Aspects with no Field Mappings

Mapped aspects will be applied even if none of the aspect's fields are present

Aspect Remove Field Mapping

Takes a JSON string. Remove aspects if the listed fields are not present. The example of the UI:

{"myaspect:two":["field1","field2"],"myaspect:one":["field1","field2"]}

Meaning that if field 1 or field 2 is not present, do not add the aspects.

Date Format

Date field mappings will be formatted this way.

Date Time Format

Date/Time field mappings will be formatted this way.

Content Output

Select a secondary authentication type for your Alfresco Output. There are three options. None, Azure Blob, Amazon S3

  • None: When using this option you will enter the content output path. 3Sixty will only write to the file system if Include File Content is checked

  • Azure Blob: Select the Azure Blob Authentication connection you want to use for the output. Check the Include Batch ID box to add it to the output path

  • Amazon S3 Connector: Fill in the following to use this as an option.

    • Select an S3 Authentication Connection from the drop down

    • Enter the Amazon S3 bucket name

    • Add the max number of connection you want to allow during integration

    • Check the Stage Binary to Filesystem box if there are frequent disconnects when uploading to S3

    • Check the Encrypt Objective Server Side box to add encryption

    • Add any object metadata fields you wish to include in the transfer

    • Check the use Transfer Manager box if you want to use the Transfer manager

Field

Description

None

When using this option you will enter the content output path. 3Sixty will only write to the file system if Include File Content is checked

Azure Blob

Select the Azure Blob Authentication connection you want to use for the output. Check the Include Batch ID box to add it to the output path

Amazon S3 Connector

Fill in the following to use this as an option.

  • Select an S3 Authentication Connection from the drop down

  • Enter the Amazon S3 bucket name

  • Add the max number of connection you want to allow during integration

  • Check the Stage Binary to Filesystem box if there are frequent disconnects when uploading to S3

  • Check the Encrypt Objective Server Side box to add encryption

  • Add any object metadata fields you wish to include in the transfer

  • Check the use Transfer Manager box if you want to use the Transfer manager

Mapping

3Sixty Mapping gives you the ability to map your content types and metadata from one system to another.

There are two places in 3Sixty where you can set up mappings:

  • At the top of the mapping tab you can select from saved mappings

  • Creating a unique mapping based on your connectors.

Guide to 3Sixty Mapping

Tasks

Job tasks also known as processors provide a processing pipeline for documents and metadata. Post processors can also be added as a task to run after the files are processed.

Click here for a list of all the tasks you can add to your integration job.


Alfresco Tutorials


Need help integrating Alfresco? We can help.